/* reset */

body, html {
	margin: 0px;
	padding: 0px;
	background: #281400;
	min-width: 990px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	}
	
li {list-style: none;}

a {
	text-decoration: none;
	outline: none;
	}

h1, h2, h3, h4, h5, h6, ul, li, input, p {
	margin: 0px;
	padding:0px;}

/* end reset */

/* Wraps */

#header-wrap {
	background: url(../images/header2.jpg) top center repeat-x;
	height: 95px;
	}
	
#body-wrap {
	background: url(../images/content-bg.jpg) top center repeat-x #fffbe4;}
	
	
#footer-wrap {
	background: url(../images/foot-bg.gif) top center repeat-x;
	}

#header, #body, #footer {
	width: 990px;
	margin: 0px auto;
	}

/* END wraps */

/* header box */

.top-tab {
	background: url(../images/topbox.gif) bottom left repeat-x #31271d;
	border: 1px solid #312a20;
	border-top: 0px;
	float: right;
	color: #c8c2aa;
	font-family: Georgia;
	font-size: 11px;
	font-weight: lighter;
	padding:4px;
	}

.top-tab a {
	color: #ff1e00;}

.top-tab a:hover {
	text-decoration: underline;
	}

/* Nav and Logo */

#main-nav {
	background: url(../images/nav-bar.png) top center no-repeat;
	height: 56px;
	position: relative;
	padding-left: 240px;
	padding-right: 4px;
	}

#main-nav a {
	display: block;
	height: 30px;
	padding: 0px 11px;
	padding-top: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #281400;
	background: url(../images/nav-border.png) top left no-repeat;
	text-align: center;}

#main-nav a.twoline {
	display: block;
	height: 35px;
	padding: 0px 7px;
	padding-top: 15px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #281400;
	background: url(../images/nav-border.png) top left no-repeat;
	text-align: center;}

#main-nav a:hover {
	color: #2c9300;
	background: url(../images/nav-over.png) top right repeat-x;}

#logo {
	background: url(../images/logo.png) bottom left no-repeat transparent;
	width: 229px;
	height: 161px;
	position: absolute;
	bottom: 6px;
	left: 3px;}

/* END Nav logo */

/* Content styles - see other stylesheets for more */

#content {
	font-family: Georgia, "Times New Roman";
	color: #281400;
	background: url(../images/content-bg1.gif) top right no-repeat;
	padding: 10px 20px 25px 20px;
	font-size: .8em;
	line-height: 1.6em;
	width: 940px;
	overflow: auto;
	}

/* END content Styles */

/* Footer Styles */

#footer {
	overflow: auto;
	padding: 50px 0px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #b3a872;}

#footer-left {
margin-left: 20px;
width: 250px;
float: left;
	}

#footer-center {
width: 400px;
float: left;
	}

#footer-right {
width: 250px;
float: right;
margin-right: 20px;
	}

#copyright {
	margin: 0px auto;
	text-align: center;
	color: #b3a872;
	font-size: 10px;
	padding-bottom: 50px;}
	
#footer h4 {
	color: #fffbe4;
	font-size: 14px;
	font-weight: 100;
	}

#footer p, #footer ul {
	padding: 15px;}

/* footer left bullets and button */

#footer-left li {
	/* padding-left: 18px;
	background: url(../images/foot-bullet.gif) left no-repeat; */}

/* footer nav */

#footer-right ul li a, #footer-left ul li a {
	color: #b3a872;
	padding-left: 18px;
	}	

#footer-right ul li a:hover, #footer-left ul li a:hover {
	color: #dbd3ac;
	background: url(../images/foot-bullet.gif) left no-repeat;}

#footer-right ul span.l {
	float: left;}

#footer-right ul span.r {
	float: right;}

/* END Footer styles */

/* -- Misc Text styles -- */

.hidden {
	text-indent: -10000px;}

.b {
	font-weight: bold;}

.i {
	font-style: italic;}

.clear {
	overflow: auto;}
	
.news {
	background: url(../images/news.jpg) top left no-repeat #e1fad3;
	font-family: "Trebuchet MS", Arial;
	color: #183100;
	padding: 85px 20px 20px 50px;
	border: 2px solid #183100;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	}
	
	#content .regguide {
		margin: 20px 0px;
		padding: 10px;
		font-weight: bold;
		text-align: center;
		color: #300000;
		background: #e7ffdf;
		border: 2px solid #006521;
		font-size: 20px;
		font-weight: bold;}
		
	#content .regguide a {
		color: #006521;
		text-decoration: underline;}
	
	#content .regguide p {
		text-align: center;
		font-size: 12px;
		font-weight: 300;
		font-family: "Trebuchet MS", Arial;
		margin: 5px 0px;}
		
/* sponsors */

.sponsors {
	background: url(../images/sponsors.gif) top center no-repeat;
	width: 220px;
	height: 170px;
	position: relative;
	}

.sponsors a {
	text-indent: -10000px;
	outline: none;
	cursor: pointer;
	}