/* General Styles */
* {
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/bg.jpg) 0 0 repeat-x #fff;
	color:#000;
	font:16px/38px Georgia, "Times New Roman", Times, serif;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	text-decoration:underline;
	color:#CF0009;
	background-color:inherit;
	}

a:hover{
	text-decoration:none;
	color:#000;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}
	
img {
	border:none;
	}

.fltLft{
	float:left;
	}

.fltRt{
	float:right;
	}

/* Container Panel	*/

#wrapper{
	position:relative;
	width:1094px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	}
	
.topPan{
	width:1094px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	background:url(../images/top-bg.jpg) 0 0 no-repeat;
	padding:20px 0 0;
	}
	
.logo{
	width:326px;
	height:69px;
	margin:0 auto 15px;
	display:block;
	}
	
.toptxt{
	display:block;
	margin:0 auto 16px;
	}
	
.topPan h1{
	font-size:20px;
	line-height:22px;
	color:#78490D;
	background-color:inherit;
	font-weight:normal;
	text-align:center;
	}

	
/* BodyPan */

.bodyPan{
	width:1094px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	background:url(../images/body-bg.jpg) 0 0 no-repeat;
	}
	
	
/* Left Pan */

.leftPan{
	width:629px;
	float:left;
	background:url(../images/lft-pic.jpg) 0 0 no-repeat;
	height:445px;
	}
	


/* Right Pan */

.rightPan{
	width:451px;
	float:right;
	padding:76px 0 0;
	}
	
.rightPan .formPan{
	width:367px;
	height:100%;
	overflow:hidden;
	padding:0 0 13px;
	}	
	
.rightPan .formPan label{
	float:left;
	width:106px;
	height:32px;
	text-align:right;
	font-size:16px;
	line-height:32px;
	display:block;
	padding:0 20px 0 0;
	}
	
.rightPan .formPan .txtBoxBig, .rightPan .formPan .txtBoxMid, .rightPan .formPan .txtBoxSmall, .rightPan .formPan .txtBoxSmall01{
	float:left;
	margin:0 0 6px;
	border:none;
	font-size:15px;
	height:22px;
	padding:5px 0 5px 10px;
	}
	
.rightPan .formPan .txtBoxBig{
	background:url(../images/txtboxbg.gif) 0 0 no-repeat;
	width:181px;
	}
	
.rightPan .formPan .txtBoxMid{
	background:url(../images/txtbox01.gif) 0 0 no-repeat;
	width:151px;
	}
	
.rightPan .formPan .txtBoxSmall01{
	background:url(../images/txtbox02.gif) 0 0 no-repeat;
	width:108px;
	}
	
.rightPan .formPan .txtBoxSmall{
	background:url(../images/txtbox03.gif) 0 0 no-repeat;
	width:131px;
	}
	
.rightPan h2{
	font-size:40px;
	line-height:42px;
	font-weight:bold;
	color:#A01515;
	background-color:inherit;
	padding:0 0 15px;
	}
			
.rightPan h2 span{
	color:#295C00;
	background-color:inherit;
	}
	
.rightPan p{
	font-size:18px;
	line-height:24px;
	}
			
.rightPan p span{
	font-size:22px;
	line-height:24px;
	}
			
/* Footer */

#footer{
	width:100%;
	overflow:hidden;
	height:118px;
	background:url(../images/foot-bg.jpg) 0 0 repeat-x;
	}
	
.footInn{
	width:885px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	padding:29px 83px 0 126px;
	background:url(../images/footer-bg.jpg) 0 0 no-repeat;
	}

.footLogo{
	float:left;
	width:221px;
	}
	
.greenPan{
	float:right;
	width:635px;
	background:url(../images/green-pan.gif) 0 0 no-repeat;
	height:38px;
	margin:8px 0 0;
	padding:0 0 0 20px;
	}	
	
.greenPan ul{
	font-size:12px;
	line-height:38px;
	color:#FFE985;
	background-color:inherit;
	}		
	
.greenPan ul li{
	float:left;
	background:url(../images/sep.gif) 100% 9px no-repeat;
	padding:0 8px;
	}	
	
.greenPan ul li a{
	color:#FFE985;
	background-color:inherit;
	text-decoration:none;
	}
	
.greenPan ul li a:hover{
	color:#BDFFB1;
	background-color:inherit;
	}
	
	
/* Misc */
	
.noBg{
	background:none!important;
	}
	
.noBdr{
	border:none!important;
	}

.noMar{
	margin:0!important;
	}

.noPad{
	padding:0!important;
	}	

	
			
	


