html {
font-family: Arial, Verdana, sans-serif;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background-color: #3c4c6b;
}
#site {
margin: 0;
padding: 0;
background-image: url(http://phillyrehab.com/images/bg.gif);
background-position: center 40px;
background-repeat:repeat-x;
}

a {font-style: normal;font-weight: normal; font-variant: normal; text-transform: none; color: #003366; text-decoration: underline}

a:hover {font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #606e89; text-decoration: underline}

a:visited {font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #606e89; text-decoration: underline}


/** 
	The Masthead area includes the logo (h1), search control, main 
	navigation and the large section/page image and title (h2) 
**/
#masthead {
background-color: #fff;
}
#header {
background-color: #fff;
border-top: 12px solid #fff;
border-bottom: 12px solid #fff;
position: relative;
width: 880px;
margin-left: auto;
margin-right: auto;
}
/* LOGO */
h1 {
margin: 0;
width: 305px;
height: 79px;
position: relative;
left: 2px;
}
h1 a {
display: block;
margin: 0;
background-image:url(http://phillyrehab.com/images/good-shepherd-penn-partners-logo.gif);
width: 305px;
height: 79px;
text-indent: -9999px;
}
/* SEARCH CONTROL */
#search-control {
background-image: url(http://phillyrehab.com/images/search-box-bg.gif);
width: 362px;
height: 26px;
position: absolute;
top: 52px;
left: 515px;
}
#search-control fieldset {
border: none;
margin: 0;
padding: 0;
width: 362px;
height: 26px;
position: absolute;
}
#search-control label {
display: none;
}
#search-control #search-field {
border: none;
background-color: #fff;
width: 250px;
height: 18px;
position: absolute;
left: 40px;
top: 4px;
color: #999;
font-weight: bold;
font-size: 12px;
}
#search-control #search-submit-btn {
width: 21px;
height: 21px;
position: absolute;
right: 2px;
top: 3px;
}
/* MAIN NAV */
#main-navigation {
height: 25px;
background-color: #7a2727;
color: #fff;
border-bottom: 2px solid #fff;
}
#main-navigation ul {
margin: 0;
padding: 0;
height: 25px;
position: relative;
margin-left: auto;
margin-right: auto;
width: 880px;
list-style: none;
}
#main-navigation ul li {
height: 25px;
position: absolute;
list-style: none;
}
#main-navigation ul li a {
display: block;
height: 25px;
text-indent: -9999px;
background-image: url(http://phillyrehab.com/images/main-nav-bg.gif);
text-decoration: none;
}
#main-nav-home  {
width: 80px;
}
#main-nav-outrehab {
width: 156px;
left: 566px;
left: 80px;
}
#main-nav-inrehab  {
width: 148px;
left: 418px;
left: 236px;
}
#main-nav-longterm  {
width: 139px;
left: 722px;
left: 384px;
}
#main-nav-conditions {
width: 125px;
left: 293px;
left: 523px;
}
#main-nav-expertise  {
width: 119px;
left: 174px;
left: 648px;
}
#main-nav-about {
width: 114px;
left: 80px;
left: 767px;
}


#main-nav-about a:link, #main-nav-about a:visited {
background-position: -75px 0;
}
#main-nav-expertise a:link, #main-nav-expertise a:visited {
background-position: -174px 0;
}
#main-nav-conditions a:link, #main-nav-conditions a:visited {
background-position: -293px 0;
}
#main-nav-inrehab a:link, #main-nav-inrehab a:visited {
background-position: -418px 0;
}
#main-nav-outrehab a:link, #main-nav-outrehab a:visited {
background-position: -566px 0;
}
#main-nav-longterm a:link, #main-nav-longterm a:visited {
background-position: -722px 0;
}

#main-nav-home a:hover, #sect-home #main-nav-home a {
background-position: 0 -25px;
}
#main-nav-about a:hover, #sect-about #main-nav-about a{
background-position: -75px -25px;
}
#main-nav-expertise a:hover, #sect-expertise #main-nav-expertise a {
background-position: -174px -25px;
}
#main-nav-conditions a:hover, #sect-conditions #main-nav-conditions a {
background-position: -293px -25px;
}
#main-nav-inrehab a:hover, #sect-inrehab #main-nav-inrehab a {
background-position: -418px -25px;
}
#main-nav-outrehab a:hover, #sect-outrehab #main-nav-outrehab a {
background-position: -566px -25px;
}
#main-nav-longterm a:hover, #sect-longterm #main-nav-longterm a {
background-position: -722px -25px;
}
/* SECTION/PAGE HEADING/TITLE AREA 
	-	The following two stlyes are overwritten 
	-	within the <style> tag of each page to  
	-	change the pages masthead and title images
*/
#sect-title-area {
background-image: url(http://phillyrehab.com/images/inrehab-header.jpg);
width:880px;
height:178px;
margin: 0 auto 0 auto;
position: relative;
}
#sect-title-area h2 {
background-image:url(http://phillyrehab.com/images/inrehab-ttl.gif);
width:880px;
height: 178px;
margin: 0;
position: relative;
text-indent: -9999px;
}

/** 
	The Content area includes the content columns, left 
	(sub-navigation), center (main-column) and right (util-column) 
**/
#content {
width: 880px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
background-image:url(http://phillyrehab.com/images/content-bg.gif);
overflow: hidden;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
padding-bottom: 30px;
position: relative;
}
p{
font-size: 12px;
}
#content p {
line-height: 1.5em;
}
#content h3 {
color: #660000;
font-size: 16px;
font-family: 'Gil Sans', Arial, Verdana, sans-serif;
margin-top: 0;
}
#content h2 {
color: #660000;
font-size: 14px;
font-family: 'Arial', Arial, Verdana, sans-serif;
margin-top: 0;
}
/* LEFT COL */
#sub-navigation {
margin: 0;
padding: 20px 0 0 0;
float: left;
width: 180px;
}
#sub-navigation li {
margin: 0;
padding: 0;
width: 180px;
list-style: none;
float: left;
}
#sub-navigation li a:link, #sub-navigation li a:visited  {
display: block;
padding: 7px 10px 7px 17px;
font-family: Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 11px;
color: #7a2727;
text-decoration: none;
margin: 0;
}
#sub-navigation li a:hover  {
color: #fff;
background-color: #7a2727;
background-image:url(http://phillyrehab.com/images/sub-nav-lit.jpg);
}
.sub-1 .sub-1 a, .sub-2 .sub-2 a, .sub-3 .sub-3 a, .sub-4 .sub-4 a, .sub-5 .sub-5 a, .sub-6 .sub-6 a, .sub-7 .sub-7 a, .sub-8 .sub-8 a, .sub-9 .sub-9 a, .sub-10 .sub-10 a, .sub-11 .sub-11 a, .sub-12 .sub-12 a, .sub-13 .sub-13 a, .sub-14 .sub-14 a, .sub-15 .sub-15 a, .sub-16 .sub-16 a, .sub-17 .sub-17 a, .sub-18 .sub-18 a, .sub-19 .sub-19 a, .sub-20 .sub-20 a  {
color: #fff !important;
background-color: #7a2727 !important;
background-image:url(http://phillyrehab.com/images/sub-nav-lit.jpg) !important;
}
.sub-1 .sub-1, .sub-2 .sub-2, .sub-3 .sub-3, .sub-4 .sub-4, .sub-5 .sub-5, .sub-6 .sub-6, .sub-7 .sub-7, .sub-8 .sub-8, .sub-9 .sub-9, .sub-10 .sub-10, .sub-11 .sub-11, .sub-12 .sub-12, .sub-13 .sub-13, .sub-14 .sub-14, .sub-15 .sub-15, .sub-16 .sub-16, .sub-17 .sub-17, .sub-18 .sub-18, .sub-19 .sub-19, .sub-20 .sub-20  {
color: #fff !important;
background-color: #7a2727 !important;
background-image:url(http://phillyrehab.com/images/sub-nav-lit.jpg) !important;
/*border-bottom: 10px solid #7a2727 !important;*/
}

.sub-1 .sub-1 ul, .sub-2 .sub-2 ul, .sub-3 .sub-3 ul, .sub-4 .sub-4 ul, .sub-5 .sub-5 ul, .sub-6 .sub-6 ul, .sub-7 .sub-7 ul, .sub-8 .sub-8 ul, .sub-9 .sub-9 ul, .sub-10 .sub-10 ul, .sub-11 .sub-11 ul, .sub-12 .sub-12 ul, .sub-13 .sub-13 ul, .sub-14 .sub-14 ul, .sub-15 .sub-15 ul, .sub-16 .sub-16 ul, .sub-17 .sub-17 ul, .sub-18 .sub-18 ul, .sub-19 .sub-19 ul, .sub-20 .sub-20 ul  {
margin: 0 !important;
padding: 0 !important;
}
.sub-1 .sub-1 ul li, .sub-2 .sub-2 ul li, .sub-3 .sub-3 ul li, .sub-4 .sub-4 ul li, .sub-5 .sub-5 ul li, .sub-6 .sub-6 ul li, .sub-7 .sub-7 ul li, .sub-8 .sub-8 ul li, .sub-9 .sub-9 ul li, .sub-10 .sub-10 ul li, .sub-11 .sub-11 ul li, .sub-12 .sub-12 ul li, .sub-13 .sub-13 ul li, .sub-14 .sub-14 ul li, .sub-15 .sub-15 ul li, .sub-16 .sub-16 ul li, .sub-17 .sub-17 ul li, .sub-18 .sub-18 ul li, .sub-19 .sub-19 ul li, .sub-20 .sub-20 ul li  {
margin: 0 !important;
padding: 0 !important;
background-image: none !important;
}
.sub-1 .sub-1 ul li a, .sub-2 .sub-2 ul li a, .sub-3 .sub-3 ul li a, .sub-4 .sub-4 ul li a, .sub-5 .sub-5 ul li a, .sub-6 .sub-6 ul li a, .sub-7 .sub-7 ul li a, .sub-8 .sub-8 ul li a, .sub-9 .sub-9 ul li a, .sub-10 .sub-10 ul li a, .sub-11 .sub-11 ul li a, .sub-12 .sub-12 ul li a, .sub-13 .sub-13 ul li a, .sub-14 .sub-14 ul li a, .sub-15 .sub-15 ul li a, .sub-16 .sub-16 ul li a, .sub-17 .sub-17ul li a, .sub-18 .sub-18 ul li a, .sub-19 .sub-19 ul li a, .sub-20 .sub-20 ul li a  {
margin: 0 !important;
padding: 3px 5px 3px 40px !important;
background-image:none !important;
font-weight: normal !important;
background-image:url(http://phillyrehab.com/images/sub-nav-bullet.gif) !important;
background-repeat:no-repeat;
background-position: 30px 5px;
}
.sub-1 .sub-1 ul li a:hover, .sub-2 .sub-2 ul li a:hover, .sub-3 .sub-3 ul li a:hover, .sub-4 .sub-4 ul li a:hover, .sub-5 .sub-5 ul li a:hover, .sub-6 .sub-6 ul li a:hover, .sub-7 .sub-7 ul li a:hover, .sub-8 .sub-8 ul li a:hover, .sub-9 .sub-9 ul li a:hover, .sub-10 .sub-10 ul li a:hover, .sub-11 .sub-11 ul li a:hover, .sub-12 .sub-12 ul li a:hover, .sub-13 .sub-13 ul li a:hover, .sub-14 .sub-14 ul li a:hover, .sub-15 .sub-15 ul li a:hover, .sub-16 .sub-16 ul li a:hover, .sub-17 .sub-17ul li a:hover, .sub-18 .sub-18 ul li a:hover, .sub-19 .sub-19 ul li a:hover, .sub-20 .sub-20 ul li a:hover  {
text-decoration: underline !important;
color: #ffcccc !important;
background-image:url(http://phillyrehab.com/images/sub-nav-bullet-on.gif) !important;
}
/* CENTER COL */
#main-column {
float: left;
border-left: 13px solid #fff;
width: 483px;
border-right: 13px solid #fff;
color: #000;
}
#main-column li {
line-height: 1.5em;
}

/* RIGHT COL */
#util-column {
float: right;
width: 190px;
}
#util-column h4 {
width: 190px;
height: 28px;
background-image:url(http://phillyrehab.com/images/quick-links-heading.gif);
text-indent: -9999px;
margin: 10px 0 10px 0;
}
/* FONT RESIZE, PRINT & SEND TO FRIEND LINKS */
#site-util-links {
list-style: none;
margin: 0 0 0 15px;
padding: 0;
font-size: 11px;
}
#site-util-links a:link, #site-util-links a:visited {
display: block;
height: 15px;
vertical-align:middle;
font-family: Arial, Verdana, sans-serif;
color: #6494ab;
padding: 0 0 0 25px;
}
#util-font {
background-image: url(http://phillyrehab.com/images/increase-text-icon.gif);
background-repeat: no-repeat;
}
#util-email {
background-image: url(http://phillyrehab.com/images/email-freind-icon.gif);
background-repeat: no-repeat;
}
#util-print {
background-image: url(http://phillyrehab.com/images/print-page-icon.gif);
background-repeat: no-repeat;
}
/* QUICKLINKS */
#quicklinks {
list-style: none;
margin: 0;
padding: 0;
width: 170px;
float: left;
}
#quicklinks li {
list-style: none;
margin: 0 !important;
padding: 0 !important;
width: 170px;
font-size: 12px;
border-top: 1px solid #fff;
float: left;
}
#quicklinks a:link, #quicklinks a:visited {
display: block;
padding: 3px 0 3px 20px;
color: #7a2727;
text-decoration: none;
margin: 0;
}
#quicklinks a:hover {
text-decoration: underline;
}
/* SPOTLIGHT AREA */
#spotlight-box {
width: 189px;
height: 123px;
background-image:url(http://phillyrehab.com/images/util-placeholder.jpg);
margin: 0;
border-top: 15px solid #fff;
border-bottom: 16px solid #fff;
clear: left;
}
/* MAKE APPOINTMENT AND FIND DOC LINKS */
#util-links {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
}
#util-links a {
display: block;
width: 190px;
height: 25px;
text-decoration: none;
text-indent: -9999px;
}

#make-appt a {
background-image:url(http://phillyrehab.com/images/make-appt_red.gif);
}
#find-doc a {
background-image:url(http://phillyrehab.com/images/find-doc_red.gif);

}
/** 
	The Footer are contains the Bottom Navigation (foot-nav) 
	and UPHS and Good Shepherd logos (logo-links) 
**/
/* BOTTOM NAV */
#foot-nav {
width: 880px;
margin: 10px auto 10px auto;
padding-left: 0;
text-align: center;
font-family: Verdana, Arial, sans-serif;
overflow: hidden;
}
#foot-nav li {
display: inline;
list-style: none;
text-align: center;
}
#foot-nav a:link, #foot-nav a:visited {
color: #dadceb;
text-decoration: none;
font-size: 11px;
padding: 0 10px 0 10px;
border-right: 1px solid #dadceb;
}
#foot-nav a:hover {
text-decoration: underline;
}
#foot-nav .last a  {
border-right: none !important;
}
/* BOTTOM LOGOS */
#logo-links {
list-style: none;
position: relative;
width: 880px;
height: 50px;
margin-top: 10px;
border-bottom: 20px solid #3c4c6b;
margin-left: auto;
margin-right: auto;

}
#logo-links #gs-link a {
display: block;
background-image: url(http://phillyrehab.com/images/goodshepherd-logo.gif);
width: 72px;
height: 50px;
text-indent: -9999px;
position: absolute;
left: 347px;
top: 0;
}
#logo-links #ph-link a {
display: block;
background-image: url(http://phillyrehab.com/images/uphs-logo.gif);
width: 137px;
height: 50px;
text-indent: -9999px;
position: absolute;
left: 472px;
top: 0;
}

/** 
	Misc Styles 
**/

.hup-branding {
background-image: url(http://phillyrehab.com/images/hup-logo.gif);
background-repeat:no-repeat;
padding-top: 78px;
color: #7a2727;
}

.ptf-branding {
background-image: url(http://phillyrehab.com/images/ptf_logo.gif);
background-repeat:no-repeat;
padding-top: 78px;
color: #7a2727;
}

.ltach-branding {
background-image: url(http://phillyrehab.com/images/ltach_logo.gif);
background-repeat:no-repeat;
padding-top: 78px;
color: #7a2727;
}

/* 
	This class is used to hide links that are utilized 
	by screen readers 
*/
.scrdr {
display: none !important;
}
/* 
	This class is used to hide content that is only to 
	be shown when the page is printed 
*/
.print-only {
display: none !important;
}

/* HOME PAGE SPECIFIC STYLES */

#sect-home #content {
padding: 0 0 0 0;
}

#home-heading {
font-size: 13px;
padding-left: 350px;
}

#home-main-column {
float: left;
width: 676px;
/*
border-right: 13px solid #fff;
*/
color: #000;
}
/*#home-main-column a {
color: #666;
}*/

#home-main-content {
float: left;
width: 446px;
border-right: 13px solid #fff;
color: #000;
padding-left: 30px;
} 

#home-main-column p {
font-size: 12px;
padding-left: 0;
line-height: 1.3em;
}
#home-main-column h3 {
padding-left: 0;
}
#home-main-column ul {
padding-left: 15px;
}

#home-main-column #sub-navigation {
position: relative;
}

/* Left Column */

#sect-home #util-column #util-links {
margin-top: 10px;
margin-bottom: 22px;
}

/* Job Opps Box */

#job-opp-box {
background-color: #bac2d3;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #7c5a5a !important;
padding-top: 4px !important;
background-image:url(http://phillyrehab.com/images/job-opp-box-bg.gif);
background-repeat:no-repeat;
background-position: 3px 7px;
margin-top: 30px !important;
width: 179px !important;
}
#job-opp-box p {
margin: 0;
padding: 0;
line-height: 1.1em;
font-size: 10px;
padding-left: 66px !important;
text-indent: -9999px;
}
#job-opp-box p strong {
font-size: 12px;
}
#job-opp-box a:link, #job-opp-box a:visited  {
background-image:url(http://phillyrehab.com/images/job-opp-box-link-bg.gif);
height: 18px !important;
background-position:right;
background-repeat:no-repeat;	
text-indent: -9999px;		
padding: 0 !important;
}
#job-opp-box a:hover  {
background-image:url(http://phillyrehab.com/images/job-opp-box-link-on-bg.gif) !important;		
background-color: #bac2d3 !important;
}
#job-opp-box .heading {
height: 16px;
}
#job-opp-box .copy {
height: 40px;
}

/* Right Col */

/* News Release Feature */

#news-box {
background-color: #ebedf1;
}
#news-box h3  {
margin: 0;
display: block;
background-image: url(http://phillyrehab.com/images/news-releases-header.gif);
width: 190px;
height: 23px;
text-indent: -9999px;
}
#news-box ul {
list-style: none;
overflow: auto;
height: 148px;
margin: 0;
padding: 0;
}
#news-box li {
padding: 10px 0 0 10px;
overflow: hidden;
color: #7a2727;
clear: both;
}
#news-box li strong {
float: left;
color: #7a2727;
width: 51px; 
font-weight: normal;
}
#news-box li a:link, #news-box li a:visited {
float: right;
width: 105px;
text-align: left;
color: #000;
text-decoration: none;
}
#news-box li a:hover {
text-decoration: underline;
}
#news-box p {
background-color: #fff;
margin: 0;
}
#news-box p a:link, #news-box p a:visited  {
display: block;
text-align: right;
color: #5d6b86;
background-image: url(http://phillyrehab.com/images/blue-bullet.gif);
background-repeat: no-repeat;
background-position: right;
padding: 10px 21px 10px 0;
text-decoration: none;
}
#news-box p a:hover  {
text-decoration: underline;
}

/* Find Us Feature */

#find-us-box {
background-color: #8c97ab;
background-image:url(http://phillyrehab.com/images/find-us-bg.gif);
background-repeat:no-repeat;
background-position: 0px 28px;
background-color:#8c96aa;
margin-bottom: 3px;
}
#find-us-box h3 {
margin: 0;
padding: 0;
width: 190px;
height: 28px;
}
#find-us-box h3 a {
display: block;
background-image:url(http://phillyrehab.com/images/find-us-ttl.gif);
background-repeat: no-repeat;
width: 190px;
height: 28px;
text-indent: -9999px;
}
#find-us-box ul {
width: 190px;
height: 99px;
margin: 0;
padding: 0;
list-style: none;
position: relative;
background-image:url(http://phillyrehab.com/images/map3.gif);
background-position: 8px 4px;
background-repeat:no-repeat;
}	
#find-us-box ul li {
width: 11px;
height: 11px;
margin: 0;
padding: 0;
position: absolute;
}	
#find-us-box ul li a:link, #find-us-box ul li a:visited  {
display: block;
width: 11px;
height: 11px;
background-image:url(http://phillyrehab.com/images/map-dot.gif);
text-indent: -9999px;		
}
#find-us-box ul li a:hover {
background-position: 0 -11px;				
}
/* Each declaration below corresponds with a dot located on the map */
#map-loc-1 {
top:5px;
left: 33px;
}
#map-loc-2 {
top:16px;
left: 57px;
}
#map-loc-3 {
top:40px;
left: 74px;
}
#map-loc-4 {
top:72px;
left: 162px;
}
#map-loc-5 {
top:75px;
left: 167px;
}
/* Top Flash Piece */

#sect-title-area #home-header-flash {
background-image:url(http://phillyrehab.com/images/home-ttl.gif);
width:880px;
height: 178px;
margin: 0;
position: absolute;
}
/* Bottom Flash Piece */ 

#home-content-flash {
background-image:url(http://phillyrehab.com/images/home-flash.jpg);
background-repeat:no-repeat;
background-color: #fff;
height: 201px;
width: 689px;
clear: left;
margin-top: 2em;
}

#sect-home #sub-navigation {
position: relative;
clear: none;
overflow:hidden;
float: left;
padding-left: 0;
}

/*
	The following declarations are page specific style
    overrides that normally are used to set the masthead
    background and title images. For the home page it
    is used to over-ride the position of the left nav
    menu set in the main style sheet to accommodate
    the bottom flash application.
*/

#sect-home #main-nav-home  {
display: none;
}
#sect-home #main-nav-outrehab {
left: 532px;
left: 30px;
}
#sect-home #main-nav-inrehab  {
left: 384px;
left: 186px;
}
#sect-home #main-nav-longterm  {
left: 688px;
left: 334px;
}
#sect-home #main-nav-conditions {
left: 259px;
left: 493px;
}
#sect-home #main-nav-expertise  {
left: 140px;
left: 618px;
}
#sect-home #main-nav-about {
left: 46px;
left: 737px;
}

/* Images */

img.photo-right {
float: right;
margin: 0 0 10px 20px;
}
img.photo-left {
float: left;
margin: 0 20px 10px 0;
}


/*Home-Facebook */

#home-facebook {
padding:5px;
}

#home-facebook img {
float:left;
padding-right:5px;
border:none;
}
