body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	height: 100%;
	background-color: #BEC6A3;
	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;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

h1 {
	color: #30645B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 10px 8px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30645B;
	text-align: left;
	height: 30px;
	padding-top: 0px;
}

h2 {
	color: #628A7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 11px;
	text-align: left;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0px 10px 0px 11px;
	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 11px;
}

a {
	color: #30645B;
}

a:hover {
	color: #D4DDC2;
}


ul {
	margin: 2px 10px 10px 40px;
	padding:0;
	list-style-image: url(../_media/common_assets/arrow_main.gif);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
	
ol {
	margin: 2px 10px 10px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
dl {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
	
li {
	margin-top: 10px;
	padding: 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 #30645B;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FDFFFA;
	padding: 2px;
}
.image_left {
	float: left;
	border: 1px solid #30645B;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #FDFFFA;
	padding: 2px;
}

.image_center {
	border: 1px solid #30645B;
	background-color: #FDFFFA;
	padding: 2px;
	margin-bottom: 5px;
}

.module_right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FDFFFA;
	width: 300px;
	height: auto;
	border: 1px solid #30645B;
	padding-top: 4px;
	padding-bottom: 4px;
}	
	
.module_left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FDFFFA;
	width: 300px;
	height: auto;
	border: 1px solid #30645B;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.module_center {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FDFFFA;
	width: 80%;
	height: auto;
	border: 1px solid #30645B;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.swf_impacted_teeth {
	border: 1px solid #30645B;
	margin: 10px auto;
	background-color: #FDFFFA;
	padding: 2px;
	width: 480px;
	height: 350 px;
}

/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #30645B;
	background-color: #D4DDC2;
}
	
/*  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_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin: 12px auto;
	}
	

.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{
	text-align: left;
	margin: 0 auto;
	width: 795px;
	padding: 0;
}

#home{
	position:relative;
		float:right;
	text-align: left;
	width: 605px;
	padding: 100px 0 20px 0;
}


/*------------- header section ----------------- */


#header_wrapper{
	background-image: url(../_media/header_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#header{
	text-align: center;
	margin: 0px auto;
	width: 800px;
	padding: 0px;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 795px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
	top:0px;
	left:0px;

}




/*------------- content main ----------------- */

#content_main{
	width: 605px;
	margin:0px auto 0px auto;
	padding-bottom: 6px;
	min-height: 350px;
	text-align: left;
	padding-top: 6px;
	float: right;
}



/*------------- content side ----------------- */


#content_side{
	width:180px;
	float: left;
	position: relative;
	min-height: 100%;
	padding-top: 16px;
}

#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 10px;
	color: #333333;
    }
	
#content_side h1 {
	color: #30645B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin: 4px 0px 10px 10px;
	text-align: left;
	border-bottom: solid 1px #30645B;
	height: 16px;
    }
	
#content_side h2 {
	color: #628A7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side li {
	line-height: 14px;
	text-align: left;
	font-size: 10px;
	color: #333333;
	padding:0;
	margin-top: 2px;
	}

#content_side a:hover {
	color: #FFFFFF;
	}
	
#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_grey.gif);
	margin-left: 10px;
	}	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: right;
	
	width: 100%;

}

#footer{
	text-align: left;
	margin: 0 auto;
	width: 795px;
	padding: 0;
}
#footer_links{
	position:relative;
		float:right;
	text-align: left;
	width: 605px;
}

#footer p{
	color: #628A7D;
	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: #628A7D;
	font-weight: bold;
	font-size: 10px;
}


#footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #628A7D;
}

/*------------- misc styles ----------------- */

.cl1 {
	width: 50%;
	float: left;
}

.cl2 {
	width: 50%;
	float: right;
}