body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #b5bd98;
	background-image: url(../_media/backgrounds/bg-horiz.png);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#client_header {
	display: none;
}

#noflash #client_header, #interior #client_header {
	display:block;
}

#client_header #client_name, #client_header #specialty, #client_header #location, #client_header #phone{
	display: none;
}

p, ul, ol {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	margin: 14px 0px 14px 0px;	
	}

#home p, #home ul, #home ol {
	color:#434A3B;
	}

h1 {
	color: #98a58b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	text-align: left;
	margin: 0px 0px 14px 0px;
	border-bottom: 1px solid #827746;
	}
#home h1 {
	margin: 0px 0px 5px 0px;	
	font-size: 210%;
}
	
h2 {
	color: #837747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 10px 0px;	
	}
	
#home h2 {
	color: #544F2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	}

h3, h4, h5, h6 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
	}

a {
	color: #5B664E;
	text-decoration: none;
	border-bottom: 1px dotted #5B664E;
	}

a:hover {
	}

ul {
	list-style-position: outside;
	}
	
ul li {
	list-style-type: circle;
	margin-bottom: 10px;
	}
	
ol {
	list-style-position: inside;
	}
	
ol li {
	margin-bottom: 10px;
	}
	
a:link img, a:hover img, a:visited img {
	border: none;
	background:none;
	}

/*------------- header section ----------------- */

#header_wrapper{
	width: 100%;
	}

#header{
	text-align: left;
	margin: 0px auto 0px auto;
	width: 960px;
	padding: 0px;
	height: 380px;
	background: url(../_media/backgrounds/bg-header.jpg) center top no-repeat;
	position: relative;
	}
#noflash #header{
	}
#home #header{
	height: 610px;
	background: none;
	}
#noflash #home #header{
	background: url(../index.jpg) center top no-repeat;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg-content.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
#home #content_wrapper{
	background-image: none;
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#home #content_header{
	padding: 20px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg-content-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	
#home #content_footer{
	background-image: none;
	}
/*------------- content main ----------------- */

#content_main{
	width: 705px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 15px;
	}
#home #content_main{
	min-height: 0px;
	width: 960px;
	float: none;
	margin: 0px auto;
	right: 0px;
	border-bottom: 1px solid #827746;
}

/*------------- content side ----------------- */

#content_side{
	float: left;
	width:216px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 2px;
	padding: 0px;
	}
#home #content_side{
	display:none;
}

#content_side p, #content_side h1, #content_side h2, #content_side ul{
}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
	padding-left: 10px;
	padding-right: 6px;
    }
	
#content_side h2, #content_side h3{
	color: #cbb96f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	padding: 4px 6px 8px 10px;
	margin: 0px 0px 12px 0px;
	border-bottom: dotted #9EAB90 1px;
	}
	
#content_side h4{
	color: #cbb96f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	padding: 8px 6px 1px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted #9EAB90 1px;
	}
#content_side h4 a{
	color: #cbb96f;
	padding: 8px 6px 1px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:none;
	}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	}
	
#content_side li a {
	color: #EBF1D7;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 6px 6px 4px 10px;
	width: 200px;
	font-weight: normal;
	border-bottom: dotted #9EAB90 1px;
	
	}
#content_side li li a {
	background-color: #F8F5EE; 
	text-indent:5px;
	}
a.active {
	background-color:#DED3A6;
	}
	
#content_side li a:hover {
	background-color: #CFD7BC;
	color: #5B664E;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#footer{
	text-align: center;
	width: 960px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_menu/bottombar.gif);
}
#buttons {
	height: 30px;
	width: 740px;
	float: right;
}

#buttons a{
	border-bottom:none;
}
#noflash #footer{
	}
#home #footer{
	display:none;
}
#footer_links{
	text-align: center;
	width: 960px;
	margin: 0px auto 0px auto;
	padding-top: 20px;	
}
#footer_links p{
	color: #544F2F;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #544F2F;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border: none;
}

#footer_links a:hover {
}
/*------------- 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 {
	border: solid #5B664E 1px;
	margin-bottom: 5px;
	padding: 1px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.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_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;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #7A876D;
	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_right p, .module_left p, .module_center p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
/*  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;
}
.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 30px 0px;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 20px 0px;
	}

.highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9D7B55;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #866340;
	padding: 6px 6px 6px 10px;
	font-size: 120%;
	line-height: 150%;
	font-weight:normal;
}
.pullquote_left, .pullquote_left_small{
	font-style: italic;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #866340;
	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;
}
#breadcrumbs{
	position:relative;
	left:8px;
	padding:0px 0px 35px 0px;
	display: none;
}
#breadcrumbs #breadcrumbPage,#breadcrumbs #breadcrumbSpacer{
	float:left;
	margin:0px;
	padding:8px 0px 5px 0px;
	font-size:10px;
	line-height:100%;
}
#breadcrumbs a {
	font-style: italic;
	color: #FFFFFF;
}

#interior #sb-nav-close{

}

.pbhs { 
	font-weight:bold;
	}
/* CSS3/PIE.htc stuff */

.rounded6
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded8
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rounded10
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.shadow {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#interior .rounded6, #interior .rounded8, #interior .rounded10, #interior .shadow
{
    behavior: url(../_css/PIE.htc);
}
#home .rounded6, #home .rounded8, #home .rounded10, #home .shadow
{
    behavior: url(_css/PIE.htc);
}

.opacity80
{
    opacity:.8;
}

/* no flash styles */

#address{
	position:absolute;
	left: 225px;
	top: 180px;
	z-index: 5;
}
#nav{
	position:absolute;
	z-index: 10;
}
#nivoSlider{
	position:absolute;
	top: 180px;
	left: 430px;
	height: 195px;
	overflow:hidden;
	z-index: 5;
	float: left;
}
#homebtn {
	height: 115px;
	width: 212px;
	position: absolute;
	float: left;
	top: 10px;
	left: 2px;
}
#homebtn a {
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#homebtn a:hover {
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: transparent;
	border-left-style: none;	
}
