/* Global Styles */

*{
	margin: 0px;
	padding: 0px;

}

body{
	font-family: verdana, arial, helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

p{
	font-size: 12px;
	text-align: justify;
	color:#FFF;
}

img{
	display: block;
	border: 0 none;
}

#header-background{
	position: absolute;
	float: left;
	width: 100%;
	height: 195px;
	background-image: url(images/header_tile.gif);
}

#position-container{
	position: absolute;
	float: left;
	width: 940px;
	height: auto;
	left: 50%;
	margin: 0px 0px 0px -470px;
}

#content-container{
	position: relative;
	float: left;
	width: 920px;
	height: auto;
	left: 10px;
}

/* Header Styles */

#header-container{
	position: relative;
	float: left;
	width: 940px;
	height: 195px;
}

#logo-container{
	position: relative;
	float: left;
	width: 940px;
	height: 145px;
	background-image: url(images/index_header.gif);
}

#nav-container{
	position: relative;
	float: left;
	width: 940px;
	height: 50px;
	background-image: url(images/nav_bg.gif);
}

a.nav-home{
	position: relative;
	float: left;
	width: 125px;
	height: 50px;
	background-image: url(images/nav_home_off.gif);
}

a.nav-home:hover{
	background-image: url(images/nav_home_on.gif);
}

a.nav-info{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_info_off.gif);
}

a.nav-info:hover{
	background-image: url(images/nav_info_on.gif);
}

a.nav-signon{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_signon_off.gif);
}

a.nav-signon:hover{
	background-image: url(images/nav_signon_on.gif);
}

a.nav-competition{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_competition_off.gif);
}

a.nav-competition:hover{
	background-image: url(images/nav_competition_on.gif);
}

a.nav-rules{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_rules_off.gif);
}

a.nav-rules:hover{
	background-image: url(images/nav_rules_on.gif);
}

a.nav-calendar{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_calendar_off.gif);
}

a.nav-calendar:hover{
	background-image: url(images/nav_calendar_on.gif);
}

a.nav-gallery{
	position: relative;
	float: left;
	width: 115px;
	height: 50px;
	background-image: url(images/nav_gallery_off.gif);
}

a.nav-gallery:hover{
	background-image: url(images/nav_gallery_on.gif);
}

a.nav-contact{
	position: relative;
	float: left;
	width: 125px;
	height: 50px;
	background-image: url(images/nav_contact_off.gif);
}

a.nav-contact:hover{
	background-image: url(images/nav_contact_on.gif);
}

.menu {
	background-color:#333;
	visibility: visible;
	text-decoration:none;
	text-align:center;
	display:none;
	font-size:12px;
	position:absolute;
	top:0px;
	position: absolute;
	width:115px;
}
.menu_item {
	padding-top:6px;
	padding-bottom:6px;
}
a.menu_item {
	color:#FF0;
	text-decoration:none;
	
}

a.menu_item:hover {
	color:#FFFFFF;	
}
.spacer {
	font-size:1px;
	margin-top:5px;
	margin-bottom:3px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#eeeeee;
}


/* Page Heading Banner Styles */

#banner-welcome{
	position: relative;
	float: left;
	width: 920px;
	height: 62px;
	background-image: url(images/banner_welcome.gif);
}

#banner-info{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_info.jpg);
}
#banner-news{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_news.gif);
}
#banner-signon{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_signon.gif);
}
#banner-comp{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_comp.gif);
}
#banner-rules{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_rules.gif);
}
#banner-calendar{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_calendar.gif);
}
#banner-gallery{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_gallery.gif);
}
#banner-contact{
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	background-image: url(images/banner_contact.gif);
}


/* Index Page Styles */

#index-main-sponsor-container{
	position: relative;
	float: left;
	width: 460px;
	height: 262px;
}

#index-slideshow-container{
	position: relative;
	float: left;
	width: 460px;
	height: 262px;
}

#index-welcome-container{
	position: relative;
	float: left;
	width: 920px;
	height: auto;
}

#index-welcome-news-container{
	position: relative;
	float: left;
	height: auto;
	width: 920px;
	padding: 10px;
	background-image: url(images/index_welcome_tile.gif);
	background-repeat: repeat-y;
}
#gallery-container{
	position: relative;
	float: left;
	height: auto;
	width: 920px;
	padding: 10px;
	background-image: url(images/gallery_tile.gif);
	background-repeat: repeat-y;
}

#index-welcome-text{
	position: relative;
	float: left;
	height: auto;
	width: 651px;
	color: #fff;
}

#index-text {
	color:#FFF;
}

#index-news-container{
	position: relative;
	float: left;
	width: 226px;
	height: auto;
	left: 10px;
	color:#333;
}

#index-login-container{
	position: relative;
	float: left;
	width: 226px;
	height: auto;
	color:#333;
}

#index-welcome-foot{
	position: relative;
	float: left;
	width: 920px;
	height: 12px;
	background-image: url(images/index_welcome_foot.gif);
}

#index-extra-sponsors{
	position: relative;
	float: left;
	width: 920px;
	height: 100px;
	background-image: url(images/index_extra_sponsors.gif);
}


/* Footer Styles */

#footer-container{
	position: relative;
	float: left;
	width: 920px;
	height: 80px;
	background-color: #ccc;
	border-top: 2px solid #bbb;
}

#footer-nav{
	position: relative;
	float: left;
	width: 920px;
	height: 30px;
	top: 32px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer-nav a{
	color: #000;
	text-decoration: none;
}

#footer-nav a:hover{
	color: #fff;
	text-decoration: none;
}