/*--------------------------------------------------
------------------  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/html_bg.jpg);
	font-family: georgia, times, serif;
	font-size: 100.01%;
	line-height: 1.25em;
	color: #611c06;
}

a {color: #b9944f;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color: #611c06;}
h2, .ContentSubHeader {font-size: 18px; color: #611c06; .line-height: 1.2em;}
h3, .SidebarLabel {font-size: 14px; color: #611c06;}

.HRule, hr {height: 1px; background: #e3d7bc; color: #e3d7bc; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
--------------- Structure - Home -------------------
--------------------------------------------------*/

#wrapper {background: url(./images/bg.jpg) no-repeat top center; height: auto; width: 950px; margin: 0 auto;}
#header {height: 70px; width: 950px;}
	#navbar {height: 50px; width: 570px;}
#primary {height: 300px; width: 950px; position: relative;}
#secondary {height: 275px; width: 950px; position: relative;}
#footer {font-size: 12px; height: 80px; width: 950px; font-variant: small-caps; text-transform: uppercase;}

/*---- Sub Page -----*/
#sub_wrapper {background: url(./images/sub_bg.jpg) no-repeat top center; height: auto; width: 950px; margin: 0 auto;}

#content_top {background: url(./images/content_bg_top.jpg) no-repeat; height: 60px; width: 950px;}
#content {background: url(./images/content_bg_repeat.jpg) repeat-y; float: left; height: auto; width: 950px;}
	#content_sans_sidebar {background: url(./images/content_bg_repeat_sans.jpg) repeat-y; float: left; height: auto; width: 950px;}
#content_bottom {background: url(./images/content_bg_bottom.jpg) no-repeat; clear: both; height: 45px; width: 950px;}

#main {display: inline; float: right; font-size: 14px; height: auto; width: 540px; margin: 0 65px 0 0;}
	#main_sans_sidebar {display: inline; float: left; font-size: 14px; height: auto; width: 820px; margin: 0 0 0 65px;}
#sidebar {display: inline; float: left; font-size: 14px; height: auto; width: 240px; margin: 0 0 0 65px;}
	#no_sidebar {display: none;}

#breadcrumbs {
	background: #efe5c9;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 10px;
}

/*--------------------------------------------------
------------------ Primary -----------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat; 
	display: block; 
	height: 85px; width: 300px; 
	margin: 20px 0 0 0;
	position: absolute;
}

#flashbox_wrap {
	height: 240px; width: 580px;
	position: absolute; top: 20px; right: 45px;
}

/*--------------------------------------------------
------------------ Secondary -----------------------
--------------------------------------------------*/

#minicalendar {height: 150px; width: 200px; margin: 50px 0 0 85px; position: absolute;}

#interest_buttons {
	height: 175px; width: 555px;
	display: inline;
	list-style: none;
	padding: 0; margin: 0;
	position: absolute; top: 60px; right: 55px;
}

#interest_buttons li {list-style: none; display: inline; margin: 0; padding: 0;}

#interest_button1 {
	background: url(./images/interest_button1.jpg) no-repeat;
	display: block;
	float: left;
	height: 175px; width: 185px;
}

#interest_button2 {
	background: url(./images/interest_button2.jpg) no-repeat;
	display: block;
	float: left;
	height: 175px; width: 185px;
}

#interest_button3 {
	background: url(./images/interest_button3.jpg) no-repeat;
	display: block;
	float: left;
	height: 175px; width: 185px;
}

/*--------------------------------------------------
------------------ 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 {margin-left:15px;}
.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; color: #ece5d6; font-variant: small-caps; text-transform: lowercase;}
.menu a.first {border-left:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:50px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px 5px; 
	background: #611c06;
	font-weight:normal;
	width:150px; 
	font-size: 14px;
}

/* 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:120px; margin-top:-20px;}

/* first level rollovers */
#navbar li:hover>a {background: #611c06; color:#ffffff; cursor: pointer; display:block; text-shadow: none;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {cursor: pointer; display:block; background: #792c14;}

/*---------- 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:url("images/overbgimage.jpg") no-repeat; background: #611c06; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #792c14;}
* 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;}

/*--------------------------------------------------
---------------   Recent News   --------------------
--------------------------------------------------*/

#secondary h2 {margin: 60px 0 0 70px; position: absolute;}
	
#announcement_list {
	font-size: 12px;
	height: 150px;
	margin: 95px 0 0 65px;
	padding: 0;
	position: absolute;
	width: 240px;
}

	#announcement_list li {
	border-top: 1px solid #ece5d6;
	height: 33px;
	.height: 30px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#announcement_list li:hover {
	background: #ece5d6;
}

	#announcement_list li a {
	color: #611c06;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 4px 0 0 8px;
	.padding: 0 0 0 8px;
	width: 250px;
	text-decoration: none;
}

.list_row_number, .list_category1, .list_category2 {display: none;}

/*--------------------------------------------------
------------------ Footer ------------------------
--------------------------------------------------*/

#footer a {color: #ece5d6;}

#copyright {float: left; margin: 20px 0 0 20px;}
#design_credit {float: right; margin: 20px 20px 0 0;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#611c06;
    color:#ece5d6;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    word-wrap: break-word;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #611c06;
    width: 200px;
    color:#ece5d6;
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    word-wrap: break-word;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; font-size: 10px; height: 20px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#e3d7bc; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #b9944f;}

#maincal {display: block;}
#mainCal td {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 14px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color:#e3d7bc;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #e3d7bc;}

.ToDay {background: #e3d7bc;}
.WeekendDay {border: #e3d7bc 1px solid;}
.WeekDay {border: #e3d7bc 1px solid;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #611c06; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #ece5d6; background: #611c06; font-size: 12px; 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 #ece5d6;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #e3d7bc;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#e3d7bc;border:1px solid #e3d7bc;}
#pagination .OnPageNumber {color:#611c06;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 #e3d7bc; text-align:left;}
.contentTable th {color:#611c06; border-bottom: 2px solid #e3d7bc; text-align:left; font-size:100%;}
.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:#611c06;width:100px;border-bottom: 1px solid #e3d7bc;text-align:right;font-size:100%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {border:1px solid #e3d7bc;padding:0px;margin:20px 0;}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#611c06; font-weight:bold; font-size: 100%; }

.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 #e3d7bc;}
.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: #792c14;
	border-bottom: 5px solid #f6f2ea;
	display: none;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9999;
}

#panel_content {width: 940px; height: 250px; margin: 20px auto;}

	#panel_content h2 {.margin-top: 15px; line-height: 1.2em;}
	#panel_content fieldset {border: 0;}

	#panel_module1 {
		background: #f6f2ea;
		border: 3px solid #611c06;
		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 {border-top: 1px solid #ece5d6; list-style: none; margin-bottom: 10px; padding-top: 10px;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3 {font-weight: bold;}
		
		#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: 15px; right: 20px;}
			
	#panel_module3 {
		background: #f6f2ea;
		border: 3px solid #611c06;
		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 {margin-bottom: 5px;}
		.login_password {margin-bottom: 0;}
		.login_submit {margin-bottom: 0;}
	
	#panel_module4 {
		background: #f6f2ea;
		border: 3px solid #611c06;
		width: 260px; height: 230px;
		line-height: 1em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		#panel_module4 p {line-height: 1.25em;}

/* Tab */

#toggle_bar {height: 0; margin: 0 auto; width: 950px; .position: absolute;}
#toggle {display: inline; float: right; height: 45px; width: 175px;}
#open {background: url(./images/panel_open.png) no-repeat; display: block; height: 45px; width: 175px;}
#close {background: url(./images/panel_close.png) no-repeat; display: block; height: 45px; width: 175px;}
