/*--------------------------------------------------
------------------  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: #4d2300; color: #f5b60d;  /* Webkit */}
::-moz-selection {background: #4d2300; color: #f5b60d; /* Gecko */}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; min-height: 1000px; width: 100%; margin: 0; padding: 0;}

html {background: #1b0c01 url(./images/html_bg.png) repeat-x;}

body {
	background: url(./images/bg.jpg) top center no-repeat;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 100.01%;
	line-height: 1.25em;
	word-wrap: break-word;
}

a {color: #f5b60d; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 18px; color:; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

hr {height: 1px; background:; color:; 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;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {
	font-size: .875em;
	height: auto; width: 980px;
	margin: 0 auto;
}

	#header {height: 200px; width: 980px; position: relative; z-index: 10;}
	
	#navbar {
		background: url(./images/navbar_bg.jpg);
		height: 50px; width: 660px;
		position: absolute; bottom: 0; right: 20px;
			box-shadow: 0 0 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	}
	
	#primary {
		height: 295px; width: 980px; 
		margin: 25px 0 0; 
		position: relative; 
		z-index: 1;
	}
	
		#flashbox_wrap {
			background: #4d2300; 
			height: 295px; width: 640px; 
			position: relative; 
			margin: 0 0 0 30px;
			z-index: 3;
		}
		
		#flashbox {height: 295px; width: 640px;}
		
	#welcome {
		background: url(./images/welcome_bg.jpg) no-repeat;
		height: 340px; width: 310px;
		position: absolute; top: -12px; right: 10px;
		z-index: 2;
	}
	
		#welcome_content {
			color: #4d2300;
			height: 180px; width: 220px;
			overflow: hidden;
			position: absolute; top: 125px; left: 45px;
		}
	
	#secondary {
		background: url(./images/main_repeat.png);
		height: auto; width: 880px;
		margin: 0 auto;
		padding: 30px 20px 0;
		position: relative;
	}
	
	#footer {height: 180px; width: 920px; margin: 0 auto;}

/*------------------ Sub-Page --------------------*/

#content {
	background: url(./images/main_repeat.png);
	float: left;
	height: auto; width: 880px;
	margin: 0 0 0 30px;
	padding: 0 20px;
}

	#main_sans_sidebar {height: auto; width: 880px;}
	
		#main {float: left; height: auto; width: 580px;}
	
	#sidebar {
		background: url(./images/main_repeat.png) center;
		float: right; 
		height: auto; width: 240px;
		padding: 20px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
	}
	
		#no_sidebar {display: none;}

#breadcrumbs {
    background: url(./images/main_repeat.png) center;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 175px; width: 175px;
	position: absolute; top: 20px; left: 75px;
	text-indent: -9999px;
}

#top_bar {
	background: url(./images/top_bar.jpg);
	height: 105px; width: 680px;
	position: absolute; right: 0;
}

	#top_bar_content {position: absolute; top: 11px; left: 16px;}
	
#site_search {position: absolute; left: 405px; top: 27px;}
#site_search fieldset {border: 0; margin: 0;}
.search_field {
	background: none;
	border: 0;
	color: #4d2300;
	font-weight: bold;
	margin: 0; padding: 5px;
	width: 150px;
}
.submit_button {
	background: none;
	border: 0;
	cursor: pointer;
	.line-height: 0;
	margin: 0; padding: 4px;
	text-indent: -9999px;
	width: 40px;
}

/*------------------ Primary --------------------*/

#flashbox_leftedge {background: url(./images/flashbox_leftedge.png); height: 340px; width: 100px; position: absolute; top: -13px; left: -60px;}
#flashbox_topedge {background: url(./images/flashbox_topedge.png); height: 30px; width: 590px; position: absolute; top: -13px; left: 40px;}
#flashbox_rightedge {background: url(./images/flashbox_rightedge.png); height: 340px; width: 30px; position: absolute; top: -13px; right: -20px;}
#flashbox_bottomedge {background: url(./images/flashbox_bottomedge.png); height: 40px; width: 590px; position: absolute; bottom: -22px; left: 40px;}

#welcome_bg_bottom {background: url(./images/welcome_bg_bottom.png) no-repeat; height: 35px; width: 310px; position: absolute; bottom: -5px;}

/*------------------ Secondary --------------------*/

#image_links {
	height: auto; width: 250px;
	list-style: none;
	margin: 0; padding: 0;
}

	#image_links li a {display: block; height: 120px; width: 250px; text-indent: -9999px;}
	
	#image_link1 {background: url(./images/image_link1.png); margin-bottom: 20px;}
	#image_link2 {background: url(./images/image_link2.png); margin-bottom: 20px;}
	#image_link3 {background: url(./images/image_link3.png);}
	
#home_content {
	background: url(./images/home_content_bg.jpg) no-repeat;
	height: 435px; width: 340px;
	position: absolute; top: 0; left: 290px;
}

	#home_content_inside {
		color: #4d2300;
		height: 355px; width: 280px;
		margin: 10px 0 0 30px;
		overflow: hidden;
		padding-top: 20px;
	}
	
		#home_content_inside a {color: #4d2300;}
	
#minicalendar {
	height: 200px; width: 250px;
	position: absolute; right: 20px; top: 40px;
}

#event_list {
	height: 180px; width: 250px;
	list-style: none;
	position: absolute; right: 20px; top: 260px;
}
	
	#event_list li a {
		border-top: 1px solid #3e1f03;
		color: #3e1f03;
		display: block;
		font-weight: normal;
		padding: 10px;
		text-decoration: none;
		width: 230px;
	}
	
	#event_list li a:hover {background: url(./images/main_repeat.png) center;}
	#event_list li a:hover .list_date {color: #f5b60d;}
	#event_list li a:hover .list_title {font-weight: bold;}
	
	.list_title {color: #fff;}
	.list_date {color: #dec599; font-weight: bold;}
	
#secondary_top {background: url(./images/main_top.png); height: 20px; width: 920px; margin: 20px auto 0;}
#secondary_bottom {background: url(./images/main_bottom.png); clear: both; height: 20px; width: 920px; margin: 0 auto 20px;}

/*------------------ Footer --------------------*/

#logo_footer {
	background: url(./images/logo_footer.png) no-repeat;
	display: block;
	float: left;
	height: 150px; width: 150px;
	margin: 0 0 0 15px;
	text-indent: -9999px;
}

#address {float: left; margin: 10px 0 0 20px;}

	span.off_white {color: #905128;}

#design_credit {float: right; margin: 10px 15px 0 0;}

	#secondary_nav {list-style: none; margin: 0; padding: 0; text-align: right;}
	#secondary_nav li {border-left: 1px solid #3e1f03; display: inline; padding: 0 5px 0 10px;}
	#secondary_nav li.first {border: 0;}
	
	#social_media_links_list {list-style: none; margin: 10px 5px 0 0; padding: 0;}
	#social_media_links_list li {display: inline; float: right;}
	#social_media_links_list li a {padding-left: 7px;}
	
	#fc_link {
		background: url(./images/fc_logo.png) no-repeat;
		clear: both; 
		display: block; 
		float: right;
		height: 55px; width: 150px;
		margin: 20px 0 0 0;
		text-indent: -9999px;
	}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {cursor: pointer; list-style-type:none; padding: 0px; margin: 0; text-align:left; display:block; position:relative;}
.menu {float:right; margin: 0 10px;}
.menu li {float:left;}
.menu li:hover {position:relative;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display: block; margin: 0;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {height: 50px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* ------ Container Positioning ------ */

/* first level sub menu container */
.menu li ul {display:none; right: 0;}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}
/* 3rd+ level sub menu container */
.menu li ul li ul {right: 170px; margin-top: -31px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #dedcd7;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
}

/* 2nd+ level styles */
.menu li ul li a {
	background: url(./images/navbar_dropdown.jpg) repeat-y;
	border-left: none;
	font-size: 12px;
	padding: 5px 15px; 
	width: 140px;
	text-align: center;
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {color:#d4a030; cursor: pointer; display: block;}

/* 1st level active page button color or bg */
a.active {}

/* 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, #navbar li ul li:hover>a.firstsubitem {background: url(./images/navbar_dropdown_over.jpg) repeat-y; cursor: pointer; display: block; z-index: 1999;}

/* 2nd+ level active page button color or bg */
.menu li ul li a.active {color: #d4a030;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {}

/* ------- 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 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:; 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: #4d2300;
    color: #d6bd94;
    display: block;
    font-size: 12px;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    top: 30px; right: 40px;
    width: 200px;
    z-index: 101;
    	-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #4d2300;
    color: #d6bd94;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
}

.CalOverTitle {font-weight: bold; color: #f5b60d;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 30px; text-align: center;}
#calendartable td a:hover {background: #d6bd94; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; line-height: 1.25em; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#663511;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #663511;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #663511;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {background: #663511; color: #f5b60d; display: block; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #d6bd94;}
.WeekendDay, .WeekDay {background: url(./images/welcome_bg.jpg) bottom center;}

#minicalendar .CalendarDayNumber, #minicalendar .CalendarCurrentDayNumber {font-size: 11px;}
.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #663511;}

.ColumnHeader {color: #fff; background: #3a1801; font-weight: bold; padding: 5px;}


/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #3e1f03; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #3e1f03; border: 1px solid #3e1f03;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #fff;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #fff; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #285262; margin: 5px; vertical-align: middle;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table.contentTable, table.itemTable {width: 100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #3e1f03; text-align: left;}
.contentTable th {color: #fff; border-bottom: 2px solid #3e1f03; 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 #3e1f03;
	color: #fff;
	padding-right: 20px;
	text-align: right;  
	width: 100px;
}
.tdcheckbox {text-align: center; width: 75px;}
 
fieldset {border: 1px solid #3e1f03; margin: 20px 0; padding: 0px;}
fieldset div {padding: 20px;}
fieldset legend {color: #fff; font-weight: bold; margin: 0 0 0 20px; }

.borderbox {border: 1px solid #3e1f03; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	margin:1px; 
	padding: 0px 7px; 
	overflow: visible; 
	vertical-align: middle; 
}
.smallbutton, .smallselect, .smallinput {font-size: 10px; font-weight: normal; padding: 2px; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton {cursor: pointer;}
.smallselect {border: none;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#help, .help {background-color: #FFFFCC; border: 2px solid #dddb54; margin-bottom: 10px; padding: 10px;}
#help ol {margin-top: 3px; margin-bottom: 3px;}
#error, .error {background-color: #FBE3E4; border: 2px solid #FBC2C4; color: #000; margin-bottom: 10px; padding: 10px;}
#error ul {margin: 0 0 0 15px; padding: 0px;}
#success, .success {background-color: #E6EFC2; border: 2px solid #C6D880; color: #529214; margin-bottom: 10px; padding: 10px;}


/*---------- COLOR LEGEND -----------*/
.FGColor1 {color: #285262;}               /* SAME AS a:link color */
.FGColor2 {color: #fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color: #2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color: #fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color: #34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color: #fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color: #bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color: #285262;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color: #999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color: #285262;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color: #a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
