/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

/* ------ General Styles ------*/
body, html {
	height: 100%; width: 100%;
	margin: 0; padding: 0;
}

html {
	background: #20839a url(./images/bg_repeat.jpg) repeat-x;
}

body {
	color: #160e0a;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100.01%;
	line-height: 1.125em;
}

a {color: #20839a; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {color: #160e0a; font-size: 24px;}
h2, .ContentSubHeader, .ContentHighlight {color: #160e0a; font-size: 18px; line-height: 1.25em;}
h3 {color: #160e0a; font-size: 16px;}

hr {
	height: 1px;
	width: 100%;
	background: #e6e2d9;
	border: none;
	color: #e6e2d9;
}

ol,ul,li {list-style-position: inside;}

p {
	font-family: arial, helvetica, sans-serif !important;
	font-size: 12px !important;
	}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	background: url(./images/wrapper_bg.png) repeat-y;
	height: auto;
	margin: 0 auto;
	width: 980px;
}

#navbar {
	background: url(./images/navbar_bg.jpg) no-repeat;
	height: 50px; width: 980px;
}

	#nav {
	height: 50px; width: 580px;
	margin: 0 0 0 30px;
	position: absolute;
	z-index: 9999;
}

	#login {
	height: 30px; width: 305px;
	margin: 10px 0 0 630px;
	position: absolute; 
}

	#logout {
	background: #a54d39;
	height: 50px; width: 320px;
	margin: 0 0 0 620px;
	position: absolute;
	}

#header {
	background: url(./images/header_bg.jpg) no-repeat;
	height: 300px; width: 980px;
}

	#flashbox_wrap {
	border: 5px solid #3b2a23;
	height: 250px; width: 560px;
	margin: 20px 0 0 375px;
	position: absolute;
}

#content {
	background: url(./images/content_bg.jpg);
	display: inline;
	float: left;
	height: auto; width: 940px;
	margin: 0 0 0 20px;
	.padding-bottom: 20px;
}

	#sidebar {
	background: #a24a36 url(./images/sidebar_bg_top.jpg) no-repeat;
	display: inline;
	float: left;
	height: 500px; width: 320px;
	margin: 0 0 20px 20px;
}

	#main {
	background: #333;
	display: inline;
	float: right;
	font-size: 12px;
	height: auto; width: 565px;
	margin: 0 20px 20px 0;
}

		#interest_top {
		height: 270px; width: 290px;
		margin: 15px 0 0;
		position: absolute;
}

		#recent_events {
		background: url(./images/recent_event_header.png) no-repeat top left;
		height: 270px; width: 300px;
		margin: 20px 0 0 305px;
		position: absolute;
}

		#interest_bottom {
		background: url(./images/bottom_interest_bg.jpg) no-repeat;
		height: 190px; width: 590px;
		margin: 310px 0 0 5px;
		position: absolute;
}

#content_bottom {
	background: url(./images/content_bottom.png) no-repeat;
	clear: both;
	height: 5px; width: 940px;
	margin: 0 auto;
}

#footer {
	color: #fff;
	font-size: 12px;
	height: 80px; width: 940px;
	margin: 0 auto;
}


/* ------------- Sub-page ----------------*/

#sub_sidebar {
	background: #a24a36 url(./images/sidebar_bg_top.jpg) no-repeat;
	display: inline;
	float: left;
	height: auto; width: 320px;
	margin: 0 0 20px 20px;
}

#sub_sidebar_content {
	color: #fff;
	font-size: 12px;
	height: auto; width: 280px;
	margin: 20px 0 20px 20px;
}

	#no_sidebar {display: none;}

#sub_main {
	background: #fff;
	border: 1px solid #e6e2d9;
	display: inline;
	float: right;
	font-size: 12px;
	height: auto; width: 520px;
	margin: 20px 19px 20px 0;
	padding: 20px;
}
	
	#sub_main img {max-width: 520px;}
	
#sub_main_sans_sidebar {
	background: #fff;
	border: 1px solid #e6e2d9;
	display: inline;
	float: right;
	font-size: 12px;
	height: auto; width: 860px;
	margin: 20px 19px 20px 0;
	padding: 20px;
}

	#sub_main_sans_sidebar img {max-width: 860px;}

	#breadcrumbs {
		background: #e6e2d9;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px 0;
	}
	
/*--------------------------------------------------
------------------ Navbar ----------------------
--------------------------------------------------*/

.login_username {
	background: none;
	border: none;
	color: #fff;
	height: 14px; width: 94px;
	margin-right: 6px;
	padding: 8px;
}

.login_password {
	background: none;
	border: none;
	color: #fff;
	height: 14px; width: 94px;
	margin-right: 6px;
	padding: 8px;
}

.login_submit {
	background: none;
	border: none;
	cursor: pointer;
	height: 30px; width: 60px;
	margin: -6px 0 0 0;
	text-indent: -9999px;
}

#logout p {
	color: #fff;
	font-style: italic;
	margin: 15px 0 0 20px;
	width: 280px;
}

	#logout p a {color: #160e0a;}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.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: #160e0a; 
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding:0 10px;
	text-decoration: none;
	text-transform:uppercase;
}

/* 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;
	background: #160e0a;
	color: #f6f3ea; 
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	text-transform:none;
	}

/* 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 li:hover>a {color: #fff; display:block;background:url(images/mainmenuhoverbg.jpg)}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {display:block;background: #251913 url(none);}

/* -- IE6 IE6 IE6 Hax -- */

* 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: 0; left: -10px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {color:#20839a;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {color:#a44c38;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {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 ul a:hover ul ul {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: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 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 ul a:hover ul ul {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul {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 ul a:hover ul {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 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 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 ul a:hover ul a:hover ul {visibility:visible;}

/*--------------------------------------------------
------------------ Header ----------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	border: none;
	display: block;
	height: 290px; width: 320px;
	margin: 0 0 0 40px;
	position: absolute;
}


/*--------------------------------------------------
------------------ Sidebar -----------------------
--------------------------------------------------*/

#welcome {
	color: #fff;
	font-size: 12px;
	height: 180px; width: 280px;
	margin: 20px 0 0 20px;
	overflow: auto;
}

#site_search {
	background: url(./images/search_bg.jpg) no-repeat;
	height: 70px; width: 280px;
	margin: 20px 0 0 20px;
}

#site_search fieldset {
	border: 0;
	margin: 0; padding: 0;
}
.search_field {
	background: none;
	border: 0;
	color: #fff;
	margin: 20px 0 0 20px; padding: 8px;
	width: 180px;
}
.submit_button {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	margin: 20px 0 0 0; padding: 5px;
	text-indent: -9999px;
	width: 40px;
}

#service_times {
	color: #fff;
	font-size: 12px;
	height: 170px; width: 280px;
	margin: 20px 0 0 20px;
	overflow: auto;
}

/*--------------------------------------------------
---------------   Interest Top   -----------------
--------------------------------------------------*/

#interest_top a img {
	border: 0;
}

#interest_top .first {
	margin: 0 0 5px 0;
}

/*--------------------------------------------------
---------------   Interest Bottom   -----------------
--------------------------------------------------*/

#interest_bottom a img {
	border: 0;
	padding: 20px 0 0 15px;
}

#interest_bottom .first {
	padding: 0 0 0 20px;
}

/*--------------------------------------------------
---------------   Recent News   -----------------
--------------------------------------------------*/

#recent_news_content {
	font-size: 12px;
	height: 180px;
	margin: 50px 0 0 0;
	padding: 0;
	position: absolute;
	width: 260px;
}

	#recent_news_content li {
	border-bottom: 1px solid #e6e2d9;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news_content li:hover {
	background: #e6e2d9 url(./images/arrow.png) no-repeat center right;
	.background: #e6e2d9 url(./images/arrow_ie.png) no-repeat right;
}

	#recent_news_content li a {
	color: #160e0a;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
	text-decoration: none;
}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#footer a {
	color: #160e0a;
	font-weight: bold;
}

#copyright {
	float: left;
	margin: 10px 0 0 20px;
}

#design_credit {
	float: right;
	margin: 10px 20px 0 0;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#160e0a;
    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: #160e0a;
    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: #a54d39;}

/* ----------- 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:#e6e2d9; 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;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#160e0a; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #160e0a; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #160e0a; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #a54d39;}

.ToDay {background: #e6e2d9;}
.WeekendDay {border: 1px solid #e6e2d9;}
.WeekDay {border: 1px solid #e6e2d9;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #160e0a;
	font-size: 12px;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #160e0a;
    font-weight: bold;
    padding: 5px;
}

IMG.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #a44c38;margin:5px;vertical-align:middle;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/




/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #e6e2d9;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#e6e2d9;border:1px solid #e6e2d9;}
#pagination .OnPageNumber {color:#160e0a;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:10px;vertical-align:middle;}

table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #e6e2d9;text-align:left;}
.contentTable th {color:#160e0a;border-bottom: 2px solid #e6e2d9;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:#160e0a;width:100px;border-bottom: 1px solid #e6e2d9;text-align:right;font-size:110%;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 #e6e2d9;
	padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend {  color:#160e0a; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#160e0a;border:1px solid #ccc;letter-spacing:0px;font-family:arial, helvetica;font-size:12px;font-weight:bold;background:#e6e2d9 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 #e6e2d9;}
.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;line-height:1em;}
#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}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; 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 {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- 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 --- */

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#bc4027;}               /* SAME AS a:link color */
.FGColor2 {color:#444444;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#444444;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#bc4027;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#ddd;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bbb;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#eee;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
















