@charset "UTF-8";
/* CSS Document */

body {
	margin: 15px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #1b3f5b;
	background-image: url(common/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 16pt;
	}

/********** HEADINGS **********/

h1 {
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #FDD89DF;
	text-transform: uppercase;
	}
	
.buckets {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-transform: none;
	line-height: 18pt;
	}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	}
	
.splash1 {
	margin: 0px;
	padding: 22px 0px 0px 0px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	text-align: center;
	background: url(../_img/splash1_bg.png) top center no-repeat;
	}
	
.splash2 {
	margin: 0px;
	padding: 22px 0px 0px 0px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	text-align: center;
	background: url(../_img/splash2_bg.png) top center no-repeat;
	}
	
.news_heading {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000;
	}
	
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DA5E26;
	}

#accordion_heading {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DA5E26;
	background: url(../_img/accordion_arrow.png) center right no-repeat;
	}
	
.intro {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: none;
	color: #75B5DF;
	}
	
h4 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #75B5DF;
	}
	
.accordion_list_heading {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	}
	
/********** LINKS **********/

a:link {
	color: #FDC259;
	text-decoration: none;
	}
	
a:visited {
	color: #FDC259;
	text-decoration: none;
	}
	
a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
a:active {
	color: #DA5E26;
	text-decoration: none;
	}
	
.right_link {
	text-align: right;
	}

/********** LISTS **********/

.roster {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	}
	
.rosterbold {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FDC259;
	text-align: left;
	}