/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:12px;
	margin:0 auto;
	background-color:#edb650;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	line-height:20px;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.pad-left {
	padding-left:20px;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:400px;
padding: 140px 0 0 0;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:182px;
padding: 140px 0 0 0;
	background-image:url(images/bg_header-sub.jpg);
	background-repeat:no-repeat;
}

#countdown {
	position:relative;
	top:0;
	left:5px;
	width:185px;
	height:85px;
float: right;
margin: 0 0 0 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:265px;
	left:26px;
	width:950px;
	height:28px;
}


/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
	padding: 0 5px 0 5px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
	padding: 0 5px 0 2px;
}

#content_left{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:370px;
	height:auto;
	padding: 0 5px 0 20px;
}

#content_right {
	position:relative;
	top:0;
	left:-5px;
	float:right;
	width:200px;
	height:auto;
}

#left{
	position:relative;
	top:0;
	left:0;
	float:right;
	width:340px;
	height:auto;
	padding: 0 0 0 0;
}

#right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:200px;
	height:auto;
}

#btm_email {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:950px;
	height:71px;
	background-image:url(images/btm_email-signup.jpg);
	background-repeat:no-repeat;
}

#btm_email-blank {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:950px;
	height:71px;
	background-image:url(images/bg_email-blank.jpg);
	background-repeat:no-repeat;
}
#email-form {
	position:relative;
	top:13px;
	right:150px;
	float:right;
	width:500px;
	height:auto;

}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:277px;
    min-height:500px;
    height:auto !important;
    height:500px;
	background-image:url(images/bg_sidebar2.jpg);
	background-repeat: repeat-y;
	padding: 0 0 0 7px;
}

#cup-standing {
	position:relative;
	top:10px;
	left:0;
	float:right;
	width:267px;
    min-height:376px;
    height:auto !important;
    height:376px;
	background-image:url(images/cup-standing.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 15px 7px;
	color:#FFFFFF;
}

table.cup {
margin:50px 0px 0px 0px;
width:250px;
}

tr.cup {
margin:-10px 0px 0px 0px;
}

/* ---- end side bar content settings ---------------- */


#sponsors {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:131px;
	background-image:url(images/btm_our-sponsors.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 60px 0 0 20px;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:40px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 5px 0 0 20px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:28px;

	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.gif);
}

a#nav_01 {
	width:58px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -28px;
}

.active_01 {
	background-position: 0 -28px !important;
}

a#nav_02 {
	width:116px;
	background-position:-58px 0;
}

a:hover#nav_02{
	background-position:-58px -28px;
}

.active_02 {
	background-position:-58px -28px !important;
}

a#nav_03 {
	width:78px;
	background-position:-174px 0;
}

a:hover#nav_03{
	background-position:-174px -28px;
}

.active_03 {
	background-position:-174px -28px !important;
}

a#nav_04 {
	width:147px;
	background-position:-252px 0;
}

a:hover#nav_04{
	background-position:-252px -28px;
}

.active_04 {
	background-position:-252px -28px !important;
}

a#nav_05 {
	width:155px;
	background-position:-399px 0;
}

a:hover#nav_05{
	background-position:-399px -28px;
}

.active_05 {
	background-position:-399px -28px !important;
}

a#nav_06 {
	width:94px;
	background-position:-554px 0;
}

a:hover#nav_06{
	background-position:-554px -28px;
}

.active_06 {
	background-position:-554px -28px !important;
}

a#nav_07 {
	width:95px;
	background-position:-648px 0;
}

a:hover#nav_07{
	background-position:-648px -28px;
}

.active_07 {
	background-position:-648px -28px !important;
}

a#nav_08 {
	width:76px;
	background-position:-743px 0;
}

a:hover#nav_08{
	background-position:-743px -28px;
}

.active_08 {
	background-position:-743px -28px !important;
}

a#nav_09 {
	width:86px;
	background-position:-819px 0;
}

a:hover#nav_09{
	background-position:-819px -28px;
}

.active_09 {
	background-position:-819px -28px !important;
}

/* ---- start nav drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:292px;
	left:0;
	width:930px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:12px;
	text-decoration:bold;
}

#hidden-layers a:hover {
	background-color:#edb731;
	color:#000;
}



#R2, #R3, #R4, #R5, #R6, #R7, #R8, #R9 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#b72e1a;
	border-left:2px solid #b72e1a;
	border-right:2px solid #b72e1a;
	border-bottom:2px solid #b72e1a
}

#R2 { width:160px; left:90px; }
#R3 { width:168px; left:203px; }
#R4 { width:175px; left:286px; }
#R5 { width:175px; left:440px; }
#R6 { width:175px; left:583px; }
#R8 { width:175px; left:777px; }
#R9 { width:175px; left:800px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}