/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
	background:#000000;
}
	
#container {
	margin:0 auto;
	width:900px;
	text-align:left;
	background:url(/images/backgrounds/content_bg.gif) no-repeat right 380px #CEBFAA;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
	/*vertical-align:top;*/
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}


/* Typography */

h2.latestNews {
	margin:20px 0 0 0;
}

h3.newsHomeTitle {
	background:url(/images/backgrounds/content_bg_top.gif) no-repeat 0 25px;
	padding:0 0 80px 3px;
	margin:15px 0 0 -3px;
}


/* Header */

#header {
	background:url(/images/backgrounds/footprints.gif) no-repeat bottom right #000;
	margin:0 0 0 -19px;
	height:149px;
}

.registerNowBox, .registerNowBox:hover {
	float:right;
	display:block;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:3px 20px 0 0;
	padding:76px 0 47px 0;
	text-align:center;
	width:220px;
}

.footprints .registerNowBox {
	display:none;
}


/* Rotating Banner */

.bannerContainer {
	overflow:hidden;
	position:relative;
	height:149px;
	width:247px;
	float:right;
	background: url(/images/banners/top-banner-bg.png) no-repeat;
	color: white;
}

.bannerContainer a {
	color: white;
}

.bannerContainer a:hover {
	color: white;
}

.bannerContainer a.active {
	z-index:10;
	opacity:1.0;
}

.bannerContainer a.last-active {
	z-index:9;
}

#homebannerContent {
	margin: 17px;
	width: 200px;
	height: 110px;
	text-align: center;
	font-size: 20px;
}

.teamsRemainingBanner, .teamsRemainingBanner:hover {
	background:url(/images/banners/teams_remaining.gif) no-repeat;
	width:227px;
	height:77px;
	color:#fff;
	font-size:35px;
	text-align:center;
	padding:70px 20px 0 0;
}


/* Main Navigation */

#mainNav {
	background-color: #AC9E84;
	display: block;
	height: 42px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	font-size:13px;
	margin:0 1px 0 0;
}

#mainNav li.last {
	margin:0;
}

#mainNav a {
	background:#AC9E84;
	display:inline-block;
	height:31px;
	color:#FFFFFF;
	padding: 11px 10px 0 10px;
}

#mainNav li.last a {
	padding: 11px 12px 0 13px;
}

#mainNav a:hover, #mainNav li.down a {
	background:#D92D2B;
	color:#FFFFFF;
}


/* Sub Nav */

#subNavContainer {
	background:url(images/backgrounds/sub_nav_bottom.gif) no-repeat bottom left #5A5620;
	margin:-185px 0 20px 0;
	width:245px;
	position:relative;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 8px 0;
}

.menuHeading {
	font-size:14px;
	padding:10px 0 10px 20px;
	display:block;
}

#subNav, .subNav {
	list-style:none;
	margin:0 2px 0 5px;
}

.subNavHeight ul {
	height:125px;
}

#subNav li a, .subNav li a {
	color:#fff;
	font-weight:normal;
	background:#6D672D;
	display:block;
	width:205px;
	padding:2px 15px;
	border-bottom:1px solid #5A5620;
}

#subNav li.child a, .subNav li.child a {
	padding:2px 15px 2px 35px;
	width:185px;
}

#subNav li a:hover, #subNav li.down a, .subNav li a:hover, .subNav li.down a {
	color:#39261F;
	background:#fff;
}


/* Side Bar */

#sideBar {
	float:left;
	width:250px;
	margin:21px 0 0 8px;
}

.home #sideBar {
	margin:21px 6px 0 0;
}

#sideBar a {
	font-weight:bold;
}

.home #sideBar {
	float:right;
}

.sideBarHeading {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	display:block;
	padding:10px 0 13px 0;
}

.virtualSpectator {
	margin:0 0 10px 0;
}

#tally {
	background:url(images/backgrounds/tally_bg.gif) no-repeat;
	height:201px;
	margin:13px 0 15px 5px;
	font-size:13px;
	padding:0 31px 0 15px;
}

#tally span.percent {
	margin:0 11px 0 7px;
}

#tally a {
	text-decoration:underline;
}

.tallyLabel {
	width:65px;
	float:left;
}

#tallyPercent {
	background:url(images/backgrounds/tally_percent_graph.gif) no-repeat;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:21px 0 0 0;
	font-size:14px;
	margin:14px 0 5px 0;
}

.tallyUpdated {
	font-size:11px;
	color:#716558;
}

#joinBox {
	background:url(images/backgrounds/join_bg.gif) no-repeat;
	height:168px;
	padding:0 0 0 15px;
	margin:13px 0 15px 5px;
	font-size:13px;
	font-weight:bold;
}

#joinBox2 {
	background:url(images/backgrounds/join_bg.gif) no-repeat;
	height:170px;
	padding:0 0 0 15px;
	margin:13px 0 15px 5px;
	font-size:13px;
	
}

#joinBox ul {
	margin:9px 0 0 0;
}

#joinBox li {
	background:url(/images/spacers/arrow.gif) no-repeat 0 5px;
	padding:0 0 7px 22px;
	list-style:none;
}

#joinBox2 li a:hover {
	text-decoration:underline;
	color:#5F5A21;
}

#joinBox2 ul {
	margin:9px 0 0 0;
}

#joinBox2 li {
	background:url(/images/spacers/arrow.gif) no-repeat 0 5px;
	padding:0 0 7px 22px;
	list-style:none;
}

#joinBox2 li a:hover {
	text-decoration:underline;
	color:#5F5A21;
}

#donateTVRadio {
	background:url(/images/backgrounds/tv_radio_bg.gif) no-repeat;
	padding:12px 10px 0 10px;
	margin:0 0 15px 5px;
	height:334px;
	text-align:center;	
}

#donateTVRadio p {
	margin:10px 0;
	line-height:16px;
}


/* Content */

#content {
	width:605px;
	padding:22px 17px 25px 20px;
	float:right;
	background:url(images/backgrounds/content_bg_top.gif) no-repeat 17px 53px;
}

.home #content {
	float:left;
	padding:22px 0 25px 20px;
}

.content {
	background:#FFFFFF;
	width:561px;
	margin:23px 0 0 1px;
	padding:13px 20px 1px 20px;
	min-height:55px;
}

.contentBottom {
	background:url(images/backgrounds/content_bg_bottom.gif) no-repeat;
	height:6px;
	margin:0 0 0 -3px;
}

#content p, #content table, #content ul {
	padding:0 0 18px 0;
}

#content li {
	background:url(images/spacers/required.gif) no-repeat 0 7px;
	padding:0 0 4px 15px;
	list-style:none;
	line-height:18px;
}

#content a {
	font-weight:bold;
	text-decoration:underline;
}

#content h2 a {
	text-decoration:none;
}

.profileViewIMG {
	padding:0 0 3px 3px;
	width:300px;
	height:303px;
	*height:300px;
	vertical-align:middle;
	text-align:center;
}

.extraImages img {
	margin:0 0 3px 3px;
	float:left;
}


.sponsorsTitle {
	font-size:14px;
	color:#1A1A1A;
	font-weight:bold;
	display:block;
	padding:9px 0 6px 0;
}

.sponsorLogos {
	background:url(/images/backgrounds/sponsor_logo_bg.gif) no-repeat;
	text-align:center;
	width:605px;
	height:125px;
	padding: 15px 0 0 0;
}

.sponsorLogos img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.middleSponsor {
	margin:0 12px;
}


/* News */

.newsHomeContent {
	margin:-65px 0 0 1px;
	font-size:11px;
	line-height:17px;
}

.moreNews {
	float:right;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:18px 3px 0 0;
}

.newsDate {
	display:block;
	color:#999999;
	font-size:11px;
	margin:-8px 0 0 0;
}

#content a.forwardBackLink {
	text-decoration:none;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #5F6E17; 
	padding:3px;
}

select {
	font-size:12px;
	color:#000;
}

select optgroup option {
	padding-left: 10px;
}

select optgroup {
	margin-bottom: 5px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	background:#B6A792;
	color:#FFFFFF;
	font-size:11px;
	line-height:48px;
	padding:0 18px;
	clear:both;
}

.copyByline {
	float:right;
}

#footer a {
	color:#FFFFFF;
}

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

#footer li {
	display:inline;
	list-style:none;
	color:#FFFFFF;
}


/* Donation Table */

#content .donationTable {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.donationTable td, .donationTable th {
	padding: 5px 10px 5px 0;
}

.donationTable td.label {
	width: 100px;
}

.donationTable td.required {
	width:20px;
	text-align:center;
}

.donationTable .textinput, .donationTable .textinputhover {
	width: 100%;
}

.donationTableBorder {
	border-collapse: collapse;
}

.donationTableBorder td, .donationTableBorder th {
	padding-left: 10px;
	border: 1px solid #CEBFAA; /* OLD #5f5a21 */
}

.donationTableBorder th {
	background-color: #EBE3D9; /* OLD #CBA23B */
}


/* Error Boxes */

.error_box, .info_box {
	padding: 10px;
	background-color: #FFCCCC;
	border: 2px solid #FF3333;
	margin-bottom: 10px;
	width:540px;
}

#content .error_box ul {
	margin: 5px 0 0 10px;
	padding: 0;
}

#content .error_box li {
	margin-left: 10px;
	background:none;
	list-style:circle;
	padding:0;
}

.info_box {
	background-color: #D0F2DD;
	border: 2px solid #9EDEB5;
}


/* Other */

.imgBox {
	width: 150px;
	margin: 5px;
	padding: 10px;	
	float: left;
	text-align: center;
}

.defaultImg {
	background-color: #ECE9D8;
}

.clear {
	clear: both;
}

hr {
	border-width: 1px;
	border-color: #ece9d8;	
	border-style: solid;
	color: #ac9e84;
	/*  ac9e84 */
	/*  ece9d8 */
}

.right {
	text-align: right;
}


/* News Comments */

.comment {
	color: #91846A;
}

/*
.comment span {
	padding: 10px 10px 0 10px;
	display: block;
}

.comment .comment_datetime {
	float: right;
	color: #666;
}

.comment p {
	margin: 20px;
}
*/

/***** Next / Prev Links *****/

.nextprevnav {
	margin: 10px 0;
	text-align: center;	
}

.nextprevdisabled {
	color: #AAA;
}

.nextprevlink {
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #AAAAAA;
}

.nextprevlink:hover {
	color: orange;
	text-decoration: none;
}

.nextprevcurrentpage {
	padding: 2px 5px;
	font-weight: bold;
}

/***** Misc Styles *****/

.marquee {
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #D92D2B;
	color: white;
	font-weight: bold;
}

.marquee_active {
	padding: 5px 0;
	font-size: 13pt;
	max-height: 20px;
}

.marquee a {
	color: white;
}

.marquee a:hover {
	color: white;
}