@charset "UTF-8";
/* CSS Document */
/***** RESET DEFAULTS *****/
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #435A7A;
	/*background-image: url(../images/gradient-bg.png);*/
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: #000;
	line-height: 1.5em;
	margin: 0;
}
a, a:visited{
	color: #7b848c;
	text-decoration: none;
}
a:hover{
	color: #003060;
}

/***** SET UP LAYOUT *****/
#container{
	background-color: #fff;
	width: 890px;
	position: relative;
	left: 50%;
	margin-left: -445px;
	/*margin-top: 30px;*/
}
#header-content{
	width: 890px;
	height: 130px;
	position: relative;
	background-color: #003060;
	padding-top: 10px;
}
#header-content img{
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
}
#main-nav{
	position: relative;
	display: block;
	padding: 0;
	float: left;
	clear: both;
	width: 760px;
	margin-left: 50%;
	left: -445px;
	border-top: thin solid #fff;
	padding: 15px 65px 0;
	margin-top: 10px;
	
}
#main-nav li{
	font-size: 1.25em;
	display: inline;
	position: relative;
	margin-left: 15px;
}
#main-nav a:link, #main-nav a:visited{
	color: #fff;
}
#body-content{
	width: 875px;
	position: relative;
	margin-top: 30px;
	border-left: thin solid #003060;
	left: 15px;
}
#body-content h1, #body-content h5{
	color: #003060;
	position: relative;
	left: 80px;
	top: 60px;
}
#body-content h1{
	/*font-size: 45px;*/
	font-size: 50px;
	line-height: 1em;
}
#body-content h5{
	font-size: 12px;
	top: 32px;
	width: 180px;
	font-style: italic;
}
#body-content-left{
	margin-left: 15px;
	width: 380px;
	position: relative;
	float: left;
	min-height: 450px;
}
#left-nav{
	display: block;
	position: absolute;
	top: 300px;
	left: -40px;
}
#left-nav li{
	font-size: 1.125em;
	display: block;
}

#pma{ /***** for swfobject *****/
	margin: 0;
	padding: 0;
	position: relative;
	right: 1px;
	float: right;
}

#body-content-right{
	position: relative;
	float: right;
	width: 470px;
	right: 1px;
}
#gold-bar{
	width: 470px;
	height: 20px;
	background-image: url(../images/maroon-bar.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.image{
	margin-top: -9px;
}
#body-content-right p, #body-content-right h4{
	color: #fff;
}
#background-container{
	position: relative;
	width: 470px;
	top: 0px;
	padding: 1px 0 10px 0;
	height: 100%;
	background-image: url(../images/right-bg-maroon.png);
	background-repeat: repeat-y;
}
.text-container{
	margin: 0px 80px 20px 30px;
}
.text-container li{
	color: #fff;
	margin-bottom: 10px;
}
.text-container a, .text-container a:visited{
	color: #e5b53b;
}
.text-container a:hover{
	color: #fff;
}
#body-content-right h3{
	position: relative;
	margin-left: 20px;
}
#clearfix{
	clear: both;
}
#footer-content{
	position: relative;
	clear: both;
	height: 30px;
	top: 35px;
}
#footer-nav li{
	display: inline;
	color: #7b848c;
}

.highlight{
	font-size: 1.4em;
	color: #e5b53b;
	font-weight: bold;
}

.small-highlight{
	color: #e5b53b;
}

/***** form *****/
form{
	width: 290px;
}
.formLabel{
	width: 100px;
	float: left;
	clear: both;
	text-align: right;
	margin: 5px;
	color: #fff;
}
.formInput{
	width: 150px;
	float: left;
	margin: 5px;
}
#join{
	margin: 10px;
}
#joinLabel{
	color: #fff;
}
button{
	margin: 10px;
}
textarea{
	width: 154px;
}
