@import url(http://fonts.googleapis.com/css?family=Lora);

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
/*
base reset
*/
body{margin:0}h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold}optgroup{font-weight:normal}abbr,acronym{border-bottom:1px dotted #000;cursor:help}em{font-style:italic}del{text-decoration:line-through}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}th,td{border:1px solid #000;padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}sup{vertical-align:super}sub{vertical-align:sub}p,fieldset,table,pre{margin-bottom:1em}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}img{-ms-interpolation-mode:bicubic}

/*
begin custom
*/


body {
	text-align: center;
	background-color: #F1E6D2;
	background-position: center top;
	background-repeat: repeat-x;
	color:#333333;
	font-family:'Lora',sans-serif;
	overflow-x: hidden;
	/*overflow-y: auto;*/
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background: url(_media/backgrounds/bg_wide.png) no-repeat center top;
    }
	
* html #wrapmaster {
	height:100%;
	}

p, ul, ol {
	color:#000000;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	margin: 14px 0px 14px 0px;	
	}

h1 {
	color: #614537;
	font-size: 240%;
	text-align: left;
	margin: 0px 0px 14px 0px;
	font-weight: normal;
	}
.home h1 {
}
	
h2 {
	color: #AE7717;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px;
	border-top: 2px solid #AE7717;
	padding-top: 15px;
	}
#interior h2 {
	border-top: none;
}

h3 {
	color:#AE8D49;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	}

h4 {
	color: #000000;
	font-size: 125%;
	line-height: 100%;
	text-align: center;
	width: 90%;
	margin: 10px 0px 10px 0px;	
	}

a {
	color: #000000;
	}

a:hover {
	}
ul,ol {
	color:#000;
}
ul {
	list-style-image: url(_media/assets/arrow_transparent_bg.gif);
	font-size: 100%;
	list-style-position: outside;
	padding-left:40px;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	font-size: 100%;
	list-style-position: inside;
	padding-left:40px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 810px;
	padding: 0px;
	height: 190px;
	position: relative;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1032px;/*740px;  1032px;*/
	/*margin: 0px auto 0px auto;*/
	margin: 0px 0px 0px -14px;
	text-align: center;
	padding: 0px;
	background: url(_media/backgrounds/bg_vert_in.jpg) repeat-y center top;
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(_media/backgrounds/bg_content_top_in.jpg) no-repeat center top;
	}

#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	/*margin: 0px 0px 0px -14px;*/
	background: url(_media/backgrounds/bg_content_bottom_in.jpg) no-repeat center bottom;
	padding-bottom: 50px;
	}	

/*------------- content main ----------------- */

#content_main{
	width: 520px;  /*700px;*/
	min-height: 350px;
	text-align: left;
	padding: 25px 20px 0 0;
	margin: 0px;
	float: right;
	position: relative;
	/*right: 300px;*/
	right: 210px;
	}
	
/*------------- content side ----------------- */

#content_side{
	float: left;
	/*width:240px;*/
	width:175px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	padding: 20px 0 0;
	/*left: 16px;*/
	left: 50px;
	}

#content_side h2 {
	margin: 0 15px 15px;
}
#content_side h2 a {
	color: #FFFDF9;
	text-decoration: none;
	font-size: 120%;
	font-weight: normal;
}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(_css/none);
	}
	
#content_side li a {
	color: #F1E6D2;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-weight: normal;
	border-bottom: 1px solid #E2CA9C;
	}
.home #content_side li a {
	font-size:120%;
}
#content_side li li a {
	background: #D0AF6E;
	padding-left: 25px;
	}
	
#content_side li a:hover {
	background: #AE7717;
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
}
#footer_links{
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 15px 0;
	border-top: 1px solid #BAB3A1;
}
#footer_links p{
	color: #614537;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 110%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #AE7717;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer_links 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, #mapContainer, .highlight, .alignleft, .alignright, .aligncenter {
	margin-bottom: 20px;
	padding: 4px;
	background: #F1E6D2;
	}
	
.image_right, .alignright {
	float: right;
	margin-left:20px;
	}
	
.image_left, .alignleft {
	float: left;
	margin-right:20px;
	}

.image_center, .aligncenter {
	margin: 20px auto 20px auto;
	}

.module.alignright {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:20px
	}	

.module h2 {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #BD9A59;
	}
.module p {
	padding: 0 10px;
}
	
.module.alignleft {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:20px
	}	

.module.aligncenter {
	margin: 20px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(_media/assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	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;
}
.clear{
	clear: both;
	}

.highlight {
	margin: 0px auto 0px auto;
	padding: 10px;
	}
.highlight input, .highlight textarea {
	padding: 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #494949;
	
}
	
/*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 #AE7717;
	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;
	color: #AE7717;
	font-size: 120%;
	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;
}

.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;
}

/* no flash styles */

#name{
	background-image:none;
	background-repeat:no-repeat;
	position:absolute;
	left:10px;
	top:47px;
	font-size: 220%;  /*280%;*/
	color: #614537;
	text-align: left;
	text-transform: uppercase;
}
#phone {
	color: #614537;
	text-align: center;
	display: block;
	position: absolute;
	right: 0px;
	width: 370px;
	top: 85px;
	font-size: 130%;
	text-transform: uppercase;
}
#phone span {
	color: #be9b56;
}
#nav{
	/*height:52px;*/
	background-image:none;
	background-repeat:no-repeat;
	position:absolute;
	left:116px;
	top:118px;
	/*width: 1032px;*/
	display: inline-block;
	font-size: 130%;
	text-transform: uppercase;
}
#nav a {
	color: #441906;
	text-decoration: none;
	text-transform:normal;
	width: 100%;
	display: inline-block;
}
#nav a:hover {
	color:#E8F0F8;
}
#nav li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin:5px 14px;
}
#banner{
	width:1000px;
	height:320px;
	position: absolute;
	left: 18px;
	top: 190px;
}
#nivoSlider{
	position: relative;
	top:0px;
	left:0px;
	height:320px;
	overflow:hidden;
}
#nivoslider img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#pbhs{
	margin: -16px auto 0px auto;
	font-size: 0.8em;
	width:212px;
/*	text-align:center;*/
}