/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #000;
}

a {color: #003299;}
a:hover {color:; text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color: #000;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 15px; color: #003299; .line-height: 1.2em; margin: 0 0 20px;}
h3 {font-size: 14px; color: #000;}

hr {height: 1px; background: #003299; color: #003299; border: none; margin: 20px 0;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {
	font-size: 12px;
	height: auto; width: 940px;
	margin: 0 auto;
}

	#header {height: 300px; width: 940px; margin-bottom: 10px; position: relative;}
	
	#navbar {background: #fff; height: 50px; width: 650px;}
	
	#flashbox_wrap {background: #003299; height: 250px; width: 940px;}
	
	#primary {
		background: url(./images/primary_bg.png) repeat-y;
		border-bottom: 1px solid #003299;
		border-top: 4px solid #003299;
		float: left;
		height: auto; width: 940px;
		margin-bottom: 10px;
	}
	
		#news {
			float: left;
			height: auto; width: 190px;
			padding: 20px;
		}
		
		#sidebar_home {
			float: left;
			height: auto; width: 190px;
			padding: 20px;
		}
		
		#main_home {
			float: right;
			height: auto; width: 440px;
			padding: 20px;
		}
		
	#basement {
		border: 1px solid #003299;
		clear: both;
		height: 50px; width: 940px;
	}
	
	#footer {height: 100px; width: 940px;}
	
#secondary_nav last {border:none;}

/*------------------ Sub-Page --------------------*/

#sub_primary {
	background: url(./images/sub_primary_bg.png) repeat-y;
	border-bottom: 1px solid #003299;
	border-top: 4px solid #003299;
	border-right: 1px solid #003299;
	float: left;
	height: auto; width: 940px;
	margin-bottom: 10px;
}

	#sub_primary_sans_sidebar {
		border: 1px solid #003299;
		border-top: 4px solid #003299;
		float: left;
		height: auto; width: 940px;
		margin-bottom: 10px;
	}

	#sub_sidebar {
		float: left;
		height: auto; width: 240px;
		padding: 20px;
	}
	
		#no_sidebar {display: none;}
	
	#sub_main {
		float: right;
		height: auto; width: 620px;
		padding: 20px;
	}
	
		#sub_main_sans_sidebar {
			float: left;
			height: auto; width: 898px;
			padding: 20px;
		}

#breadcrumbs {
    background: #fff;
    border: #003299 1px solid;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px;
}

/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 110px;; width: 290px;
	margin:;
	position: absolute; right: 0; top: 0;
	text-indent: -9999px;
}

	#flashbox_topleft {
		background: url(./images/flashbox_topleft.png);
		height: 10px; width: 10px;
		position: absolute; top: 50px; left: 0;
	}
	
/*------------------ News --------------------*/
	
#announcement_list {
	list-style: none;
	overflow: hidden; 
	margin: -5px 0 0 0; padding: 0;
	width: 190px;
}

	#announcement_list li {
		border-bottom: 1px solid #ccc;
		list-style: none;
		padding: 5px;
	}
	
	#announcement_list li:hover {background: #003299;}
	#announcement_list li:hover a {color: #fff;}
	
	#announcement_list li a {
		display: block;
		text-decoration: none;
	}
	
.list_date {font-weight: bold; width: 30px;}
.list_title {width: 130px;}




/*------------------ 2nd nav --------------------*/

#secondary_nav {
	float: left;
	max-width: 550px;
	list-style: none;
	margin: 15px 0 0 5px; padding: 0;
}

	#secondary_nav li {
	border-right: 1px solid #003299;
	display: block;
	float: left;
	padding: 0 10px;
}

	#secondary_nav last {
	border-right: none;
}

/*------------------ Search --------------------*/
	
#search {
	background: url(./images/search_bg.png);
	float: right;
	height: 50px; width: 370px;
	position: relative;
}

	#site_search {position: absolute; right: 20px; top: 12px;}

	#site_search fieldset {border: 0; margin: 0;}
	
	.search_field {border: 0; margin: 0; padding: 5px;}
	
	.submit_button {
		background: #000;
		border: 0;
		color: #fff;
		cursor: pointer;
		margin: 0;
		padding: 4px;
	}

/*------------------ Footer --------------------*/

#copyright {float: left; margin: 20px 0 0 20px;}

#footer_icons {float: right; margin: 20px 20px 0 0;}
	
	#footer_icons a {margin-left: 5px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999; 
}
.menu li {float: left;}
.menu li:hover {position: relative; z-index: 1999;}
.menu li:hover>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {height: 50px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}

/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 170px; margin-top: -32px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #003299;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px; 
	text-decoration: none;
}

/* 2nd+ level styles */
.menu li ul li a {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background:#eee; color: #0000ff; cursor: pointer; display: block;}

/* 1st level active page button color or bg */
a.active {background: url(./images/nav_button_hover.jpg); color: #0000ff;}
.menu a.active img {top:-50px;}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {}

/* 2nd+ level rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {background: #fff; cursor: pointer; color: #0000ff; display: block;}

/* 2nd+ level active page button color or bg */
.menu li ul li a.active {background: #fff;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position:relative;height:50px;overflow:hidden;display:block}
#navbar .navimg {position:relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top:-50px;}

/* active states */
#navbar a.active img {top:-100px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-9px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}


/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #222;
    color: #eee;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #222;
    color: #eee;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}

.CalOverTitle {font-weight: bold; color: #244370;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #333; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {}
#mainCal .WeekDay A, A.CalendarWeekDayLink {}
#mainCal .ToDay A, A.CalendarToDayLink {}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #000; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #eee; border: 1px solid #eee;}
.WeekendDay, .WeekDay {border: 1px solid #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #000;}

.ColumnHeader {color: #000; background: #eee; font-weight: bold; padding: 5px;}


/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #eee; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #eee; border: 1px solid #eee;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #000;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #eee; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #244370; margin: 5px; vertical-align: middle;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table.contentTable, table.itemTable {width: 100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #eee; text-align: left;}
.contentTable th {color: #000; border-bottom: 2px solid #eee; text-align: left;}
.contentTable th strong, .itemTable th strong {font-size: 100%;}
.contentTable th span {font-size: 100%; font-weight: normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding: 5px;}
.itemTable th {
	border-bottom: 1px solid #eee;
	color: #000;
	padding-right: 20px;
	text-align: right;  
	width: 100px;
}
.tdcheckbox {text-align: center; width: 75px;}
 
fieldset {border: 1px solid #eee; margin: 20px 0; padding: 0px;}
fieldset div {padding: 20px;}
fieldset legend {color: #000; font-weight: bold; margin: 0 0 0 20px; }

.borderbox {border: 1px solid #eee; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	margin:1px; 
	padding: 0px 7px; 
	overflow: visible; 
	vertical-align: middle; 
}
.smallbutton, .smallselect, .smallinput {font-size: 10px; font-weight: normal; padding: 2px; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton {cursor: pointer;}
.smallselect {border: none;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#help, .help {background-color: #FFFFCC; border: 2px solid #dddb54; margin-bottom: 10px; padding: 10px;}
#help ol {margin-top: 3px; margin-bottom: 3px;}
#error, .error {background-color: #FBE3E4; border: 2px solid #FBC2C4; color: #000; margin-bottom: 10px; padding: 10px;}
#error ul {margin: 0 0 0 15px; padding: 0px;}
#success, .success {background-color: #E6EFC2; border: 2px solid #C6D880; color: #529214; margin-bottom: 10px; padding: 10px;}


/*---------- COLOR LEGEND -----------*/
.FGColor1 {color: #285262;}               /* SAME AS a:link color */
.FGColor2 {color: #fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color: #2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color: #fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color: #34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color: #fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color: #bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color: #285262;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color: #999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color: #285262;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color: #a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
