/*

	Defines basic layout for splash screen.
	
	To be used for all index pages. Differences apply to the Page Body's 3
	defined content sections and headings.
	
*/

/* Global page elements */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	color: #EBD17A;
}
a:visited { color: #CAD7DD; }
a:hover { color: #E9B12E; }
a:active { color: #E9CC7C; }

.hidden {
	display: none;
	}

/* page section identifiers */
#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(splash_bg.jpg);
	background-repeat: repeat-y;
}
#banner {
	width: 780px;
	height: 143px;
	background-image: url(bannertop.gif);
}
#mainnav { width: 205px; background: url(navbg.jpg) repeat-y; margin: 0px; padding: 0px; float: left; clear: right; }
#bodycontent{
	float: left;
	clear: right;
	width: 575px;
	margin: 0px;
	padding: 0px;
	background-image: url(bodycontent1_bg.jpg);
	background-repeat: no-repeat;
}
#footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 780px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	background-color: #660000;
}

/* bodycontent DIVs styles */
#feature {
	width: 575px;
	letter-spacing: 0.37em;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: none;
	visibility: hidden;
}
#heading {
	width: 575px;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}


#heading td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 3px;
} 

#content {
	font-size: 8pt;
	width: 575px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#tbl_dates_frame {
	background-image: url(tbl_bg.jpg);
	background-repeat: repeat-y;
}
#tbl_dates td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 60px;
	font-size: 9pt;
	font-weight: bold;
}
#tbl_dates .dk_gold {
	color: #FFFFFF;
	background-color: #574312;
}
#tbl_dates .lt_gold {
	color: #FFFFFF;
	background-color: #7F6C43;
}
#tbl_dates .dk_blue {
	color: #FFFFFF;
	background-color: #183744;
}
#tbl_dates .lt_blue {
	color: #FFFFFF;
	background-color: #4C6775;
}
.floatleft {
	float: left;
	margin: 2px 8px 8px 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	right: 0px;	
}
/* Redefined elements */
#heading h1 { font-family: Arial, Helvetica, sans-serif; color: #FFCC33; letter-spacing: 0.37em; font-size: 9pt; font-weight: bold; text-transform: uppercase; margin: 0px 0px 0px 0px; }
#content p { padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; }
#footer p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer a { color: #000000; }

/* Class styles */
#footer .footer_type { color: #FFC82B; font-weight: bold; }
#footer .white_link {
	color: #FFFFFF;
}
.hilite {
	color: #FFCC00;
}
