@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	}
	
html, body {
	font-family: tahoma;
	color:#4c4a3e;
	font-size:12px;
	background: #595f09 url(../images/bg.jpg) repeat-x top;
	line-height:18px;
}

a{
	color:#5a600a;
	text-decoration:none;
	}
	
a:hover{
	color:#84002e;
	text-decoration:none;
	}

p{
	text-align:justify;
	}
	
h2.heading{
    text-align: left;
    height: 27px;
    padding-left:40px;
    margin-top: 10px;
    font-size:14px;
    color: #666;
    background: url(../images/icon3.gif) no-repeat;
}

h3{
    text-align: left;
    height: 27px;
    padding-left:40px;
    margin-top: 10px;
    font-size:14px;
    color: #666;
}

.nogap{
	padding:0;
	margin:0;
	}

.welcome{
	float:left;
	width:400px;
	height:16px;
	font-size:12px;
	margin:5px 0px 5px 90px;
	overflow:hidden;
	color:#a6933a;
	}

.topnav{
	float:right;
	width:116px;
	height:16px;
	font-size:12px;
	padding:5px 0px;
	color:#a6933a;
	line-height:16px;
	}

.topnav a{
	text-decoration:none;
	color:#a6933a;
	}

.topnav a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
#headerWrap{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	height:130px;
	overflow:hidden;
	}
	
#header{
	width:1024px;
	height:130px;
	padding:0;
	margin:0px auto;
	background:url(../images/headerBg.jpg) no-repeat 278px 0;
	position:relative;
	}

#whiteflow{
	position:absolute;
	width:500px;
	display:block;
	top:0;
	left:-500px;
	background:#FFFFFF;
	height:130px;
	}
	
#logo{
	float:left;
	z-index:100;
	width:278px;
	height:130px;
	background:#FFFFFF;
	}
	
#hotLine{
	color:#fff;
	float:right;
	padding:5px 20px 3px 22px;
	font-size:14px;
	background:url(../images/ph.jpg) no-repeat 0 6px;
	}
	
#flash{
	float:right;
	width:596px;
	height:100px;
	overflow:hidden;
	padding:3px 20px 3px 0px;
	}
	

#navWrap{
	width:100%;
	background:#a6933a;
	height:30px;
	padding:4px 0px;
	overflow:hidden;
	}
	
#nav{
	width:1100px;
	height:30px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	}
	
#nav a{
	float:left;
	display:block;
	padding:4px 25px;
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	background:url(../images/sep.jpg) no-repeat top right;
	}
	
#nav a:hover{
	color:#353016;
	text-decoration:none;
	}
	
#nav form{
	float:right;
	width:400px;
	height:26px;
	padding:2px 0px;
	overflow:hidden;
	}
	
#nav form .submit{
	float:right;
	width:73px;
	height:26px;
	background:url(../images/searchBtn.jpg) no-repeat;
	cursor:pointer;
	border:none;
	}
	
#nav form .serachtext{
	float:right;
	width:259px;
	height:26px;
	padding:0px 5px;
	margin-right:10px;
	background:url(../images/searchArea.jpg) no-repeat;
	border:none;
	color:#666;
	}
	

#pageWrap{
	width:100%px;
	background:#FFFFFF;
	}	
#page{
	width:1024px;
	padding:10px 0;
	margin:0px auto;
	position:relative;
	}
	
#main{
	float:left;
	width:714px;
	_width:700px;
	}
	
.homeText{
	width:619px;
	padding:0px 10px 10px 35px; 
	}
	
.genText{
	width:680px;
	padding:0px 5px 10px 25px; 
	}
	
ul.style1{
	float:left;
	width:589px;
	margin:0px 10px 10px 65px; 
	}
	
ul.style1 li{
	list-style-position:outside;
	list-style-image:url(../images/tick_icon.png);
	margin-bottom:5px;
	font-size:12px;
	}
	
ul.style1 li.pdf{
	list-style-position:outside;
	list-style-image:url(../images/acrobat.gif);
	margin-bottom:5px;
	font-size:12px;
	}
	
#iconHolder{
	float:left;
	width:684px;
	padding:10px 0px 5px 25px;
	}
	
#iconHolder a.signup{
	float:left;
	width:120px;
	padding-right:8px;
	}
	
#iconHolder a.signup img{
	border:none;
	}
	
.redbull{
	background:url(../images/redbull.jpg) no-repeat left 3px;
	padding:0px 15px 0px 13px;
	}
	
#sidePanel{
	float:right;
	width:310px;
	}
	
.register{
	float:right;
	margin-top:18px;
	padding-right:10px;
	text-decoration:underline;
	font-size:12px;
	color:#a6943b;
	}
	
#loginArea form{
	float:left;
	width:241px;
	height:123px;
	padding:15px;
	margin:5px 0px 5px 35px;
	background:url(../images/loginBg.jpg) no-repeat;
	}
	
#loginArea form p{
	float:left;
	width:100%;
	color:#646258;
	font-size:14px;
	padding:4px 0px;
	}
	
#loginArea form label{
	float:left;
	width:40%;
	color:#646258;
	font-size:14px;
	}
	
#loginArea form label.forgot{
	width:50%;
	}
	
#loginArea form label.forgot a{
	float:left;
	color:#a6933b;
	padding-top:7px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	}
	
#loginArea form label.forgot a:hover{
	color:#a6933b;
	text-decoration:none;
	}
	
#loginArea form input{
	float:left;
	width:142px;
	height:20px;
	border:#f6eec9 1px solid;
	color:#5a600a;
	}
	
#loginArea form input.submit{
	float:right;
	width:73px;
	height:26px;
	border:none;
	background:url(../images/submit.jpg) no-repeat;
	}
	
#loginArea form input.submit:hover{
	background:url(../images/submit2.jpg) no-repeat;
	}
	
#testimonials .quotes{
	float:left;
	width:251px;
	height:83px;
	line-height:18px;
	padding:5px 10px;
	margin:5px 0px 5px 35px;
	color:#4c4a3e;
	text-indent:30px;
	background:url(../images/quote.gif) no-repeat 7px -2px;
	}
	
#testimonials .author{
	float:right;
	line-height:18px;
	padding:0px 15px 0px 10px;
	margin:0px 0px 5px 35px;
	color:#5a600a;
	font-style:oblique;
	}
	
a#onlinenews{
	float:right;
	display:block;
	width:271px;
	height:60px;
	background:url(../images/newsletter2h.jpg) no-repeat;
	}
	
a#onlinenews:hover{
	background:url(../images/newsletter2.jpg) no-repeat;
	}
	
#mdMsg{
	margin-top:10px;
	}
	
#mdMsg .msg{
	float:left;
	width:271px;
	line-height:18px;
	padding:2px 0px;
	margin:5px 0px 5px 35px;
	color:#4c4a3e;
	text-indent:30px;
	background:url(../images/quote2.jpg) no-repeat 7px 0px;
	}
	
#mdMsg .pic{
	padding:0px 0px 0px 5px;
	}
	
#greyWrap{
	width:100%;
	height:56px;
	padding:14px 0px;
	margin:0px;
	background:#e0e0dc;
	}
	
#grey{
	width:1024px;
	height:56px;
	margin:0px auto;
	}
	
#partners{
	float:left;
	width:1024px;
	padding-right:10px;
	}
	
#extLinks{
	float:right;
	width:354px;
        display:none;
	}
	
#extLinks .iconHolder{
	float:right;
	width:260px;
	height:62px;
	background-color:#c7c7bd;
	}
	
#extLinks .iconHolder .icons{
	float:left;
	width:51px;
	padding:8px 5px 0px 5px;
	height:47px;
	}
	
#footerWrap{
	width:100%;
	padding:0;
	margin:0px;
	background:url(../images/footerbg.jpg) repeat-x;
	}
	
#footer{
	width:1024px;
	padding:0;
	padding-top:4px;
	margin:0px auto;
	background:url(../images/footerGfx.jpg) no-repeat left top;
	}
	
img.ftrlogo{
	padding:10px 0;
	}
	
#footer p{
	float:left;
	width:650px;
	padding:0;
	padding-top:20px;
	color:#dee2b1;
	}
	
#footer p a{
	padding:0px 5px;
	font-size:12px;
	color:#dee2b1;
	text-decoration:none;
	}
	
#footer p a:hover{
	color:#353016;
	text-decoration:none;
	}
	
#footer p.footerQuote{
	float:left;
	width:650px;
	padding:0;
	padding-top:10px;
	color:#dee2b1;
	}
	
/* ----- misc -------*/

.clear {
	clear: both;
}

.left{
	float:left;
	}
	
.right{
	float:right;
	}

.white{
	color:#FFFFFF;
	}
	
.green{
	color:#798109;
	}
	
.fontnrml{
	font-weight:normal;
	}
	
.big{
	font-size:14px;
	font-weight:bold;
	}
	
	/****************ie6********/
	/*\*/ * html #main { width: 700px; } /**/
	
	