body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #37466B;
	background-image: url(../_media/backgrounds/edwards-index-bg6.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/edwards-index-texture.jpg);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
/*#wrapmaster {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	height:auto;
	width: 900px;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }
*/	
body.interior #wrapmaster {
	background-image: url(../_media/backgrounds/interior-bg-vert.jpg);
}
	
* 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: 1000;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}
#wrapcenter 	{
	padding: 0px;
	width: 100%;
	background-image: url(../_media/backgrounds/edwards-index-bg-foliage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
body.interior #wrapcenter {
	background-image: url(../_media/backgrounds/interior-bg.jpg);
}
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	background-image: url(../_media/backgrounds/edwards-index-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#wrapright	{
	padding: 0px;
	width: 16px;
	height: 200px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#03366f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 155%;
	margin:0 0 10px 0;
	}

h1 {
	color: #000000;
	font-family: "Federo", Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	margin:0 0 25px 0;
	font-weight: normal;
	}
	
h2 {
	color: #37466b;
	font-family: "Federo", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
	margin:15px 0 10px 0;
	font-weight: normal;
	}

h3 {
	color:#63615a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin:10px 0 0 0;
	}

h4 {
	color: #000000;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #000000;
	}

a:hover {
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin: 0;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color: #37466b;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	color: #37466b;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
	
/*  CSS IDs   */

/*------------- header section ----------------- */
	
body.interior #header_wrapper


{
	width: 100%;
	background-image: url(../_media/backgrounds/interior-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
body.interior #header{
	text-align: center;
	width: 800px;
	padding: 0px;
	height: 425px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#header_wrapper


{
	width: 100%;
	background-image: url(../_media/backgrounds/index-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#header{
	text-align: center;
	width: 800px;
	padding: 0px;
	height: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 840px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-image: url(../_media/backgrounds/content-top-interior.jpg);
	background-position: center top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 584px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 15px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:194px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 24px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #f2f0e5;
    }
	
#content_side h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	background-color: #a0acc9;
	color: #37466b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	padding: 5px 0;
	text-indent:5px;
	}

	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
	}
	
#content_side li a {
	color: #f2f0e5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 94%;
	display: block;
	padding: 6px 0px 6px 15px;
	width: 178px;
	font-weight: normal;
	border-bottom: dotted #435277 1px;
	}
	
#content_side li a:hover {
	color: #a0acc9;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
#form {
	margin-top: 35px;
}




	
#form p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	margin: 5px 0;
	;
	}	
#form input, #form textarea {
	background-color:#f2f0e5;
	color: #03366f;
	}




/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: center;
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BCB7A5;
}
body.interior #footer_wrapper {
	width: 800px;
	margin: 0 auto;
}
body.interior #footer {
	float: right;
	width: 584px;
}
#footer p{
	color: #000000;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer a {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #cfcab9;
	border: solid #37466b 1px;
	margin-bottom: 10px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin:10px 0 10px 15px;
	}
	
.image_left {
	float: left;
	margin:10px 15px 10px 0;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #918e84;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	


.office-tour {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 10px groove #37466b;
	border-left: 10px groove #37466b;
	border-bottom:10px groove #03366f;
	border-right: 10px groove #03366f;
	}
	
/*  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;
}
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.highlight {
	width: 70%;
	margin: 15px auto 15px auto;
	padding: 10px 10px 15px 10px;
	border-top: 2px dashed #918e84;
	border-bottom: 2px dashed #918e84;
	}
.highlight h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
	font-weight: normal;
	margin: 0;
}
	
/*pullquotes*/

.pullquote_right{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:115%;
	font-style:italic;
	text-align: right;
	font-style: italic;
	color: #918e84;
	display:block;
	border-right: 3px solid #cfcab9;
	padding: 6px 10px 6px 10px;
	width: 200px;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 6px 6px 10px;
	background-color: #EEEEEE;
}
.pullquote_left p, .pullquote_left_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 0px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #EEEEEE;
	width: 40%;
	float: left;
	margin: 0px 10px 12px 0px;
}
/*  End CSS Classes   */
#seo {
	width: 480px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
	position: relative;
	right: 20px;
}
#seo p {
	color: #324063;
}
#seo h1 {
	color: #000000;
	font-size: 175%;
	border-bottom-style: none;
}
.sample2 #seo {
	background-image: url(../_media/backgrounds/edwards-index-bg-bottom.jpg);
	margin-top: 0px;
}
.sample2 #seo h1 {
}
.sample2 #seo p {
}

#docname {
	float: right;
	position: relative;
	top: 114px;
	right: 80px;
	margin: 0px;
	padding: 0px;
}

body.interior #docname {
	float: right;
	position: relative;
	top: 83px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}
#docname h2, #docname p {
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#docname h2 {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
#docname p {
	font-size: 9pt;
	line-height: 100%;
}
#nav {
	float: left;
	background-color: #ede8d6;
	padding: 4px;
	border: 1px solid #324063;
	position: relative;
	left: 20px;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	background-color: #37466b;
	display: table;
	width: 195px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#nav ul li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#nav ul li a {
	background-color: #324063;
	display: block;
	padding: 12px;
	margin-bottom: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background-image: url(../_media/backgrounds/nav_bg.jpg);	
	text-decoration: none;
	background-repeat:none;
}
body.interior #navigation {
	float: left;
	position: relative;
	top: 154px;
	width: 200px;
	height: 230px;
	vertical-align: middle;
	padding-top: 3px;
}
body.interior #navigation ul  {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
body.interior   #navigation ul li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body.interior   #navigation  ul li a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #f2f0e5;
	text-decoration: none;
	font-size: 110%;
	background-color: #324063;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	line-height: 17px;
}
body.interior #navigation ul li a:hover {
	background-image: url(../_media/backgrounds/nav_bg.jpg);
}



		

#content-container {
	background-image: url(../_media/backgrounds/content-top-index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	margin: 0 auto;
}
.cracked_teeth {
	border-bottom: 2px dashed #cfcab9;
	height: 260px;
	margin-bottom: 15px;
	}

.f_tooth {
	width: 135px;
	height: 210px;
	text-align:center;
	float: left;
	margin-right: 25px;
	}
.f_tooth p {
	text-align:center;
	font-size:95%;
	font-weight:bold;
	}	

.dislodged {
	width: 310px;
	height: 610px;
	text-align:center;
	float: right;
	margin: 0 10px 0 15px;
	}
.dislodged p {
	text-align:center;
	font-size:95%;
	font-weight:bold;
	}	

