body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #AD9DCC;
	}

#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: inherit;
}
/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #28283E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099280;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
	}

h2 {
	color:#5D3897;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #333333;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #5c3896;
	text-decoration: none;
	border-bottom: 1px dotted #5c3896;
	}

a:hover {
	background-color: #AD9DCC;
	}

ul {	list-style-position: outside;
	}
	
ol {
	list-style-position: inside;
	}
	
li {
	margin-bottom: 10px;
	list-style-image: url(../_media/common_assets/ring.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #cfeeed;
	border: solid #5c3896 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 5px 5px 5px 5px;
	}

.module_right {
	float: right;
	width: 250px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 250px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px auto 10px auto;
	width: 90%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_right h3, .module_left h3, .module_center h3, .module_right p, .module_left p, .module_center p {
	padding-right: 10px;
	padding-left: 10px;
	}
	
/*  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;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	

/*------------- home section ----------------- */

#home{
	text-align: left;
	width: 540px;
	margin: 0px 10px; 
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:20px;
}

#home_side {
	float:right;
	width:190px;
	margin:0px;
	padding:20px;
	position:relative;
	right:230px;
	z-index:100;
	}

/*------------- 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: 0px 0px 10px 0px;
	background-image: url(../_media/backgrounds/bg_content2.gif);
	background-repeat: repeat-y;
	border-bottom: 3px solid #D8D0E7;
	}

/*------------- content main ----------------- */

#content_main{
	width: 580px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 10px;
	padding-top: 10px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:180px;
	height: 400px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 10px;
	}

#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 h2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;    
	
	}
	
#content_side ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	background: url(../_media/common_assets/dashed_line_white.gif) center bottom repeat-x;
	}
	
#content_side li {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	}
	
	
#content_side li a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	padding: 2px;
	}
	
#content_side li a:hover {
	background-color: #AD9DCC;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
	
#contact_side {
width: 219px;
float: right;
margin:-10px 10px;
}
	
#address_container {width:217px;
border:none;
background-image:url(../_media/backgrounds/address_container.gif);
background-repeat:no-repeat;
background-position:bottom;
height:200px;
background-color:#FFFFFF;
margin:0px;
padding:0px;
}

#address_container p {
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #33334d;
}

#contact {
width:217px;
background-image:url(../_media/backgrounds/contact_container_middle.gif);
background-repeat:repeat-y;
margin-top:20px;
}

#contact h2 {font-size:110%;
color:#FFFFFF;
border-bottom:none;
padding:8px;
}

#contact p {
font-size:10px;
text-align:center;
color:#FFFFFF;
}

#homePageBody {
	width:540px;
	margin:0px;
	padding:0px;
	background-color:#EEDCCC;
	}
	
	
#Container {
	float:left;
	width:540px;
	margin:0px 0px 0px 10px;
	}



/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content.gif);
}

#footer{
	text-align: left;
	width: 540px;
	margin: 0px 10px; 
	background-image:url(../_media/backgrounds/vector.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:10px;
}

#footer p{
	color: #856AB0;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#footer a {
	color: #856AB0;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: 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:48%;
	position: relative;
	}
	
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
		
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 10px auto;
}

#dental_links {
	}
	
#dental_links a {
	font-size:12px;
	color:#666699;
	} 

#column1 {
	float:left;
	width:27%;
	margin-left:10px;
	padding:10px;
	}
	
#column2 {
	float:left;
	width:27%;
	margin-left:10px;
	padding:10px;
	}
	
#column3 {
	width:27%;
	float:left;
	margin-left:10px;
	padding:10px;
	}
	
#columnContainer {
	width:90%;
	margin:0px auto 40px auto;
	padding:0px;
	background-image:url(../_media/backgrounds/column_container_middle.gif);
	background-repeat:repeat-y;
	}
	
.columnHeader {
	text-align:center;
	font-weight:bold;
	}

  /*------------- seo locations ----------------- */

.separator {
	border-top:dotted 3px #AFDCD9;
	margin:20px auto 20px auto;
	padding:0px;
	width: 580px;
}
.separator_side {
	border-top:dotted 3px #B6CAD5;
	width:175px;
	margin: 20px auto;
}


/*------------- MISC ----------------- */
.float_left{
	float: left;
}

.float_right{
	float: right;
}


