@charset "UTF-8";
body {
	background:url(../images/bg.jpg) repeat-y #855837 top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
* {
	margin:0;
	padding:0;
	}
a:link {
	color:#be5028;
	}
a:visited {
	color:#be5028;
	}
p {
	line-height:18px;
	padding:0 0 15px 0;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing:2px;
	color:#be5028;
	margin:10px 0 25px 0;
	border-bottom:solid 3px #999789;
	padding-bottom:5px;
	}	
h2 {
	font-family:Courier, sansserif;
	font-size:22px;
	color:#3f3467;
	letter-spacing:1px;
	margin:10px 0 25px 0;
	border-bottom:solid 3px #999789;
	padding-bottom:5px;
	}	
#wrap {
	width:853px;
	margin:0 auto;
	background:url(../images/contentbg.jpg) repeat-y;
	}
#header {
	background:url(../images/logobar.jpg) no-repeat;
	height:72px;
	text-align:right;
	padding:33px 10px 0 20px;
	}
#header a img {
	border:0;
	}		
#banner {
	background:url(../images/banner.jpg) no-repeat;
	height:246px;
	color:#E2DFCE;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#banner #cta {
	width:200px;
	}	
#content_sub #cta {
	background:url(../images/ctabg.jpg) no-repeat;
	width:225px;
	height:206px;
	padding:30px 0 0 25px;
	}	
#banner input {
	border:1px solid #E2DFCE;
	margin:3px 0 3px 0;
	padding:2px 0;
	}
#banner input.signup {
	background:url(../images/btn.gif) no-repeat;
	border:none;
	width:104px;
	height:21px;
	color:#e2dfce;
	}		
#nav {
	height:32px;
	background:transparent url('../images/navbg.gif') no-repeat;
	text-align:center;
	padding:10px 0 0 0;	
	}
#nav li {
	display:inline;
	list-style:none;
	}	
#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e2dfce;
	text-decoration:none;
	padding:2px 20px 2px 20px;
	border-right:solid 1px #54412d;
	}	
#nav li a:hover {
	color:#BE5028;
	}	
#content_wrap {
	background:url(../images/contentbg.gif) repeat-y;
	}	
#content_main {
	float:left;
	width:491px;
	padding:20px 20px 20px 30px;
	}
#content_sub {
	float:left;
	width:247px;
	padding:20px 15px 20px 17px;
	font-size:10px;
	}
#content_sub h3 {
	color:#c71d14;
	font-family:arial;
	font-size:16px;
	margin:0 0 15px 0;
	}	
#content_sub h4 {
	font-family:arial;
	font-size:14px;
	margin:0 0 15px 0;
	}		
#content_sub p {	
	line-height:16px;
	}
#content_sub img {
	margin:0 10px 0 0;
	}	
#footer {
	height:31px;
	background:#3d3266;
	color:#e2dfce;
	text-align:center;
	padding:10px 0;
	margin:0 7px;
	}	
.clear {
	clear:both;
	}
.name {
	color:#BE5028;
	font-weight:bold;
	}
.float-left {
	float:left;
	}
.float-right {
	float:right;
	}		
	
	/* This is for 1 column layout */
#content_main_1col {
	float:left;
	width:795px;
	padding:20px 20px 20px 30px;
	}	