html
{
	font-size: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 62.5%;
	background-color: #170E00;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #4AB69D;
}
/*----------------
Header
----------------*/
#header
{
	width: 100%;
	height: 388px;
	overflow: hidden;
	background: url(../_img/topbg.gif) repeat-x 0px 144px;
}
#headeri
{
	position: relative;
	margin: 0px auto;
	width: 755px;
	height: 388px;
	overflow: hidden;
}
#logo
{
	position: absolute;
	left: 10px;
	top: 33px;
}
#links
{
	position: absolute;
	left: 630px;
	top: 8px;
	font-size: 1.2em;
	color: #B4AA7A;
}
#links a
{
	color: #B4AA7A;
	text-decoration: none;
}
#links a:hover, #home .lhome, #contact .lcontact
{
	text-decoration: underline;
}
#tagline
{
	position: absolute;
	left: 495px;
	top: 49px;
	font-size: 1.5em;
	font-style: italic;
	color: #FF8B00;
	text-align: right;
}
#nav
{
	position: absolute;
	left: 0px;
	top: 127px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #E7DDA2;
}
#nav li
{
	float: left;
	padding-right: 10px;
}
#nav li a
{
	color: #E7DDA2;
	text-decoration: none;
}
#nav li a:hover, #about .labout, #faqs .lfaqs, #pg .lpg, #blog .lblog, #gb .lgb, #before .lbefore, #contact .lcontact
{
	text-decoration: underline;
}
#news
{
	position: absolute;
	left: 10px;
	top: 183px;
	width: 420px;
	font-size: 1.8em;
	font-weight: bold;
	color: #392E18;
}
#news p
{
	margin: 0px;
}
#news h1
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 2.0em;
	color: #F2D701;
}
#slideshow
{
	position: absolute;
	left: 433px;
	top: 120px;
}
/*----------------
Content
----------------*/
#content
{
	margin: 0px auto;
	width: 735px;
	padding: 10px;
	color: #E7DDA2;
	font-size: 1.2em;
}
#content a{color: #E7DDA2;}
#content h1
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 3.4em;
	color: #BCC427;
}
#contentb
{
	width: 100%;
	min-height: 228px;
	height: auto !important;
	height: 228px;
	background: #170E00 url(../_img/contentbbg.png) repeat-x;
}
#contentbi
{
	margin: 0px auto;
	width: 735px;
	padding: 10px;
	color: #E7DDA2;
	font-size: 1.2em;
}
#contentbi a
{
	color: #E7DDA2;
}
#contentbi h1
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 3.4em;
	color: #BCC427;
}
.p_title
{
	display: block;
	color: #4AB69D;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
}
.p_title a{color: #4AB69D !important;}
#contentbi .p_title a{text-decoration: none;}
.p_bydt
{
	display: block;
	color: #FA8D03;
	padding-top: 5px;
	font-weight: bold;
}
#contentbi-blog
{
	float: left;
	width: 350px;
}
#contentbi-testimonials
{
	float: right;
	width: 350px;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 100%;
	height: 24px;
	overflow: hidden;
	background-color: #392E18;
}
#footeri
{
	margin: 0px auto;
	width: 755px;
	line-height: 24px;
	color: #FA8D03;
	font-size: 1.2em;
	font-weight: bold;
}
#footeri a
{
	color: #FA8D03;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #392E18;
	text-align: right;
}
#credit img
{
	padding-top: 6px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #FA8D03;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
	color: #000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
	color: #000;
}
.selectbox
{
    border: solid 1px #000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
	color: #000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input, .buttonbox
{
    border: solid 1px #000;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
	color: #000;
	margin-top: 20px;
}
.buttonbox
{
    margin: 0px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}