html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background: url("images/bg-sky.jpg") center top no-repeat #55632E;
	color: #000000;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: auto;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

h3 { margin: 5px 0 5px 0; font-size: 118%; }
h4 { margin: 5px 0 5px 0; font-size: 110%; }
h5 { margin: 5px 0 5px 0; font-size: 100%; }


.clear {
	clear: both;
	height: 1px;
	overflow:hidden;
}

* html #clear { 
	clear: none;
	#height: 1px;
}

img {
	border: none; 
}

p {margin-bottom: 1em;}

/***************************/ 
/* LINKS */ 
/***************************/
#leftCol a, 
#leftCol a:link,
#leftCol a:visited {
	color: #87A63D;
	font-weight: bold;
	text-decoration: underline;
}

#leftCol a:hover {
	background: #87A63D;
	color:#FFFFFF;
	text-decoration: underline;
}
#leftCol a:hover img{
	background: #ffffff !important;
}
#leftCol a:focus {
	color: #000;
}
#leftCol a:active {
	color: #000;
}


/***************************/ 
/* HR */ 
/***************************/
HR {
	border: 0 ;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
}

/***************************/ 
/* LAYOUT */ 
/***************************/
#container {
	width: 955px;
	margin: 15px auto 0;
	background: #87a63f;
	padding: 0;
}

#header {
	width: 580px;
}

#contentWrapper {
	margin: 0px;
	background: url("images/bg-glow.png") center top repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

#leftCol {
	float: left;
	margin:0;
	width: 564px;
	text-align: left;
	background: #ffffff;
	padding: 10px 10px 10px 15px;
}

#rightCol {
	margin: 0;
	padding: 0;
}

#rightCol {
	#margin-top: -42px;
}

#rightCol a img {
	float: right;
	margin-top: -42px;
	#margin-top: 0;
}

#imgContainer {
	width: 555px;
	height: 220px;
	overflow: hidden;
	margin: 5px 0 2px 0;
}


/***************************/ 
/* FOOTER STUFF */ 
/***************************/

#subfooter {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	font-weight: lighter;
	text-transform: uppercase;
	width: 955px;
	padding-top: 10px;
	display:block;
	margin: auto;
}
#subfooter a{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
}
#subfooter a:hover{
	color: #999999;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: underline;
}
#footersponsors {
	background: #000000;
	text-align: center;
	height: 115px;
	width: 955px;
	padding-top: 20px;
	display:block;
	margin: auto;
}
#footersponsors img{ 
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 8px;
}

#footersponsors a img:hover, 
#sponsorsimage a img:hover {
	opacity:.65;
	filter:alpha(opacity=65);
	background: #FFFFFF;
}

#sponsorsimage a:hover, 
#sponsorsimage a:link {
	background: #FFFFFF;
}

#footer {
	background: url("images/bg-footer.jpg") left top no-repeat #52632B;
	color: #87A63D;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 20px;
	text-align: center;
	width: 955px;
	margin: auto;
}

#footer a {
	text-decoration: none;
	color: #87A63D;
}

#footer a:hover {
	color: #FFFFFF;
}


/****************************/ 
/* RIGHT COL DOWNLOAD LINKS */ 
/****************************/

#downloads {
	text-align: justify;
	float: right;
	width: 292px;
	padding-right: 36px;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}
#downloads p {
	text-align: left;
	padding-bottom: 30px;
}
#downloads a {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
}
#downloads a:hover {
	font-weight: lighter;
	text-decoration: underline;
	color: #FFFFFF;
}

#downloads span {
	display: none;
}

#entry {
	display: block;
	width: 292px;
	height: 84px;
	background: url("images/pdf-entry.jpg") no-repeat 0 0;
}

#entry:hover { 
	background-position: 0 -84px;
}

#rules {
	display: block;
	width: 292px;
	height: 84px;
	background: url("images/pdf-rules.jpg") no-repeat 0 0;
}

#rules:hover { 
	background-position: 0 -84px;
}

/***************************/ 
/* MENU */ 
/***************************/

#menu {
	width: 589px;
	float: left;
	background: #000000;
}
.menu {
	background: #000000;
	font-size: 16px;
}

/* For all submenus */
.menu ul {
	background: #000000;
	width: 250px;
}

/* Top level menu hover, when looking at a lower level */
.menu a:hover, .menu li:hover>a {
	cursor: pointer;
}

/* All links */
.menu li li:hover>ul {  /* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


a.act{
	text-decoration: none;
	text-align: left;
	color: #FFFFFF !important;
	background: url(images/ul-bottom.gif) center bottom no-repeat !important;
	padding: 8px 20px 10px 20px;
	display: block;
	text-transform: uppercase;
}

.menu a {
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 10px 11px 10px 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a:visited {
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 10px 11px 10px 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a:hover {
	text-decoration: none;
	text-align: left;
	color: #87a63f;
	padding: 10px 11px 10px 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}


/* All submenu links */
.menu li ul a {
	color: #FFFFFF;
	background: #333333;
	text-align: left;
	display: block;
	border-bottom: 2px dotted #666666;
	font-size: 80%;
	padding: 3px 5px 3px 5px !important;
	text-transform: capitalize;
}

/* All submenu links */
.menu li ul a:hover, 
.menu li ul a:visited, {
	text-transform: capitalize;
}

/***************************/ 
/* VENUES TABLE */ 
/***************************/

.venuetbl {
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF !important;
	background-color: #87A63D !important;
	padding: 3px;
	width: 555px;
}
.venuetbl a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration:none !important;
}

.venuetbl a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #87A63D !important;
	background-color:#FFFFFF !important;
	text-decoration:none !important;
}

.venuediv {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #87A63D;
	padding: 12px 12px 12px 2px;
	width: 541px;
	line-height:24px;
	text-align: left;
	vertical-align: text-top;
}

.venuediv a, 
#company a {
	font-size: 14px;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration:none;
}

.venuediv a:hover, 
#company a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

.venuediv img {
	border: 4px solid #FFFFFF;
	float: left;
}

/***************************/ 
/* Finals Gallery */ 
/***************************/

#gallery{
	width:529px;
}

#gallery img{
	margin:10px 15px 0 10px;
}

#gallery a:hover{
	background:none;
}

.gallery_wrapper{
	background:url(images/frame.png) no-repeat;
	height:98px;
	width:97px;
	float:left;
	margin:0 10px 15px 0;
}

.gallery_wrapper a:hover img {
	filter:alpha(opacity=50) !important;
	-moz-opacity:.50;
	opacity:.50;
}

.tbltitle {
	text-align: left;
	width: 150px;
	padding-right: 10px;
	font-size: 90;
}
.total {
	text-align: left;
	width: 30px;
	padding-right: 10px;
}
.round {
	text-align: center;
	width: 40px;
	padding-right: 10px;
}
.tblcompany {
	text-align: left;
	font-weight:bold;
}


 
TABLE.results {
 	width: 555px:
 	padding: 4px;
 	font-size: 90%;
 }

TABLE.results TH {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 5px; 0 5px;
	margin: 0;
}



/***************************/ 
/* Sponsors */ 
/***************************/

.sponsorsimage {
	background: url(images/spnsrsbg-logo.jpg) left top no-repeat;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	height: 110px;
	width: 142px;
	line-height:110px;
	display:block;
	text-align:center;
}
.sponsorsimage img {
	left: auto;
	top: auto;
	right: auto;
	background-color:#FFFFFF;	
}
	
#sponsorPage.sponsorsimage img a:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=50) !important;
	-moz-opacity:.50;
	opacity:.50;
}

.sponsorsmain {
	width: 555px;
	display:block;
	font-weight: lighter;
	margin-bottom: 20px;
}

.sponsorsheader {
	color: #FFFFFF;
	background-color: #87A63D;
	padding: 5px;
	width: 376px;
	height: 19px;
	text-align: left;
	float:right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sponsorsheader h2 {
	color: #FFFFFF;
	margin-right: 10px;
	display:inline;
	}
.sponsorsheader a {
	color: #FFFFFF !important ;
	text-decoration:underline !important;
	font-weight: lighter;
	font-size: 12px !important;
	}
.sponsorsheader a:hover {
	color: #87A63D !important;
	background:#FFFFFF !important;
	text-decoration:none;
	font-weight: lighter;
	font-size:12px !important;
	}
	
#page {
	text-align: justify;
	min-height: 700px;
}

#page p{ text-align: justify; }

/***************************/ 
/* Contact Us */ 
/***************************/
.mmgClear { clear:both; height: 1px;}

#contactUs { clear: both; position: relative; float: left; width: 300px;;
}
#contactDetails { position: relative; float: right; margin-left: 8px; width: 220px; line-height: 1.2em; }

#contactDetails h1 {font-size: 1.2em; border-bottom: 1px solid #fff; margin-bottom: 18px; }

#contactUs dl {
   margin: 0;
   padding: 5px;
}

#contactUs dt, #_uploadDetails dd {
   margin: 0;
   padding: 0 0 .5em 0;
}

#contactUs dt {
   clear: both;
   text-align: right;
   padding-right: 1em;
   float: left;
   width: 20%;
}

#contactUs dd {
   text-align: left;
}

#contactUs input,#contactUs textarea {width: 70%; font-size: .92em; font-size: .92em; font-family: "Arial", "Helvetica", sans-serif }
#contactUs select {width: 72%; margin-bottom: 2px; }


#contactUs textarea {
height: 80px;
}

#contactUs .submitBtn {
margin-left: 76px;
}


#displayHP1, #displayHP2, #displayHP3, #displayHP4,
#displayHP5, #displayHP6, #displayHP7, #displayHP8 {
  display: none;
}



