html {
	background: #c4a87d url('/images/background.gif') repeat-x left top;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

img { border-width: 0; }

form {
	padding: 0;
	margin: 0;
}

#container {
	background: transparent url('/images/background_content.png') repeat-y 50% 50%;
	position: relative;
	left: 50%;
	margin-left: -480px;
	min-height: 100%;
	padding: 0 10px 0 12px;
	width: 961px;
	
}

#header_e,
#header_f {
	background: #5887A5 url('/images/header_bg.jpg') no-repeat center top; 
	border-bottom: 2px solid #fff;
	position: relative;
	height: 100px;
}

#header_e ul,
#header_f ul {
	margin: 9px 0 0 0;
	padding: 0;
	float: right;
}
#header_e ul li,
#header_f ul li {
	text-align: right;
	list-style-type: none;
	float: left;
}
#header_e ul li a,
#header_f ul li a {
	text-decoration: none;
	background: transparent url('/images/more_button.png') no-repeat left;
	padding: 0 10px 0 15px;
}
#header_e ul li a:link,
#header_e ul li a:visited,
#header_f ul li a:link,
#header_f ul li a:visited {
	color: #fff;
	font-weight: bold;
}
#header_e ul li a:hover,
#header_e ul li a:active,
#header_f ul li a:hover,
#header_f ul li a:active {
	color: #fff;
	text-decoration: underline;
}

#search {
	bottom: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 278px;
}
#search fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#search legend {
	display: none;
}
#search label {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
#search #s {
	width: 150px;
	margin-left: 5px;
}
#search #go {
	background: transparent url('/images/more_button.png') no-repeat left;
	border: none;
	cursor: pointer;
	margin: 0 10px 0 2px;
}

#logo_link {
	left: 23px;
	position: absolute;
	top: 3px;
}
#logo_link img { display: block; }

#logo_download {}

#logo_download img { padding: 10px; }

#logo_download dt { width: 100%; text-align: center; padding: 16px 0; margin: 0; clear: left; }

#logo_download dd ul li { list-style-type: none; width: 25%; float: left; }

#navigation {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
	margin: 2px 0 5px;
	position: relative;
	z-index: 5;
	
	margin: 0;
}

#navigation td {
	background: #113c58 url('/images/navigation_divider.gif') right center no-repeat;
	padding: 0 2px 0 0;
	position: relative;
	margin: 0;
}
#navigation td.last {
	background-image: none;
	padding-right: 0;
}
#navigation td a {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}
#navigation td a:link,
#navigation td a:visited {
	color: #fff;
}
#navigation td a:hover,
#navigation td a:active {
	background: #bc9b6a;
	color: #fff;
}
#navigation td a.active { color: #b4d6e9; }
#navigation td a.active:hover, #navigation td a.active:active { color: #fff; }

#navigation td ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 158px;
	position: absolute;
}
#navigation td ul li a {
	background-image: none;
	border: 1px solid #113C58;
	border-width: 0 1px 1px 1px;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 2px 10px;
	text-align: left;
}
#navigation td ul li a:link,
#navigation td ul li a:visited {
	color: #000;
	background-color: #FFFFFF;
}
#navigation td ul li a:hover,
#navigation td ul li a:active {
	color: #fff;
	background-color: #bd9b6a;
}

#navigation td:hover ul {
	display: block;
}

#contentcontainer {
	background: #fff url('/images/sidebar_bg.gif') top left repeat-y;
	border-top: 5px solid #fff;
	float: left;
	min-height: 470px;
	padding-bottom: 40px;
}

#subnav {
	float: left;
	margin: 0 30px 30px 0;
	padding: 0;
	width: 188px;
}
#subnav li {
	border-bottom: 1px solid #a3b7c4;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li a {
	background: #d4e0e8 url('/images/subnav_bullet.gif') 7px 0.5em no-repeat;
	display: block;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
}
#subnav li a:link,
#subnav li a:visited {
	color: #113c58;
}
#subnav li a:hover,
#subnav li a:active {
	color: #a2865b;
}
#subnav li a.active {
	background-image: url('/images/subnav_active_bullet.gif');
	color: #a2865b;
}

#subnav li ul {
	/* display: inline; */
	display: inline;
	padding: 0;
}

#subnav li ul li {
	padding: 1px 0;
	border-bottom-style: none;
	list-style-type: none;
}
#subnav li ul li a:link,
#subnav li ul li a:visited {
	color: #fff;
	/* background: transparent url('/images/subnavsub_bg.jpg') repeat-y left top; */
		background: #361745 none;
}
#subnav li ul li a:hover,
#subnav li ul li a:active {
	color: #fff;
	/* background: transparent url('/images/subnavsub_bg.jpg') repeat-y left top; */
		background: #361745 none;
}
#subnav li ul li a.active {
	color: #fff;
	background: #361745 none;
/*	background: transparent url('/images/subnavsub_bg_hover.jpg') repeat-y left top;
*/}

#subnav li ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 18px;
}

#content {
	width: 723px;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}
#content h1 {
	color: #113c58;
	font-size: 200%;
	font-weight: normal;
	margin-top: 0;
}
#content h2 {
	color: #b1956b;
	font-size: 140%;
}
#content h3 {
	color: #5786A4;
	font-size: 120%;
	font-weight: bold;
}
#content h4 {
	color: #000000;
	font-size: 110%;
	font-style: italic;
	margin-bottom: 0;
}
#content a {
	text-decoration: underline;
}
#content a:link,
#content a:visited {
	color: #214ab2;
}
#content a:hover,
#content a:active {
	color: #Bd9B6A;
}

#content a img {
	border: 0;
}

#content .filelink {
	text-align: center;
}

#content .pagelink {
	text-align: right;
}

#content .address {
	text-align: center;
}

ul.logolist {
	list-style-position: inside;
	width: 100%;
	float:left;
	margin: 0;
	padding: 0 0 25px 0;
}
ul.logolist li {
	float: left;
	list-style-type: none;
	width: 365px;
	padding-bottom: 20px;
	text-align: center;
}
ul.logolist li img {
	/* border: #000000 1px solid; */
}

#content .leftimage {
float: left;
padding: 2px 8px 8px 0;
}

#content form {
	clear: both;
}

#footer {
	background: #b1956b;
	border-top: 5px solid #fff;
	color: #fff;
	font-size: 85%;
	padding: 10px 0 30px 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer ul li {
	border-left: 1px solid #fff;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 9px 0 11px;
}
#footer ul li.first {
	border-width: 0;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#bg_fade {
	position: absolute;
	margin-left: -11px;
	bottom: -60px;
	width: 983px;
	height: 60px;
	background: transparent url('/images/background_content_fade.png') no-repeat bottom;
}

img.inline_right {
	float: right;
	padding: 4px;
	margin-left: 15px;
	border: 1px solid #bd9b6a;
}

.roman li {
	list-style-type: lower-latin;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

.title_space {
	padding-top: 8px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 40px;
}


/* The following is used for the Platinum Sponsors to appear somewhere other than the Homepage. */
#content2 {
	width: 597px;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}
#content2 h1 {
	color: #bd9b6a;
	font-size: 200%;
	font-weight: normal;
}
#content2 h2 {
	color: #422152;
	font-size: 140%;
}
#content2 h3 {
	color: #993300;
	font-size: 120%;
	font-weight: bold;
}
#content2 h4 {
	color: #000000;
	font-size: 110%;
	font-style: italic;
	margin-bottom: 0;
}
#content2 a {
	text-decoration: underline;
}
#content2 a:link,
#content2 a:visited {
	color: #214ab2;
}
#content2 a:hover,
#content2 a:active {
	color: #Bd9B6A;
}

#sponsors_image {
	text-align: center;
	margin-top: 15px;
	margin-left: -4px;
}

#homepage_sponsors_e {
	text-align: center;
	float: left;
	background: transparent url('/images/homepage_thankyou_e.jpg') no-repeat left top;
	width: 130px;
	height: 490px;
	padding: 40px 5px 0 5px;
	font-size: 90%;
}

#homepage_sponsors_e img {
border: 0;
}

#homepage_sponsors_f {
	text-align: center;
	float: right;
	background: transparent url('/images/homepage_thankyou_f.jpg') no-repeat left top;
	width: 130px;
	height: 490px;
	padding: 40px 5px 0 5px;
	font-size: 90%;
}

#homepage_sponsors_f img {
border: 0;
}


#subnav li ul.hidden {
	display: none;
}
#subnav li ul.visible {
	display: inline;
}