body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	height: 100%;
	background-color: #F5F5F5;
	background-image: url(../media/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
/* for IE */
* html body {
	height: 100%;
	text-align: center;
}


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

h1 {
	color: #709BBB;
	font-family: Georgia, serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(../media/h1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 12px 0 12px 40px;
	margin: 10px 0 0 5px;
}

h2 {
	color: #709BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	/*background-image: url(../media/h2.gif);
	background-position: center left;          --- Removed at request of the dr. 11-5-10
	background-repeat: no-repeat;*/
	padding: 6px 0px;
	margin: 0px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	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: #709BBB;
	border-bottom-color: #709BBB;
	padding: 0px 10px 0px 11px;
}

a {
	color: #1B537F;
}

a:hover {
	color: #709BBB;
}

ul {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul li {
	margin:0;
	padding:0 0 8px 0;
	/*list-style-image: url(../media/li.gif); Removed at Dr.'s request 11-5-10 */
	}
	
ol {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
ol li {
	margin:0;
	padding:0 0 8px 0;
	list-style-image: url(../media/li.gif);
	}
	
/*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 #709BBB;
	margin: 4px 0 4px 10px;
	background-color: #fff;
	padding: 2px;
}
.image_left {
	float: left;
	border: 1px solid #709BBB;
	margin: 4px 10px 4px 0;
	background-color: #fff;
	padding: 2px;
}

.image_center {
	border: 1px solid #709BBB;
	background-color: #fff;
	padding: 2px;
	margin: 0 auto 8px auto;
}

.swf_right {
	float: right;
	border: 1px solid #709BBB;
	margin-left: 10px;
	margin-bottom: 4px;
	background-color: #fff;
	padding: 2px;
}
.swf_left {
	float: left;
	border: 1px solid #709BBB;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #fff;
	padding: 2px;
}

.swf_center {
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #709BBB;
	background-color: #fff;
	width: 460px;
	height: 160 px;
}

.swf_impacted_teeth {
	padding: 2px;
	margin: 0 auto 8px auto;
	border: 1px solid #709BBB;
	background-color: #fff;
	width: 480px;
	height: 350 px;
}

.swf_tour {
	border: 1px solid #709BBB;
	background-color: #fff;
	padding: 2px;
	margin: 0 auto;
	width: 400px;
	height: 340px;
}

.module_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
	background-color: #fff;
	width: 300px;
	height: auto;
	border: 1px solid #709BBB;
	padding: 4px 10px;
}	
	
.module_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #fff;
	width: 300px;
	height: auto;
	border: 1px solid #709BBB;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.module_center {
	margin: 0 auto 10px auto;
	background-color: #fff;
	width: 80%;
	height: auto;
	border: 1px solid #709BBB;
	padding-top: 4px;
	padding-bottom: 4px;
}	


/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #709BBB;
	background-color: #fff;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	width:90%;
	background-image: url(../_media/common_assets/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 section ----------------- */


#home_wrapper{
	background-color: #F5F5F5;
}

#home{
	margin:0px auto 0px auto;
	padding: 0;
	width: 744px;
}

/*------------- header section ----------------- */


#header_wrapper{
	background-image: url(../_media/header_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#header{
	text-align: center;
	margin: 0 auto;
	width: 847px;
	padding: 0;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 744px;
	background-image: url(../media/content_top_bg.gif);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
	top:0px;
	left:0px;
	padding: 1px 0 0 0;

}




/*------------- content main ----------------- */

#content_main{
	width: 710px;
	margin:0px auto 0px auto;
	padding: 0 0 1px 0;
	min-height: 300px;
	text-align: left;
}



/*------------- content side ----------------- */


#content_side{
	width: 0px;
	height: 300px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#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/common_assets/dashed_line_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/common_assets/dashed_line_sidebar.gif);

	}	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;
	width: 100%;
	background-color: #F5F5F5;
}

#footer{
	text-align: center;
	margin: 0 auto;
	width: 847px;
	padding: 0;
}
#footer_links{
	position:relative;
	right:270px;
		float:right;
	text-align: left;
	width: 450px;

}
#footer p{
	color: #709BBB;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #709BBB;
	font-weight: bold;
	font-size: 10px;
}


#footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background-color: #fff;
}

/*------------- misc styles ----------------- */

.col1 {
	width: 50%;
	float: left;
}

.col2 {
	width: 50%;
	float: right;
}
.implant-video{margin-left:2px; padding:5px;}
