/*--------------- Design 1103 ---------------

.........................TABLE OF CONTENTS

1. Reset
2. Global Styles
3. Structure
	3a. Sub-Page
	3b. Site Map
	3c. Header
	3d. Sidebar Links
	3e. Image Links
	3f. Media
	3g. Tabs
	3h. Events/Blogs
	3i. Footer
	3j. Courtesy Nav
	3k. Breadcrumbs
4. CSS Menu
5. Calendar
6. Global Front End

..............................COLOR LEGEND

Body Text  ........................ 472c1b
Link Color ........................ 6d7405
hr / Line Color ................... e0d4bc
List Hover/Borders ................ c6b89d
Courtesy Nav Hover ................ 414415
Menu 1st LV Link .................. 887857
Menu Subitem Hover ................ f6eede

----------------------------------------*/


/*--------------------------------------------------
------------------  1 .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;}


/*--------------------------------------------------
--------------- 2. Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: url(./images/bg.jpg);
	color: #472c1b;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	word-wrap: break-word;
}

a {color: #6d7405; font-weight: bold;}
a:hover {color:; text-decoration: none;}

/*
blockquote {
	background: #e0d4bc url(./images/blockquote_bg.png) no-repeat;
	float: right;
	font-style: italic;
	min-height: 40px;
	margin: 20px 0 20px 20px;
	padding: 35px 10px 10px;
	width: 150px;
}
*/

h1,h2,h3,h4,h5,h6,.ContentHeader,.ContentSubHeader,.SidebarLabel {font-family: 'Yanone Kaffeesatz', serif; color: #472c1b;}

h1, .ContentHeader {font-size: 2.5em;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 2em; .line-height: 1.25em;}
h3 {font-size: 1.5em;}

hr {height: 5px; background: url(./images/sidebar_divider.png) repeat-x; color: #e0d4bc; border: none; margin: 20px 0;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}


/*--------------------------------------------------
---------------- 3. Structure ----------------------
--------------------------------------------------*/

#wrapper_top {background: url(./images/wrapper_top.png) no-repeat; height: 30px; width: 960px; margin: 20px auto 0;}

#wrapper {
	font-size: .75em;
	height: auto; width: 960px;
	margin: 0 auto;
}

	#container {
		background: url(./images/wrapper_repeat.png) repeat-y; 
		float: left; 
		height: auto; width: 900px; 
		padding: 0 30px;
	}
	
		#header {
			background: url(./images/divider.png) bottom no-repeat; 
			height: 130px; width: 900px; 
			position: relative;
		}
		
		#navbar {height: 45px; width: 900px; margin: -2px 0 0;}
		
		#primary {float: left; height: 310px; width: 900px; margin: -3px 0 0;}
		
			#flashbox_wrap {
				background: url(./images/flashbox_bg.png); 
				float: left; 
				height: 290px; width: 620px;
				padding: 10px;
			}
			
			#sidebar_links {
				float: left;
				height: 290px; width: 260px;
				list-style: none;
				margin: 10px 0 0; padding: 0;
			}

		#secondary {clear: both; height: 210px; width: 900px; position: relative;}
		
			#image_links {
				height: 120px; width: 580px;
				list-style: none;
				margin: 0; padding: 0;
				position: absolute; top: 20px;
			}
			
			#media {
				background: url(./images/media_bg.png) no-repeat;
				height: 50px; width: 470px;
				position: absolute; top: 160px;
			}
			
			#tabs {
				background: url(./images/tab_bg.png) no-repeat;
				height: 190px; width: 300px;
				position: absolute; top: 20px; right: 0;
			}
			
		#footer {background: url(./images/divider.png) no-repeat top; height: 190px; width: 900px; margin: 20px 0 0;}

#wrapper_bottom {
	background: url(./images/wrapper_bottom.png) no-repeat; 
	clear: both; 
	height: 30px; width: 960px; 
	margin: 0 auto 20px;
}


/*------------------ 3a. Sub-Page --------------------*/

#sub_flashbox_wrap {
	float: left; 
	height: auto; width: 900px;
}

	#sub_flashbox {height: 180px; width: 880px; margin: 15px 0 10px 0;}

#sub_divider {background: url(./images/divider.png); height: 5px; width: 900px;}

#sub_primary {background: url(./images/sub_primary_bg.jpg) repeat-y; float: left; height: auto; width: 900px; line-height: 1.7; margin: -3px 0 0;}

	#sub_primary_sans_sidebar {float: left; height: auto; width: 900px; margin: -3px 0 0;}

#main {float: left; height: auto; width: 570px; line-height: 1.7; margin: 0 0 0 10px; .margin: 20px 0 20px 10px;}

	#main_sans_sidebar {float: left; height: auto; width: 880px; line-height: 1.7; margin: 0 0 0 10px; .margin: 20px 0 20px 10px;}
	
#sidebar {float: right; height: auto; width: 260px; line-height: 1.7; padding: 20px 0;}

	#no_sidebar {display: none;}


/*------------------ 3b. Site Map --------------------*/

#mini_site_map {display: block; height: 140px; width: 900px; overflow: hidden;}

	#mini_site_map ul {
		border-right: 1px solid #e0d4bc; 
		display: inline; 
		float: left; 
		height: 100%; width: 120px;
		list-style: none; 
		margin: 0 0 0 15px; 
		padding: 0 10px 0 0;
	}
	
		#mini_site_map ul:last-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 1.25em;}
	.mini_sitemap_list_first a {color: #472c1b; font-weight: bold;}
	.mini_sitemap_list {color: #6d7405; text-decoration: none;}
	.mini_sitemap_list:hover {text-decoration: underline;}
	
#explore {background: url(./images/divider.png) no-repeat 0 15px; height: 35px; width: 900px; position: relative;}

	#button_explore {background: url(./images/button_explore.png); display: block; height: 35px; width: 100px; position: absolute; right: 0; text-indent: -9999px;}


/*------------------ 3c. Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 140px; width: 450px;
	position: absolute; left: 10px; top: 0;
	text-indent: -9999px;
}

#site_search {
	background: url(./images/search.png) no-repeat;
	height: 40px; width: 305px;
	position: absolute; top: 35px; right: 20px;
}

	#site_search form {position: absolute; top: 2px; left: 2px;}

	#site_search fieldset {border: 0; margin: 0; padding: 0;}

		.search_field {
			background: none;
			border: 0;
			color: #472c1b;
			font-size: 1em;
			margin: 0; padding: 11px;
			width: 235px;
		}
		
		.submit_button {
			background: none;
			border: 0;
			cursor: pointer;
			line-height: 0;
			margin: 0; padding: 10px;
			width: 40px;
			text-indent: -9999px;
		}
		
#contact_links {position: absolute; top: 80px; right: 20px;}


/*------------------ 3d. Sidebar Links --------------------*/
	
#sidebar_links li a {display: block; text-indent: -9999px;}	
	
#sidebar_link1 {background: url(./images/sidebar_links.jpg) 0 0; height: 85px; width: 260px;}	
#sidebar_link2 {background: url(./images/sidebar_links.jpg) 0 -85px; height: 84px; width: 260px;}
#sidebar_link3 {background: url(./images/sidebar_links.jpg) 0 -169px; height: 81px; width: 260px;}	
#sidebar_link4 {background: url(./images/sidebar_links.jpg) 0 -250px; height: 40px; width: 260px;}

	#sidebar_link1:hover {background: url(./images/sidebar_links.jpg) 0 -290px;}
	#sidebar_link2:hover {background: url(./images/sidebar_links.jpg) 0 -375px;}
	#sidebar_link3:hover {background: url(./images/sidebar_links.jpg) 0 -459px;}
	#sidebar_link4:hover {background: url(./images/sidebar_links.jpg) 0 -540px;}
	
	
/*------------------ 3e. Image Links --------------------*/
	
#image_links li {display: inline; float: left;}
#image_links li a {display: block; height: 120px; width: 180px; text-indent: -9999px;}

	#image_link1 {background: url(./images/image_link1.jpg); margin-right: 20px;}
	#image_link2 {background: url(./images/image_link2.jpg); margin-right: 20px;}
	#image_link3 {background: url(./images/image_link3.jpg);}
	
	
/*------------------ 3f. Media --------------------*/

#download_list {height: 50px; width: 580px; list-style: none; margin: 0; padding: 0; position: relative;}

	#download_list a {text-decoration: none;}

	.download_title {
		color: #472c1b;
		font-size: 1.25em;
		position: absolute; left: 170px; top: 15px;
	}
		
		.download_title:hover {text-decoration: underline;}
		
	.download_link, .play_link {display: block; height: 50px; width: 50px; text-indent: -9999px;}
	
	.download_link {background: url(./images/button_media.jpg) no-repeat; position: absolute; top: 0; right: 56px;}
	.play_link {background: url(./images/button_media.jpg) 50px 0; position: absolute; top: 0; right: 0;}
	
		.download_link:hover {background: url(./images/button_media.jpg) 0 50px;}
		.play_link:hover {background: url(./images/button_media.jpg) 50px 50px;}
		
		
/*------------------ 3g. Tabs --------------------*/

#tab_nav {list-style: none; padding: 0; position: absolute; right: 0; margin: 0;}

	#tab_nav li {display: block; padding: 0;}

	#tab1, #tab2, #tab3 {display: block; width: auto; text-indent: -9999px; width: 55px;}
	
		#tab1 {background: url(./images/button_tab.jpg); height: 65px;}
		#tab2 {background: url(./images/button_tab.jpg) 0 -65px; height: 60px;}
		#tab3 {background: url(./images/button_tab.jpg) 0 -125px; height: 65px;}
		
		#tab1:hover {background: url(./images/button_tab.jpg) -55px 0;}
		#tab2:hover {background: url(./images/button_tab.jpg) -55px -65px;}
		#tab3:hover {background: url(./images/button_tab.jpg) -55px -125px;}
		
		#tabs ul li.active #tab1 {background: url(./images/button_tab.jpg) -110px 0;}
		#tabs ul li.active #tab2 {background: url(./images/button_tab.jpg) -110px -65px;}
		#tabs ul li.active #tab3 {background: url(./images/button_tab.jpg) -110px -125px;}
	
	#calendar, #blogs {height: 150px; width: 210px; margin: 20px; overflow: hidden; .position: absolute; .top: 0;}
	#video {height: 170px; width: 230px; margin: 10px; overflow: hidden; .position: absolute; .top: 0;}

/*------------------ 3h. Events/Blogs --------------------*/

#calendar h2, #blogs h2 {margin: 0 0 15px; .margin: 0 0 10px;}

#event_list, #blog_list {
	height: 180px; width: 250px;
	list-style: none;
	margin: 0; padding: 0;
}
	
	#event_list li a, #blog_list li a {
		border-bottom: 1px solid #c6b89d;
		color: #c6b89d;
		display: block;
		font-weight: normal;
		padding: 4px;
		text-decoration: none;
		width: 205px;
	}
	
	#event_list li a:hover, #blog_list li a:hover {background: #c6b89d;}
	
	.event_date, .blog_date {color: #6d7405; font-weight: bold;}
	.event_title, .blog_title {color: #472c1b;}
	
/*------------------ 3i. Footer --------------------*/

#address {float: left; margin: 20px 0 0 20px; width: 280px;}
#sub_menu {float: right; margin: 20px 20px 0 0; width: 580px;}
	
	#secondary_nav, #social_media_links_list {clear: both; display: block; float: right; list-style: none; margin: 0 0 10px; padding: 0;}
	#secondary_nav li {border-right: 1px solid #c6b89d; display: inline; padding: 0 8px 0 3px; .padding: 0 5px 0 8px;}
		#secondary_nav li.last {border: none; padding: 0 0 0 3px; .padding: 0 0 0 8px;}
	#social_media_links_list li {display: inline; float: right; padding: 0 0 0 8px;}

#footer h2 {margin: 0;}

#fc_logo {
	background: url(./images/fc_logo.png);
	clear: both;
	display: block;
	float: right;
	height: 45px; width: 155px;
	margin: 20px 0 0;
	text-indent: -9999px;
}

/*------------------ 3j. Courtesy Nav --------------------*/

#courtesy_nav {
	background: url(./images/sidebar_divider.png) no-repeat bottom;
	list-style: none;
	margin: 0 0 20px; padding: 0 0 20px;
}

	#courtesy_nav li {margin: 0 0 20px;}
	#courtesy_nav li.last {margin: 0;}

	#courtesy_nav li a {
		color: #c6b89d;
		font-family: 'Yanone Kaffeesatz';
		font-size: 2.5em;
		line-height: 1.25em;
		text-decoration: none;
	}
		
		#courtesy_nav li a:hover {color: #6d7405;}
		
/*------------------ 3k. Breadcrumbs --------------------*/

#breadcrumbs {
    background: #e0d4bc;
    margin: 0 0 10px 0;
	min-height: 30px;
	padding: 10px;
}

	#breadcrumbs_trail a {
		background: #f6eede url(./images/breadcrumb_item_bg.png) right no-repeat;
		border: none;
		display: block;
		float: left;
		padding: 5px 15px 4px 10px;
	}

	#printable {
		background: url(./images/icon_printer.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 7px;
		overflow: hidden;
	}
	
		#printable a {background: none; text-indent: -9999px;}
		
	#rss {
		background: url(./images/icon_feed.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 0;
		text-indent: -9999px;
	}

	/* --- icon fix --- */
	#printable a, #page_qr a {margin: 7px 3px; padding: 0;}
	#printable a:hover {background: url(/sr/images/print_page.png) !important;}
	#page_qr a:hover {background: url(/sr/images/qr_code.png) !important;}

/*--------------------------------------------------
--------------- 4. CSS MENU ------------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999; 
}
.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;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {padding:; height:45px; vertical-align:middle;}
img.cssnavlevelone {border: 0; display: none;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}

/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 170px; margin-top: -30px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #887857;
	display: block;
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
}

/* 2nd+ level styles */
.menu li ul li a {
	background: #e0d4bc;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: #e0d4bc; color: #6d7405; cursor: pointer; display: block;}

/* 1st level active page button color or bg */
a.active {color: #6d7405;}

/* 2nd+ level rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {background: #6d7405; color: #f6eede; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
.menu li ul li a.active {color: #6d7405;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height:; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -45px;}

/* active states */
#navbar a.active img {top:-90px;}

/* --- 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 -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background: #e0d4bc; color: #6d7405;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #f6eede;}

* 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;}

/* 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;}


/*--------------------------------------------------
------------------ 5. Calendar ---------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #e0d4bc;
    color: #472c1b;
    display: block;
    padding: 5px;
    opacity: .9;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
    	-moz-border-radius: 5px;
    	-wekbit-border-radius: 5px;
    	border-radius: 5px;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #e0d4bc;
    color: #472c1b;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    opacity: .9;
    padding: 10px 15px;
    	-moz-border-radius: 5px;
    	-wekbit-border-radius: 5px;
    	border-radius: 5px;
}

.CalOverTitle {font-weight: bold; color: #6d7405;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #6d7405; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {}
#mainCal .WeekDay A, A.CalendarWeekDayLink {}
#mainCal .ToDay A, A.CalendarToDayLink {}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #414415; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #e0d4bc;}
.WeekendDay, .WeekDay {border: 1px solid #e0d4bc;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #472c1b;}

.ColumnHeader {color: #f6eede; background: #414415; font-weight: bold; padding: 5px;}


/*--------------------------------------------------
---------------- 6. GLOBAL FRONT END ---------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #e0d4bc; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #e0d4bc; border: 1px solid #e0d4bc;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #472c1b;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #e0d4bc; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #6d7405; margin: 5px; vertical-align: middle;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
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 #e0d4bc; text-align: left;}
.contentTable th {color: #472c1b; border-bottom: 2px solid #e0d4bc; text-align: left;}
.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 {border-bottom: 1px solid #e0d4bc;color: #472c1b;padding-right: 20px;text-align: right;width: 100px;}
.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 #e0d4bc;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#472c1b; font-weight:bold; font-size: 120%; }

.GraphBar {background: #6d7405;}

.borderbox {border: 1px solid #e0d4bc; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #e0d4bc url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #e0d4bc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	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;}

#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 --- */




