/*
----------------------------------------------------------------------
Team H&R Block - Kona
Author: Curious Communications - http://www.curiouscommunications.com
----------------------------------------------------------------------
*/

/* COMMON STYLES
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	margin-bottom: 20px;
	background: #000 url(/images/bg/body_bg.jpg) no-repeat;
	background-position: center 495px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}

div#header {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#wrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#left {
	width: 670px;
	float: left;
	font-size: 12px;
}

div#right {
	width: 205px;
	float: right;
	font-size: 12px;
}

div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

.nobottom {
	margin-bottom: 0;
}

/* BANNER IMAGES
-------------------------------------------------------------*/

div#banner {
	width: 100%;
	height: 495px;
	background-repeat: no-repeat;
	background-position: top center;
}

/* LOGO
-------------------------------------------------------------*/

div#logo {
	padding-top: 320px;
	float: left;
}

div#logo img {
	display: inline;
}

/* NAV
-------------------------------------------------------------*/

div#nav {
	padding-top: 202px;
	width: 240px;
	text-align: left;
	float: right;
}

div#nav ul {
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

div#nav li {
	margin: 0;
	padding-bottom: 13px;
	height: 11px;
	font-size: 1px;
	line-height: 0px;
}

div#nav li a {
	height: 11px;
	display: block;
}

div#nav li.home a { width: 50px; background: url(/images/nav/nav_home.gif) no-repeat; background-position: left; }
div#nav li.about a { width: 155px; background: url(/images/nav/nav_about.gif) no-repeat; background-position: left; }
div#nav li.updates a { width: 136px; background: url(/images/nav/nav_updates.gif) no-repeat; background-position: left; }
div#nav li.partners a { width: 202px; background: url(/images/nav/nav_partners.gif) no-repeat; background-position: left; }
div#nav li.gallery a { width: 78px; background: url(/images/nav/nav_gallery.gif) no-repeat; background-position: left; }
div#nav li.links a { width: 49px; background: url(/images/nav/nav_links.gif) no-repeat; background-position: left; }
div#nav li.contact a { width: 107px; background: url(/images/nav/nav_contact.gif) no-repeat; background-position: left; }

div#nav li a:hover { background-position: right; }

/* SPONSORS
-------------------------------------------------------------*/

div#sponsors {
	margin-bottom: 5px;
	text-align: center;
}

div#sponsors img {
	display: inline;
}

div#sponsors img.firstrow {
	margin: 0 10px 5px 0;
}

div#sponsors img.secondrow {
	margin: 0 20px 5px 0;
}

div#sponsors img.thirdrow {
	margin: 0 30px 5px 0;
}

div#sponsors img.last {
	margin: 0 0 5px 0;
}

/* EVENT CALENDAR
-------------------------------------------------------------*/

div#calendar_flash {
	margin-bottom: 20px;
	width: 200px;
	height: 147px;
}

/* FOOTER
-------------------------------------------------------------*/

div#footer {
	padding-top: 15px;
	border-top: 1px solid #454545;
}

div#footer img {
	float: right;
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	text-decoraction: underline;
}

div#footer p {
	padding-top: 10px;
	font-size: 10px;
	color: #999;
}