/*--------------- Design 1118 ---------------

..............................COLOR LEGEND

Body Text ......................... 666
Link Color ........................ 6C2F72
Line Color ........................ e9e9e9
Search Field Border ............... 000

----------------------------------------*/

/*--------------------------------------------------
  Font Embedding 
--------------------------------------------------*/

@font-face {
    font-family: 'Museo Slab 500';
    src: url('./fonts/museoslab500.eot');
    src: url('./fonts/museoslab500.eot?#iefix') format('embedded-opentype'),
         url('./fonts/museoslab500.woff') format('woff'),
         url('./fonts/museoslab500.ttf') format('truetype'),
         url('./fonts/museoslab500.svg#museoslab500') 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.png) repeat-x;
	color: #666;
	font-family: 'Arial', sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #6C2F72; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

address {display: inline; font-style: normal;}

blockquote {margin: 1em 40px;}

h1, .ContentHeader {color: #000; font-family: 'Museo Slab 500'; font-size: 2em; font-weight: normal;}
h2, .ContentSubHeader, .SidebarLabel {color: #000; font-family: 'Museo Slab 500'; font-size: 1.5em; font-weight: normal;}
h3 {color: #000; font-family: 'Museo Slab 500'; font-size: 1.15em; font-weight: normal;}

hr {height: 1px; background: #e9e9e9; color: #e9e9e9; 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 
--------------------------------------------------*/

#container {background: url(./images/container_bg.jpg) top center no-repeat; min-height: 100%; width: 100%;}

#wrapper {
	font-size: .75em;
	height: auto; width: 940px;
	margin: 0 auto;
}

	#header {height: 130px; width: 940px; position: relative; z-index: 9999;}
	
	#navbar {
		height: 50px; max-width: 600px;
		position: absolute; top: 60px; right: 60px;
	}
		
	#primary {
		background: url(./images/trans_white10.png);
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,.25);
		float: left; 
		height: auto; width: 920px; 
		padding: 10px;
	}
		
		#flashbox_wrap_ns {
			background: #000; 
			height: 380px; width: 920px; 
			overflow: hidden;
		}
		
	#footer {
		color: #666;
		clear: both;
		font-size: .6875em; 
		min-height: 150px; width: 940px; 
		margin: 0 auto;
		padding-top: 25px;
	}


/*--------------------------------------------------
  Header 
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
background: url(./images/logo.png) no-repeat;
display: block;
height: 70px;
width: 325px;
position: absolute;
top: 30px;
left: 10px;
text-indent: -9999px;
}

.menu_select_box {display: none;}

	#search_toggle {
		background: url(./images/search_open.png) no-repeat;
		border: none;
		display: block;
		height: 50px; width: 40px;
		position: absolute; top: 57px; right: 10px;
		text-indent: -9999px;
	}
	
		.pressed {background: url(./images/search_close.png) no-repeat !important; display: none; top: 59px !important;}
		
	#site_search {
		height: auto; width: 0;
		overflow: hidden;
		position: absolute; top: 67px; right: 45px;
	}
			
		#site_search fieldset {border: 0; margin: 0; padding: 0;}
		
		.search_field {
			background: black;
			border: 1px solid #000;
			color: white;
			font-size: 12px;
			margin: 0;
			padding: 8px 40px 8px 8px;
			width: 280px;
		}
		
		.submit_button {
			background: none;
			border: 0;
			cursor: pointer;
			height: 29px;
			width: 30px;
			line-height: 0;
			margin: 0 0 0 -35px;
			padding: 0;
			text-indent: -9999px;
		}


/*--------------------------------------------------
  Primary 
--------------------------------------------------*/

#image_links, #image_links_ns {
	height: 140px; width: 920px;
	list-style: none;
	margin: 10px 0 0 0; padding: 0;
}

	#image_links li {display: inline; float: left;}
	#image_links a {display: block; height: 140px; width: 300px;}
	#image_links img {max-width: 100%; height: auto;}
	#image_link1, #image_link2 {margin-right: 10px;}
	
/* NON-STANDARD SUB */

#image_links_ns li {
	background: #bbb;
	display: block; 
	float: left; 
	height: 140px; width: 300px;
	margin-right: 10px;
	overflow: hidden;
}
	
	#image_links_ns li#image_link3 {margin-right: 0;}


/*--------------------------------------------------
  Sub Primary 
--------------------------------------------------*/

#sub_flashbox {height: auto; max-width: 920px; margin: 0; overflow: hidden;}

#content {
	background: #fff url(./images/page_title_bg.png) no-repeat top center; 
	float: left; 
	height: auto; width: 920px; 
	margin: 0;
}

#main {float: left; height: auto; width: 570px; padding: 30px 0 30px 30px}
	
	#main_sans_sidebar {float: left; min-height: 220px; width: 860px; padding: 30px;}
	
	#sidebar {float: right; height: auto; width: 260px; padding: 30px;}
	
	#no_sidebar {display: none;}
	
		#sidebar_content, #poll {
			background: #fff;
			border: 1px solid #e9e9e9;
			height: auto; width: 218px;
			list-style: none;
			margin: 30px 0 0;
			padding: 20px;
		}
		
		#sidebar_content:hover, #poll:hover, #courtesy_nav:hover {box-shadow: 0 0 10px #e9e9e9;}

	#page_title {font-size: 2.5em; margin: 10px 0 20px;}
	
	
/*--------------------------------------------------
  Courtesy Nav 
--------------------------------------------------*/

#courtesy_nav {
	background: url(./images/courtesy_header.png) no-repeat;
	border: 1px solid #e9e9e9;
	.float: left; /* fix top margin in IE */
	height: auto; width: 218px;
	list-style: none;
	margin: 0 0 0; padding: 55px 20px 5px;
}

	#courtesy_nav li a {
		border-top: 1px dashed #e9e9e9;
		color: #666;
		display: block;
		font-weight: normal;
		padding: 12px 0;
	}
	
		#courtesy_nav li a:hover {background: url(./images/courtesy_hover.png) no-repeat top right; color: #6C2F72; text-decoration: none;}
		
		#courtesy_nav li.active a {color: #6C2F72;}
	
	#courtesy_nav li.first a {border: none;}
	
	
/*--------------------------------------------------
  Footer 
--------------------------------------------------*/

#footer a {color: #6C2F72;}

#mini_logo {
	background: url(./images/mini_logo.png);
	display: none;
	float: left;
	height: 60px;
	width: 40px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
}

#footer_info {float: left; width: 820px;}

#secondary_nav {clear: both; display: block; float: left; list-style: none; margin: 0 0 6px; padding: 0;}
#secondary_nav li {border-left: 1px solid #888; display: inline; padding: 0 3px 0 8px; .padding: 0 8px 0 5px;}
#secondary_nav li.first {border: none; padding: 0 8px 0 0;}

#social_media_links_list {clear: both; display: block; float: left; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: left;}
#social_media_links_list li a {padding-right: 7px;}

#fc_logo {
	background: url(./images/fc_logo.png);
	display: block;
	float: right;
	height: 30px; width: 40px;
	margin: 0;
	text-indent: -9999em;
}

	#fc_logo:hover {background-position: 0 -30px;}


/*--------------------------------------------------
  Breadcrumbs 
--------------------------------------------------*/

#breadcrumbs {
    background: #fff;
    border-bottom: 1px dashed #e9e9e9;
    margin: 0;
	min-height: 30px;
	margin: 0 0 30px;
	padding: 5px;
	max-width: 560px;
}

#breadcrumbs_sans_sidebar {
    background: #fff;
    border-bottom: 1px dashed #e9e9e9;
    margin: 0;
	min-height: 30px;
	margin: 0 0 30px;
	padding: 5px;
	max-width: 860px;
}

	#breadcrumbs a, #breadcrumbs_sans_sidebar a {
		background: #fff url(./images/courtesy_hover.png) right no-repeat;
		color: #666;
		border: none;
		display: block;
		float: left;
		font-weight: bold !important;
		padding: 5px 18px 5px 10px;
	}
	
		#breadcrumbs a.first, #breadcrumbs_sans_sidebar a.first {padding-left: 0;}
		#breadcrumbs a.active, #breadcrumbs_sans_sidebar a.active {background: none;}
		#breadcrumbs a:hover, #breadcrumbs_sans_sidebar a:hover {color: #004b96;}

	#printable a, #page_qr a {border: 0; margin: 7px 3px !important; 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;}
	.addthis_toolbox a {background: none !important; margin: 7px 3px !important; padding: 0 !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 li ul {
	background: #fff; 
	background: rgba(255,255,255,.9);
	border: 1px solid #eee;
	padding: 7px;
}

/* 3rd+ level */
.menu li ul li ul {margin-left: 162px; margin-top: -29px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu li a {
	border: 1px solid transparent;
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0; /* Disable if IE BG Gradient applied */
}	

/* 2nd+ level styles */
.menu li ul li a {
	border-top: 1px dashed #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	.margin: -1px 0 0;
	padding: 5px; 
	width: 150px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0; /* Disable if IE BG Gradient applied */
}

	.menu li ul li:first-child a {border-top: none !important;}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: url(./images/trans_white10.png); border: 1px solid rgba(255,255,255,.1); border-bottom: none; color: #22c7e1; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #22c7e1;}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {background: #6C2F72; border-top: 1px solid #6C2F72; color: #fff; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #6C2F72;}

/* 2nd+ level active page rollover */
#navbar li ul li:hover>a.active {color: #fff;}

/* ------- 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;}


/*--------------------------------------------------
  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 #eee;
    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 #eee;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
}

.CalOverTitle {font-weight: bold; color: #6C2F72;}

/* ----------- 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 ------------*/

#mainCal {
	border-collapse: collapse; 
	clear: both; 
	table-layout: fixed; /* Fix word-wrap in IE */
}

#mainCal td {
	border-collapse: collapse;
	font-size: 11px;
	max-width: 0; /* Keep table cells consistent */
	max-width: 400px\9; /* IE8 fix */
	padding: 0;
	vertical-align: top;
	width: 14%;
	word-wrap: break-word;
}

#mainCal td:hover {z-index: 99; position: relative; *position: static; *z-index: 0;}

#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: #222; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {display: none;}
.calEventName {background: #e6f5f8; margin: 3px; padding: 4px; line-height: 1.3;}

.ToDay {background: #f9f9f9; border: 1px solid #eee; border-top: none; *border-top: 1px solid #eee; box-shadow: inset 0 0 20px #eee;}
.WeekendDay, .WeekDay {background: #fff; border: 1px solid #eee; border-top: none; *border-top: 1px solid #eee;}
.emptyday, .EmptyDay {border: 1px solid #eee; border-top: none; *border-top: 1px solid #eee;}

.CalendarDayNumber {color: #222; font-weight: normal; margin: 2px 0 0 5px;}
.CalendarCurrentDayNumber {color: #222; font-weight: bold; margin: 2px 0 0 5px;}

.ColumnHeader {color: #fff; background: #222; font-weight: bold; padding: 5px;}

.SmallNote {font-style: italic; font-size: 80%;}


/*--------------------------------------------------
  Global Front End 
--------------------------------------------------*/

#pagination a {
	border: 1px solid #e9e9e9; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #e9e9e9; border: 1px solid #e9e9e9;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #666;}

form {margin: 0px; padding: 0px;}
input, select, textarea {background: #f9f9f9; border: 1px solid #e9e9e9; color: #666; margin-bottom: 5px; margin-right: 10px; padding: 5px; vertical-align: middle;}
input:focus, textarea:focus {border: 1px solid #6C2F72;}

input[type=radio], input[type=checkbox] {background: none; border: 0; margin: 0 2px 0 0;}

.PicOff {border: 5px solid #e9e9e9; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #22c7e1; margin: 5px; vertical-align: middle;}

.GraphBar {background: #22c7e1; margin: 0 10px;}

.RequiredFieldLabel {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 #e9e9e9; text-align: left;}
.contentTable th {color: #666; border-bottom: 2px solid #e9e9e9; 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 #e9e9e9; color: #666; padding-right: 20px; text-align: right; width: 100px;}
.contentTable tr:hover td {background:rgba(0,0,0,.025)}
.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 #e9e9e9;padding:0px 15px 15px 15px;margin:20px 0;}
fieldset legend {color: #666; font-weight: bold; font-size: 100%;}

.borderbox {border: 1px solid #e9e9e9; padding: 5px;}
.iconlink {margin: 0 5px;}

/*----- Special Buttons -----*/

.submitbutton, input.submitbutton:focus {
	background: #6C2F72;
	border: 1px solid #6C2F72;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
	color: #fff;
	font-family: 'Museo Slab 500';
	font-size: 1.5em;
	font-weight: normal;
	overflow: visible;
	padding: 5px 10px;
	-webkit-transition: background .1s linear, border .1s linear;
	-moz-transition: background .1s linear, border .1s linear;
	transition: background .1s linear, border .1s linear;
	-webkit-appearance: none;
}

.smallbutton, input.smallbutton:focus, .link_button {
	background: #6C2F72;
	border: 1px solid #6C2F72;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
	color: #fff;
	font-family: 'Verdana';
	font-weight: bold;
	overflow: visible;
	padding-left: 10px; padding-right: 10px;
	-webkit-transition: background .1s linear, border .1s linear;
	-moz-transition: background .1s linear, border .1s linear;
	transition: background .1s linear, border .1s linear;
	-webkit-appearance: none;
}

.link_button {display: inline-block; text-decoration: none; -webkit-appearance: none;}
.link_button:hover {text-decoration: none;}

	.submitbutton:hover, .smallbutton:hover, .link_button:hover {background-color: #8e3c95;}
	.submitbutton:active, .smallbutton:active, .link_button:active {box-shadow: inset 0 0 5px rgba(0,0,0,.4);}

/*--------------------------------------------------
  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 --- */


/*--------------------------------------------------
  Responsive Styles for Tablet (<1000px) 
--------------------------------------------------*/

@media screen and (max-width: 1000px) {
	#wrapper, #header, #footer {width: 670px;}
	#primary {width: 650px;}
	.menu {display: none;}
	.menu_select_box {display: block; position: absolute; top: 12px; right: 0;}
	#marquee, .marquee, .marquee-rotator, .marquee-rotator .screen {height: 223px !important; width: 650px !important;}
		.screen img {width: 100% !important; height: 100% !important;}
	#sub_flashbox, #sub_flashbox .marquee, #sub_flashbox .marquee-rotator, #sub_flashbox .marquee-rotator .screen {height: 120px !important; width: 650px !important;}
		#sub_flashbox .marquee-rotator .prev-btn, #sub_flashbox .marquee-rotator .next-btn {top: 33%;}
	#image_links, #image_links_ns {height: 98px; width: 650px;}
	#image_links a {height: 98px; width: 210px;}
	#footer_info {width: 575px;}
	#fc_logo {margin-top: -15px;}
	#content {width: 650px;}
	#main {width: 590px; padding: 30px;}
	#main_sans_sidebar {width: 590px; padding: 30px;}
	#sidebar {float: left; width: 590px; padding: 30px;}
	#sidebar_content, #poll, #courtesy_nav {width: 548px;}
}




/*--------------------------------------------------
  Color Swatches
--------------------------------------------------*/

/* Pulled from link color */
.cs_accent_fg {color: #6C2F72 !important;}
.cs_accent_bg {background-color: #6C2F72 !important;}
.cs_accent_border {border-color: #6C2F72 !important;}

/* Pulled from .columnheader bg */
.cs_dark_fg {color: #222 !important;}
.cs_dark_bg {background-color: #222 !important;}
.cs_dark_border {border-color: #222 !important;}

/* Pulled from .columnheader text */
.cs_light_fg {color: #fff !important;}
.cs_light_bg {background-color: #fff !important;}
.cs_light_border {border-color: #fff !important;}

/* Pulled from .borderbox border */
.cs_line_fg {color: #e9e9e9 !important;}
.cs_line_bg {background-color: #e9e9e9 !important;}
.cs_line_border {border-color: #e9e9e9 !important;}

/*--------------------------------------------------
  END Color Swatches
--------------------------------------------------*/
