/* CSS Document */
body {
	margin: 0;
	background: url(images/background.jpg) repeat-x;
	background-color:#CABA8A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

/*---------------------------------------------
		Clear Fix
---------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

#container{
	width:1000px;
	margin: auto;
	background-image:url(images/background_white.jpg);
	background-repeat: no-repeat;
}
#content {
	width:900px;
	margin: auto;
	background-color:#FFFFFF;
}
#footer {
	width:900px;
	background-color:#547635;
	margin: auto;
}
/*---------------------------------------------
		Header
--------------------------------------------*/
#header {
	width:1000px;
	height:108px;
}
#logo {
	width:277px;
	float:left;
	background-image:url(images/logo.gif);
}
#navContainer {
	width:577px;
	float:left;
	background-image:url(images/nav.gif);
	margin: 59px 0 0 0;
}

/*-----------------------------------------------
			Columns
---------------------------------------------------*/
#mainCol {
	width: 643px;
	border-right: 1px dotted #B3A98B;
	float: left;
	margin: 10px 0 10px 0;
}
#rightCol {
	width: 245px;
	float:left;
	padding-left: 9px;
}
#rightBox {
	width: 190px;
	float: left;
	padding: 15px;
	margin: 10px 0 10px 0;
	border: 1px solid #b3a98b;
	background-image:url(images/bg_faq.jpg);
	background-repeat:repeat-x;
}
	
#TwoCol {
	width: 275px;
	float:left;
	padding: 0 10px 0 30px;
}
#TwoColL {
	width: 275px;
	float:left;
	padding: 0 10px 0 30px;
	border-right: 1px dotted #b3a98b;
}
#mainContent {
	width: 580px;
	float: left;
	padding: 20px;
	border-top: 1px dotted #B3A98B;
	margin: 10px;
}
#mainContent2 {
	width: 580px;
	float: left;
	padding: 0 20px 0 20px;
	margin: 10px;
}
#line {
	width: 620px;
	margin: 0 10px 10px 10px;
	border-top: 1px dotted #B3A98B;
	float:left;
}
#line2 {
	width: 620px;
	margin: 20px 10px 20px 10px;
	border-top: 1px dotted #B3A98B;
	float:left;
}
#third {
	width: 125px;
	float:left;
	padding: 10px;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#b3a98b;
}
#third2 {
	width: 440px;
	float:right;
	background-color:#FFFFFF;
	border-left: 1px solid #b3a98b;
	padding: 10px;
}
#faq_box {
	border: 1px solid #D4CFC1;
	margin: 2px 20px 0 20px;
	background:url(images/bg_faq.jpg) repeat-x;
	width: 610px;
	float:left;
}
#gBox {
	border: 1px solid #D4CFC1;;
	margin: 0 20px 0 20px;
	width:550px;
	float: left;
	padding: 20px;
}
#gBoxtop {
	border-bottom: 1px dotted #d4cfc1;
	float: left;
	width: 425px;
	padding: 0 40px 20px 80px;
}
#contactBox {
	width:201px;
	border: 1px solid #D4CFC1;
	margin: 5px 0 5px 0;
	background:url(images/bg_faq.jpg) repeat-x;
	padding: 10px;
	font-size: 11px;
	color:#666666;
	line-height: 14px;
}
/*-------------------------------------------------------
			form 
-------------------------------------------------------------*/
#label {
	width: 100px;
	float: left;
	margin: 5px 5px 0 300px;
	text-align:right;
}
#input {
	width:400px;
	float:left;
	clear: right;
}

	
/*-----------------------------------------------------
				Text
---------------------------------------------------*/
.footer_text {
	padding: 20px;
	font-size: 10px;
	color:#CCCCCC;
	line-height:14px;
}
.hText {
	line-height:24px;
	font-size: 14px;
	font-weight:bold;
	color:#006600;
}
.hText2 {
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color:#006600;
}
.hText3 {
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color:#b3a98b;
}
.hText4 {
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color:#b3a98b;
}
a.footer:link,
a.footer:active,
a.footer:visited {
	font-size: 10px;
	color: #cccccc;
	line-height: 14px;
	text-decoration: none;
}
a.footer:hover {
	font-size:10px;
	color: #cccccc;
	line-height: 14px;
	text-decoration: underline;
}
a.text:link,
a.text:active,
a.text:visited {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
a.text:hover {
	font-size:12px;
	color: #333333;
	line-height: 18px;
}
