/*--------------- Design 1115 ---------------

..............................COLOR LEGEND

Body Text / BG Color .............. 79766b
Headings (Rust) ................... 653700
Link Color (Blue) ................. 6c8c84
hr / Line Color ................... c5c2b2
Footer Text ....................... 605e4b
Page Title / Cal .tt .............. e4e2d9
Menu 2nd LVL Dividers ............. d0ccbc

----------------------------------------*/

/*--------------------------------------------------
------------------  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: #653700; color: #e4e2d9; /* Safari */}
::-moz-selection {background: #653700; color: #e4e2d9; /* Firefox */}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('./fonts/League_Gothic-webfont.eot');
    src: url('./fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/League_Gothic-webfont.woff') format('woff'),
         url('./fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('./fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

html {background: url(./images/html_bg.jpg);}

body {
	background: url(./images/body_bg.jpg) repeat-x;
	color: #79766b;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #6c8c84; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

address {display: inline; font-style: normal;}

h1, .ContentHeader {color: #653700; font-family: 'LeagueGothicRegular'; font-size: 2.5em; font-weight: normal; text-transform: uppercase;}
h2, .ContentSubHeader, .SidebarLabel {color: #653700; font-family: 'LeagueGothicRegular'; font-weight: normal; font-size: 2.25em;}
h3 {color: #653700; font-family: 'LeagueGothicRegular'; font-weight: normal; font-size: 1.75em;}

h2>a {color: #653700; font-weight: normal;}
h2>a:hover {background: #c5c2b2;}

hr {height: 1px; background: #c5c2b2; color: #c5c2b2; 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;}
.semantic {margin: 0; padding: 0; position: absolute; left: -9999px;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {background: url(./images/container_bg.jpg) no-repeat top center; min-height: 100%; width: 100%;}

#wrapper {
	font-size: .8125em;
	height: auto; width: 920px;
	margin: 0 auto;
}

	#header {height: 200px; width: 920px; position: relative; z-index: 9999;}
	
	#navbar {height: 50px; width: 920px; position: absolute; top: 0; left: 0;}
	
	#flashbox_wrap {
		background: url(./images/flashbox_bg.jpg) no-repeat;
		height: 320px; width: 900px;
		overflow: hidden;
		padding: 10px;
		position: relative;
	}
	
	#image_link_container {
		background: url(./images/image_links_bg.jpg) top center no-repeat;
		height: 140px; width: auto;
		*height: 165px;
	}
	
		#image_links, #image_links_ns {
			height: 140px; 
			width: 920px;
			list-style: none;
			margin: 0 auto; 
			padding: 0;
		}
		
	#footer_container {
		background: url(./images/footer_bg_home.jpg) top center no-repeat;
		height: 200px; width: auto;
		margin: -25px 0 0;
	}
	
		#footer {
			color: #605e4b;
			font-size: .8125em;
			height: auto; width: 920px; 
			margin: 0 auto;
		}


/*------------------ Subpage --------------------*/

#primary {background: url(./images/primary_bg.png); float: left; min-height: 305px; width: 920px;}

	#sub_flashbox {margin: 0 0 10px 10px; .margin: 10px 0 0 10px;}
	
	#main {float: left; height: auto; width: 560px; line-height: 1.7; padding: 20px; .margin: 0 0 20px;}
	
	#sidebar {float: right; height: auto; width: 310px; margin: 20px 10px 0 0;}
	
		#sidebar_inner {background: url(./images/sidebar_bg.jpg) repeat-y; height: auto; width: 310px;}
		
		#sidebar_inner_bottom {background: url(./images/sidebar_bottom.jpg); height: 20px; width: 310px;}
		
		#sidebar_content {line-height: 1.7; padding: 0 30px 30px;}
		
	#main_sans_sidebar {padding: 20px; .margin: 0 0 20px;}
		
	#no_sidebar {display: none;}

#footer_sub_container {
	background: url(./images/footer_bg_sub.jpg) top center no-repeat;
	clear: both;
	height: 200px; width: auto;
	margin: -15px 0 0;
}


/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
background: url(./images/logo.jpg) no-repeat;
display: block;
height: 100px;
width: 570px;
position: absolute;
top: 77px;
left: 0;
text-indent: -9999px;
}

#site_search {
	background: url(./images/search_bg.png) no-repeat;
	height: 70px; width: 300px;
	position: absolute; top: 90px; right: 0;
}
	
	#site_search fieldset {border: 0; margin: 0; padding: 0;}
	
	.search_field {
		background: none;
		border: 0;
		color: #79766b;
		font-family: 'Verdana', sans-serif;
		font-size: 1em;
		margin: 0; padding: 12px;
		position: absolute; top: 10px; left: 0;
		width: 210px;
	}
	
		input.search_field:focus {border: none;}
	
	.submit_button {
		background: none;
		border: 0;
		cursor: pointer;
		line-height: 0;
		margin: 0; padding: 22px;
		position: absolute; top: 0; right: 0;
		width: 60px;
		text-indent: -9999px;
	}
	

/*------------------ Image Links --------------------*/

#image_links li {display: inline;}

#image_link1, #image_link2, #image_link3 {
	cursor: pointer;
	display: block;
	float: left;
	height: 110px; width: 280px;
	position: relative;
	text-indent: -9999px;
}

#image_link1 {background: url(./images/image_links_hover.jpg); margin: 20px 0 0 10px;}
#image_link2 {background: url(./images/image_links_hover.jpg) -310px 0; margin: 20px 0 0 30px;}
#image_link3 {background: url(./images/image_links_hover.jpg) -620px 0; margin: 20px 0 0 30px;}

	/* --- Normal State Overlay --- */
	
	#image_link1 span, #image_link2 span, #image_link3 span {
		display: block; 
		height: 110px; width: 280px; 
		position: absolute; top: 0; left: 0;
	}
	
	#image_link1 span {background: url(./images/image_links.jpg);}
	#image_link2 span {background: url(./images/image_links.jpg) -310px 0;}
	#image_link3 span {background: url(./images/image_links.jpg) -620px 0;}

/* NON STANDARD SUB */

#image_links_ns li {background: #B4B19E; cursor: inherit; overflow: hidden; text-indent: 0;}

	
/*------------------ Footer --------------------*/

#footer a {color: #653700; text-decoration: none;}
#footer_info a:hover {text-decoration: underline;}

#footer_info {float: left; font-size: .875em; margin: 45px 0 0; max-width: 740px;}

#secondary_nav {clear: both; display: block; float: left; list-style: none; margin: 0 0 10px; 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 {list-style: none; margin: 0 0 0 2px; padding: 0;}
#social_media_links_list li {float: left; margin-right: 7px; .margin-right: 4px;}

#fc_logo {
	background: url(./images/fc_logo.png);
	display: block;
	float: right;
	height: 35px; width: 160px;
	margin: 45px 0 0;
	text-indent: -9999px;
}

/*------------------ Breadcrumbs --------------------*/

#breadcrumbs {
    background: url(./images/breadcrumb_bg.jpg);
    float: left;
    height: 40px; width: 915px;
	padding: 0 0 0 5px;
}

	#breadcrumbs_trail {position: absolute; width: 915px;}

	#breadcrumbs_trail a {
		background: url(./images/breadcrumb_endcap.png) top right no-repeat;
		color: #79766b;
		border: none;
		display: block;
		float: left;
		font-weight: normal;
		height: 40px;
		padding: 8px 15px 2px 10px;
		text-decoration: none;
	}
	
		#breadcrumbs_trail a:hover {color: #653700; text-decoration: underline;}
		#breadcrumbs_trail a.active {color: #653700;}
		
#printable a, #page_qr a, .addthis_toolbox a {margin: 11px 6px 11px 0 !important; padding: 0;}
#page_qr a {margin-right: 12px;}
#printable a:hover {background: url(/sr/images/print_page.png) !important;}
#page_qr a:hover {background: url(/sr/images/qr_code.png) !important;}
.addthis_toolbox {margin-right: 5px;}

/*------------------ Page Title --------------------*/

#pagetitle {
	background: url(./images/pagetitle_bg.png) repeat-x;
	color: #e4e2d9;
	float: left;
	height: 40px; width: auto;
	line-height: .75em;
	margin: 20px 0 0 -20px;
	padding: 23px 30px 17px 20px;
	position: relative;
}

	#pagetitle_left {
		background: url(./images/pagetitle_left.png) no-repeat;
		display: block;
		height: 80px; width: 10px;
		position: absolute; top: 0; left: -10px;
	}
	
	#pagetitle_right {
		background: url(./images/pagetitle_right.png) no-repeat;
		display: block;
		height: 80px; width: 15px;
		position: absolute; top: 0; right: 0;
	}


/*---------------- Courtesy Nav ------------------*/

#courtesy_nav {
	background: url(./images/courtesy_header.jpg) no-repeat;
	min-height: 100px; width: 250px;
	list-style: none;
	margin: 0; padding: 80px 30px 30px 30px;
}

	#courtesy_nav li a {
		border-bottom: 1px dashed #c5c2b2; 
		color: #79766b;
		display: block;
		padding: 8px 5px;
	}
	
		#courtesy_nav li a:hover {background: url(./images/courtesy_item_bg.png) no-repeat right; color: #653700; text-decoration: none;}
		
		#courtesy_nav li.active a {color: #653700;}


/*---------------- Survey ------------------*/

#poll {padding: 0 30px 30px;}

#poll h2 {
	background: url(./images/survey_header.jpg) no-repeat;
	height: 75px; width: 290px;
	margin: 0 0 0 -20px;
	text-indent: -9999px;
}

#poll .SidebarLabel {display: none;}


/*---------------- Newsletter ------------------*/

#email_list {
	background: url(./images/newsletter_bg.jpg);
	height: 120px; width: 290px;
	margin: 0 0 20px 10px;
	position: relative;
}

	.input_email_list {
		background: none;
		border: none;
		color: #79766b;
		font-family: 'Verdana', sans-serif;
		font-size: 1em;
		padding: 11px;
		position: absolute; top: 65px; left: 10px;
		width: 200px;
	}
	
		input.input_email_list:focus {border: none;}
	
	.button_email_list {
		background: none;
		border: none;
		cursor: pointer;
		height: 38px; width: 40px;
		line-height: 0;
		padding: 18px;
		position: absolute; top: 65px; right: 0;
		text-indent: -9999px;
	}
	

/*--------------------------------------------------
 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 {margin-left: 10px;}
.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; background: url(./images/nav_dropdown_bg.jpg); padding: 5px;}

/* 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: #79766b;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
}

	.menu a.first {border-top: none;}
	.menu li.firstlevel:last-child>a {border-right: none;}

/* 2nd+ level styles */
.menu li ul li a {
	border-top: 1px solid #d0ccbc;
	font-size: .9375em;
	font-weight: normal;
	line-height: 1.5em; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

	.menu li ul li:first-child a {border-top: none;}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: url(./images/nav_dropdown_bg.jpg); color: #653700; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #79766b;}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {background: #d0ccbc; color: #653700; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #653700;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {color: #653700;}

/* ------- 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 {background: url(./images/nav_dropdown_bg.jpg); color: #653700;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #d0ccbc; color: #653700;}

* 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: #e4e2d9;
    border: 2px solid #d0ccbc;
    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: #e4e2d9;
	border: 2px solid #d0ccbc;
	border-radius: 5px;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
}

.CalOverTitle {font-weight: bold; color: #653700;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {border-collapse: collapse;}
#calendartable td a {display: block; height: 30px; text-align: center;}
#calendartable td a:hover {background: #eee; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#ajaxCal .ContentSubHeader {line-height: 1.25em;}

#mainCal {border-collapse: collapse; clear: both;}
#mainCal td {border-collapse: collapse; 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 {font-size: .875em;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #653700; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 10px; line-height: 1.5;}

.ToDay {border: 1px solid #c5c2b2; border-top: none; *border-top: 1px solid #c5c2b2;}
.WeekendDay, .WeekDay {border: 1px solid #c5c2b2; border-top: none; *border-top: 1px solid #c5c2b2;}
.emptyday, .EmptyDay {border: 1px solid #c5c2b2; border-top: none; *border-top: 1px solid #c5c2b2;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {font-weight: normal;}

.ColumnHeader {color: #e4e2d9; background: #653700; font-weight: bold; padding: 5px;}

.SmallNote {font-style: italic; font-size: 80%;}

/*--------------------------------------------------
-------------- 6. GLOBAL FRONT END -----------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #c5c2b2; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #c5c2b2; border: 1px solid #c5c2b2;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #79766b;}

form {margin: 0px; padding: 0px;}
input, select, textarea {background: #e4e2d9; border: 1px solid #c5c2b2; color: #79766b; margin-bottom: 5px; margin-right: 10px; padding: 4px; vertical-align: middle;}
input:focus, textarea:focus {border: 1px solid #653700;}

.PicOff {border: 5px solid #c5c2b2; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #6c8c84; margin: 5px; vertical-align: middle;}

.GraphBar {background: #6c8c84; margin: 0 10px;}

.RequiredFieldLabel {color:; font-weight: bold;}

a.accordion_header {font-size: 1em !important;}
#responsive_agenda {display: none;} /* keep agenda from displaying in IE8 */
 
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 #c5c2b2; text-align: left;}
.contentTable th {color: #79766b; border-bottom: 2px solid #c5c2b2; 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 #c5c2b2; color: #79766b; 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 #c5c2b2;padding:0px 15px 15px 15px;margin:20px 0;}
fieldset legend {color: #79766b; font-weight: bold; font-size: 100%;}

.borderbox {border: 1px solid #c5c2b2; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton {
	background: #6c8c84;
	color: #e4e2d9;
	font-family: 'LeagueGothicRegular', Verdana, sans-serif;
	font-size: 1.5em; 
	font-weight: normal;
	letter-spacing: 0px; 
	margin: 1px; 
	padding: 5px 10px; 
	overflow: visible; 
	vertical-align: middle;
	text-transform: uppercase;
}
.smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: Verdana, sans-serif;
	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; background: #e4e2d9; color: #79766b;}
.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, #sub_marquee, #sub_marquee img {
	height: auto !important;  
	max-width: 100% !important;
	/* width: 100% !important; */
	/* max-height: 400px !important; */
	/* overflow: hidden !important; */
}

/*#marquee, #marquee-rotator-container, .br-screen {overflow: visible !important;}*/
 
/*----- PREV & BACK BUTTONS -----*/
 
.br-side-prev, .br-side-next {
	display: block;
	height: 50px; width: 50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent: -9999px;
	z-index: 11;
}
 
.br-side-prev {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.br-side-next {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}
 
.br-side-prev:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.br-side-next:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}
 
/*------ PAGINATION -----*/
 
.br-thumbnails li.br-bullet {
	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;
}
 
.br-thumbnails li.br-bullet:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.br-thumbnails li.br-curr {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.br-thumbnails li.br-curr:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}
 
/* --- END Marquee Box --- */




/*--------------------------------------------------
  Color Swatches
--------------------------------------------------*/

/* Pulled from link color */
.cs_accent_fg {color: #6c8c84 !important;}
.cs_accent_bg {background-color: #6c8c84 !important;}
.cs_accent_border {border-color: #6c8c84 !important;}

/* Pulled from .columnheader bg */
.cs_dark_fg {color: #653700 !important;}
.cs_dark_bg {background-color: #653700 !important;}
.cs_dark_border {border-color: #653700 !important;}

/* Pulled from .columnheader text */
.cs_light_fg {color: #e4e2d9 !important;}
.cs_light_bg {background-color: #e4e2d9 !important;}
.cs_light_border {border-color: #e4e2d9 !important;}

/* Pulled from .borderbox border */
.cs_line_fg {color: #c5c2b2 !important;}
.cs_line_bg {background-color: #c5c2b2 !important;}
.cs_line_border {border-color: #c5c2b2 !important;}

/*--------------------------------------------------
  END Color Swatches
--------------------------------------------------*/

