/*--------------------------------------------------
------------------  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: url(./images/navbar_bg.png) repeat-x top left;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #666;
}

html {background: #085b05;}

a {color: #0c8809; text-decoration: none;}
a:hover {text-decoration: underline;}

h1, .ContentHeader {font-size: 24px; color: #026600;}
h2, .ContentSubHeader {font-size: 18px; color: #026600; .line-height: 1.2em;}
h3 {font-size: 14px; color: #026600;}

.HRule, hr {height: 1px; background:; color:; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}
.no_border {border: 0; margin: 0; padding: 0;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {background: #f2f2f2; height: auto; width: 100%;}

#wrapper {
	font-size: 12px;
	height: auto; width: 940px;
	margin: 0 auto;
}
	
	#navbar_container {height: 55px; width: 940px; margin: 0 auto; position: relative; z-index: 9999;}
	#navbar {height: 40px; width: 940px;}

	#primary {
	float: left;
	height: auto; width: 940px;
	margin: 0 0 20px;
	}

	#left_sidebar {
	float: left;
	height: auto; width: 220px;
	margin: 50px 20px 0 0;
	}

	#main {
	float: left;
	height: auto; width: 460px;
	margin: 50px 0 0;
	}
		
		#flashbox_wrap {
		background: #e8e8e8;
		height: 200px; width: 440px;
		margin: 0 0 20px;
		padding: 10px;
		}
		
		#news {
		background: #e8e8e8;
		float: left;
		height: 240px; width: 200px;
		padding: 10px;
		position: relative;
		}
		
		#events {
		background: #e8e8e8;
		float: right;
		height: auto; width: 200px;
		overflow: hidden;
		padding: 10px;
		position: relative;
		}
		
	#right_sidebar {
	float: right;
	height: auto; width: 220px;
	margin: 50px 0 0;
	}
		
#footer {
background: url(./images/footer_bg.png) repeat-x;
color: #9ae695;
clear: both;
font-size: 12px;
height: 130px; width: 100%;
.margin: 20px 0 0;
}

	#footer_content {height: 130px; width: 940px; margin: 0 auto;}
	
	#footer a {color: #fff;}

/*------------------ Sub-Page --------------------*/

#sub_main {
	background: #e8e8e8;
	float: left;
	height: auto; width: 420px;
	margin: 20px 0 0;
	padding: 20px;
}

	#sub_main_sans_sidebar {
	background: #e8e8e8;
	float: left;
	height: auto; width: 660px;
	margin: 20px 0 0;
	padding: 20px;
}

#sidebar {
	background: #e8e8e8;
	float: right;
	height: auto; width: 180px;
	margin: 20px 0 0;
	padding: 20px;
}

#no_sidebar {display: none;}

#breadcrumbs {
	background: #eee;
	padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
}

#courtesy_header {margin: 0 0 15px 20px;}

#courtesy_nav {
	font-size: 12px;
	height: auto; width: 180px;
	list-style: none;
	margin: 0 0 20px 20px; padding: 0;
}
	#courtesy_nav li a {border-bottom: #ddd 1px solid; display: block; padding: 5px 0; text-decoration: none;}
	#courtesy_nav li a:hover {color: #026600; font-weight: bold;}

/*--------------------------------------------------
-------------------- Navbar ------------------------
--------------------------------------------------*/

#login {color: #9ae695; font-size: 12px; position: absolute; right: 15px; top: 15px;}
#login a {color: #fff;}

/*--------------------------------------------------
----------------- Left Sidebar ---------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 110px; width: 220px;
	margin: -40px 0 0; .margin: -35px 0 0;
	position: relative;
}

#left_sidebar_content {
	background: url(./images/left_sidebar.png) no-repeat;
	height: auto; width: 220px;
	margin: 15px 0 0;
	padding-top: 20px;
}
	
	#welcome {
	height: 190px; width: 180px;
	margin: 0 0 20px 20px;
	overflow: hidden;
	}
	
	#new_button {
	display: block;
	height: auto; width: 200px;
	margin: 10px;
	}
	
	#image_link_1 {
	display: block;
	height: 130px; width: 200px;
	margin: 15px 0 0 10px;
	overflow: hidden;
	}
	
/*--------------------------------------------------
--------------------- Main -------------------------
--------------------------------------------------*/

#news h2 {
	background: url(./images/news_header.png) no-repeat;
	height: 40px; width: 200px;
	margin: 0; padding: 0;
	text-indent: -9999px;
}

.view_all {
	background: url(./images/all_button.png) no-repeat;
	display: block;
	height: 30px; width: 45px;
	position: absolute; right: 15px; top: 20px;
	text-indent: -9999px;
}

#announcement_list, #event_list {
	height: 185px; 
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}

	#announcement_list li, #event_list li {border-bottom: 1px solid #d7d7d7;}

	#announcement_list li.last, #event_list li.last {border-bottom: none;}

	#announcement_list li:hover, #event_list li:hover {background: #d7d7d7;}
	
		#announcement_list li a, #event_list li a {
		color: #666;
		display: block;
		font-weight: normal;
		padding: 6px 10px 4px;
		text-decoration: none;
	}

/*--------------------------------------------------
---------------- Right Sidebar ---------------------
--------------------------------------------------*/

#site_search {
background: url(./images/search_field.jpg) no-repeat; 
display: block;
height: 50px; width: 220px;
}

	#search_input {
		background: transparent;
		border: 0;
		width: 140px;
		margin: 10px 10px 0 10px;
		padding: 8px;
		}
		
	#search_submit {
		background: none;
		border: 0;
		color: #666;
		cursor: pointer;
		width: 30px; height: 30px;
		margin: 10px 0 0;
	}

#event_flashbox {
	background: #ddd;
	height: 130px; width: 200px;
	margin: 20px 0 0;
	padding: 10px;
}

#right_image_links {
	background: url(./images/right_sidebar.png) no-repeat top left;
	height: 260px; width: 200px;
	margin: 20px 0 0;
	padding: 10px;
}

#image_link_2 {
	display: block;
	height: 125px; width: 200px;
	margin: 0 0 10px;
	overflow: hidden;
}

#image_link_3 {
	display: block;
	height: 125px; width: 200px;
	overflow: hidden;
}
	
/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#copyright {float: left; margin: 20px 0 0 20px;}
#design_credit {float: right; margin: 20px 20px 0 0; text-align: right;}

#secondary_nav {list-style: none; margin: 0; padding: 0;}
#secondary_nav li {border-right: 1px solid #5aaa56; display: inline; padding: 0 5px;}
#secondary_nav li.last {border-right: none;}

#footer_icons a {padding-right: 5px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:9999; cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu {}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:9999;}
.menu li:hover>ul {display:block; position:absolute; z-index: 9999;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {padding: 0px 8px; display: block; margin: 0px; text-decoration: none; font-weight: bold; font-size: 14px; color:#fff;}
.menu a.first {border-left:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height: 53px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px 5px; 
	background: #1fa21b; 
	font-weight:normal; 
	width:150px; 
	font-size: 12px;
	border-top: 1px solid #3dba39;
	border-left: 1px solid #3dba39;
	border-bottom: 1px solid #0c8809;
	border-right: 1px solid #0c8809;
}

/* 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;}

/* active states */
.menu a.active img {top:-110px;}
.menu li ul li a.active {background: #3dba39;}

/* first level rollovers */
#navbar li:hover>a {background: #1fa21b; color:#fff; cursor: pointer; display:block;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {color: #fff; cursor: pointer; display:block; background: #3dba39;}

/*---------- 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:-15px;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: #108db6; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #108db6; color:#ffffff;}
* 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;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#0c8809;
    color:#ffffff;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #0c8809;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px 0 15px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#285262; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #9ae695; line-height: 1.25em;}

#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:#0c8809; line-height: 1em; text-decoration: none;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #0c8809; line-height: 1em; text-decoration: none;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #0c8809; line-height: 1em; text-decoration: none;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #5b2020;}

.ToDay, .WeekendDay, .WeekDay {background: url(./images/trans_white_bg.png); border: 1px solid #bbb;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #666; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #026600; 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 #0c8809; margin:5px; vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #eee;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#eee;border:1px solid #eee;}
#pagination .OnPageNumber {color:#666;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 #eee; text-align:left;}
.contentTable th {color:#666; border-bottom: 2px solid #eee; 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:#666;width:100px;border-bottom: 1px solid #eee;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #eee;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px; color:#666; 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 #eee;}
.iconlink {margin:0 5px;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background-color:#FFFFCC;border:2px solid #dddb54;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {margin-bottom:10px;padding:10px;background-color:#FBE3E4;border:2px solid #FBC2C4;color:#000}
#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 -----------*/

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/

* html body {color: #000;}
* html a {color: #000;}

* html #announcement_list li a, * html #event_list li a {color: #000;}