@charset "UTF-8";
/* CSS Document */

body{
	
	border: 0;
	margin: 0;
	background-color: #EEEEEE;
}

html{
	height: 100%;
	border: 0;
	margin: 0;
}

#siteBG{
	height: 100%;
	background-image: url(../images/assets/background.gif);
	background-repeat: repeat-x;
}

.wrapper{
	height: 100%;
	width: 752px;
	margin: auto;
	border: solid #999999 1px;
}

#header{
	width: auto;
	background-color: #cccccc;
	margin: 5px;
}

#subHeader{
	width: auto;
	background-color: #cccccc;
	margin: 5px;
}

.contentWrapper{
	height: 100%;
	border: solid #999999 1px;
	background-image: url(../images/assets/contentBG.jpg);
}

.contentBox{
	margin: 5px;
	padding: 5px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333333;
}

/*left column*/
#leftColumnWrapper{
	width: 180px;
	float:left;
	border: solid #999999 1px;
}

a:link { 
	color: #E4B120;
	}
a:visited { 
	color: #E4B120;
	}
a:hover { 
	color: #5F5F5F;
	}
a:active { 
	color: #5F5F5F;
	}

/*--------------SUB MENU----------------*/
#submenuHeader{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #004123;
	line-height: 20px;
	padding-left: 10px;
	
	background-color: #cccccc;
	width: 170px;
	height: 20px;
	/*float:left;*/
}

#socialSubmenu {
	background-color: #e7e7e9;
	padding-left: 10px;
	
	margin-right: 10px;
	width: 170px;
	height: 45px;
	border-bottom: 1px solid #ffffff;
}

#submenu {
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px; 
	
	
	margin-right: 10px;
	width: 170px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
}

/*-------SUB MENU BUTTON CODING-------------------------------------*/

#submenu a, #submenu a:link{
	color: #4c4c4c;
	text-decoration: none;
	
	width: 160px;
	height: 20px;
	background-color: #e7e7e9;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#submenu a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #D6AE3D;
}

#submenuDown {
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px; 
	color: #FFFFFF;
	
	margin-left: 10px;
	margin-right: 10px;
	width: 160px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	background-color: #D6AE3D;
}


/*-------------FONT STYLES----------------------*/

.headerTitle{
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #004123;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.subHeaderTitle{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #004123;
}

.calendarTitle{
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}


.bodyFont{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333333;
}

.newsDateFont{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #6F6F6F;
}

.footerFont{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
}


.footerFont a, #footerFont a:link{
	font-family: Helvetica, Arial;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
}

.footerFont a:hover{
	color: #D6AE3D;
	text-decoration: none;
}

/*------------ drop down menu ---------------*/

.chromestyle{
	font-family: Helvetica, Arial;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	text-decoration: none;
}

.chromestyle ul{
	width: 100%;
	text-decoration: none;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #e2b123;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #cdcdcd;
	background: url(../images/assets/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 6px;
	border-bottom-width: 0;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	line-height:18px;
	z-index:100;
	background-color: #003f1b;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5e5e5e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #e2b123;
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #00612a;
}