@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

body {
	background: #E2E1E0 url(bg-page.gif) repeat-x 0 0; 
	margin:0; 
	padding:0; 
	border:0;
	}
		
#globalContainerHeader {
	width: 980px;
	height: 172px;
	margin-left: auto;
	margin-right: auto;
	background-color:#E0DFDE;
	}

.clear {
		clear:both;	
		height:0px;
	}
	
		
/*  ===================================================  */
/*  DEFINES TOP BANNER */
/*  ===================================================  */

#branding {
	width: 980px;
	height:172px;
	margin: 0 auto;
	background-color:#EAE9E8;
	padding: 0px;
	z-index: 4;
	}
	

	
#utilityNav	{
	width: 980px;
	margin:0;
	background:url(utilNavBkg.jpg);
	background-repeat:no-repeat;
	height:38px;
}



ul#utilNav {
	float:right;
	list-style-type: none;
	padding:0;
	margin:5px 18px 4px 0;
  }	
  
#utilityNav li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	
  }	
#utilityNav li#lastUtility{
	border:none;
	padding:0;
	margin:0;
  }
  
#utilityNav li a{
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;/*11px*/
	line-height: 12px;	
	color: #73766b;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0;
	border-right: 1px solid #333;
}

#utilityNav li.patientPortal a {
	background: url('patientPortalIcon.png') no-repeat left 1px;
	padding: 4px 5px 4px 26px;
	display: inline-block;
	color: #964521;
}

#utilityNav li.patientPortal a:hover { 
	color: #964521; 
	text-decoration: underline; 
}
	
#utilityNav li a:hover{
	color:#829954;
}



#headerContent{
height:98px;
background:url(headerContentBkg.jpg);
background-repeat:no-repeat;	
}

#clientLogo {
	float: left;
	width:412px;
	height:98px;
	background:transparent;
	margin:-20px 0 0 0;
	padding:0;
	border:0;
	}
	
#socialIcons {
	width:124px;
	float:right;
	margin-top:28px;
	height:32px;
}

#facebookIcon {
float:left;
width:32px;
margin-right:3px;
	
}
#twitterIcon {
float:left;	
width:32px;
margin-right:3px;

}
#rssIcon{
float:left;	
width:32px;

}

#facebookIcon a {
display: block;
width: 32px;
height: 32px;
background: transparent url(facebookIcon.png) no-repeat;
}

#facebookIcon a:hover {
background-position: 0 -32px;
} 

#twitterIcon a {
display: block;
width: 32px;
height: 32px;
background: transparent url(twitterIcon.png) no-repeat;
}

#twitterIcon a:hover {
background-position: 0 -32px;
}

#rssIcon a {
display: block;
width: 32px;
height: 32px;
background: transparent url(rssIcon.png) no-repeat;
}

#rssIcon a:hover {
background-position: 0 -32px;
}

/*  ===================================================  */
/*  DEFINES SITE SEARCH*/
/*  ===================================================  */	


#searchBox{
	border: none;
	width: 374px;
	height: 58px;
	background-image:url(searchBkg.png);
	float: left;
	position:relative;
	left:52px;
	top:10px;
}

fieldset.search{
	position:relative;
	top:15px;
	left:14px;
	border: none;
	padding:0;
	height:24px;
	width:163px;
	float:left;
	background-color:#FFF;
}


.search .searchField:focus{
background-color: #fff;
outline: none;
	
}

.search .searchButton {
	width: 34px;
	height: 24px;
	cursor: pointer;
	margin:0;
	padding: 0px;
	}

.search .searchButton:focus {
	border: none;
}

#healthTopicDropDown {
	float:left;
	width:157px;
	height:24px;
	position:relative;
	left:32px;
	top:15px;
	background-color:#FFF;
}
#healthTopicDropDown select {	
	width:155px;
	font: 13px Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	color:#666;
	height:20px;
	position:relative;
	top:4px;
	left:2px;
	border:none;
	outline:none;	
	}

#healthTopicDropDown option{	
padding-top:2px;	
}


/*  ===================================================  */
/*  DEFINES PHYSICIAN SEARCHBOX */
/*  ===================================================  */

#physicianSearch   { 
	width: 204px;
	height: 110px;
	background: #5F7042;
	margin: 20px 0px 0px 15px;
}

.search2 {
	border: none;
	width: 100px;
	height: 20px;
	margin: 10px 0 0 9px;
}

.search2 .searchField, .search2 .searchButton input{
	border: 0;
}

input.searchField {
	width: 118px;
}

.search2 .searchField:focus  {
	background: #fff url(search2_bgfocus.gif) no-repeat;
	outline: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#333;		
}

.search2 .searchButton {
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	float:left;
	background: #fff url(search2_btn.gif) no-repeat bottom right;
	padding: 0px;
	border: 2px solid #93AE4D;
	margin-left:4px;
	}

.search2 .searchButton:hover {
	background: #fff url(search2_btnhover.gif) no-repeat bottom right;
}


#physicianSearch {
	height: auto;
}


#physicianSearch #headline h4{
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color: #fff;	
	margin: 25px 0 10px 10px;
	padding: 4px 0px 0px 0px;	
}

#physicianSearch #physSpecialty {
	width: 160px;
	height: 22px;
	margin: 10px 0 0 10px;	
	background-color:#fff;
	border: 2px solid #93AE4D;
	padding: 3px 6px 6px 7px;
}

#physSpecialty select {

	
}



/*  ===================================================  */
/*  DEFINES PRIMARY NAVIGATION w/superfish.css*/
/*  ===================================================  */
#primNavContainer {
	clear:both;
	width:980;
	height:36px;
	position: relative;
	margin:0;
	background-color:#ebebeb;
	
	}
	


/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

#globalContainerContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;

	}
	
#mainContentContainer {
	
	width: 980px;
	margin: 2px auto 0px;
	border-top: 28px solid white;
	background-color: #fff;
	padding:0;
	background-image:url(mainContentContainerBkg.gif);
	background-repeat:repeat-y;
	background-position:right top;
	}
	
#mainContentContainerHome {
	
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	padding:0;
	}
	
.contentLeft {
	float: left;
	width: 230px;
	padding:0 0 0 10px;
	margin:0;
	min-height:620px;
	}
	
.homeContentLeft {
	float: left;
	width: 231px;
	padding: 0;
	margin: 0;
	min-height: 520px;
	}
	
.clinics {
	margin:20px 0 40px 0;
}
		

	
.clinicA,.clinicB,.clinicC,.clinicD,.clinicE,.clinicF,.clinicG,.clinicH  {
width:180px;
height:180px;
background-color:#f2f2f2;
float:left;	
padding:14px;
}

.clinicC,.clinicD,.clinicG,.clinicH  {
border-top: 2px dotted #fff;
background-color:#fbfbfb;			
}

.clinicB,.clinicD,.clinicF,.clinicH  {
border-left: 2px dotted #fff;		
}


.clinicA,.clinicB {
height:120px;	
}

.clinicC,.clinicD {
height:160px;	
}

.clinicE,.clinicF  {
height:140px;	
}


	
	/*  ===================================================  */
/*  DEFINES MAIN PROMO AREA */
/*  ===================================================  */

#promo {
    height: 446px;
	margin-top: 25px;
    width: 536px;
    z-index: 3;
}
#slide2, #slide3, #slide4, #slide5 {
    opacity: 0;
}
div.slide {
    height: 446px;
    width: 536px;

}
div.slide div.image {
    position: absolute;
    z-index: 5;
}

div.slide div.image span {
    background: url("../imagesHomePromo/home.jpg") repeat scroll -630px 0 transparent;
    float: right;
    height: 446px;
    width: 630px;
}
div.slide div.circle {
    background-color: transparent;
    filter: inherit;
    left: 195px;
	top: 280px;
    opacity: 0;
    position: relative;
    width: 340px;
    z-index: 10;
}

div#dotContainer {
	position: relative;
    bottom: 15px;
	left: 480px;
    height: 9px;
	width:72px; 
    z-index: 10;
	background-color:transparent;
}
div#dotContainer a {
    margin:0;
	
}
div#dotContainer a:focus,  a:active{
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
	
/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */

	
.blue {
	padding:0;   
	width:230px;
	margin-bottom:36px;
}

.blue .accordion ul{
padding-left: 10px;	
}

.blue .accordion { 
	border-top: 1px solid #fff; 
	width:210px; 
	}
		
.blue .accordion ul, ul li{
	list-style: none;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:30px;
	color:#596263;
	}

.blue .accordion, .blue .accordion li {margin: 0; padding: 0; border: none;}
.blue .accordion a {padding: 4px 0; background: #fff; text-decoration:none; display: block; color: #596263;}
.blue .accordion ul a {padding: 4px 0; color:#596263;}
.blue .accordion a.dcjq-parent, a.dcjq-parent:hover {padding: 4px 0;}
.blue .accordion a.dcjq-parent.active { background:#fff; color:#76a90f; padding-right:0px;}
.blue .accordion a:hover {background: #fff; color:#76a90f;}
.blue .accordion a:active{}


.blue .relatedLinks ul{
padding-left: 10px;	
}

.blue .relatedLinks, .blue .relatedLinks li {margin: 0; padding: 0; border: none;}

.blue .relatedLinks {
	border-top: 1px solid #fff; 
	width:210px; 
}

.blue .relatedLinks ul, ul li{
	list-style: none;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:30px;
	color:#596263;
	}

.blue .relatedLinks a {padding:4px 0; background: #fff; text-decoration:none; display: block; color: #596263;}
.blue .relatedLinks a:hover {
	background: #fff; 
	color:#c25d0b;
	}

.contentCenter {
	float: left;
	width: 420px;	
	margin: 0px;
	background-color:transparent;	
	padding:4px 20px 0 20px;
	}
	
.contentRight {
	float: left;
	width: 270px;
	padding: 4px 0px 0 px;
	margin: 0;
	min-height: 620px;	
	}
	
.homeContentCenter {
	float: left;
	width: 535px;	
	margin: 0px;
	background-color:transparent;	
	padding:0;
	}
	
.homeContentRight {
	float: left;
	width: 185px;
	padding: 4px 0px 0 px;
	margin: 0 0 0 16px;
	min-height: 520px;	
	}
		
.contentRight img {
width:230px;
padding-left:20px;	

	}
	
	
#welcome {
	width: 204px;
	margin: 20px 0 0 15px;
}

#welcome h3 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4f6e44;
	margin: 4px 0 0 0;
}

#welcome p {
	font: .8em/140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777;
	margin-top: 0;
}
	
/*  ===================================================  */
/*  DEFINES SPECIALTY CARE */
/*  ===================================================  */

#specialtyCare {
margin:20px 0;	
}

.specialtyCols {
width: 190px;
float:left;
margin-right:20px;	
}

#specialtyCare ul {
width:190px;
padding:0;
margin:0;	
}

#specialtyCare li {
list-style-type:none;	
}
	
/*  ===================================================  */
/*  DEFINES FOOTER STYLES */
/*  ===================================================  */


#globalContainerFooter {
	width: 100%;
	height:94px;
	margin-left: auto;
	margin-right: auto;
	background-color:#E2E1E0;
	}
	
#homeGlobalContainerFooterUpper {
	width:auto;
	background-color:#E2E1E0;
	height:170px;
	border-bottom:1px solid #fff;
	}
#homeGlobalContainerFooterLower {
	width:auto;
	background-color:#E2E1E0;
	height:94px;
	}
		
#footer {
	width: 980px;
	margin: 0 auto;
	height: 94px;
	background: #fff url(footerBkg.jpg) no-repeat bottom right;
	}
	
#homeLowerFooter {
	width: 980px;
	margin: 0 auto;
	height: 94px;
	background: #fff url(footerBkg.jpg) no-repeat bottom right;
	}
	
#homeUpperFooter {
	width: 980px;
	margin: 0 auto;
	height: 170px;
	background-image:url(upperFooterBkg.jpg);
	background-repeat:no-repeat;
	}	

#footerLogo img{
	height:51px;
	margin-top:24px;
	width:255px;
	margin-left:24px;
	float:left;
	
}



.footerCopyright {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #555;
	float:left;
	margin-top:52px;
	text-align: right;	
	}
	
.footer-links {
	font: 11px Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	text-align: right;
	height: 20px;
	clear: both;
	margin: 0 25px 0 0;
}

	.footer-links a, .footerCopyright a {
		color: #016741;
		text-decoration: none;
	}
	
	.footer-links a:hover, .footerCopyright a:hover {
		text-decoration: underline;
	}
	
#copyrightcontainer {	
	margin-left:18px;
	margin-top:52px;
}

#copyrightDate {
    float: left;
	margin-left:4px;
}

#footerPromoLeft, #footerPromoRight{
	padding: 0 15px 0 20px;
	float: left;
	height: 130px;
	margin-top:20px;
	width: 390px;
	border-right: 1px solid #333;	
}

#footerPromoLeft img, #footerPromoRight img{
	float: left;	
}

#footerPromoLeft h5, #footerPromoRight h5{
font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 16px;
line-height: 15px;
color:#964521;
margin:0 0 -9px 145px;
padding:0;
font-weight:normal;	
}

#footerPromoLeft p, #footerPromoRight p{
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color:#666;
	width:245px;
	margin-left:145px;	
}

a.footerArrow {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5F7042;
	text-decoration:none;
	padding:0;
	float:left;
	margin-right:6px;
	}
	
a.footerArrow:hover{
	color: #72A521;	
	}	
	
.horizArrow {
	margin:10px 0 0 0;
	width:240px;
	margin-left:145px;
}


#footerNav {
	float: left;
	height: 130px;
	margin-top: 20px;
	width: 110px;	
}

#footerNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 6px;
  }

#footerNav li {
	background-image: url(dottedArrowSmallRight.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 26px;
	text-decoration:none;	
}

#footerNav li a{
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 27px;
	color:#666;
	text-decoration:none;
}
	
#footerNav li a:hover{
	color:#e4dcd4;
}

.nursery {
	float: right;
    margin-right: 30px;
    margin-top: 139px;
    position: relative;
    z-index: 9000;
}

#nRContent {
	float: left;
	/*position: absolute;*/
}