/* CSS Reset */
* { margin:0; padding:0; }
body {
	background: url(../images/body_bg.jpg) repeat-x 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
}
#container {
	width:960px;
	margin:0 auto;
	padding: 0 10px;
}
#header{
	position:relative;
	width: 100%;
}
#header h1{
	display:block;
	float:left;
	width:960px;
	height:115px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
    height:100%;
	width:100%;
}
#header #email{
	/*background: url(../images/phone_icon.jpg) no-repeat right 0px;*/
	height: 47px;
	position: absolute;
	top: 41px;
	right: 0px;
	text-align:right;
	padding: 5px 30px 0 0;
}
#header #email p{
	font-size: 20px;
}
#header #email h6{
	font-size: 11px;
}
#nav{
	clear: both;
	height: 35px;
	width: 100%;
}
#nav ul{
	float: left;
}
#nav ul li{
	list-style-type: none;
	display: block;
	height: 35px;
	float: left;
	padding: 0px 1px 0px 0px;
}
#nav ul li a{
	color: #3f3f3f;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 18px;
}
#nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}
#nav li a:hover, #nav li.active a{
	background: url(../images/hover.jpg) no-repeat left;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}
#nav li.active a span, #nav li a:hover span{
	background: url(../images/hover.jpg) no-repeat right;
}
#featured{
	margin: 45px 0 0;
	background: #fff;
	padding: 10px;
	height: 340px;
	width: 940px;
}
#featured ul{
	float: left;
}
#featured ul li{
	float: left;
	list-style-type: none;
	display: block;
	width: 630px;
}
#featured ul li a{
	display: block;
	height: 340px;
	text-indent: -9999px;	
}
#featured ul li.ss1 {
	background: url(../images/fp-01.jpg) no-repeat;
}



form#quote{
	background: url(../images/form_bg.jpg) repeat-x;
	margin: 0px;
	padding: 20px;
	float: right;
	width: 260px;
	height: 300px;
}
form#quote h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-bottom: 18px;
}
form#quote label{
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}
form#quote input, form#quote textarea{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
	padding: 8px;
	width: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#quote textarea{
	height: 45px;
}
form#quote input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-top: 0;
}



#content{
	margin: 80px 0 0;
	clear: both;
	font-size: 12px;
	color: #767676;
}

#content .col{
	float: left;
	width: 258px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 163px;
	border: 1px solid #CCC;
	padding: 20px;
	margin-right: 30px;
}
#content .col h2{
	color: #BA7F24;
	text-decoration: none;
	margin-bottom: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content .col h2 span{
	color: #2f2f2f;
}
#content .col img{
	border: solid 1px #d8d8d8;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .col p{
	margin-bottom: 20px;
	line-height: 17px;
}
#content .col a.readmore{
	font-weight: bold;
	color: #B37624;
	text-decoration: underline;
}
#content .col a:hover.readmore{
	text-decoration: none;
}
#content .col.noMargin{
	margin: 0;
}
#content .col.fr {
	margin: 0;
	float: right;
}
#content .subpage {
	height:auto;
}
#content .subpage p{
	margin-top: 10px;
	line-height: 17px;
}
#content .subpage img{
	border: solid 1px #999;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .subpage h2{
	color: #BA7F24;
	text-decoration: none;
	margin-bottom: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content .subpage h2 span{
	color: #2f2f2f;
}
#content .subpage a{
	font-weight: bold;
	color: #B37624;
	text-decoration: underline;
}
#content .subpage a:hover{
	text-decoration: none;
}
.clear {
	clear: both;
}


#footer{
	clear: both;
	background: url(../images/footer_bg.jpg);
	height: 100px;
	width: 100%;
	margin-top: 40px;
}
#footerContainer{
	width: 960px;
	font-size: 12px;
	color: #ddd;
	padding-top: 30px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footerContainer p{
	margin: 8px 0 8px;
}
#footerContainer a{
	color: #ddd;
	text-decoration: none;
}
#footerContainer a:hover{
	text-decoration: underline;
}
form#newsletter{
	position: absolute;
	right: 0;
	top: 20px;
	width: 300px;
}
form#newsletter label{
	font-weight: bold;
	color: #fff;
}
form#newsletter input{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 8px;
	width: 190px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#newsletter input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-left: 3px;
}
