body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #9CB9D7;
	background-image: url(../_media/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
}

#vert_bkgnd {
	position: absolute;
	top: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
	left: 0px;
    }
* html #vert_bkgnd {
	height:100%;
	background-image: url(../_media/bg_vert.gif);
}

#masterwrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	}

#wrapleft {
	border: 0px;
	padding: 0px;
	width: 16px;
	height: 600px;
	float: left;
	background-image:  url(../_media/bg_left.jpg);
	background-repeat: no-repeat;
	}
#wrapcenter	{
	border: 0px;
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
#wrapright	{
	border: 0;
	padding: 0;
	width: 16px;
	height: 600px;
	float: left;
	background-image: url(../_media/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#homepage_wrapper{
	width:800px;
	margin-top: -1px;
	text-align: left;
	background-image: url(../_media/homepage/main_photo.jpg);
	background-repeat: no-repeat;
	z-index: 999;
	position: relative;
	float: none;
	height: 338px;	
}

#homepage_photo_sml{
	width: 297px;
	height: 349px;
	background-image: url(../_media/homepage/sml_photo_home.jpg);
	background-repeat: no-repeat;
	margin-top: -11px;
	z-index: 10000;
	position: relative;
	float: right;
}

#int_wrapper{
	width:800px;
	margin-top: -1px;
	text-align: left;
	background-image: url(../_media/homepage/main_photo_int.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	position: relative;
	float: none;
	height: 196px;	
}

#int_photo_sml{
	width: 297px;
	margin-top: -11px;
	z-index: 10000;
	position: relative;
	float: right;
}

/*  BASIC TEXT FORMATING */

p {
	color:#21344E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 16px;
}

h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

h2 {
	color: #4874A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

h3 {
	color:#21344E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}

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;
}

h6 {
	color: #5981AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-top: -8px;
	margin-bottom: 8px;
	text-align: right;
}

a {
	color: #4874A5;
	text-decoration: none;
}

a:hover {
	color: #94A0AA;
}
	
/*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;
	}
	
/*  BORDER & PADDING */

.image_right, .image_left, .image_center, .swf_center, .swf_impacted, .module_right, .module_left
 {
	border: 1px solid #4874A5;
	margin: 0px 10px 5px 10px;
	background-color: #CDDDEA;
	padding: 2px;
}


/*  IMAGE PADDING */
	
.image_right {
	float: right;
}
.image_left {
	float: left;
}

.image_center {
	margin: 0px 0px 0px 0px;
}

.swf_center {
	margin: 0 auto 5px auto;
	width: 460px;
	height: 160px;
}

.swf_impacted {
	margin: 0 auto 5px auto;
	width: 480px;
	height: 350px;
}

.module_right {
	float: right;
	width: 350px;
	height: auto;
}	
	
.module_left {
	float: left;
	width: 350px;
	height: auto;
}		

.module_center h2{
	margin: 0px 10px;
	background-color: #9CB9D7;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	}

.module_center p{
	text-align: center;
}

.module_center a {
	padding: 0px 12px;
}

.module_right h2, .module_left h2 {
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #4874A5;
	margin-top: 0;
}

/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #624926;
	background-color: #EAD3A3;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}


/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 800px;
	z-index: 0;
	position: relative;
}


#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;

	
}

#header h1 {
	padding: 41px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../_media/homepage/Dupree_Neupert.gif);
	background-repeat: no-repeat;
	width:800px;
	height: 0px!important;
	height /**/:41px;
	margin: 0px;
	font-size: 10px;
	border: 0px;
    }
	
	
#header h2 {
	padding: 34px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../_media/homepage/oral_surgery_header.jpg);
	background-repeat: no-repeat;
	width:800px;
	height: 0px!important;
	height /**/:34px;
	margin: 0px;
	font-size: 10px;
	float: right;
    }


/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	margin: 8px auto 4px auto;
	text-align: center;
	background-image: url(../_media/bg_content.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}





/*------------- content main ----------------- */

#content_main{
	width: 790px;
	margin:0px auto 0px auto;
	padding-bottom: 14px;
	min-height: 350px;
	text-align: left;
	padding-top: 6px;
}

#content_main li {
	color:#21344E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 8px;
	list-style-image: url(../_media/li.gif);
	padding-right: 10px;
	}

/*------------- content side ----------------- */


#content_side{
	width:0px;
	float: left;
	margin-top:0px;
	position: relative;
	top:0;
	height: 350px;
	min-height: 100%;
	margin-left: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
}

/*

#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_home{
	text-align: left;
	width: 100%;
	background-image: url(../_media/homepage/footer_top_int.gif);
	background-repeat: no-repeat;
	margin-top: -20px;
	position: relative;
	float:left;

}

#footer_wrapper{
	text-align: left;
	width: 800px;
	background-image: url(../_media/homepage/footer_top_int.gif);
	background-repeat: no-repeat;
	margin-top: 0px;

}


#footer{
	text-align: left;
	width: 800px;
}

#footer h2 {
	padding: 71px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../_media/homepage/contact.jpg);
	background-repeat: no-repeat;
	width:510px;
	height: 0px!important;
	height /**/:71px;
	
	margin: 0px;
	font-size: 10px;
	border: 0px;
	float: left;
    }
	
	
#footer h3 {
	padding: 71px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../_media/homepage/doctors.jpg);
	background-repeat: no-repeat;
	width:290px;
	height: 0px!important;
	height /**/:71px;
	float: right;
	margin: 0px;
	font-size: 10px;
    }
	
#footer p{
	color: #1F364C;
	text-align: center;
	font-size: 10px;
	margin: 0px 10px;
}

#footer h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 10px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	background: none;
	height: auto;
	width: auto;
	padding: 0px;
	float: none;
	
}

#footer a {
	color: #1F344B;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}


#footer a:hover {
	border-bottom: 1px solid #1F344B;
	text-decoration: none;
	background-color: #C1D9F1;
}


/*------------- content home ----------------- */

#content_home{
	width: 800px;
	margin:0px auto 0px auto;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

#content_home p {
	color:#21344E;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
}

#content_home a {
	color: #B0BAD3;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
}

#content_home a:hover {
	color: #5981AC;
	background: none;
	border: 0px;
}

/*------------- misc styles ----------------- */

.cl_left {
	width: 50%;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

.cl_right {
	width: 50%;
	float: right;
	border: none;
	padding: 0;
	margin: 0;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.dotted {
	background: url(../_media/dotted.gif) repeat-x center center;
	margin: auto 100px;
	padding: 10px 0px;
}

.pbhs {
	font-size: 10px;
	color: #1F344B;
	font-weight: bold;
}