/* ------ Resets ------*/

a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

/* ------ General Styles ------*/
body {
	background: url(./images/bg.jpg) no-repeat center top #00000d;
	line-height: 1.125em;
	font-size: 100.01%;
	font-family: verdana, arial, "Helvetica Neue", helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

body, html {
	margin: 0; padding: 0;
}

a {color: #109bb9; font-weight: bold;}
a:hover {cursor:pointer; text-decoration: none;}

h1, .ContentHeader {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 21px;
}

h2, .ContentSubHeader, .ContentHighlight {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
}

hr {
	height: 1px;
	width: 100%;
	background: #fff;
	border: none;
	color: #fff;
	opacity: .20;
    filter: alpha(Opacity=20);
}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	height: auto;
	margin: 0 auto;
	width: 940px;
}

	#navbar {
	background: url(./images/navbar_bg.png) no-repeat;
	height: 50px;
	margin: 10px 0 0;
	width: 940px;
}

	#main_top, #interest_top, #footer_top {
	background: url(./images/main_top.png) no-repeat;
	height: 20px;
	margin: 10px 0 0;
	width: 940px;
}

	#main_bottom, #interest_bottom, #footer_bottom {
	background: url(./images/main_bottom.png) no-repeat;
	height: 20px;
	width: 940px;
}

	#main {
	background: url(./images/main_repeat.png) repeat-y;
	height: 360px;
	width: 940px;
}	

		#flashbox_wrap {
		border: 1px solid #156070;
		height: 245px;
		margin: 114px 0 0 19px;
		position: absolute;
		width: 900px;
}
		
		#flashbox {
		height: 245px;
		width: 900px;
}

		#recent_news {
		height: 340px;
		margin: 1px 0 0 600px;
		position: absolute;
		width: 300px;
}
		
			#recent_news_top {
			background: url(./images/news_top.png) no-repeat;
			height: 65px;
			width: 300px;
}
			
			#recent_news_body {
			background: url(./images/news_bg.png) repeat-y;
			height: 275px;
			width: 300px;
}
				
				#recent_news_content {
				color: #00000d;
				font-size: 12px;
				height: 165px;
				margin: 0 0 0 20px;
				.margin: 0 0 0 2px;
				overflow: hidden;
				width: 260px;
}

	#interest {
	background: url(./images/main_repeat.png) repeat-y;
	height: 210px;
	.padding-bottom: 5px;
	width: 940px;
}

	#footer {
	background: url(./images/main_repeat.png) repeat-y;
	float: left;
	font-size: 12px;
	height: auto;
	width: 940px;
}

		#footer_bottom {
		clear: both;
		margin: 0 0 10px 0;
}

/* ----- Sub-page ----- */

#sub_main {
	background: url(./images/main_repeat.png) repeat-y;
	float: left;
	height: auto;
	width: 940px;
}
	
	#sub_main_bottom {
	background: url(./images/main_bottom.png) no-repeat;
	clear: both;
	height: 20px;
	width: 940px;
}

	#content {
	display: inline;
	float: left;
	font-size: 12px;
	height: auto;
	margin: 120px 0 0 20px;
	width: 580px;
}

		#content_sans_sidebar {
		display: inline;
		float: left;
		font-size: 12px;
		height: auto;
		margin: 120px 0 0 20px;
		width: 900px;
}	

	#sidebar {
	display: inline;
	float: right;
	height: auto;
	margin: 0 20px 0 0;
	width: 300px;
}
		
		#sidebar_body {
		background: url(./images/sidebar_repeat.png) repeat-y;
		height: auto;
		width: 300px;
}
			
			#sidebar_content {
			color: #00000d;
			font-size: 12px;
			height: auto;
			margin: 0 0 0 20px;
			padding: 0 0 20px 0;
			width: 260px;
}

	#no_sidebar {display: none;}

	#breadcrumbs {
		background: url(./images/trans_white.png);
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}
	
		#breadcrumbs a {color: #00000d;}
		#breadcrumbs a:hover {color: #109bb9;}

/*--------------------------------------------------
------------------ Navbar ----------------------
--------------------------------------------------*/

#site_search {
	background: url(./images/search_input.png) no-repeat;
	height: 30px;
	margin: 11px 0 0 700px;
	.margin-top: -38px;
	position: absolute;
	width: 220px;
}

#site_search fieldset {
	border: none;
	margin: 0; padding: 0;
}

.search_field {
	background: none;
	border: none;
	color: #fff;
	outline: none;
	margin-top: 9px;
	padding: 0 0 0 10px;
	position: absolute;
	width: 170px;
}
.submit_button {
	background: url(./images/search_button.png);
	color: #fff;
	cursor: pointer; cursor: hand;
	border: none;
	height:  30px;
	margin-left: 185px;
	position: absolute;
	text-indent: -9999px;
	width: 35px;
}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu {
	width: 700px;
}
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.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;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}

a.first {
	margin-left: 1px;
	padding-left: 19px;
}

/* first level vertical centering */
.menu .cssnavlevelone, .menu .first {height: 48px; margin-top: 1px; vertical-align: middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #00000d;
	color: #fff; 
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:240px; margin-top:0px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:160px; margin-top:-25px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #00000d; color: #109bb9;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #111; color: #109bb9; display:block;}

/*--------------------------------------------------
------------------ ie6 nav ----------------------
--------------------------------------------------*/

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}
* html .menu a:hover 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;}

/* correct position issue */
* html .menu li a table {position:relative; top: -1px; left: -17px;}
* html .menu li ul li a table {position:relative; top: 5px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#00000d; color:#109bb9; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {color:#109bb9; text-decoration: none;}

/* 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;}

/*--------------------------------------------------
--------------------- Main -------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	border: none;
	height: 150px;
	margin: -25px 0 0 -10px;
	position: absolute;
	width: 600px;
}

	#recent_news_content ul {padding: 0; margin: 0;}

	#recent_news_content li {
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news_content li:hover {
	background: #fff url(./images/arrow.png) no-repeat center right;
	.background: #fff url(./images/arrow_ie.png) no-repeat right;
	opacity: .80;
    filter: alpha(Opacity=80);
}

	#recent_news_content li a {
	color: #00000d;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
}

#visitor_button {
	background: url(./images/visitor_button.png) no-repeat;
	border: none;
	display: block;
	height: 95px;
	margin: 13px 0 0 0;
	width: 300px;
}

	#visitor_button:hover {background-position: bottom;}

/*--------------------------------------------------
------------------- Interest -----------------------
--------------------------------------------------*/

#interest1 {
	background: url(./images/interest1.jpg) no-repeat;
	cursor: pointer; cursor: hand;
	display: block;
	float: left;
	height: 220px;
	margin: -5px 0 0 15px;
	width: 220px;
}

#interest2 {
	background: url(./images/interest2.jpg) no-repeat;
	cursor: pointer; cursor: hand;
	display: block;
	float: left;
	height: 220px;
	margin: -5px 0 0 10px;
	width: 220px;
}

#interest3 {
	background: url(./images/interest3.jpg) no-repeat;
	cursor: pointer; cursor: hand;
	display: block;
	float: left;
	height: 220px;
	margin: -5px 0 0 10px;
	width: 220px;
}

#interest4 {
	background: url(./images/interest4.jpg) no-repeat;
	cursor: pointer; cursor: hand;
	display: block;
	float: left;
	height: 220px;
	margin: -5px 0 0 10px;
	width: 220px;
}

#interest1:hover, #interest2:hover, #interest3:hover, #interest4:hover {
	background-position: bottom;
}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#footer a {
	color: #fff;
}

#copyright {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
}

#design_credit {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#00000d;
    color:#fff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding: 10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #00000d;
    width: 200px;
    color:#fff;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #109bb9;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {margin-top: 10px;}
#calendartable td a {display:block; height:25px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#109bb9; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color: #00000d;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#fff; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #fff; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #fff; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #109bb9;}

.ToDay {background: #109bb9;}
.WeekendDay {background: #38717f;}
.WeekDay {background: #306774;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #fff;
	font-size: 10px;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #00000d;
    font-weight: bold;
    padding: 5px;
}

IMG.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #109bb9;margin:5px;vertical-align:middle;}

.RequiredFieldLabel, .NonRequiredFieldLabel {font-size: 12px; color: #109bb9;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #site_search {background: #fff; margin: 10px 0 0 0;}

* html #interest1 {margin-left: 10px;}
* html #interest2 {margin-left: 7px;}
* html #interest3 {margin-left: 8px;}
* html #interest4 {margin-left: 7px;}




/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #fff;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#109bb9;border:1px solid #109bb9;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:10px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #38717f;text-align:left;}
.contentTable th {color:#fff;border-bottom: 2px solid #38717f;text-align:left;font-size:110%;}
.contentTable th strong, .itemTable th strong {font-size:120%;}
.contentTable th span {font-size:80%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#fff;width:100px;border-bottom: 1px solid #38717f;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #38717f;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#fff; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:arial, helvetica;font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;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;}

.borderbox {padding:5px;border:1px solid #38717f;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#109bb9;}               /* SAME AS a:link color */
.FGColor2 {color:#109bb9;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#00000d;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#109bb9;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#306774;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#38717f;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#ffffff;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
