body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0E4175;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* 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;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 16px;
	height: 200px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.gif);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 16px;
	height: 200px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #0e4175;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e4175;
	text-align: left;
	margin-top:0px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
h2 {
	color: #0e4175;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	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: #000000;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #6586A7;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
	}

a:hover {
	color: #0E4175;
	text-decoration: none;
	font-weight: bold;
	}
#content_main ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	}
	
#content_main ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	margin-left: 30px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
/*  CSS IDs   */

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	}
#content_wrapper #decor {
	background-image: url(../_media/backgrounds/sidenav-decoration.png);
	background-repeat: no-repeat;
	background-position: 6px bottom;
}

/*------------- content main ----------------- */

#content_main{
	width: 584px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 12px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:178px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 12px;
	z-index:1000;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #FFFFFF;
    }
	
#content_side h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	display: block;
	line-height: 1.5em;
	width: 168px;
	margin-left: -6px;
	margin-top: 0px;
	background-color: #0E4175;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 15px;
	}
#content_side .interiornav {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side .interior {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	line-height: 1.5em;
	}
	
#content_side .interior a {
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 94%;
	display: block;
	width: 166px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1784d;
	margin-left: -6px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	line-height: 1.5em;
	}
	
#content_side .interior a:hover {
	background-image: url(../_media/backgrounds/rollover.png);
	background-repeat: repeat-y;
	background-position: left center;
	text-decoration: none;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

.smallest {
	font-size: .7em;
	font-weight: normal;
	color: #FFF;
}
#seo {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#seo p {
	padding-right: 10px;
	padding-left: 10px;
}
#seo a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Century Gothic";
	line-height: 1.5em;
}
#seo #contact {
	width: 245px;
	float: right;
	height: 713px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#seo #contact h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E4175;
	width: 92%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#seo #contact textarea {
	background-color: #A1784D;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#seo #pro h2 {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #254A6F;
	margin: 0px;
	padding: 0px;
}
#seo #pro ul {
	display: block;
	text-align: left;
}
#seo #pro ul li {
	list-style-type: none;
	line-height: 1.5px;
}
#seo #pro a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#seo a:hover {
	font-family: "Century Gothic";
	color: #0E4175;
	text-decoration: none;
}
#seo .dashed_line {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#seo #pro {
	margin: 0px;
	height: auto;
	width: 537px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#seo #pro .reflect {
	margin-top: -10px;
}
#seo #videos {
	width: 537px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#seo #videos #implant {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
#seo #videos #wisdom {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}
#seo #videos h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E4175;
}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: center;
	width: 800px;
	margin: 0px auto 0px auto;

}
#footer p{
	color: #000000;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer a {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 95%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #F1EAD4;
	border: 4px solid #A1784D;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.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: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #0e4175;
	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_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  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;
}
.float_left{
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 280px;
}

.float_right{
	float: right;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 280px;
}

.highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	color: #0E4175;
	background-image: url(../_media/backgrounds/sidenav-decoration.png);
	background-repeat: repeat;
	background-position: center center;
	float: right;
	height: auto;
	width: 300px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: medium double #0E4175;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	background-image: url(../_media/backgrounds/sidenav-decoration.png);
	background-repeat: repeat;
	background-position: center center;
	width: 300px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	color: #0E4175;
	border: medium double #0E4175;
	float: left;
	height: auto;
	margin-right: 10px;
}
/*  End CSS Classes   */
.clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
/* Contact Form Styles  */
#form-colum-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#form-colum-right {
	padding: 0px;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.formImput-decorations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0E4175;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.textfield-decorations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px dotted #0E4175;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.buttonsubmit {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	border: 1px solid #0E4175;
	background-color: #6586A7;
}
.forseo {
	font-size: 1.3em;
}
.fform {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A1784D;
	border-right-color: #A1784D;
	border-bottom-color: #FFFFFF;
	border-left-color: #A1784D;
	background-color: #A1784D;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content_main #doctors {
	padding: 0px;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_main #doctors tr {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E4175;
}
#content_main #doctors td {
	width: 33%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	border: 1px solid #0E4175;
	padding: 6px;
}
.footFont {
	font-size: 80%;
	font-weight: bold;
}
