html 
{
	margin: 0;
	padding: 0;		
	color: #00325F;
	
	font-family: arial;
	
	font-size: 12px;
	
	z-index: 0;
}
/*********** Page Layout ************/
#mainBody
{	
	
	background-color: #dfe3e5;

	/*ha! css hackery for fastload!
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	background-position: -100px -100px;*/
	
	margin: 0 auto;
	padding: 0;		
	
	text-align: center;	
	min-width:964px;
	
	z-index: 0;
}
#container
{	
	position: relative;
	
	margin: 0 auto;
	
	text-align: left;
	
	width: 962px;
	
	background-image: url(images/main_repeat.jpg);
	background-repeat: repeat-y;
	
	z-index: 0;
}
#topLink
{
	position: absolute;
	top: -20px;
	
	height: 205px;
	width: 650px;
}
#headerContent
{	
	padding: 0px;
	margin-bottom: 0px;	
	text-align: center;
	
	height: 214px;
	width: 962px;
	
	background-image: url(images/header.jpg);
}
#mainContent
{	
	float: right;
	position: relative;
	
	top: -10px;
	
	padding-left: 7px;	
	
	width: 742px;
	
	margin-bottom: 2px;	
		
	margin-left: auto;
	margin-right: 10px;	
	
	min-height: 500px;
	
	text-align: left;
	
	z-index: 0;
}
* html #mainContent
{
	height: 500px;	
}
#mainContentFoot
{
	background-image: url(images/main_bottom.jpg);	
	height: 17px;
}
#footerContent
{	
	clear: both;
	
	width: 945px;
	
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;	
	border: 0;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
form
{
	margin: 0;
	padding: 0;
	
	z-index: 0;
}
input
{
	z-index: 0;
}
/*************************************/
/********* Proteus Required **********/
#pr_footContainer
{		
	border-width: 1px 0px 0px 0px;
	border-color: #3C3616;
	border-style: solid;	
	
	padding-top: 15px;	
	margin: 0px;
	width: 100%;	
}
#pr_footerDiv
{
	padding: 15px 0px 15px 5px;
	
	width: 755px; 
	
	float: left; 
	
	text-align: center; 		
	
	/*background:url(images/gradback.gif) top left repeat-y;	*/
	
	font-size: 8px;
}
#pr_footerDiv:first-line
{
	font-size: 10px;	
}
#pr_validDiv
{		
	width: 980px;	
}
#validCss, #validXHTML
{
	margin: 30px 5px 0px 5px;
	float: left;
	width: 88px;
}
p
{
	text-align: left;
	
	padding: 0;
	margin: 0;	
}
#mainContent p:first-letter
{
	font-weight: bolder;
	font-size: 14px;
}
A:link
{
	color: #0A2E4F;
	border: 0;
	text-decoration: none;
}
A:visited
{
	color: #014B1D;
	text-decoration: none;
}
A:hover
{	
	color: #FF9900;	
}
h1
{	
	font-size: 22px;
	font-weight: bolder;
	font-family: arial;	
	
	/*background-image: url(images/logo_bullet.jpg);*/
	background-repeat: no-repeat;
	
	text-align: left;

	border-style: solid;
	border-color: #D6D3CF;
	border-width: 0px 0px 1px 0px;	
	
	margin: 0px 10px 25px 0px;
	padding: 8px 0px 15px 0px;
}
h2
{		
	font-size: 17px;
	font-weight: bolder;
	font-family: arial;	
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
	
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	text-align: left;
}
h3
{
	font-size: 14px;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
/***** contact *********/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
}
div.contactContainer p
{
	display: block;
	
	padding: 0px 0px 20px 0px;
	margin: 0px 15px 0px 0px;
}
p.disclaimer
{
	font-size: 9px;
	font-style: italic;
}
#contactForm
{
	margin: 0;
	padding: 0;
}
#contactForm fieldset
{	
	margin: 0px 10px 0px 0px;
	padding: 15px 5px 5px 5px;
	
	border-style: double;
	border-color: #025320;
	border-width: 3px 0px 0px 0px;
}
#contactForm label, #contactForm span
{
	float: left;
	clear: left;
	
	width: 175px;
	
	text-align: left;
}
#contactForm span
{
	position: relative;
	top: 97px;
}
#contactForm input, #contactForm textarea
{
	float: left;	
	
	width: 200px;	
}
#contactForm textarea
{
	width: 400px;
}
#contactSubmit
{
	float: left;
	clear: left;
	
	position: relative;	
	
	left: 175px;
	
	margin: 20px 0px 0px 0px;
}
#captcha
{
	float: left;
	clear: left;
	
	position: relative;
	left: 175px;
	
	width: 200px;
	margin: 0px 0px 10px 0px;
}
#captcha input, #captcha img
{
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 1px;
	
	width: 200px;
}
#captcha input
{
	margin: 5px 0px 0px 0px;
	background-color: #ffffff;
}
/******** Home *********/
#homeContent div
{
	float: right;
	
	margin: -5px 10px 0px 0px;
	z-index: 0;
	
	background-image: url(images/gallery_border.gif);
	background-repeat: no-repeat;
	
	padding: 25px;
}
#homeContent h1
{
	display: inline;
	border: 0px;
	
	font-size: 14px;
	
	margin-top: 10px;
	margin-right: 4px;
	padding: 0;
}
#homeContent p
{
	display: inline;
	
	line-height: 18px;
	font-size: 14px;
	padding-right: 10px;
}
/******** News *********/
#newsDiv
{
	padding: 10px;	
	
	text-align: left;
}
#newsDiv h2
{	
	color: #0A2E4F;
	
	margin: 10px 0px 10px 0px;
	
	text-decoration: underline;	
	text-align: left;
}
#newsDiv h3
{
	font-size: 14px;
	color: #4b4b4b;
	
	margin: 15px 0px 0px 0px;
	
	text-align: left;
}
#newsDiv span
{
	display: block;
	
	width: 100%;

	color: #042B43;
	
	margin: 2px 0px 10px 0px;
	
	font-size: 9px;
}
#newsDiv p
{
	display: block;
	
	padding: 10px 15px 20px 15px;
	
	font-size: 13px;
	
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 0px 0px 1px 0px;	
}
/***********************/
/****** Resources / Office ******/
#resourcesDiv div.section, #directionsDiv p, #officeDiv p
{
	display: block;
	
	width: 690px;
	
	margin: 5px 0px 0px 20px;
	padding: 10px;
	
	background-color: #E7E7E7;
	
	text-align: left;
}
#officeDiv p
{
	margin-bottom: 15px;
}
#officeDiv a
{
	text-decoration: underline !important;
	color: #0A2E4F !important;
}
div.formsDiv
{
	width: 500px;
}
#resourcesDiv div.section
{	
	width: 685px;
	
	margin-bottom: 30px;
	padding-right: 15px;
}
#resourcesDiv ul
{
	list-style: disc;
	padding-left: 25px;
	margin: 10px 0px 10px 0px;
	
	width: 660px;
}
#resourcesDiv ul li
{
	padding: 2px 0px 3px 0px;
}
div.formsDiv a
{
	display: block;
	
	width: 500px;
	
	font-weight: bold;
	
	padding: 0px 0px 0px 22px;
	margin: 2px 0px 2px 0px;
	
	background-image: url(images/mini_pdf.gif);
	background-repeat: no-repeat;
}
#phoneDiv
{
	position: relative;
	
	top: -20px;
	
	padding: 10px 0px 0px 30px;
}
#phoneDiv h3
{
	float: left;
	clear: left;
	
	padding: 0px;
	margin: 0px 0px 10px 0px;
	
	width: 300px;
	
	text-align: left;
}
#phoneDiv span
{
	float: left;	
	
	width: 400px;
	
	font-weight: bolder;
	
	padding: 1px 0px 10px 0px;
	
	text-align: left;
}
/********************************/
/****** Directions ******/
#directionsDiv img
{
	margin: 15px 0px 0px 0px;
}
#directionsDiv a
{
	font-weight: bold;
	text-decoration: underline;
	color: #dd6900;
}
/************************/
/****** Physicians ******/
#filterDiv
{
	position: relative;	
	
	left: 10px;
	
	padding: 15px;
	margin: 0px 0px 20px 0px;
	
	background-color: #E7E7E7;
	
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 1px;
	
	text-align: left;
	
	z-index: 0;
	
	width: 80%;
}
#filterDiv p
{
	display: block;
	margin: 0px 0px 10px 0px;
}
div.physicianDiv
{
	margin: 5px 10px 15px 0px;
	padding: 0px 0px 10px 0px;
	
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 0px 0px 1px 0px;
	
	text-align: left;
	
	min-height: 155px;
}
* html div.physicianDiv
{
	height: 155px;
}
div.physicianDiv h2
{	
	padding-left: 0px;
	background: none;
}
div.physicianDiv ul
{
	list-style: none;
	
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
div.physicianDiv ul li
{
	float: left;
	
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 0px 1px 0px 0px;
	
	padding: 3px 10px 3px 10px;
	margin: 0px;
}
div.physicianDiv span
{
	display: block;
	
	width: 150px;
	
	padding: 0px 0px 5px 5px;
	
	color: #4D7687;
	
	text-decoration: underline;
}
div.physicianDiv img
{
	float: left;
	
	margin: 0px 15px 0px 0px;
	
	width: 150px;
	height: 150px;
}
div.physicianDiv div
{
	float: left;
	
	width: 550px;

	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	
	line-height: 20px;
}

.loginLink {
	font-size: 10px;
	color: #cccccc;
	text-shadow: #ffffff 1px 1px 1px;
	float: right;
	padding: 5px 40px;	
}
.picDiv p{
	float: left;
	margin: 5px;
	width: 100px;
	height: 200px;
	text-align: center;
	padding: 10px;
	border: 1px solid #DFDFDF;	
	
}
.picDiv img{
	border: 1px solid #999999;
	margin: 0 10px;
}
