@charset "UTF-8";
body {
	background:url(../images/bg.jpg) repeat-x #280e01 top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
* {
	margin:0;
	padding:0;
	}
a:link {
	color:#690f0f;
	}
a:visited {
	color:#690f0f;
	}
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:#690f0f;
	margin:10px 0 25px 0;
	border-bottom:solid 5px #9a9788;
	padding-bottom:5px;
	}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#690f0f;
	letter-spacing:1px;
	margin:10px 0 25px 0;
	border-bottom:solid 5px #9a9788;
	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;
	}

#nav {
	height:27px;
	background:transparent url('../images/navbg.gif') no-repeat;
	text-align:center;
	padding: 15px 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 10px 2px 10px;
	border-right:solid 1px #8f3e3a;
	}	
#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_main img {margin: 0 10px; 0 0}
#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:#6a110d;
	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;
	}
form#cta {
	background:#b7a888;
	padding:15px;
	}
form label {
	font-size:14px;
	font-weight:bold;
	}	
input {
	border:1px solid #c6ac73;
	margin:3px 0 3px 0;
	padding:2px 0;
	}
input.signup {
	background:url(../images/btn.jpg) no-repeat;
	border:none;
	width:151px;
	height:25px;
	color:#e2dfce;
	text-align:center;
	font-size:14px;
	padding-top:5px;
	}			
	/* This is for 1 column layout */
#content_main_1col {
	float:left;
	width:795px;
	padding:20px 20px 20px 30px;
	}	