@charset "iso-8859-1";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	list-style: none inside;
	font-family: Arial, sans-serif;
}
*html body {
	font-size: small;
	background: url(../images/background/background_body.gif) repeat left top;
}

a{
	color: #5998C9;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #707277;
	text-decoration: none;
}

h1{
	font-size: 125%;
	color: #707277;
	margin: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

h2{
 font-size: 130%;
 color: #5998C9;
 margin: 0px;
 padding: 0px;
}

h3{
	clear: both;
	padding: 20px 10px 5px 3px;
	margin: 0px;
	color: #6A6D86;
	font-size: 120%;
	font-weight: bold;
}

h4{
	clear: both;
	padding: 10px 5px 5px 3px;
	margin: 0px;
	color: #3779AA;
	font-size: 100%;
	font-weight: bold;
}

h5{
	font-weight: bold;
	color: #3779AA;
	line-height: normal;
	padding-top: 2px;
}

h6{
	padding: 10px 5px 5px 0px;
	margin: 0px;
	color: #3779AA;
	font-size: 90%;
	font-weight: bold;
}

ul{
	list-style: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul li {
}

.note {
font-size:85%
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


.date {
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #999999;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	padding: 0px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF no-repeat left top;
	font-size:90%;
	list-style: circle;
}

#Sectionwrapper {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(../images/navigation/navPatients.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
}

#masthead{
	padding: 0px;
	margin-left: auto;
	width:77%;
	float:right;
}

#navBar{
	float: left;
	width: 23%;
	margin: 0px;
	padding: 0px;
}

#topNav{
	float: right;
	margin: 0px;
	list-style: none;
	background: #CDE0EF;
	}
	
#topNav li{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

#topNav a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 1px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #CDE0EF;
}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 15px;
}

#content{
	float: left;
	width: 50%;
}

#img {
	display: block;
	width: 20%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding-top: 3px;
}



#globalNav a{
	font-size: 90%;
	padding: 4px 2px 2px;
	margin-right: 5px;
	font-weight: bolder;
	color: #666666;
	}

/************* #hospitalNav styles **************/

#hospitalNav{
	padding: 1px 5px 0px 0px;
	margin: 0px;
	background: no-repeat left top;
	height: 17px;
}

#hospitalNav img{
 display: block;
}

#hospitalNav a{
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 1px;
	font: bolder 90% Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 10px 0px 10px 14px;
	color: #707277;
}

#breadCrumb a{
	color: #999999;
}

/************** Clinics & Services styles ***************/

.clinicTxt{
	padding-left: 5px;
	font-size: 90%;
}

.clinicTitle{
	font-weight: bold;
	color: #387AAF;
	font-size: 90%;
	padding: 0px 2px 0px 3px;
}


#clinicBlock{
	margin: 0px 45px 0px 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 1px;
}

/************* Homepage Left-side Feature **********/

#homeBlock{
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/************** .feature styles ***************/

.featuretxt{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.featuretitle{
	padding: 0px 2px 0px 10px;
	font-weight: bold;
}

.featureimg{
	display: block;
	width: 20%;
	padding-bottom: 2px;
	border-top: 1px solid #5C9ACA;
}

#features {
	float:right;
	width: 25%;
	margin-top:5px;
	line-height: normal;
	padding-left: 10px;
	left: auto;
	font-size: 90%;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #333333;
}

#featureBlock{
	border-left: 1px solid #8CB8D9;
	margin-top: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 4px 2px 2px;
}

.story p{
	padding: 0px;
}

.storyTitle {
	clear: both;
	padding: 15px 10px 5px 3px;
	margin: 0px;
	color: #6A6D86;
	font-size: 120%;
	font-weight: bold;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 5px 10px 5px 3px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 5px 5px 0px;
	font-size: 65%;
	color: #999999;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


 /*********** #navBar link styles ***********/



#navlist
{
	margin-left: 0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 1px;
	line-height: 1.4;
}

 #navlist li a
{
	display: compact;
	text-decoration: none; 

}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #E1E8F0; }

#navlist li a:hover
{
	color: #003366;
	margin: 0px;
	list-style: url(../images/navigation/white_squares.gif);
	padding-right: 0px;
	padding-left: 0px;
}



 /*********** #navBar link styles ***********/



#navbox
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #75A9D2 right;
	float: right;
	margin: 95px 0 0;
	vertical-align: bottom;
}

#navbox li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	padding-right: 55px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
}

#navboxlast li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	padding-right: 29px;
	padding-left: 5px;
}

#navbox li a
{
	display: compact;
	text-decoration: none; 

}

#navbox li a:link { color: #FFFFFF; }
#navbox li a:visited { color: #E1E8F0; }

#navbox li a:hover
{
	color: #003366;
	margin: 0px;
	padding: 0px;
	list-style: url(../images/navigation/wht_squares_ltblue.gif);
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	color: #003366;
	font-size: 90%;
	line-height: 1.1;
	margin: 0px;
	text-align: left;
	padding: 2px 7px;
}

#sectionLinks h3{

}

#sectionLinks a {
	display: compact;
	text-decoration: none; 
		color: #003366;
}

#sectionLinks a:hover{
	color: #003366;
	margin: 0px;
	padding: 0px;
	list-style: url(../images/icons/lt_blue_arrow.gif);
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #999999;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 0px 0px;
	float: right;
}

#headlines p{
	padding: 0px;
	clear: left;
}

/***************** #footer styles ************/

#siteFooter {
	width:100%;
	clear: both;
	font-size: 80%;
	display: block;
	text-decoration:none;
	margin: 25px 0px 0 0;
	text-align: center;
	border-top: 1px solid #cccccc;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sectionFooter {
	width:100%;
	clear: both;
	font-size: 80%;
	display: block;
	text-decoration:none;
	margin: 25px 0px 0 0;
	text-align: center;
	border-top: none;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/navigation/navSectionbottom.gif) no-repeat left top;
	height: 136px;
}

#siteFooter li{
	float:none;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;

}

#siteFooter a{
	color: #333333;
}

#wrapperHome {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(/images/navigation/Homepage5.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
}



#wrapperHome4 {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(../images/navigation/MarchUpdate/HomePage.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(../images/navigation/MarchUpdate/HomePage.gif);
}

#wrapperHomeDS {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(/images/navigation/darksite/homepage.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(/images/navigation/darksite/homepage.gif);
}

#wrapperFLASH {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(../images/navigation/navHomeboxNEW.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
}
#navBarFLASH {
	float: left;
	width: 23%;
	margin: 0px;
	padding: 0px;
}
#mastheadFLASH {
	padding: 0px;
	margin-left: auto;
	width:77%;
	float:right;
}
.storyTitleNEWS {
	clear: both;
	margin: 0px;
	color: #476A96;
	font-size: 100%;
	font-weight: 700;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 3px;
}
.featuretitleNEWS {
	padding: 0px 2px 0px 10px;
	font-weight: bold;
	color: #5D9ACB;
}
#featureBlockNEWS {
	border-left: 1px solid #8CB8D9;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.search {
	font-size: small;
	color: #999999;
}
.quote {
	font: 95% Arial, Helvetica, sans-serif;
	color: #5E9BCB;
	margin-right: 15px;
	margin-left: 15px;
}


/*************** Dark Site Background ********/

#wrapperHomeDS {
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	position: relative;
	width: 770px;
	border-top: 2px solid #5998C9;
	background: #FFFFFF url(/images/navigation/darksite/homepage.gif) no-repeat left top;
	list-style: circle;
	border-bottom: 1px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(../images/navigation/darksite/homepage.gif);
}

/*************** Dark Site Text on HP ********/
.DS{
	padding: 30px 5px 10px 10px;
	margin: 0px;
	color: #333333;
	font: normal 170%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: left;
	float: left;
	width: 380px;
	clear: none;
}

/************** Darksite Right-side Navigation Box ***************/

#navboxDS
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: red right;
	float: right;
	margin: 96px 0 0;
	vertical-align: bottom;
	font-size:10pt;
	padding: 0px;
}

#navboxDS li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	padding-right: 45px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
}

#navboxlastDS li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
	padding-right: 45px;
	padding-left: 5px;
}

#navboxDS li a
{
	display: compact;
	text-decoration: none; 

}

#navboxDS li a:link { color: black; }
#navboxDS li a:visited { color: #333333; }

#navboxDS li a:hover
{
	color: white;
	margin: 0px;
	padding: 0px;
	list-style: circle;
}

#clinicTitleDS
{	font-weight: bold;
	color: #387AAF;
	font-size: 70%;
	padding: 0px 5px 0px 3px;
	}
