/*
	CSS File for WSL 

*/

body  {
	margin: 0px 0px;
	background: #000; 
}
/*
h1, h2, h3, h4, h5 {
	font: bold Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #CC9900;
}

h2 {
	font-size: 42px;
	color:#336699;
}

h3 {
	text-align: center;
	font-size: 25px;
	color: #666600;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}
*/
h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
}

#main {
	position: relative;
	width: 100%;
	margin: auto;
	background: #000 url(images/wsl_BG.jpg) no-repeat center top;
}

#pgOutline  {
	position: relative;
	width: 900px;
	margin: auto;
}

#header  {
	width: 900px;
	height: 150px;
}

#wrapper_header  {
	background: url(images/headerBG.jpg) no-repeat top left;
}

#wrapper_top_nav  {
	height: 138px;
	text-align: right;
	font: bold 12px Arial;
	padding-top: 6px;
}

#wrapper_top_nav a:link, #wrapper_top_nav a:active, #wrapper_top_nav a:visited  {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
#wrapper_top_nav a:hover  {
	text-decoration: underline;
}


#wrapper_banner  {
	position: absolute;
	text-align: left;
	width: 220px;
	height: 93px;
	background: url(images/banner_president.jpg) no-repeat top right;
	left: 680px;
	margin-top: 20px;
}

#banner_content  {
	width: 130px;
	margin-left: 85px;
	padding-top: 6px;
	color: #202E75;
	font: normal 10px Arial;
}

#banner_content a:link, #banner_content a:active, #banner_content a:visited  {
	color: #202E75;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
#banner_content a:hover  {
	text-transform: none;
	text-decoration: underline;
	font-weight: bold;
}


#wrapper_nav  {
	background: #000;
	color: #C0C0C0;
	height: 25px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 3;
}

#nav a {
	display: block;
	text-transform: uppercase;
	color: #C0C0C0;
	text-decoration: none;
/* 	width: 10em; */
}

#nav a:hover  {
	color: #005EDA;
}

#nav li {
	float: left;
	font: bolder 12px/25px Arial;
	margin-left: 16px;
	/*letter-spacing: -0.085em;*/
}

#nav li ul {
	position: absolute;
/*  	width: 10em; */
 	width: 200px;
/*  	margin-top: 5px; */
	left: -999em;
	display: block;
	border: 1px solid #C0C0C0;
	background: #000;
}
#nav li ul li {
	float: none;
	width: 200px;
/* 	display: block; */
	margin-left: 0px;
	margin-top: 0px;
}

#nav li ul li a:link, #nav li ul li a:active, #nav li ul li a:visited  {
/* 	margin: 10px 10px; */
	padding: 0px 10px;
}

#nav li ul li a:hover  {
	color: #000;
	background: #0B7CFF;
}

#nav li:hover ul {
	left: auto;
	display: block;
}

#wrapper_content  {
	width: 888px;
	background: #D9D9D9;
	padding: 6px 6px;
}

#left_col  {
	position: relative;
	float: left;
	width: 632px;
}


#wrapper_cms  {
	width: 632px;
	background: url(images/contentBG_top.jpg) no-repeat top left;
	height: auto;
	color: #343434;
}

#wrapper_cms a:link, #wrapper_cms a:active, #wrapper_cms a:visited  {
	color: #055ED8;
	text-decoration: none;
}
#wrapper_cms a:hover  {
	text-decoration: underline;
}

#wrapper_cms div  {
	position: relative;
	width: 600px;
	margin-left: auto;
 	margin-right: auto;
	font: normal 12px/16px Arial;
}

#wrapper_cms h1 {
 	font: bold 16px Arial;
	padding-top: 10px;
}

#right_col  {
	position: relative;
	float: left;
	width: 247px;
	margin-left: 6px;
}

#wrapper_calendar  {
	width: 247px;
	height: 240px;
	background: #FFF;
	border: 1px solid #000;
}


#wrapper_bnav  {
	width: 900px;
	height: 26px;
	background: #000;
	color: #7D7D7D;
	font: normal 10px/24px Arial;
	text-align: center;
}

#wrapper_bnav a:link, #wrapper_bnav a:active, #wrapper_bnav a:visited  {
	color: #7D7D7D;
	text-decoration: none;
}
#wrapper_bnav a:hover  {
	color: #C0C0C0;
	text-decoration: underline;
}

#wrapper_disclaimer  {

	border-top: 1px solid #C0C0C0;
	background: #055ED8;
	height: 60px;
}

.clear  {
	height: 0px;
	clear: both;
}

.callout {
	margin-top: 4px;
}

#callout1  {
	margin-top: 4px;
}


/**	Calendar Styles **/
.cal_row  {
}

.cal_date  {
	font: bold 14px Arial;
	width: 247px;
	margin: 0px 10px;
	
}
.cal_date a:link, .cal_date a:active, .cal_date a:visited  {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
.cal_date a:hover  {
	color: #055ED8;
	text-decoration: underline;
}

.cal_desc  {
	font: normal 12px/14px Arial;
	width: 227px;
	margin: 0px 10px;
}
.cal_spacer  {
	background: url(images/dotted_spacer.jpg) repeat-x top left;
	height: 22px;
	width: 227px;
	margin: auto;
}


.copyright1  {
	color: #FFF;
	font: normal 12px/24px Arial;
	text-align: center;
}

.copyright2  {
	color: #B8B3B7;
	font: normal 10px Arial;
	text-align: center;
}
.copyright2 a:link, .copyright2 a:active, .copyright2 a:visited  {
	color: #B8B3B7;
	text-decoration: none;
}
.copyright2 a:hover  {
	text-decoration: underline;
}

#wrapper_mission_statement  {
	width: 587px;
	text-align: center;
	margin: 30px 0px;
}

#wrapper_cms #ms_title  {
	background: url(images/mission_statementBG.jpg) no-repeat bottom center;
	font: bold 12px Arial;
	color: #5F5F5F;
}

#wrapper_flash  {
	margin-bottom: 4px;
}

.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;
}

#wrapper_cms .sIFR-hasFlash h1 {
	position: relative;
	visibility: hidden;
	font-size: 22px;
	text-align: left;
	letter-spacing: -9px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper_cms div.cms_calendar_date  {
	font: bold 14px/16px Arial;
	color: #065ED9;
	text-transform: uppercase;
}
.cms_calendar_time  {
	font: bold 12px/14px Arial;
}

#wrapper_cms div.cms_calendar_event  {
	font: bold 12px/14px Arial;
}
#wrapper_cms div.cms_calendar_desc  {
	font: normal 12px/14px Arial;
}
#wrapper_cms div.cms_calendar_spacer  {
	border-bottom: 2px dotted #000;
	margin-bottom: 10px;
}

.cal_show_all  {
	text-align: right;
	padding-right: 5px;
}
.cal_show_all a:link, .cal_show_all a:visited  {
	color: #000;
	font: normal 12px Arial;
	text-decoration: none;
}
.cal_show_all a:hover, .cal_show_all a:active  {
	color: #055ED8;
	text-decoration: underline;
}

