/*--------------- Design 1117 ---------------

..............................COLOR LEGEND

Body Text / BG Color .............. 1b3439
Link Color ........................ cf601f
hr / Line Color ................... e8f4f6
Primary BG Color .................. d7e4e7
Image Links BG Color .............. afc6cb
Text Shadow / Row # ............... 028fa9
Menu Highlights ................... 30b9ce
Menu Shadow ....................... 097d9f
Menu 1st LV Hover ................. 18a4be
Menu Subitem BG ................... 19a6c0

----------------------------------------*/

/*--------------------------------------------------
  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;}

::selection {background: #cf601f; color: #fff; /* Safari */}
::-moz-selection {background: #cf601f; color: #fff; /* Firefox */}

@font-face {
    font-family: 'CopseRegular';
    src: url('./fonts/Copse-Regular-webfont.eot');
    src: url('./fonts/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Copse-Regular-webfont.woff') format('woff'),
         url('./fonts/Copse-Regular-webfont.ttf') format('truetype'),
         url('./fonts/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------
  Global Styles 
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: url(./images/body_bg.jpg);
	color: #847f5c;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #cf601f; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

address {/*display: inline;*/ font-style: normal;}

blockquote {
	background: #e8f4f6 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, .ContentHeader {font-family: 'CopseRegular', Georgia, serif; font-size: 2em; font-weight: normal;}
h2, .ContentSubHeader, .SidebarLabel {font-family: 'CopseRegular', Georgia, serif; font-size: 1.5em; font-weight: normal;}
h3 {font-family: 'CopseRegular', Georgia, serif; font-size: 1.15em; font-weight: normal;}

h2>a {font-weight: normal;}
#sidebar .SidebarLabel {background: #cf601f; color: #fff; display: block; padding: 10px;}

hr {height: 1px; background: #e6e4d3; color: #e6e4d3; 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;}
.contextual {margin: 0; padding: 0; position: absolute; left: -9999px;}


/*--------------------------------------------------
  Structure
--------------------------------------------------*/

#wrapper {
	font-size: .75em;
	height: auto; width: 940px;
	margin: 30px auto 0;
}

	#primary {
		float: left; 
		height: auto; width: 940px; 
		margin: 0 0 30px;
		position: relative;
	}
	
		#aside {height: auto; width: 240px; float: left; position: relative; z-index: 9999;}
		
			#navbar {height: auto; width: 240px; margin: 0 0 0 -10px;}
		
		#tabs {height: auto; width: 700px; float: right; position: relative;}
		
			#welcome, #media, #events, #news {
				background: #fff;
				float: right;
				min-height: 555px; width: 700px;
				margin: 0;
			}
				
				/* Hide tabs on site load */
				#media, #events, #news {position: absolute; visibility: hidden;}
				
				#media {padding: 10px; .padding: 10px 10px 20px; width: 680px;}
			
				#flashbox_wrap {height: 380px; width: 680px; padding: 10px;}
				
	#footer_container {
		background: url(./images/footer_bg.jpg) repeat-x;
		clear: both;
		min-height: 250px; width: 100%;
		.margin: 30px 0 0;
	}
	
		#footer {
			font-size: .75em; 
			height: auto; width: 940px; 
			margin: 0 auto; 
			padding: 30px 0 0;
		}


/*--------------------------------------------------
  Subpage 
--------------------------------------------------*/

#sub_content {
	background: #fff;
	float: right;
	height: auto; width: 660px;
	margin: 0;
	padding: 20px;
}

#page_title {
	background: url(./images/banners.png);
	color: #fff;
	height: 22px; width: 630px;
	margin: 0 0 0 -10px;
	padding: 14px 25px;
	text-align: center;
}

#main_sans_sidebar {float: left; margin: 20px 0 0; width: 660px;}

#no_sidebar {display: none;}

#main {float: left; margin: 20px 0 0; width: 420px;}

#sidebar {
	border: 1px dashed #d8d5b9; 
	float: right; 
	margin: 20px 0 0;
	padding: 20px;
	width: 178px;
}

	#sub_flashbox {width: 660px; margin: 0 0 20px;}

	#poll {margin: 20px 0 0;}


/*--------------------------------------------------
  Search 
--------------------------------------------------*/

#site_search {
	background: #fff;
	border-radius: 10px;
	height: auto; width: auto;
	padding: 20px;
	position: absolute; top: 45px; right: 0;
	visibility: hidden;
	z-index: 9999;
}

	#site_search fieldset {border: 0; margin: 0; padding: 0;}

	.search_field {
		background: none;
		border: 1px dashed #d8d5b9;
		color: #847f5c;
		font-size: 1.25em;
		height: 20px;
		margin: 0; padding: 6px;
		width: 300px;
	}
	
	.submit_button {
		background: none;
		border: 0;
		cursor: pointer;
		line-height: 0;
		margin: 0; padding: 0;
		width: 1px;
		text-indent: -9999px;
	}
	
#search_toggle {
	background: url(./images/search_icon.png);
	display: block;
	height: 40px; width: 40px;
	position: absolute; top: 5px; right: 0;
	text-indent: -999em;
	z-index: 9999;
}

#search_close {
	background: url(./images/search_close.png);
	display: block;
	height: 40px; width: 40px;
	position: absolute; top: 5px; right: 0;
	text-indent: -999em;
	visibility: hidden;
	z-index: 9999;
}


/*--------------------------------------------------
  Aside 
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 145px; width: 220px;
	margin: 0;
	position: relative;
	text-indent: -9999px;
}


/*--------------------------------------------------
  Main 
--------------------------------------------------*/

#tab_nav {list-style: none; padding: 0; margin: 0;}

	#tab_nav li {float: left; height: 45px; padding: 0;}
	
		#tab_nav li span {cursor: pointer;}
	
		#tab1, #tab2, #tab3, #tab4 {
			display: block;
			height: 45px; width: 165px;
			text-indent: -9999px;
		}
	
		#tab1 {background: url(./images/tabs.png) 0 0;}
		#tab2 {background: url(./images/tabs.png) -165px 0;}
		#tab3 {background: url(./images/tabs.png) -330px 0;}
		#tab4 {background: url(./images/tabs.png) -495px 0;}
		
		#tabs ul li.active #tab1 {background: url(./images/tabs.png) 0 -45px;}
		#tabs ul li.active #tab2 {background: url(./images/tabs.png) -165px -45px;}
		#tabs ul li.active #tab3 {background: url(./images/tabs.png) -330px -45px;}
		#tabs ul li.active #tab4 {background: url(./images/tabs.png) -495px -45px;}

	
/*--------------------------------------------------
  Welcome 
--------------------------------------------------*/
	
#image_links {list-style: none; margin: 0 10px 10px; .margin: 0 0 0 10px; padding: 0;}
#image_links li {display: inline;}
#image_links li a {
	display: block;
	float: left;
	height: 165px; width: 220px;
	margin-bottom: 10px;
	text-indent: -999em;
}

#image_link1 {background: url(./images/image_links.jpg) 0 0; margin-right: 10px;}
#image_link2 {background: url(./images/image_links.jpg) -230px 0; margin-right: 10px;}
#image_link3 {background: url(./images/image_links.jpg) -460px 0;}
	

/*--------------------------------------------------
  Media 
--------------------------------------------------*/

#banner_latest_media {
	background: url(./images/banners.png) 0 -100px;
	height: 50px; width: 680px;
	margin: 10px 0 0; padding: 0;
	text-indent: -999em;
}

#banner_archive {
	background: url(./images/banners.png) 0 -150px;
	height: 50px; width: 680px;
	margin: 0; padding: 0;
	position: absolute; top: 220px;
	text-indent: -999em;
}

#download_list {list-style: none; margin: 0; padding: 0;}

#download_list li a:hover {text-decoration: none;}
#download_list li .download_title:hover {text-decoration: underline;}


/*------------- Archived Media Items -------------*/

#download_list li {
	border: 1px solid #d8d5b9;
	float: left;
	height: 100px; width: 322px;
	margin: 0 0 10px 10px;
	position: relative;
}

	.download_title {
		cursor: pointer;
		display: block;
		font-family: 'CopseRegular', Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		height: 25px;
		max-width: 240px;
		overflow: hidden;
		position: absolute; top: 18px; left: 20px;
	}
		
	.download_date {
		color: #aca988; 
		font-weight: normal; 
		position: absolute; top: 42px; left: 20px;
	}
	
	.download_speaker {
		color: #aca988; 
		font-weight: normal; 
		position: absolute; top: 63px; left: 20px;
	}
	
	.download_link {
		background: url(./images/buttons_media_small.png) 0 -40px;
		display: block;
		height: 30px; width: 30px;
		position: absolute; top: 55px; right: 15px;
		text-indent: -9999em;
	}
	
		.download_link:hover {background-position: -30px -40px;}
	
	.play_link {
		background: url(./images/buttons_media_small.png);
		display: block;
		height: 30px; width: 30px;
		position: absolute; top: 15px; right: 15px;
		text-indent: -9999em;
	}
	
		.play_link:hover {background-position: -30px 0;}


/*----------- Latest Media Item -----------------*/

#download_list li.first {
	border: none;
	height: 210px; width: 680px;
	.height: 220px;
	margin: 0; padding: 0;
	position: relative;
}

	#download_list li.first .download_date {
		background: url(./images/date_bg.png) no-repeat;
		display: block;
		height: 80px; width: 90px;
		line-height: 1;
		padding: 10px 0 0;
		position: absolute; top: 30px; left: 10px;
		text-align: center;
	}
	
		#download_list li.first .download_date_day {
			color: #fff;
			display: block;
			font-family: 'CopseRegular', Georgia, serif;
			font-size: 3em;
		}
		
		#download_list li.first .download_date_month {
			color: #fff;
			display: block;
			font-weight: normal;
			margin: 3px 0 5px;
			text-transform: uppercase;
		}
		
		#download_list li.first .download_date_year {
			color: #fff;
			display: block;
			font-weight: normal;
		}
		
	#download_list li.first .download_title {
		font-family: 'CopseRegular', Georgia, serif;
		font-size: 2em;
		font-weight: normal;
		position: absolute; top: 52px; left: 125px;
		height: 30px;
		max-width: 500px;
	}
	
	#download_list li.first .download_speaker {
		color: #ada989;
		font-weight: normal;
		position: absolute; top: 80px; left: 125px;
	}
	
	#download_list li.first .play_link {
		background: url(./images/buttons_media_large.png);
		display: block;
		height: 40px; width: 100px;
		position: absolute; top: 30px; right: 10px;
		text-indent: -9999em;
	}
	
		#download_list li.first .play_link:hover {background-position: -100px 0;}
		
	#download_list li.first .download_link {
		background: url(./images/buttons_media_large.png) 0 -50px;
		display: block;
		height: 40px; width: 100px;
		position: absolute; top: 80px; right: 10px;
		text-indent: -9999em;
	}
	
		#download_list li.first .download_link:hover {background-position: -100px -50px;}
	

/*--------------------------------------------------
  Events 
--------------------------------------------------*/

#agenda {float: left; height: auto; width: 370px; margin: 20px 10px;}

#banner_agenda {
	background: url(./images/banners.png) 0 -200px;
	height: 50px; width: 370px;
	margin: 0 0 0; padding: 0;
	text-indent: -999em;
}

#event_list {list-style: none; margin: 0; padding: 0;}

	#event_list li a {
		border-bottom: #d8d5b9 1px dashed; 
		display: block; 
		margin: 0 10px; 
		padding: 20px;
	}
	
	#event_list li a:hover {text-decoration: none;}
	
	#event_list li.last a {border-bottom: none;}
	
		.event_title {
			display: block;
			font-family: 'CopseRegular', Georgia, serif;
			font-size: 18px;
			font-weight: normal;
			margin-bottom: 2px;
		}
		
			.event_title:hover {text-decoration: underline;}
		
		.event_details {color: #aca988; font-weight: normal;}
		
#cal_map {float: right; height: auto; width: 280px; margin: 20px 20px 20px 0;}

	/* Hide calendar flicker in IE */
	#minicalendar {.display: none; .margin: 0 0 20px;}

	#mini_map {
		border: 5px solid #d8d5b9;
		height: 270px; width: 270px; 
		margin: 20px 0 0;
	}
	
		#mapDiv {height: 270px; width: 270px;}
	

/*--------------------------------------------------
  News 
--------------------------------------------------*/

#banner_news {
	background: url(./images/banners.png) 0 -50px;
	height: 50px; width: 680px;
	margin: 20px 0 0 10px; padding: 0;
	text-indent: -999em;
}

#announcement_list {list-style: none; margin: 10px 20px 20px; padding: 0;}

	#announcement_list li {.display: inline;}

	#announcement_list li a {
		border: #d8d5b9 1px solid; 
		display: block; 
		float: left;
		margin: 0 10px 10px 0; 
		padding: 20px;
		width: auto;
		.width: 282px;
	}
	
	#announcement_list li a:hover {text-decoration: none;}
	
		.announcement_title {
			display: block;
			font-family: 'CopseRegular', Georgia, serif;
			font-size: 18px;
			font-weight: normal;
			margin-bottom: 2px;
		}
		
			.announcement_title:hover {text-decoration: underline;}
		
		.announcement_date {color: #aca988; font-weight: normal;}


/*--------------------------------------------------
  Footer 
--------------------------------------------------*/

#footer h2 {margin: 0;}

#footer_info a:hover {text-decoration: underline;}

#mini_logo {
	background: url(./images/mini_logo.png);
	display: block;
	float: left;
	height: 47px; width: 60px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}

#footer_info {float: left; font-size: .875em; width: 700px;}

#secondary_nav {clear: both; display: block; float: left; list-style: none; margin: 0 0 7px; padding: 0;}
	#secondary_nav li {border-left: 1px solid #79766b; display: inline; padding: 0 3px 0 8px; .padding: 0 8px 0 5px;}
		#secondary_nav li.first {border: none;}

#social_media_links_list {clear: both; display: block; float: left; list-style: none; margin: 0 0 0 3px; padding: 0;}
	#social_media_links_list li {display: inline; margin: 0 5px 0 0;}

#fc_logo {
	background: url(./images/fc_logo.png);
	display: block;
	float: right;
	height: 35px; width: 160px;
	margin: 0;
	text-indent: -9999px;
}


/*--------------------------------------------------
  Breadcrumbs 
--------------------------------------------------*/

#breadcrumbs {
	border-top: 1px dashed #fff;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
	border-radius: 5px 5px 0 0;
    float: right;
    margin: 10px 40px 0 0;
	min-height: 33px;
	padding: 0;
	width: 658px;
}

	#breadcrumbs_trail a {
		border: none;
		.border-right: 1px dashed #fff;
		display: block;
		float: left;
		font-weight: bold !important;
		margin: 0;
		padding: 6px 0 5px 11px;
		.padding: 6px 11px 5px;
	}
	
		#breadcrumbs_trail a:hover {color: #fff; text-decoration: none;}
		#breadcrumbs_trail a:hover:after {border-left: 8px solid #fff;}
	
		#breadcrumbs_trail a:after {
			content: "";
			display: block;
			float: right; 
			height: 0; width: 0;
			border-top: 4px solid transparent;
   			border-left: 8px solid #aca988;
   			border-bottom: 4px solid transparent;
   			margin: 7px 0 0 10px;
		}
		
		#printable a, #page_qr a {margin: 9px 3px 0; padding: 0;}
		#page_qr a {margin-right: 10px;}
		#printable a:after, #page_qr a:after {border: 0; 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;}


/*--------------------------------------------------
  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>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {padding:; height: 50px; 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 {background: #fff; margin-left: 230px; margin-top: -50px;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 170px; margin-top: -29px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu ul a {
	color: #370900;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	width: 220px;
}

/* 2nd+ level styles */
.menu li ul li a {
	background: #fff;
	border-top: 1px dashed #e6e4d3;
	color: #7e794f;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em; 
	padding: 5px 10px 5px;
	text-align: left;
	width: 150px; 
}

	.menu li ul li:first-child a {border-top: 1px solid #fff;}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: url(./images/nav_hover.png) no-repeat; color: #8d3600; cursor: pointer; display: block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #8d3600;}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {background: #fff; color: #beba95; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #fff; color: #beba95;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {background: #fff; color: #beba95;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 50px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -50px;}

/* active states */
#navbar a.active img {top:-100px;}

/* --- 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 {color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* 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;}


/*--------------------------------------------------
  Calendar 
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #fff;
    border: 2px solid #e6e4d3;
    border-radius: 5px;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #fff;
	border: 2px solid #e6e4d3;
	border-radius: 5px;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
}

.CalOverTitle {font-weight: bold; color: #cf601f;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {border-collapse: collapse;}
#calendartable td a {display: block; height: 30px; text-align: center;}
#calendartable td a:hover {background: #d8d5b9; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal {border-collapse: collapse; clear: both;}
#mainCal td {border-collapse: collapse; font-size: 10px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1.5; margin: 0 0 10px;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1.5; margin: 0 0 10px;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1.5; margin: 0 0 10px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #847f5c; z-index: 1;}

/* ----------- Inside Each Day ------------*/

#ajaxCal img.caldot {display: none;}
img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 10px;}

.ToDay {background: #e6e4d3 url(./images/calday_bg.png) repeat-x; border: 1px solid #d8d5b9; border-top: none; *border-top: 1px solid #e6e4d3;}
.WeekendDay, .WeekDay {background: #e6e4d3 url(./images/calday_bg.png) repeat-x; border: 1px solid #d8d5b9; border-top: none; *border-top: 1px solid #e6e4d3;}
.emptyday, .EmptyDay {border: 1px solid #e6e4d3; border-top: none; *border-top: 1px solid #e6e4d3;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #847f5c; font-weight: normal;}

.ColumnHeader {color: #fff; background: #cf601f; font-weight: bold; padding: 5px;}

.SmallNote {font-style: italic; font-size:80%;}


/*--------------------------------------------------
  Global Front End 
--------------------------------------------------*/

#pagination a {
	border: 1px solid #e6e4d3; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #e6e4d3; border: 1px solid #e6e4d3;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #847f5c;}

form {margin: 0px; padding: 0px;}
input, select, textarea {font-family: Verdana; font-size: 12px; margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

input[type=radio] {border: none; margin: 0 2px 0 15px;}
input[type=radio]:first-child {margin: 0 2px 0 0;}
input[type=checkbox] {border: none;}

input, textarea {border: 1px dashed #d8d5b9; color: #847f5c; padding: 5px;}
input:focus, textarea:focus {background: #e6e4d3; border: 1px solid #d8d5b9;}

.PicOff {border: 5px solid #e6e4d3; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #cf601f; margin: 5px; vertical-align: middle;}

.GraphBar {background: #cf601f; margin: 0 10px;}

.RequiredFieldLabel {color:; 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 #e6e4d3; text-align: left;}
.contentTable th {color: #847f5c; border-bottom: 2px solid #e6e4d3; 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 #e6e4d3;color: #847f5c;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 #e6e4d3; padding:0px 15px 15px 15px; margin: 20px 0;}
fieldset legend { color: #847f5c; font-weight: bold; font-size: 120%; }

.borderbox {border: 1px solid #e6e4d3; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {font-weight: normal; overflow: visible; vertical-align: middle;}

.submitbutton {
	background: #cf601f; 
	border: none; 
	color: #fff; 
	cursor: pointer; 
	font-family: 'CopseRegular', Georgia, serif; 
	font-size: 1.5em; 
	padding: 8px 10px;
}

.smallbutton {
	background: #cf601f; 
	border: none; 
	color: #fff; 
	cursor: pointer; 
	font-family: 'CopseRegular', Georgia, serif;
	margin: 0;
	padding: 5px 7px;
}

.smallinput {margin: 0;}
.submitbutton:focus, .smallbutton:focus {background: #cf601f; border: none;}

/*
.smallbutton, .smallselect, .smallinput {font-weight: normal; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton { }
.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}


/*--------------------------------------------------
  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 --- */
