body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_media/markers/horz_bg.jpg);
}

.body {
	background-image: url(../_media/markers/horz_bg2.jpg);
	background-color: #004F00;
	background-position: center top;
	background-repeat: repeat-x;
}

#wrapmaster {
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 875px;
	margin: 0px auto 0px auto;
	min-height:100%;
	background-image: url(../_media/markers/vert_bg.jpg);
	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;
}
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #CB8200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	text-align: left;
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #5F33A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #3e2960;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

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: 4px 4px 4px 0px;
	}
	
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, .doctor_center {
	background-color: #fdf9e8;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left: 10px;
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	position: relative;
	width: 350px;
	left: 140px;
	}

.doctor_center {
	position: relative;
	margin: 8px 20px 8px 30px;
	width: 152px;
}

.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 {
	background-color: #5B329E;
	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: #5B329E;
	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 10px 10px 10px;
	width: 80%;
	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: #5B329E;
	margin: 0;
	}

	
/*  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;
}

.contact_form_description {
	position:relative;
	float: left;
	width: 80px;
}

.contact_form_description p {
	line-height: 20px;
}

.contact_form_fields {
	position:relative;
	float: left;
}


.apicoectomy {
	background-color: #FFFFFF;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 875px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 875px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../_media/markers/top_interior.jpg);
	}
	
#content_wrapper_index{
	width: 875px;
	margin: 0px auto 0px auto;
	text-align: center;
	}

/*------------- content main ----------------- */

#content_main{
	width: 825px;
	min-height: 200px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 25px;
	}

/*------------- content side ----------------- */


#content_side{
	float: right;
	width: 210px;
	height: auto;
	min-height: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
	display: inherit;
	position: relative;
	display: block;
	background-color: #c9b8e5;
	border: 1px solid #794db8;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	position: relative;
	text-align: left;
	font-size: 105%;
	color: #3e2960;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../_media/markers/side_header.jpg);
	background-repeat: no-repeat;
	height: 27px;	
	padding: 5px 0px 0px 5px;
	margin: 0px;
	}

#content_side h3 {
	position: relative;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	
	}

#content_side ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}
	
#content_side li a {
	color: #5B329E;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	}
	
#content_side li a:hover {
	
	color: #FFFFFF;
	text-decoration: underline;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	

#content_side .clear_both_line {
	position: relative;
	width: 175px;
	margin: 0px auto 0px auto;
	height: 1px;
	border-bottom: 1px solid #5B329E;
	clear: both;
}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: right;
	width: 875px;
	margin: 15px auto 10px auto;
	height: 40px;
	position: relative;
	background-image: url(../_media/markers/footer.jpg);
	background-repeat: repeat-y;
}
#footer p{
	color: #FFFFFF;
	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;
	position: relative;
	top: 5px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #5b329e 1px;
	background-color: #FDF9E8;
	width: 45%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
}

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 535px;
	border: solid #000000 1px;
	position: relative;
	left: 25px;
}

.pull_middle {
	clear:both;
	font-size: 135%;
	font-style: normal;
	color: #333333;
	width: 75%;
	margin: 0px auto 0px auto;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #6C48AA;
	border-bottom: 1px dashed #6C48AA;
	background-color: #FDF9E8;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pull_left {
	position: relative;
	font-size: 135%;
	font-style: normal;
	color: #333333;
	width: 65%;
	left: 20px;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #6C48AA;
	border-bottom: 1px dashed #6C48AA;
	background-color: #FDF9E8;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.col_left {
	position: relative;
	width: 300px;
	float: left;
}

.col_right{
	position: relative;
	width: 300px;
	float: left;
}


.home_form {
	position: relative;
	width: 215px;
	float: right;
	margin-left: 15px;
}
#links a {
	text-transform: uppercase;
	text-decoration: underline;
}
