/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #697266;
	font: 62.5% Helvetica, arial, sans-serif;
	text-align: center;
	background: url('/images/bg-body.gif') top repeat-x #a27656;
	/*background: url('/images/bg-body.gif') top repeat-x #fff6e5;*/
}

a, a:link { 
	color: #283327; 
	text-decoration: none; 
	font-weight: bold;
	
}
a:hover { color: #b25d3b; text-decoration: none; }

p {
font-family: helvetica, ariel, sans-serif;
font-size: 12px;
color: #697266;
line-height: 1.6em;

}

h1 {
	color: #697266;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #697266;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Helvetica,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	color: #b25d3b;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#news-container {
	width: 500px;
	background-color: #ccc;
}

div.entry-content,
div.entry-utility {
	margin-left: 30px;
}

h2.entry-title {
	margin: 15px auto auto 30px;
}

div.entry-meta {
	margin: 0px auto 10px 30px;
}

div.entry-utility {
	clear: both;
	padding: 15px 0px 15px 0px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}

table { border-collapse: collapse; }
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 0 35px; padding: 0 0 10px 0; }
li { margin: 0 0 10px 0; color: #b25d3b; }
#bwm-copy li { font-family: Georgia, "Times New Roman", Times, serif; }
p { margin: 0 0 20px 0; padding: 0; }

blockquote {
	font-style: italic;
	color: #283327;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #283327;
	background: url('/images/quotes.jpg') 0px 10px no-repeat;
}

img { border: 0; }
img.l { margin: -6px 10px 0 -10px; }
img.r { margin: -6px -10px 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }
.email_confirm { display: none; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; }
.large { font-size: 1.19em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

.bar {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dccfb1; 
}
.orange { color: #b25d3b; }
.gray { color: #697266; }
.green { color: #a5b28f; }
.dark-green { color: #283327; }

#wrap {
	width: 841px;
	margin: 0 auto;
	text-align: center;
	background: url('/images/bg-content.png') top left repeat-y;
}

#content-bg {
	padding: 0 20px 0 20px; /* Using padding to avoid IE margin doubling issues */
	text-align: left;
}

#header {
	width: 801px;
	height: 145px;
	background: url('/images/bg-header.jpg') top left no-repeat;
}

#reply-title,
.logged-in-as,
#submit {
	margin: 5px auto 5px 30px;
}

.comment-author,
.comment-meta,
.comment-body,
.reply {
	margin-left: 30px;
}

#comments-title {
	margin: 15px auto auto 30px;
}

.nav-next,
.nav-previous {
	margin: 10px auto 10px 30px;
}

#logo {
	position: absolute;
	margin: 5px 0 0 25px; 
}

#seal {
	float:right;
	margin:20px 0 0 0;
}

#address { float: right; margin: 79px 15px 0 0; }

#nav {
	color: #283c32;
	font-size: 1.2em;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
#nav ul { /* all lists */
	padding: 0 0 2px 0;
	margin: 0;
	height: 23px;
	list-style: none;
	background-color: #a5b28f;
}

#nav ul li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding: 3px 0 0 0;
	border-bottom: 1px solid #6c7667;
}
#nav ul li.pipe { padding-bottom: 3px; }
#nav ul li a {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 22px 3px 22px;
	color: #283c32;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
#nav ul li a:hover { 
	color: #FFFFFF; 
	background: url('/images/bg-nav-hover.gif') top repeat-x;
}
#nav ul li.last a { padding-right: 24px; }

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 999;
	left: -999em;
	padding: 0;
	margin: 0;
	height: auto;
	width: 180px;
	list-style: none;
	border: 1px solid #425038;
	background: #6c7667;
}

#nav li ul li { 
	float: none;
	width: auto; 
	margin: 0;
	padding: 0;
	width: 180px;
	border: 0;
}

#nav li ul li a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
}

#nav li ul li a:hover {
	background: #425038;
}

#nav li ul li ul {
	margin: -26px 0 0 180px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#home-banner {
	border-top: 7px solid #FFFFFF;
	height: 278px;
	background: url('/images/bg-flash.gif') 0px -13px repeat-x;
}
#flash { 
	position: absolute; 
	z-index: 25;
	background: url('/images/bg-flash-floor.jpg') 0px 19px no-repeat;
}
#flash-new { 
	position: absolute; 
	z-index: 25;
	background: url('/images/bg-stones-chairs.jpg') 0px 19px no-repeat;
}


#interior-banner {
	border-top: 7px solid #FFFFFF;
	height: 222px;
	background: url('/images/bg-interior-banner.gif') 0px -13px repeat-x;
}
#interior-banner #banner img {
	margin-top: 16px;
	border-top: 1px solid #385446;
	border-bottom: 1px solid #385446;
}

#nav-shadow {
	position: absolute;
	z-index: 50;
	height: 13px;
	width: 801px;
	background: url('/images/nav-shadow.png') top left repeat-x;
}

#content {
	background: url('/images/bg-content-columns.gif') top center repeat-y;
}

#left-col {
	float: left;
	width: 545px;
	padding-top: 25px;
	position: relative;
}
#left-col .bar {
	margin-left: 35px;
}
#left-col #bwm-copy .bar {
	margin-left: 0;
}

.block-third { float: left; width: 160px; margin-right: 15px; }
.block-third.last { margin-right: 0; }
.block-third .bar { margin: 0 0 5px 0; padding: 0; }

#right-col {
	float: left;
	font-size: 1.1em;
	line-height: 2em;
	position: relative;
}
.home-right-col {
	width: 180px;
	margin-left: 60px;
	margin-top: 40px;
}
.interior-right-col {
	width: 212px;
	margin-left: 44px;
	margin-top: 15px;
	text-align: center;
}
#right-col h2 { margin-bottom: 10px; }
#right-col form { line-height: normal; }
#right-col form p { margin: 0; padding: 0; line-height: normal; }
#right-col form input.text {
	color: #b25d3b;
	border: 0;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col form p.input-bg {
	margin: 0 0 5px 0;
	padding: 5px 0 0 15px;
	width: 183px;
	height: 38px;
	background: url('/images/bg-input.gif') top left no-repeat;
}

ul#side-nav {
	margin: 0 10px 0 12px;
	padding: 0;
	line-height: normal;
	text-align: left;
	list-style-type: none;
}
ul#side-nav li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
}
ul#side-nav li a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #b25d3b;
	text-decoration: none;
	background-color: #eeeeee;
}
ul#side-nav li a:hover { color: #283327; background-color: #a5b28f; }

ul#side-nav ul {
	margin: 1px 0 0 0;
	padding: 0;
}
ul#side-nav ul li a{
	padding-left: 15px;
	color: #283327;
}
ul#side-nav ul li ul li a{
	padding-left: 25px;
	color: #a5b28f;
}

#content-bottom {
	clear: both;
	height: 20px;
	vertical-align: top;
	background: url('/images/bg-content-bottom.gif') top repeat-x #FFFFFF;
}

#home-list {
	float: right;
	margin: 0 0 20px 25px;
}
#home-list a { font-weight: normal; text-decoration: none; }
#home-list a:hover { color: #283327; text-decoration: underline; }
#home-list h2 { margin-bottom: 10px; }
#home-list ul {
	margin: 0 0 10px 20px;
	padding: 0;
}
#home-list ul li {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#home-copy,
#bwm-copy {
	margin: 0 0 0 35px;
	font-size: 1.2em;
	line-height: 1.6em;
}


#testimonial {
	line-height: 1.4em;
	text-align: left;
	margin: 0 12px 0 12px;
	background: url(../images/testimonials-body.jpg) top left;
}
#testimonial .padding { 

 }
#testimonial h2 { margin: 0; padding: 16px 22px 10px 19px; }
#testimonial p { padding: 0 19px 10px 17px; margin: 0; }
#testimonial .text { color: #b25d3b; border-bottom: 1px solid #a5b28f; padding: 0 0 10px 0; margin: 0 22px 0 19px;}
#testimonial .name { text-align: right; color: #a5b28f; padding-top: 10px; font-weight: bold; }
#testimonial-bottom {
	width: 187px;
	height: 18px;
	background: url('/images/testimonials-bottom.jpg') top left no-repeat;
}

#footer {
	padding: 3px 0 3px 0;
	color: #626b5f;
	background-color: #a5b28f;
	border-bottom: 5px solid #FFFFFF;
	position: relative;
}
#footer-padding {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #6b745d;
	border-top: 1px solid #6b745d;
}
#footer p { 
	margin: 0;
	padding: 0; 

}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
	border-right: 1px solid #626b5f;
}
#footer ul li.last { border: 0; padding-right: 0; }
#footer ul li a {
	margin: 0;
	padding: 0 4px 0 1px;
	color: #626b5f;
	text-decoration: none;
}
#footer ul li a:hover { color: #393e32; text-decoration: underline; }

a.bwm { color: #626b5f; text-decoration: none; }
a.bwm:hover { color: #0066FF; text-decoration: underline; }

/*jquery image preview */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	margin:5px;
	}
	
a.preview img {
	margin:8px;
	border:1px solid #B25D3B;
	}
/*end jquery image preview */

.gallery-right {
	float:right; width:240px; clear:both;
	}
.gallery-right p {
	margin:0 0 -5px 8px;
	padding:0;
	font-weight:bold;
	}
.no-ul {
	text-decoration:none;
	}
.no-ul:hover {
	text-decoration:underline;
	color:#697266;
	}
.newsletter {
	text-align:center; 
	width:150px; 
	margin:15px 10px 15px 0;
	float: left;
}
.newsletter img {
	margin:0 0 10px 0;
}
#primary ul {
list-style-type:none;
text-align:left;
margin: 10px 10px 0 25px;
}
#primary ul li ul {
margin-left: 0;
margin-top:0;
}
#primary ul li ul li {
line-height:17px;
}
#primary {
margin-top:40px;
}
.form-allowed-tags, .comment-form-comment {
margin:0 0 0 30px;
}
.entry-content a.preview img {
border:none;
}

#signup input {
width:350px;
}
#signup input#submit {
width:100px;
margin:15px 0 0 90px
}
#signup input#zip_from {
width:100px;
}
#signup select#state {
width:150px;
}
#signup textarea {
width:354px;
}