/*--------------- Design #115 ---------------

..............................COLOR LEGEND

Body Text ......................... 565539
Link Color ........................ 5c8024
Submenu BG ........................ b3b293
Submenu Border .................... c4c3a7
hr/Lines .......................... b3b293
Subtle BG ......................... c4c3a7

----------------------------------------*/

/*--------------------------------------------------
------------------  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: url(./images/bg.jpg);}

body {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #565539;
	word-wrap: break-word;
}

a {color: #5c8024; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color: #565539;}
h2, .ContentSubHeader, .SideBarLabel {font-size: 18px; color: #565539; .line-height: 1.2em;}
h3 {font-size: 14px; color: #565539;}

.HRule, hr {height: 1px; background: #b3b293; color: #b3b293; 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 {font-size: 12px; min-height: 100%; height: auto !important; height: 100%; width: 940px; margin: 0 auto -100px;}
	#header {height: 125px; width: 940px; position: relative; z-index: 9999;}
		#navbar {
			display: inline;
			height: 65px;
			width: 450px;
			position: absolute;
			right: 0;
			bottom: 30px;
		}
	#primary {float: left; height: auto; width: 940px; margin: 0 0 50px 0;}
	#flashbox_wrap {background: #fff; height: 300px; width: 900px; padding: 20px;}
	#flashbox {min-height: 300px; width: 900px;}
	#interest_buttons {height: 200px; width: 640px; list-style: none; margin: -70px 0 0 20px; padding: 0; position: absolute; z-index: 20;}
	#push {height: 100px; clear:both;}
	#footer {background: url(./images/footer_bg.jpg) repeat-x top left; height: 100px; width: 100%;}
		#footer_content {font-size: 12px; height: 100px; width: 940px; margin: 0 auto;}

/*--- Subpage ---*/

#sub_primary {background: #fff; float: left; height: auto; width: 940px; line-height: 1.7; margin: 0 0 50px 0; padding: 0 0 20px 0;}
#marquis_wrap {background: #fff; height: auto; width: 900px; padding: 20px;}
#main {display: inline; float: left; height: auto; width: 600px; line-height: 1.5; margin: 0 0 20px 20px;}
	#main_sans_sidebar {display: inline; float: left; height: auto; width: 900px; line-height: 1.5; margin: 0 0 20px 20px;}
#sidebar {display: inline; float: right; height: auto; width: 280px; line-height: 1.5; margin: 0 20px 20px 0;}
	#no_sidebar {display: none;}
	
#breadcrumbs {
	background: #c4c3a7;
	border: #b3b293 1px solid;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 10px;
	margin: 0 0 20px 0;
}

	#breadcrumbs a {color: #fff;}
	
/*--------------------------------------------------
------------------- Header -----------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 95px;
	width: 445px;
	position: absolute;
	bottom: 25px;
	text-indent: -9999px;
}

/*--------------------------------------------------
---------------- Primary ------------------
--------------------------------------------------*/

/* ------- Interest Buttons ------ */

#interest_buttons li {display: inline;}

#interest_buttons li a {display: block; float: left; height: 200px; width: 200px; text-indent: -9999px;}

#interest_button1 {background: url(./images/image_links.jpg) 0 0; margin-right: 20px;}
#interest_button2 {background: url(./images/image_links.jpg) -220px 0; margin-right: 20px;}
#interest_button3 {background: url(./images/image_links.jpg) -440px 0;}


/* ------ Search ------*/

#search {
	background: url(./images/search_bg.jpg) no-repeat; 
	display: inline; 
	float: right; 
	height: 70px; width: 240px; 
	margin: 20px 0 0 0;
}

	#search fieldset {border: none; margin: 0; padding: 0;}
	
	.search_field {
		background: none;
		border: none;
		color: #565539;
		margin: 27px 0 0 30px;
		position: absolute;
	}
	
	.submit_button {
		background: none;
		border: none;
		color: #565539;
		cursor: pointer;
		height: 30px; width: 30px;
		margin: 20px 0 0 190px;
		position: absolute;
	}
	
/*--------------------------------------------------
------------------ Footer ------------------------
--------------------------------------------------*/

#footer #address {float: left; margin: 20px 0 0 20px;}
#design_credit {float: right; margin: 20px 20px 0 0; text-align: right;}

#social_media_links_list {display: block; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: right;}
#social_media_links_list li a {padding-left: 7px;}

#fc_link {clear: both; display: block; float: right;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative; z-index:1999;}
.menu {float:right;}
.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: #565539;
}

/* first level vertical centering */
.menu .cssnavlevelone {height: 65px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* submenu colors/style */
.menu li ul li a {
	background: #b3b293;
	/* border-top: 1px solid #c4c3a7; */
	color: #565539;
	font-weight:normal; 
	font-size: 12px;
	padding: 5px 10px 5px;
	width: 150px;
}

/* first level sub menu container */
.menu li ul {background: #b3b293; box-shadow: 0 0 5px rgba(0,0,0,.1); display: none; padding: 7px;}
/* 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 {left: 170px; margin-top: -35px;}

/* first level rollovers */
#navbar li:hover>a {color: #5c8024; background: #b3b293; cursor: pointer; display: block; text-shadow: none;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {color: #5c8024; cursor: pointer; display:block; background: #c4c3a7;}

/* 2nd+ level active page rollover, if desired to be different */
.menu li ul li a.active {color: #5c8024;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 65px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -65px;}

/* active states */
#navbar a.active img {top:-130px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}


/*---------- 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:-25px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-25px;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; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #bbb; color:#ffffff;}
* html .menu li ul li a {font-size: 12px;}

/* 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:2b3b293;}
* 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:#c4c3a7;
    color:#565539;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #c4c3a7;
	border: 2px solid #b3b293;
    width: 200px;
    color:#565539;
    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: #b3b293; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #5c8024;}

#maincal {display: block;}
#mainCal td {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 12px;}

#ajaxCal span.ContentSubHeader, #ajaxCal h2 {display: inline; line-height: 1; .float: left; .line-height: 1.2; .margin: -20px 0 0 8px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; background: #5c8024; color:#fff; display: block; text-decoration: none;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#5c8024; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #5c8024; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #5c8024; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom: 3px;}

.CalendarDayOn {cursor: pointer;}

.ToDay {border: #b3b293 1px solid;}
.WeekendDay {border: #b3b293 1px solid;}
.WeekDay {border: #b3b293 1px solid;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #565539; font-size: 12px; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #565539; font-weight: bold; padding: 5px;}

.PicOff {border: 5px solid #b3b293; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #5c8024; margin: 5px; vertical-align: middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #b3b293;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#b3b293;border:1px solid #b3b293;}
#pagination .OnPageNumber {color:#565539;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%; border-collapse: collapse;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #b3b293; text-align:left;}
.contentTable th {color:#565539; border-bottom: 2px solid #b3b293; 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:#565539;width:100px;border-bottom: 1px solid #b3b293;text-align:right;font-size:120%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #b3b293;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#565539; font-weight:bold; font-size: 120%; }

.GraphBar {background: #5c8024; margin: 0 10px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#565539;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 #b3b293;}
.iconlink {margin:0px 2px;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#565539;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #565539;color: #565539;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #fff;
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}

/* --- END GLOBAL FRONT-END --- */


/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/
 
.marquee-rotator #timer {left: 0; height: 4px; background: #b3b293; filter: alpha(opacity=60); opacity: 0.6;}
 
.marquee-rotator .button-over {background: #fff;}
 
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
 
.marquee-rotator .c-panel {top: 10px; right: 10px; position:absolute;}
 
#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 0 0 -50px;}
 
/*----- PREV & BACK BUTTONS -----*/
 
.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
 display:block;
 height:50px; width:50px; 
 margin: 5px; 
 position: absolute;
 text-align: center;
 text-indent:-9999px;
 z-index: 11;
}
 
.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}
 
.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}
 
/*------ PAGINATION -----*/
 
.marquee-rotator .thumbnails li {
 background: url(/sr/images/marquee_controls.png) -20px -100px; 
 height: 15px; width: 15px;
 margin: 3px;  /* --- keep margin even on both left and right --- */
 text-align: center;
}
 
.marquee-rotator .thumbnails ul li a img {width:200px;}
 
.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}
 
/* --- END Marquee Box --- */
