body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #1F3C60;
	background-image: url(none);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 900px;
	min-height:100%;
	background-image: url(../_media/markers/vert_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #00477E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	}
	
* html h1 {
	margin-top:0px;
	}

#content_main h1 {
	color: #00477E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	margin-bottom: 0px;
	}


h2 {
	color: #1E68B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #1F3C60;
	}

a:hover {
	text-decoration: none;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	text-align: left;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer, .video_left {
	background-color: #d9ebfa;
	border: solid #1F3C60 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
#movie {
	height: 488px;
	width: 406px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 400px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2 {
	background-color: #1F3C60;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_left h2 {
	background-color: #1F3C60;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px auto 10px auto;
	width: 75%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #1F3C60;
	margin: 0px auto 0px auto;
	}

.video_left {
	float: left;
	width: 320px;
	height: auto;
	padding: 5px;
	margin-left: 10px;
}
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}
	
.locations {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 75%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
	
	
	

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	background-image:url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 900px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../_media/markers/content_bg.jpg);
	background-repeat: repeat-y;
	}

#content_top {
	width: 900px;
	background-image: url(../_media/markers/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content_footer {
	width: 900px;
	background-image: url(../_media/markers/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

/*------------- content main ----------------- */

#content_main{
	width: 850px;
	min-height: 350px;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 25px;
	}


#content_main a {
	color: #1F3C60;
	}



/*------------- content side ----------------- */


#content_side{
	float: right;
	width:178px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	right: 15px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
#subnav {
	position: relative;
	width: 700px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	padding:4px 0px 1px 0px;
}

#subnav_section {
	position: relative;
	width: 150px;
	float: right;
	text-align: right;
	padding:3px 0px 1px 0px;
	margin-bottom:10px;
}

#subnav_section h2{
	color: #414141;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#subnav p{
	color: #333333;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a{
	color: #003B76;
	font-size: 95%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 

#subnav a:hover{
	color: #333333;
}



/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: right;
	width: 900px;
	height: 85px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_media/markers/footer.jpg);
	background-repeat: no-repeat;
}
h5 {
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
}
#footer p{
	color:#B5D2DF;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 25px;
}

#footer a {
	font-weight: normal;
	color:#B5D2DF;
	padding: 0px;
	text-decoration: none;
}

#footer .links a, .copyright {
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
}


#footer a:hover {
	text-decoration: underline;
}


#bottom_address {
	width: 900px;
	position: relative;
	height: 50px;
	background-image: url(../_media/markers/bottom.jpg);
	background-repeat: no-repeat;
	background-color: #1F3C60;
	text-align: center;
}



.address1 {
	width: 900px;
	float: none;
	position: relative;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 88%;
	color: #FFFFFF;
	font-weight: bold;
	top: 7px;
	margin: 0px;
	text-align: center;
}

.address2 {
	width: 300px;
	position: relative;
	float: right;
	right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	top: 7px;
	margin: 0px;
}


#seo_interior {
	margin-top:60px;
	border: none;
}


/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#column_right {
	float: right;
	width: 25%;
	position: relative;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 25px;
	border-left: #00477E solid 1px;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	font-variant: normal;
	color: #1F3C60;
	background-color: #CFCFCF;
	float: left;
	width: 32%;
	text-align:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F3C60;
}
#seo {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}

#seo a{
	color: #1F3C60;
	}


#sitemap #subnav {
	float:left;
	}
.locations {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.doctorphotos {
 width: 180px;
 list-style-type: none;
 text-align: center;
 padding: 5px;
 margin: 5px;
}

a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
}
