body, html
{
	margin:0px;
	padding:0px;
	width:100%;
	/* 
		height notes on body/html:
		both height and min-height must be 100%
	
	*/
	height:100%;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 	
	
}


html
{
	
	
}



body
{
	background-image: url(_Images/Clinic/Clinic_Template_r2_c4.png);
	background-position: left 180px;
	background-repeat: repeat-x;
	position:relative;
	background-color:#6788BF;
	min-height:1050px;
	
}

#header
{
	position:relative;
	height:0px;
	z-index:40;
	
}

#header .holder
{
	position:absolute;
	top:0px;
	left:0px;
	height:181px;
	width:100%;
	overflow:hidden;
	background-color:#7895C6;
	/*background-image: url(_Images/Clinic/Clinic_Template_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}


#header .holder .holderPanel
{
	position:relative;
	width:1050px;	
	margin-left:auto;
	margin-right:auto;
}

#header .holder .holderPanel .banner
{
	position:absolute;
	top:0px;
	left:-206px;
	width:1400px;
	height:181px;
	background-image: url(_Images/Clinic/Clinic_Template_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}

#header .shadow
{
	position:absolute;
	top:181px;
	left:0px;
	height:35px;
	width:100%;
	overflow:hidden;
	background-image: url(_Images/Clinic/Clinic_Shadows_r2_c3.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:50;
}

#header #clinic
{
	position:relative;
	z-index:100;

}

#header #clinic .navHolder
{
	position:relative;
	width:1050px;
	margin-left:auto;
	margin-right:auto;

}

#header #clinic .navHolder .navigate
{
	position:absolute;
	top:150px;
	left:105px;
	font-size:14px;
	
}

#header #clinic .navHolder .navigate,
#header #clinic .navHolder .navigate a
{
	color:#51007C;
	text-decoration:none;
}

#header #clinic .navHolder .navigate ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#header #clinic .navHolder .navigate ul li
{
	float:left;
	margin-right:30px;
}

#layout
{
	/* 
		height notes on first container:
		height must be auto
		min-height must be 100%;
	
	*/


	position:relative;
	width:1050px;
	height:auto; 
	min-height:100% !important; 
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	background-image: url(_Images/Clinic/Clinic_Shadows_r2_c2.png);
	background-repeat: repeat-y;
	background-position: center;
}

#layout .holder
{
	/* 
		height notes on nested container:
		height must be 100%
		min-height must be auto;
	
	*/

	position:relative;
	width:900px;
	height:100%; 
	min-height:100%; 
	margin-left:auto;
	margin-right:auto;
	background-image: url(_Images/Clinic/Clinic_Template_r2_c2.png);
	background-repeat: repeat-x;
	background-position: left 180px;
	background-color:#7CA1DE;
	clear:both;
}

#layout .holder .content
{
	/* 
		height notes on nested container:
		height must be 100%
		min-height must be auto;
	
	*/

	padding:200px 16px 60px 8px;
	height:100%;  
	min-height:1050px; 
	position:relative;
}

#layout .holder .content .contentLayout
{
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;


}

#layout .holder .content .contentLayout .contentBacked
{
	position:absolute;
	top:175px;
	left:200px;
	width:100%;
	height:100%;
	
}

#layout .holder .content .contentLayout .contentLogos
{
	/*display:none;*/
	position:relative;
	width:100%;
}

#layout .holder .content .contentLayout .contentLogos img
{
	vertical-align:middle;
}

#layout .holder .content .contentLayout .contentLogos div.left
{
	position:relative;
	float:left;
}

#layout .holder .content .contentLayout .contentLogos div.right
{
	position:relative;
	float:right;
	margin-top:12px;
	margin-right:32px;
}

#layout .holder .content .contentLayout .contentHolder
{
	position:relative;
	z-index:20;
	clear:both;
}

#layout .holder .content .contentLayout .contentHolder  div.ClinicAccordion
{
	position:relative;
	float:left;
	margin:0px 16px 16px 0px;

}

#layout .holder .content div.contentFinish
{
	clear:both;
}



#layout .footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1050px;
	z-index:20;
	height:40px;
}

#layout .footer .content
{
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#layout .footer .content .left
{
	position:absolute;
	top:12px;
	left:32px;

}

#layout .footer .content .right
{
	position:absolute;
	top:12px;
	right:32px;

}




div.contentFlexible
{
	font-size:10pt;
	line-height:14pt;
	position:relative;
	z-index:1000;
}


div.contentFlexible p
{
	margin-bottom:14pt;
}

div.contentFlexible h1 
{ font-size:13pt;}
div.contentFlexible h2 
{ font-size:12pt;}
div.contentFlexible h3
{ font-size:11pt;}

div.contentFlexible h1,
div.contentFlexible h2,
div.contentFlexible h3
{
	color:#4F75B5;
}

div.contentFlexible h4 
{ font-size:13pt;}
div.contentFlexible h5 
{ font-size:12pt;}
div.contentFlexible h6
{ font-size:11pt;}


div.contentFlexible h4,
div.contentFlexible h5,
div.contentFlexible h6
{
	color:#6B4EA3;
}


div.contentFlexible h1,h2,h3,h4,h5,h6
{ margin-bottom:12pt;}

div.floatRight
{
	position:relative;
	float:right;
	margin: 0px 0px 24px 24px;
}

div.floatLeft
{
	position:relative;
	float:left;
	margin: 0px 24px 24px 0px;
}


div.whitePanel
{
	background-image:url(_Images/Clinic/clinic_elements_r7_c2.png);
	background-repeat:repeat;
	background-position:left top;
	
}

div.gradientPanel
{
	background-image:
}


.homeFooter
{
	position:relative;
	overflow:hidden;
	background-image: url(_Images/Clinic/clinic_elements_r10_c3.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:170px;
	padding:0px;	

}

.homeFooter img
{
	display:block;
}

ul.bulletList
{
	list-style:disc;
	margin-left:8px;
	padding-left:8px;
	margin-bottom:18px;
}

ul.bulletListIndent
{
	list-style:disc;
	margin-bottom:18px;
	margin-left:16px;
	padding-left:16px;
}


.floatRight
{
	float:right;
	margin-left:16px;
	margin-bottom:16px;
}

.floatLeft
{
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
