body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AAB9C7;
	background-image: url(../_media/body_bg.jpg);
	height: 100%;
}
#client_header {
	display: none;
}
/* for IE */
* html body {
	height: 100%; 	
}


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 10px;
	text-align: justify;
}

/*h1 {
	color: #4F81C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 10px 8px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F81C0;
}*/

h1 {
	color: #4F81C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 1px;
	background-image:url(../_media/h1.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 9px 0 9px 10px;
	text-align: left;
}

h2 {
	color: #4F81C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 3px;
	text-align: left;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0px 10px 0px 3px;
	letter-spacing: -1px;
	text-align: left;
}

h4 {
	color: #800000;
	font-weight: lighter;
	font-size: 10.5pt;
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-left: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 0px 10px 0px 3px;
}

a {
	color: #4F81C0;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #69ADFF;
}

ul {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul li {
	margin:0;
	padding:0 0 8px 0;
	list-style-image: url(../_media/li.gif);
	}
	
ol {
	margin: 2px 10px 5px 40px;
	font-size: 12px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
ol li {
	margin:0;
	padding:0 0 8px 0;
	}
	
/*a:hover img {
	border: none;
	background:none;
	} */

/*a:link img {
	border: none;
	}*/

/*  CSS Classes   */	


/*  BORDER CLASS STYLES */

.border {
	padding: 5px;
	border: solid 1px #cccccc
	}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*  IMAGE PADDING */
	
.image_right {
	float: right;
	border: 1px solid #BDD2E3;
	margin: 0 0 4px 10px;
	background-color: #ebebeb;
	padding: 1px;
}
.image_left {
	float: left;
	border: 1px solid #BDD2E3;
	margin-right: 0 10px 4px 0;
	background-color: #ebebeb;
	padding: 1px;

}

.image_center {
	border: 1px solid #BDD2E3;
	background-color: #ebebeb;
	padding: 1px;
	margin: 0 auto 4px auto;

}

.module_right {
	float: right;
	margin: 0 10px 4px 10px;
	background-color: #ebebeb;
	width: 300px;
	height: auto;
	border: 1px solid #BDD2E3;
	padding: 1px;

}	
	
.module_left {
	float: left;
	margin: 0 10px 4px 3px;
	background-color: #ebebeb;
	width: 300px;
	height: auto;
	border: 1px solid #BDD2E3;
	padding: 1px;

}	

.module_center {
	margin: 0 auto 10px auto;
	background-color: #ebebeb;
	width: 80%;
	height: auto;
	border: 1px solid #BDD2E3;
	padding: 1px;

}	

.swf_right {
	float: right;
	border: 1px solid #BDD2E3;
	margin: 0 10px 4px 10px;
	background-color: #ebebeb;
	padding: 1px;

}
.swf_left {
	float: left;
	border: 1px solid #BDD2E3;
	margin: 0 10px 4px 3px;
	background-color: #ebebeb;
	padding: 1px;

}

.swf_center {
	border: 1px solid #BDD2E3;
	background-color: #ebebeb;
	padding: 1px;
	margin: 0 auto 10px auto;
	width: 460px;
	height: 160 px;
	text-align: center
}

.swf_impacted_teeth {
	border: 1px solid #1B537F;
	margin: 0 auto 10px auto;
	background-color: #ebebeb;
	padding: 1px;
	width: 480px;
	height: 350 px;
	text-align: center;
}
	
/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #666666;
	background-color: #D7D7D7;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	width:90%;
	background-image: url(../_media/images/dashed_line_main.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	}
	

.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_wrapper{
	width: 100%;
	position: relative;
	top:0;
	background-image: url(../_media/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	z-index: 2;
	line-height: 0;
}

#header {
	width: 800px;
	margin: 0 auto;
}
/*------------- content section ----------------- */

#content_wrapper{
	width: 776px;
	margin: -34px auto -1px auto;
	text-align: left;
	border-right: 1px solid #BDD2E3;
	border-left: 1px solid #BDD2E3;
	z-index: 1;
	background-image: url(../_media/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 1px 0;
}




/*------------- content main ----------------- */

#content_main{
	width: 670px;
	float: right;
	margin:0;
	min-height: 300px;
	height: auto !important;
	height /**/:300px;
	padding: 0 0 10px 0;
}



/*------------- content side ----------------- */


#content_side{
	width:96px;
	float: left;
	position: relative;
	left: 6px;
	top: 0px;
	height: 5px;
	padding: 0;
}

#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	color: #333333;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side ul {
	list-style-image: url(../_media/images/arrow_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	
#content_side hr {
    
    height: 1px;
    border-top: 1px solid #ABAFD1;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}


#content_side .dashed_line{

	background-image: url(../_media/images/dashed_line_sidebar.gif);

	}
	



/*------------- footer ----------------- */

#footer_wrapper{
}

#footer{
	text-align: center;
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

#footer_links{
	text-align: center;
	width: 800px;
	position: relative;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p{
	color: #66A0D8;
	margin: 0;
	padding: 8px 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #66A0D8;
}


#footer a:hover {
	color: #274060;
}

#hp_wrapper{
	width: 100%;
	position: relative;
	top:0;
	background-image: url(../_media/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.hp_text {
	width: 780px;
	text-align: left;
	margin: 130px auto 0 auto;
	padding: 0;
}

.racvb {
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
/*------------- misc styles ----------------- */

.column1 {
	width: 50%;
	float: left;
}

.column2 {
	width: 50%;
	float: right;
}

.sub-nav {
	text-align:center;
	font-size:80%;
    color:#848383;
	border-bottom:#AAB9C7 solid 1px;
	padding-bottom:10px;
	width:652px;
}

/*------------- OVERLAY FLASH HEADERS ----------------- */

.header-img {
	vertical-align:middle;
	padding:0px 9px 0px 9px;
}

#doctor-header {
	width:664px;
	position:absolute;
	top:10px;
	left:204px;
}

#doctor-header p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-stretch:condensed;
	letter-spacing:-0.03em;
}

#header-2 {
	width:664px;
	position:absolute;
	top:44px;
	left:204px;
}

#header-2 p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-stretch:condensed;
	letter-spacing:-0.03em;
}

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;
}
