/*--------------- Design 1201 ---------------

..............................COLOR LEGEND

Link Color ........................ 403134

----------------------------------------*/

/*--------------------------------------------------
  Reset 
--------------------------------------------------*/
 
a:hover, 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: #403134; color: #fff; /* Safari */}
::-moz-selection {background: #403134; color: #fff; /* Firefox */}

/* Display hand cursor for clickable form elements */
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;}

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {overflow: auto; vertical-align: top;}


/*--------------------------------------------------
  @fontface 
--------------------------------------------------*/

/*
@font-face {
    font-family: 'TitilliumBook';
    src: url('./fonts/titillium-book.eot');
    src: url('./fonts/titillium-book.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titillium-book.woff') format('woff'),
         url('./fonts/titillium-book.ttf') format('truetype'),
         url('./fonts/titillium-book.svg#TitilliumBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumBold';
    src: url('./fonts/titillium-bold.eot');
    src: url('./fonts/titillium-bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titillium-bold.woff') format('woff'),
         url('./fonts/titillium-bold.ttf') format('truetype'),
         url('./fonts/titillium-bold.svg#TitilliumBold') 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.png) no-repeat top center;
	color: #666;
	font-family: 'Arial';
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #403134; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

address {display: inline; font-style: normal;}

blockquote {margin: 1em 40px;}

h1, .ContentHeader {font-family: 'Myriad Pro', 'Arial'; font-size: 2em; font-weight: normal;}
h2, .ContentSubHeader, .SidebarLabel {font-family: 'Myriad Pro', 'Arial'; font-size: 1.75em; font-weight: normal;}
h3 {font-family: 'Myriad Pro', 'Arial'; font-size: 1.15em; font-weight: normal;}

h2>a, h2+a {font-weight: normal !important;}

hr {height: 1px; background: #ddd; color: #ddd; 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: 920px;
	margin: 0 auto;
}

	#header {
		height: 130px; width: 920px; 
		position: relative; 
		z-index: 9999;
	}
		
		#navbar {
			height: 35px; 
			max-width: 550px;
			position: absolute; top: 78px; right: 50px;
		}
		
	#primary {float: left; min-height: 360px; width: 920px;}
	
		#flashbox_wrap {float: left; height: 360px; width: 690px;}
		
		#image_links {
			background: #000;
			float: right; 
			height: 360px; width: 230px;
			list-style: none;
			margin: 0; padding: 0;
		}
			
	#footer {min-height: 120px; width: 920px; margin: 25px 0 0;}


/*--------------------------------------------------
  Structure 
--------------------------------------------------*/

#sub_primary {
	background: #fff url(./images/sub_primary.png) repeat-y;
	border-bottom: 1px solid #ddd;
	-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 */
	float: left; 
	min-height: 360px; width: 920px;
}

	#main {
		float: left; 
		height: auto; width: 580px; 
		padding: 20px;
	}
	
	#sidebar {
		float: left; 
		height: auto; width: 260px; 
		margin: -33px 0 0; 
		padding: 20px;
	}
	
		#sidebar_content {margin: 0 0 20px; padding: 0 10px;}
	
#sub_primary_sans {
	background: #fff url(./images/sub_primary_sans.png) repeat-y;
	border-bottom: 1px solid #ddd;
	-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 */
	float: left; 
	min-height: 360px; width: 920px;
}

	#main_sans {padding: 20px;}
	
	#no_sidebar {display: none;}

#page_title {
	background: #576772; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#74848f), to(#576772));
	background: -moz-linear-gradient(top,  #74848f,  #576772);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74848f', endColorstr='#576772');
	-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 */
	color: #fff;
	margin: 0;
	padding: 20px;
	zoom: 1; /* Ensure has-layout in IE */
}


/*--------------------------------------------------
  Header 
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 80px;
	width: 270px;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 10px;
	text-indent: -9999px;
}
	
	#search_open, #search_close {
		display: block;
		height: 40px; width: 40px;
		position: absolute; right: 0;
		text-indent: -9999px;
	}
	
		#search_open {background: url(./images/search_icon.png) no-repeat; top: 75px;}
		#search_open:hover {background-position: 0 -40px;}
		#search_open:active, #search_close:active {background-position: 0 -80px;}
		#search_close {background: url(./images/search_icon.png) no-repeat 0 -80px; display: none; top: 75px;}
		
	#site_search {
		height: auto; width: 0;
		overflow: hidden;
		position: absolute; top: 78px; right: 45px;
	}
			
		#site_search fieldset {border: 0; margin: 0; padding: 0;}
		
		.search_field {
			background: #f9f9f9;
			border: 1px solid #ddd;
			color: #333;
			font-size: 12px;
			margin: 0;
			padding: 8px 40px 8px 8px;
			width: 225px;
		}
		
		.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;
		}
		
	#image_links li a {
		display: block;
		height: 120px; width: 230px;
		text-indent: -9999em;
	}
		
		#image_link1 {background: url(./images/image_links.jpg) 0 0;}
		#image_link2 {background: url(./images/image_links.jpg) 0 -120px;}
		#image_link3 {background: url(./images/image_links.jpg) 0 -240px;}
	
	
/*--------------------------------------------------
  Footer 
--------------------------------------------------*/

#footer_info {color: #666; float: left; width: 800px; margin-left: 10px;}

	#footer address {float: left;}

#secondary_nav {clear: both; display: block; float: left; list-style: none; margin: 0 0 7px; padding: 0; width: 680px;}
#secondary_nav li {border-left: 1px solid #777; display: inline; padding: 0 3px 0 8px; .padding: 0 8px 0 6px;}
#secondary_nav li.first {border: none; padding-left: 0;}

#social_media_links_list {clear: both; display: block; float: left; list-style: none; margin: 0; padding: 0; width: 680px;}
#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: 34px; width: 48px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}


/*--------------------------------------------------
  Breadcrumbs 
--------------------------------------------------*/

#breadcrumbs {
    background: none;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	padding: 8px 17px 8px 20px;
	width: 583px;
}

	#breadcrumbs_sans {
	    background: none;
	    border-bottom: 1px solid #ddd;
	    color: #bbb;
		padding: 8px 17px 8px 20px;
		width: 883px;
	}

	#breadcrumbs a {font-weight: bold !important;}

	#printable a, #page_qr a {border: 0; margin: 3px 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;}


/*--------------------------------------------------
  Courtesy Nav 
--------------------------------------------------*/

#courtesy_header {
	background: #576772; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#74848f), to(#576772));
	background: -moz-linear-gradient(top,  #74848f,  #576772);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74848f', endColorstr='#576772');
	-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 */
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 12px 15px 9px;
}

#courtesy_nav {
	background: #fff; 
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; /* Disable if IE BG Gradient applied */
	list-style: none;
	margin: 0 0 20px; padding: 0;
}

	#courtesy_nav li a {
		border-bottom: 1px solid #e9e9e9; 
		display: block; 
		padding: 8px 15px;
	}
	
		#courtesy_nav li.last a {border: 0;}
		#courtesy_nav li a:hover {background: #f9f9f9; color: #333; text-decoration: none;}


/*--------------------------------------------------
  Quick Survey 
--------------------------------------------------*/

#quick_survey_header {
	background: #576772; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#74848f), to(#576772));
	background: -moz-linear-gradient(top,  #74848f,  #576772);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74848f', endColorstr='#576772');
	-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 */
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 12px 15px 9px;
}

#poll {
	background: #fff; 
	border: 1px solid #ddd; 
	border-top: 0; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; /* Disable if IE BG Gradient applied */
	padding: 20px;
}

	#quickPollForm table {background: #fff; width: 230px;}
	#poll .SidebarLabel {display: none;}


/*--------------------------------------------------
  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: 35px; 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; border: 1px solid #ddd; margin: -1px 0 0; padding: 7px;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 171px; margin-top: -30px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	border: 1px solid #fff;
	color: #777;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
}

/* 2nd+ level styles */
.menu li ul li a {
	border-top: 1px solid #eee;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin: -1px 0 0;
	padding: 5px 10px 5px; 
	width: 150px; 
}

	.menu li ul li:first-child a {border-top: 1px solid #fff;}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {border: 1px solid #ddd; color: #333; cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {color: #333;}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {background: #f9f9f9; border: 1px solid #eee; color: #403134; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #403134;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {background: #f9f9f9; color: #403134;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 35px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -35px;}

/* active states */
#navbar a.active img {top:-70px;}

/* --- 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 #ddd;
    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 #ddd;
	border-radius: 5px;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
    position: absolute;
	width: 200px;
}

.CalOverTitle {font-weight: bold; color: #403134;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {border-collapse: collapse;}
#calendartable td a {display: block; height: 30px; text-align: center;}
#calendartable td a:hover {background: #ddd; 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: 11px; width: 14%; vertical-align: top;}

#mainCal .ToDay a, #mainCal .WeekDay a, #mainCal .WeekendDay a {background: #eee; display: block; margin-bottom: 4px; padding: 2px 5px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #333; z-index: 1;}

/* ----------- Inside Each Day ------------*/

#mainCal img.caldot {display: none;}
.calEventName {line-height: 1.375em;}

.ToDay {background: #fff; border: 1px solid #ddd; border-top: none; *border-top: 1px solid #ddd; box-shadow: inset 0 0 20px #eee;}
.WeekendDay, .WeekDay {background: #fff; border: 1px solid #ddd; border-top: none; *border-top: 1px solid #ddd;}
.emptyday, .EmptyDay {border: 1px solid #ddd; border-top: none; *border-top: 1px solid #ddd;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #666; font-weight: normal; margin: 1px 0 0 3px;}

.ColumnHeader {
	background: #576772; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#74848f), to(#576772));
	background: -moz-linear-gradient(top,  #74848f,  #576772);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74848f', endColorstr='#576772');
	color: #fff;
	font-size: 14px !important;
	font-weight: normal; 
	padding: 5px;
	zoom: 1; /* Ensure has-layout in IE */
}

.SmallNote {font-style: italic; font-size: 80%;}


/*--------------------------------------------------
  Global Front End 
--------------------------------------------------*/

#pagination a {
	border: 1px solid #ddd; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #f9f9f9; border: 1px solid #ddd;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #403134;}

form {margin: 0px; padding: 0px;}
input, select, textarea {background: #f9f9f9; border: 1px solid #ddd; color: #666; font-size: 12px; margin-bottom: 5px; margin-right: 10px; padding: 5px; vertical-align: middle;}
input:focus, select:focus, textarea:focus {background: #fff; border: 1px solid #403134;}

input[type=radio], input[type=checkbox] {background: none; border: 0; margin: 0 2px 0 15px;}

.PicOff {border: 5px solid #eee; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #403134; margin: 5px; vertical-align: middle;}

.GraphBar {background: #403134; margin: 0 10px;}

.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 #ddd; text-align: left;}
.contentTable th {color: #666; border-bottom: 2px solid #ddd; 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 #ddd;color: #666;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 #ddd;padding:0px 15px 15px 15px;margin:20px 0;}
fieldset legend {color: #666; font-weight: bold; font-size: 120%;}

.borderbox {border: 1px solid #ddd; padding: 8px;}
.borderbox input {margin: 0 3px 0 0;}
.iconlink {margin: 0 5px;}

.submitbutton, input.submitbutton:focus {
	background: #403134;
	border: 1px solid #403134;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /* Disable if IE BG Gradient applied */
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	color: white;
	font-size: 1.5em;
	padding: 5px 10px;
	.padding: 5px 0;
}
	.submitbutton:active {box-shadow: inset 0 0 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);}

.smallbutton, input.smallbutton:focus {
	background: #403134;
	border: 1px solid #403134;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /* Disable if IE BG Gradient applied */
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	color: white;
	font-size: 1.25em;
	padding: 6px 10px 1px;
	.padding: 1px 5px;
}

	.smallbutton:active {box-shadow: inset 0 0 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);}

.smallselect {background: #fff;}

#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;}
 
.marquee-rotator .c-panel {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -moz-linear-gradient(top,  #fff,  #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	zoom: 1; /* Ensure has-layout in IE */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	height: 30px;
	padding: 0 6px;
	position: absolute; bottom: 10px; left: 76px;
}
 
#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: 30px; width:28px; 
	position: absolute;
	text-indent:-9999px;
	z-index: 11;
}
 
	.marquee-rotator .prev-btn {
		background: url(./images/marquee_controls.png) 0 0; 
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px; /* Disable if IE BG Gradient applied */
		box-shadow: 0 0 3px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		bottom: 10px; left: 10px;
	}
	
	.marquee-rotator .next-btn {
		background:url(./images/marquee_controls.png) -28px 0;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0; /* Disable if IE BG Gradient applied */
		box-shadow: 0 0 3px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		bottom: 10px; left: 38px;
	}
	 
	.marquee-rotator .prev-btn:hover {background:url(./images/marquee_controls.png) -179px 0;}
	.marquee-rotator .next-btn:hover {background:url(./images/marquee_controls.png) -207px 0;}
 
/*------ PAGINATION -----*/
 
.marquee-rotator .thumbnails li {
	background: url(./images/marquee_controls.png) -72px 0; 
	height: 30px; width: 24px;
	text-align: center;
}
 
.marquee-rotator .thumbnails ul li a img {width:200px;}
 
.marquee-rotator .thumbnails li:hover {background: url(./images/marquee_controls.png) -95px 0;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(./images/marquee_controls.png) -95px 0;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(./images/marquee_controls.png) -95px 0;}
 
/* --- END Marquee Box --- */


/*--------------------------------------------------
  Responsive Styles for Tablet (<1000px) 
--------------------------------------------------*/

@media screen and (max-width: 1000px) {
	#wrapper, #header, #primary, #image_links, #footer {width: 690px;}
	#logo {top: 30px; left: 10px;}
	#navbar {max-width: 630px; top: 85px; left: 0;}
	#site_search {top: 85px;}
		#search_open, #search_close {top: 82px;}
	#image_links {height: 120px;}
		#image_links li {display: inline; float: left;}
	#sub_primary, #sub_primary_sans {background: #fff; border: 1px solid #ddd; width: 688px;}
	#sub_flashbox, #sub_flashbox .marquee-rotator-container, #sub_flashbox .marquee-rotator, #sub_flashbox .marquee-rotator .screen, #sub_flashbox .marquee-rotator .screen img {max-width: 688px !important; height: 150px !important;}
	#main, #main_sans {width: 648px;}
	#sidebar {background: #f9f9f9; border-top: 1px solid #ddd; margin: 1px 0 0; width: 648px;}
	#breadcrumbs, #breadcrumbs_sans {width: 651px;}
	#footer_info {width: 650px}
	#fc_logo {background: none; display: inline; float: none; font-family: 'Myriad Pro', 'Arial'; font-size: 12px; font-weight: bold !important; margin: 0 0 0 10px; text-indent: 0; height: auto; width: auto;}
}

