body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #99897f;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-size: 13px;
}

#wrapmaster {
	height:auto;
	width:800px;
	min-height:100%;
	text-align:center;
	margin: 0px auto;
    }
	
* html #wrapmaster {
	height:100%;
	}


/*  BASIC TEXT FORMATING */
p {
	color:#1f2b6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0px;
	}

h1 {
	color: #1f2b6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	border-bottom-width:none;
	text-align: left;
	margin: 10px 0 25px 0;
	;
	}
	
* html h1 {
	margin-top:0px;
	}

h2, .htwo {
	color: #5A5259;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}

h3, .hthree {
	color:#444F62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
	margin:0 0 5px 0;
	}

h4, .hfour {
	color: #595c6f;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 
ul li {
	margin-bottom: 5px;
}

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #99897F;
	border: 1px solid #1F2B6F;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	margin-bottom:30px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}
.staff_container {
	height: 220px;
}
.img_cntr {
	text-align: center;
	width: 100%;
}

.tour {
	text-align: center;
	width: 301px;
	margin-left: 110px;
}
.mainmenu#side_nav {
	margin-top: 203px;
}

.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 {
	background-color: #C68A74;
	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_left h2 {
	background-color: #EDB79C;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #C68A74;
	margin: 0;
	}

	
/*  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: 90%;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */

#header{
	margin: 0px 0px 0px 0px;
	height:111px;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/salmon_creek_endodontics.gif);
	background-position: right top;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	}

/*------------- content section ----------------- */

#content_wrap{
	width: 800px;
	margin:0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image:url(../_media/backgrounds/bg_content_dual.gif);
	background-position:top center;
	background-repeat:repeat-y;
	/*border-top: white solid 44px;*/
	border-right:none;
	border-left:none;    

	}

/*------------- content main ----------------- */

#content_main{
	width:559px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 33px;
	top:0px;
	background-color: white;
	border-left: 3px solid #5a5259;
	margin-top: -44px;
	padding-top: 44px;
	/*background-image: url(../_media/backgrounds/bg_content_right1.gif);
	background-position:top center;
	background-repeat:repeat-y;*/
	}

#index_main{
	width:594px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 0px;
	top:0px;
}
#content_main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1F2B6F;
	line-height: 125%;
}
#index_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}
#index_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 150%;
}
#index_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 120%;
}
#index_content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
}
#index_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
#index_content a:hover {
	color: #99897F;
}

#text_content {
	width:531px;
	margin:0px auto;
	padding: 10px 0px 25px 0px;
	position:relative;
	min-height: 900px;
}


#text_content a{
	color:#595c6f;
}


#index_photo{
	width:476px;
	height:438px;
	background-image: url(../_media/backgrounds/endodontic_office.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	position:relative;
	z-index: 2;
}


/*------------- content side ----------------- */

#content_side{
	float: left;
	width:206px;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../_media/backgrounds/endodontics_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}


#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#side_nav{
	width:206px;
	color:#fff;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	position:relative;
	top:35px;
	right:0px;
	text-align:right;
	margin-bottom: 60px;
	padding: 0;
}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
#side_nav ul{
	margin: 0 10px 0 0;
	}	
	
	
#side_nav ul li {
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
	font-size: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	/*width: 170px;*/
	margin:0;
	}

#side_nav ul li a {
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
	font-size: 100%;
	padding: 6px 0px 6px 0px;
	margin: 0;
	}

#side_nav ul li ul li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: square;
	list-style-image: none;
	font-size: 100%;
	padding: 4px 8px 4px 0px;
	}
	
#content_side li a:hover {
	text-decoration: none;
	color:#CEBFB5;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
#sub_nav {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #595C6F;
	text-align:center;
}
#sub_nav h2 {
	margin-left: 40px;
	font-style:italic;
	text-align:lef;
	color: #1f2b6f;
	text-transform:capitalize;
}
#sub_nav ul {
	list-style-image: none;
	list-style-type: none;
}
#sub_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px; 
	line-height:20px;
	}

#sub_nav ul li a {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom:3px;
 	padding-left: 8px; 
	color: #1F2B6F;
	text-decoration:none;
	width: 30px;
	font-weight: bold;
	}

#sub_nav li a:hover {
	background-color:#99897F;
	}

	
#second_nav {
	margin-top: 60px;
	background-color: #5A5259;
	padding: 8px 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #595C6F;
	border-bottom-color: #595C6F;
	}
	
#second_nav h2 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 95%;
	padding: 0 0 0 20px;
	margin: 0;
	}	
	
#second_nav ul li {
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 170px;
	}

#second_nav ul li a {
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
	font-size: 100%;
	padding: 6px 15px 6px 0px;
	}


	
#second_nav li a:hover {
	text-decoration: none;
	color:#CEBFB5;
	}	
	
#contact_form {
	color: #ffffff;
	}
	
#contact_form h2 {
	font-size:100%;
	color:#ffffff;
	padding-left: 20px;
	}

#contact_form form {
	padding-left:20px;
	color:#ffffff;
	}
	
#contact_form p {
	font-size:85%;
	color:#ffffff;
	padding-left: 10px;
	}
#logo {
	margin: 0px 0 0 0;
	padding: 0px;
}
	
	
	
	

.side_seo{
	border: solid #cebfb5 2px;
	background-color: #7487a5;
	margin: 60px auto 40px auto;
	padding: 10px 13px 15px 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-style: italic;
	line-height:140%;
	text-align: left;
	}

.cv_indent {
	padding: 0px 5px 0px 25px;
}

/*------------- address ----------------- */

#address{
	width:800px;
	height:57px;
	background-color:#CEBFB5;
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#000;
	position:relative;
}

#address p{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:100%;
	color:#000;
	padding:20px 0px 15px 0px;
	margin: 0px;
}

img{ padding:0px 15px 0px 15px; } 	

/*------------- home ----------------- */

#home{
	text-align:left;
	width: 740px;
	background-color: #504b48;
	margin: 0px auto;
	position: relative;
	font-family: font-family: Arial, Helvetica, sans-serif;
	top:0px;
	bottom:0px;
	padding: 20px 20px 10px 20px;
	border-bottom:none;
}

#home h1 {
	color: #1f2b6f;	
	font-size:120%;
	border-bottom: none;
	}

#home h2 {
	font-size:100%;
	}

#home p {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
	text-align:left;
	display:inline;
	}

#home a {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#home a:hover {
	text-decoration: underline;
}


/*------------- footer ----------------- */

#footer_wrapper{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 0px;
	background-color:#99897f;
}

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	padding:0px;
	height: 100px;
	position: relative;
}
#footer p{
	color: #000;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 10px;
}

#footer a {
	color: #fff;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.dotted_line {
	border-top: 1px dotted #99897f;
	}

.pull_quote{
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 150%;
	font-style: italic;
	text-align:left;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	color: #1f2b6f;
	border-top:#99897f 2px solid;
	border-bottom:#99897f 2px solid;
}

.gray_border{
	border-bottom: 6px solid #595c6f;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#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;
}
