/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 101%;
}

/* --------------- LAYOUT -------------- */
body {
	background: #FFF url(../i/bg.gif) repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#contentwrapper {
	text-align: left;
	width: 760px;
	margin: 20px 0;
}
#navigation {
	float: left;
	width: 180px;
	margin: 20px 0 0 0;
	clear:both;
}
#navigation ul {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 180px;
}
#navigation ul li {
	padding: 6px 0 2px 20px;
	background: #FFF url(../i/bullet_nav.gif) left top no-repeat;
	width: auto !important;
	width: 160px;
}
#navigation ul li a {
	text-decoration: none;
	color: #FF9933;
	display: block;
	
	width: 160px;
	width: auto !important;
}
#navigation ul li a:hover {
	color: #2D2D2D;
	display: block;
}
#navigation ul li a.on {
	color: #2D2D2D;
	display: block;
}
#content {
	padding: 20px 0 30px 0 !important;
	padding: 0;
	margin: 20px 0 10px 200px;
	width: 380px;
	line-height: 21px;
	height: 100%;
}
#footer {
	background: url(../i/footer.gif) repeat-x;
	height: 26px;
	position: fixed;
	bottom:0px !important;
	width: 100%;
}
#sponsorslayer, #sponsorspage {
	position: absolute;
	top: 200px;
	margin: 0 0 0 600px;
	width: 185px;
	border: 1px solid #FF9933;
	text-align: center;
}
#sponsorlayer h1, #sponsorlayer h2, #sponsorlayer p, #sponsorspage h1, #sponsorspage h2, #sponsorspage p {
	text-align: center;
	padding: 0 6px 6px 6px;
}
#sponsorslayer h1, #sponsorspage h1 {
	background-color: #FF9933;
	color: #fff;
	padding: 4px 0px;
}
#sponsorslayer h2, #sponsorspage h2 {
	color: #333333;
	font-size: 12px;
}
#sponsorspage h1, #sponsorspage h2, #sponsorspage p {
	text-align: center;
	padding: 0 6px 6px 6px;
}
#sponsorspage h1 {
	background-color: #FF9933;
	color: #fff;
	padding: 4px 0px;
}
#sponsorspage h2 {
	color: #333333;
	font-size: 12px;
}
/* ----------- TYPOGRAPHY ------------- */
p {
	margin: 0 0 18px 0;
}
h1 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #FF9933;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #FF9933;
	letter-spacing: 1px;
}
h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #424242;
	letter-spacing: 1px;
}
h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #424242;
	letter-spacing: 1px;
}
h5 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #424242;
	letter-spacing: 1px;
}
h6 {
	font: 11px "Trebuchet MS", Verdana, Helvetica, Arial;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #424242;
}
#content a {
	color: #FF9933;
	font-weight: bold;
}
#content a:hover {
	color: #333;
}
#content ul, ol {
	margin: 8px 10px 18px 10px;
	padding: 6px 24px;
	background-color: #FFF7EE;
}
ol {
	padding: 4px 24px 4px 30px;
}
#content li {
	line-height: 21px;
}
table {
	background-color: #FFF7EE;
	width: 100%;
	border: 1px solid #FF9933;
	border-right: none;
	margin: 0 0 21px 0;
}
th {
	background-color: #FF9933;
	color: #fff;
	text-align: center;
	padding: 4px 8px;
	font-size: 14px;
}
td {
	border-right: 1px solid #FF9933;
	vertical-align: top;
	padding: 4px 4px;
}
#homeSponsors{
	position:absolute;
	width:250px;
	top:200px;
	margin-left:400px;
	padding-bottom:30px;
	}
#homeSponsors p{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #FF9933;
	text-transform: uppercase;
	}
input {
	border: 1px solid #333333;
}
blockquote {
	margin: -8px 0 12px 12px;
}
.noborder {
	border: none;
}
img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}
#earlyBird{margin-left:-10px;}
