/*--------------------------------------------------
------------------  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;}

html {background: #6886aa url(./images/bg.jpg) no-repeat fixed top center;}

body {
	font-family: georgia, palatino, "Palatino Linotype", times, serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #001730;
}

a {color: #001730; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 18px; color:; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

.HRule, hr {height: 1px; background: #748faf; color: #748faf; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

.box_shadow {-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {background: url(./images/body_bg.png) repeat-x; height: 100%; width: 100%;}

#wrapper {
	font-size: 13px;
	min-height: 100%;
	height: auto !important;
	height: 100%; width: 900px; 
	margin: 0 auto -180px;
}

	#header {background: url(./images/header_bg.jpg) no-repeat; height: 135px; width: 900px;}

	#navbar {height: 50px; width: 540px; margin: 0 0 0 10px;}
	
	#primary {float: left; height: auto; width: 900px; margin: 0 0 20px; position: relative;}
		
		#flashbox_wrap {background: url(./images/flashbox_wrap_bg.png) no-repeat; float: left; height: 375px; width: 535px; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
		
		#recent_news {background: url(./images/recent_news.jpg) no-repeat; display: inline; float: right; height: 225px; width: 325px; margin: 170px 10px 0 0; position: relative;}
		
			#recent_news_content {height: 190px; width: 285px; overflow: auto; position: absolute; top: 15px; left: 20px;}
		
	#push {height: 180px; clear: both;}

	#footer_container {background: #000 url(./images/footer_container_bg.png) repeat-x; height: 180px; width: auto;}
	
		#footer {background: url(./images/footer_bg.jpg) no-repeat; color: #d5e1ef; font-size: 13px; height: 180px; width: 900px; margin: 0 auto; position: relative;}
		
/*------------------ Sub-Page --------------------*/

#sub_primary {background: url(./images/sub_primary.png) repeat-y; float: left; height: auto; width: 900px;}

	#sub_primary_top {background: url(./images/sub_primary_top.png) no-repeat; float: left; height: 10px; width: 900px;}
	
	#sub_primary_bottom {background: url(./images/sub_primary_bottom.png) no-repeat; float: left; height: 10px; width: 900px; margin: 0 0 20px;}

#sub_primary_sans {background: url(./images/sub_primary_sans.png) repeat-y; float: left; height: auto; width: 900px;}

	#sub_primary_top_sans {background: url(./images/sub_primary_top_sans.png) no-repeat; float: left; height: 10px; width: 900px;}
	
	#sub_primary_bottom_sans {background: url(./images/sub_primary_bottom_sans.png) no-repeat; float: left; height: 10px; width: 900px; margin: 0 0 20px;}

#main {float: left; height: auto; width: 590px; padding: 10px 20px;}	
	
#main_sans_sidebar {float: left; height: auto; width: 860px; padding: 10px 20px;}

#sidebar {float: right; height: auto; width: 200px; margin: 0 10px 0 0; padding: 10px 20px;}

	#no_sidebar {display: none;}

#breadcrumbs {
    background: #748faf;
    padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 130px; width: 743px;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
}

/*--------------------------------------------------
-------------------- Primary -----------------------
--------------------------------------------------*/

#top_buttons {margin: 0; padding: 0; list-style: none; position: absolute; top: -95px; right: 10px;}
#top_buttons li {display: inline; float: left;}

	#top_button1 {background: url(./images/top_button1.jpg); display: block; height: 195px; width: 95px; margin: 0 15px 0 10px;}
	#top_button2 {background: url(./images/top_button2.jpg); display: block; height: 195px; width: 95px; margin: 0 15px 0 0;}
	#top_button3 {background: url(./images/top_button3.jpg); display: block; height: 195px; width: 95px; margin: 0;}

#banner_news {background: url(./images/banner_news.jpg); display: block; height: 50px; width: 335px; margin: -50px 0 0 -10px; position: absolute;}

	#banner_rss {display: block; height: 16px; width: 16px; position: absolute; top: 18px; right: 17px;}
	
/*--------------------------------------------------
--------------- Interest Buttons -------------------
--------------------------------------------------*/

#interest_buttons {margin: 0; padding: 0; list-style: none;}
#interest_buttons li {display: inline; float: left;}

	#interest_button1 {background: url(./images/interest_button1.png); display: block; height: 150px; width: 270px; margin: 0 15px 20px 0;}
	#interest_button2 {background: url(./images/interest_button2.png); display: block; height: 150px; width: 190px; margin: 0 15px 20px 0;}
	#interest_button3 {background: url(./images/interest_button3.png); display: block; height: 150px; width: 190px; margin: 0 15px 20px 0;}
	#interest_button4 {background: url(./images/interest_button4.png); display: block; height: 150px; width: 190px; margin: 0 0 20px;}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#mini_site_map {display: inline; float: right; height: 140px; max-width: 645px; margin-top: 20px; overflow: hidden;}

	#mini_site_map ul {
	border-right: 1px solid #000; 
	display: inline; 
	float: left; 
	height: 140px; width: 120px;
	list-style: none; 
	margin: 0; 
	padding: 0 20px;
	}
	
		#mini_site_map ul:last-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 20px;}
	.mini_sitemap_list_first a {color: #d7b558; font-weight: bold; text-transform: uppercase;}
	.mini_sitemap_list {color: #d5e1ef; font-weight: normal; text-decoration: none;}
	.mini_sitemap_list:hover {text-decoration: underline;}

#copyright {display: inline; float: left; margin: 20px 0 0 20px; width: 230px;}
	#copyright a, #design_credit a {color: #d7b558;}
#design_credit {display: inline; float: right; margin: 20px 20px 0 0;}
#footer_icons {position: absolute; top: 25px; left: 370px;}
#footer_icons a {padding-right: 10px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; cursor: pointer; 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 {
	padding: 0px 10px; 
	display: block; 
	margin: 0px; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 14px;
	color: #001730;
	text-shadow: 0 1px 0 #c6d3e3;
}

a.first {padding-left: 15px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:50px;vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	background: #e5ce80;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px; 
	width:150px; 
	
	border-top: 1px solid #eedea4;
	border-left: 1px solid #eedea4;
	border-bottom: 1px solid #d7b558;
	border-right: 1px solid #d7b558;
}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top:none; }
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-32px;}

/* first level rollovers */
#navbar li:hover>a {background: #e5ce80; cursor: pointer; display: block;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {cursor: pointer; display: block; background: #eedea4;}


/*---------- ie6 MAIN MENU hacks -----------*/
* 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;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background: #e5ce80; cursor: pointer; display: block;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {cursor: pointer; display: block; background: #eedea4;}
* html .menu li ul li a {font-size:8pt;}

/* 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:#748faf;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #748faf;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    opacity: .95;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #001730;}

/* ----------- 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 {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 12px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1;color:#fff;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#001730; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #001730; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #001730; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.ToDay {background: #e8d287;}
.WeekendDay, .WeekDay {background: #efdea7;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #001730;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {background: #748faf; font-weight: bold; padding: 5px;}

.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #285262;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #748faf;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#748faf;border:1px solid #748faf;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}
 
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #748faf; text-align:left;}
.contentTable th {color:#fff; border-bottom: 2px solid #748faf; text-align:left; font-size:120%;}
.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 {color:#fff;width:100px;border-bottom: 1px solid #748faf;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #748faf;
 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:#222;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";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 #748faf;}
.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:#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 -----------*/

/*--------------------------------------------------
------------- sliding panel --------------------
--------------------------------------------------*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* hides from ie-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*panel will overlap  content */
    position: relative;   /*panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
}

#panel {
	background: #011230 url(./images/panel_bg.png);
	border-bottom: #efdea7 5px solid;
	color: #001730;
	display: none;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-shadow: 0 1px 0 #efdea7;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {margin: 20px 0 10px 0;}
	#panel_content fieldset {border: 0; margin: 0 0 10px;}
	#panel_content a {}

	#panel_module1 {
		background: #e7d085 url(./images/panel_content_bg.png) no-repeat top left;
		border: 1px solid #efdea7;
		width: 260px; height: 230px;
		margin: 0 0 20px 0;
		padding: 0 20px 20px;
		position: absolute;
		z-index: 9999;
	}
		#panel_module1 #sitestream_list {height: 180px; padding: 0; margin: 0; overflow: auto;}
		#panel_module1 #sitestream_list li {list-style: none; padding: 5px; border-bottom: 1px dotted #efdea7;}
		#panel_module1 #sitestream_list li:hover {background: #efdea7;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {display: none; font-weight: bold;}
		#panel_module1 #sitestream_list .list_title {color:#001730;}
		#panel_module1 #sitestream_list li a {display:block; text-decoration:none;}

		#panel_module1 #sitestream_list .list_date1, #panel_module1 #sitestream_list .list_date2, #panel_module1 #sitestream_list .list_date4, #panel_module1 #sitestream_list .list_date5, #panel_module1 #sitestream_list .list_date6, #panel_module1 #sitestream_list .list_time1, #panel_module1 #sitestream_list .list_category1 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
			
	#panel_module3 {
		background: #e7d085 url(./images/panel_content_bg.png) no-repeat top left;
		border: 1px solid #efdea7;
		width: 260px; height: 230px;
		margin: 0 0 0 320px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		.site_search {width: 260px;}
		.site_search fieldset {border: none; margin: 0; padding: 0;}
		.search_field {width: 150px;}
		
		.login_username {}
		.login_password {margin-bottom: 0;}
		.login_submit {margin-bottom: 0;}
	
	#panel_module4 {
		background: #e7d085 url(./images/panel_content_bg.png) no-repeat top left;
		border: 1px solid #efdea7;
		width: 260px; height: 230px;
		line-height: 1.5em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
		
/* tab */

#toggle_bar {background: url(./images/toggle_bar_bg.png) repeat-x; height: 0; margin: 0 auto; width: 100%; }
#toggle_wrapper {height: 0; width: 900px; margin: 0 auto; position: relative; .z-index: 9999;}
#toggle {display: inline; height: 30px; width: 150px; position: absolute; right: 0; z-index: 9999;}
#open, #close {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 30px; width: 150px;}

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/
