@font-face {
  font-family:helv;
  src:url(../fonts/helv.ttf) format("truetype");
  font-weight:normal;
}
*{margin:0;padding:0;}
a{text-decoration:underline;color:#4D4D4D; outline:none; cursor:pointer;}
a:hover{text-decoration:none;color:#000;}
a:active{text-decoration:none;color:#4D4D4D;}
.clear{clear:both;}
img{border:none;}
img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}
p{margin-bottom:15px; font-size:18px;}
html{height:100%;}

h1{
	font-size:19px;
	padding-bottom:6px;
}
h2{
	font-size:15px;
	margin-top:6px;
}

	h2.page-title{
		font-size:37px;
		margin:10px 0;
		padding:0px 12px;
		width:244px;
		color:#fff;
		text-transform:uppercase;
		background:#534741;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:300;
		height:47px;
	}

img.right{margin:-57px 0 0 0;}
body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#D2CBC0;
	height:100%;
}

#container{
	margin:25px auto 0 auto;
	width:855px;
	background-color:#f2f2f2;
	padding:20px;
}

#nav{
	float:left;
	width:600px;
	padding-top:30px;
	margin-left:1px;
}
#nav li{
	list-style:none;
	float:left;
}
	#nav a.main-nav{
		padding:2px 6px;
		display:block;
		margin:0 5px;
		color:#000;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
	}
	
		#nav a.main-nav:hover, #nav a.main-nav.selected{
			background:#534741;
			color:#fff;
		}
	
	#nav li.divider{
	}
	
		#nav #home{margin-left:0;}

#logo{
	float:right;
}
	
	#logo h1{
		width:179px;
		text-indent:-10000px;
		background:url(../images/logo.jpg) no-repeat;
		height:42px;
	}

		#logo h1 a{
			width:100%;
			height:100%;
			display:block;
		}

#main{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#4D4D4D;
	line-height:1.4;
	letter-spacing:1.1px;
	text-align:left;
}

/********* HOME ********/
	#main.home{
	}

		#main.home .third{
			width:257px;
			margin:15px 0;
			float:left;
			background:url(../images/home/third-bg.jpg) no-repeat #534741;
			padding:115px 8px 8px;
			min-height:95px;
		}

			#main.home .third h2 a{
				font-size:13px;
				font-family:Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				color:#fff;
				text-decoration:none;
			}
	
				#main.home .third h2 a:hover{
					text-decoration:underline;
				}
	
			#main.home .third p{
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				color:#CFC6BA;
				line-height:1.2;
				letter-spacing:0pt;
			}
	
				#main.home .third p a{text-decoration:underline; color:#CFC6BA;}
				#main.home .third p a:hover{text-decoration:none;}

		#main.home .about{
			background-position:0 0;
		}

		#main.home .services{
			margin:15px 18px;
			background-position:-273px 0;
		}

		#main.home .faqs{
			background-position:-546px 0;
		}

#services-left{float:left; width:580px; height:200px; font-size:14px;}
	#services-left li{
		list-style:none;
		width:265px;
		float:left;
	}
	#services-left a, .services.nav a{ text-decoration:none;}
	#services-left a:hover, .services.nav a:hover{ text-decoration:underline;}
#services-right{float:right; width:268px;}
.services.nav{float:left; width:268px; font-size:14px;}
	.services.nav li{
		list-style:none;
	}
.services.content{float:right; width:580px; font-size:16px;}
	.services.content li{
		margin-left:35px;
	}
#faqs-left{float:left; width:455px; font-size:14px;}
	
	p.faq-answer{
		color:#000;
		font: bold 11px Arial, Helvetica, sans-serif;
		margin:5px 0 0 19px;
		width:345px;
	}
	
#faqs-right{float:right; width:400px;}
#contact-left{float:left; width:455px; font-size:14px;}
#contact-right{float:right; width:400px;}
#quote-left{float:left; width:457px; font-size:14px;}
#quote-right{float:right; width:398px;}

#contactForm_errorloc li{list-style:none;}

.hide-show{ float:left; width:250px; margin-right:55px;}
.hide-show2{float:left; width:250px;}
.hide-show div, .hide-show2 div, .faqs-hide-show div{font-size:14px; cursor:pointer; font-family:Georgia, "Times New Roman", Times, serif; color:#4D4D4D; margin:2px 0;}
.hide-show div:hover, .hide-show2 div:hover, .faqs-hide-how div:hover{color:#000; text-decoration:underline;}

.faqs-hide-show{ float:left; width:455px;}
.faqs-hide-show h3{ font-size:12px;}

div.formLabel{float:left; width:140px; margin:4px 0;}
div.formField{float:left; width:100px; margin:4px 0;}
div.formElement{font-size:12px;}
input{width:145px;}
textarea{font-family:Arial, Helvetica, sans-serif; padding:5px; outline:none;}

#footer{
	width:895px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:right;
	height:45px;
	padding-top:8px;
	color:#4D4D4D;
}

	#footer .content{
		float:left;
	}

	#footer .left{
		text-align:left;
		width:202px;
	}

	#footer .middle{
		margin:0 10px;
		text-align:center;
		width:471px;
	}
	
		#footer .middle .nav li{
			display:inline;
			padding:0 7px;
			border-left:solid 1px #4D4D4D;
			list-style:none;
		}

			#footer .middle .nav li:first-child{
				border-left:none;
			}

	#footer .right{
		text-align:right;
		width:202px;
	}

/********************    MISC STYLES   ******************************/
.tel-link{
	text-decoration:none;
	color:#4D4D4D;
}
