@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/layout/bg_face.jpg);
	background-repeat: repeat-x;
	background-color: #837c5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4e4a38;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	padding-top: 7px;
	padding-bottom: 7px;
}

strong {
	font-weight: bold;
}

h1 {
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7c000f;
	padding-bottom: 7px;
	background-image: url(../images/layout/arrow.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
	line-height: 20px;
}

h3 {
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7c000f;
	background-image: url(../images/layout/arrow_sm.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
}

h6 {
}

a {
	color: #7c000f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

#container {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 280px;
	background-image: url(../images/layout/masterhead.jpg);
}

#header #flash {
	float: left;
	height: 280px;
	width: 420px;
}

#header #menu {
	float: left;
	width: 400px;
	padding-top: 163px;
}

#content {
	background-image: url(../images/layout/bg_content.jpg);
	background-repeat: repeat-y;
}

#content ul {
	padding-left: 18px; 
	line-height: 20px;
	list-style-type: square;
}

.left {
	float: left;
	width: 100px;
}

.col-left {
	float: left;
	width: 380px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.col-right {
	float: left;
	padding-right: 20px;
	width: 355px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.col-single {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#content-footer {
	background-image: url(../images/layout/bg_content_footer.jpg);
	height: 26px;
	clear: both;
}

#services ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#services li {
	float: left;
	width: 100px;
	list-style-type: square;
}

#sub {
	background-image: url(../images/layout/bg_subsection.jpg);
	padding-right: 20px;
	padding-left: 20px;
	height: 275px;
}

#sub2 {
	background-image: url(../images/layout/bg_subsection.jpg);
	padding-right: 20px;
	padding-left: 20px;
	height: 100px;
}

#sub ul {
	padding-left: 18px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: square;
}

#promo-one {
	float: left;
	width: 175px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a275;
	height: 255px;
}

#promo-two {
	float: left;
	width: 165px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a275;
	height: 255px;
}

#promo-three {
	float: left;
	width: 145px;
	padding-right: 10px;
	padding-left: 30px;
	height: 255px;
}

#promo-three a {
	text-decoration: none;
	font-weight: bold;
	color: #4e4a38;
}

#promo-three a:hover {
	text-decoration: none;
	color: #7c000f;
}

#promo-four {
	float: left;
	height: 255px;
	width: 175px;
	padding-left: 10px;
}

#promo-four a {
	display:block;
	font-size: 0%;
	float:left;
	margin:0px 0px 0px 0px;
	height:0px;
	padding-top:82px;
	overflow:hidden;
	width:100%;
	voice-family: inherit;
}

#promo-five {
	padding-left: 10px;
}

#promo-five a {
	display:block;
	font-size: 0%;
	float:left;
	margin:0px 0px 0px 0px;
	height:0px;
	padding-top:82px;
	overflow:hidden;
	width:100%;
	voice-family: inherit;
}

#footer {
	background-color: #a0996e;
	clear: both;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #d9dabe;
}

#footer a {
	color: #d9dabe;
	text-decoration: none;
}

#footer a:hover {
	color: #d9dabe;
	text-decoration: underline;
}

#request-brochure {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_brochure.png);
}

#request-estimate {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_estimate.png);
}

#email-us {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_email.png);
}

#request-brochure a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_brochure_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#request-estimate a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_estimate_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#email-us a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_email_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#request-brochure-footer {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_brochure.png);
	float: left;
}

#request-estimate-footer {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_estimate.png);
	float: left;
}

#email-us-footer {
	height: 82px;
	width: 174px;
	background-image: url(../images/layout/btn_email.png);
	float: left;
}

#request-brochure-footer a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_brochure_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#request-estimate-footer a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_estimate_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#email-us-footer a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_email_hover.png);
	background-repeat: no-repeat;
}

#address {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a275;
	width: 200px;
}
	
.folio {
	padding-bottom: 5px;
}

.folio-back {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4BD99;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.address {
	padding-left: 20px;
}
