/* Global Layout */
body {
	background-image: url(../images/foot_orange_bg.gif);
	background-repeat: repeat;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	background-color: #FFF;
}
#head_wrap {
	width: 850px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#logo {
	height: auto;
	width: auto;
	float: left;
	padding-bottom: 25px;
}
#nav {
	float: right;
	height: 123px;
	width: 342px;
	margin-top: 3px;
}
#content {
	clear: both;
	background-color: #EEEDEC;
}
#inner_content {
	background-color: #FFF;
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	overflow: hidden;
}
#inner_content #info {
	width: 400px;
	overflow: hidden;
}
#inner_content #info  p {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
#inner_content #info h2 {
	padding-top: 20px;
	color: #3B220F;
	font-size: 13px;
}
#content {
	padding-top: 50px;
	padding-bottom: 50px;
}
#callouts {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 27px;
	background-color: #FFF;
	background-image: url(../images/callouts_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#callouts_wrap {
	width: 925px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#call_one, #call_two, #call_three {
	float: left;
	height: auto;
	width: 260px;
	margin-left: 40px;
}
#foot {
	clear: both;
	background-image:url(../images/foot_orange_bg.gif);
	background-repeat:repeat;
	width: auto;
	bottom: 0px;
	vertical-align: baseline;
}
#foot_top {
	background-image: url(../images/foot_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#foot_wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 100%;
	overflow: hidden;
}
#foot_contact {
	float: left;
	width: auto;
}
#copy {
	padding: 25px;
	height: auto;
	width: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	font-size: 10px;
}


/* Class Styles */

a.home {
	background-image: url(../images/nav_home.png);
	background-position: 0px 0px;
	height: 123px;
	width: 84px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a.services {
	background-image: url(../images/nav_services.png);
	background-position: 0px 0px;
	height: 123px;
	width: 91px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a.faq {
	background-image: url(../images/nav_faq.png);
	background-position: 0px 0px;
	height: 123px;
	width: 62px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a.contact {
	background-image: url(../images/nav_contact.png);
	background-position: 0px 0px;
	height: 123px;
	width: 105px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a.home:hover, a.services:hover, a.faq:hover, a.contact:hover, #home a.home, #services a.services, #faq a.faq, #contact a.contact { background-position: 0px -123px; }

h1.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C45F27;
}
.orange { 
    color: #C45F27;
	font-weight: bold;
}
a.linkFaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #499106;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 388px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EEEDEC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #669106;
	padding-left: 10px;
	cursor:pointer;
	cursor: hand;
}
#faq1 p, #faq2 p, #faq3 p, #faq4 p, #faq5 p, #faq6 p {
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
}
.green { color: #499106; text-decoration: none; }
.green:hover { color: #999; }
.border {
	padding: 8px;
	border: 1px solid #CCC;
}

/* Contact Form Styles */

#contact_form label {
	line-height: 20px;
}
.req { color: red; font-weight: bold; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#error_msg { color: #F00; margin-bottom: 15px; }

