/* ------ General Styles ------*/
html {
	background: #3b130b url(./images/bg.jpg) no-repeat top center;
}

body {
	background: url(./images/body_repeat.png) repeat-x top left;
	line-height: 1.125em;
	font-size: 100%;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

body, html {
	margin: 0; padding: 0;
	height: 100%; width: 100%;
}

a {color: #e3801b; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px;}
h2, .ContentSubHeader, .ContentHighlight {font-size: 21px; font-style: italic; .line-height: 120%;}
h3 {font-size: 14px;}

hr {
	height: 1px;
	width: 100%;
	background: #2a0c04;
	border: none;
	color: #2a0c04;
}

ol,ul,li {list-style-position: inside;}

.floatright {float: right; display: inline;}
.clear {clear:both; height:0;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 940px;
}

#navbar_container {
	background: url(./images/navbar_bg.jpg) no-repeat;
	height: 45px;
	width: 940px;
}

	#navbar {
	height: 45px;
	margin-left: 30px;
	width: 870px;
}

#header {
	height: 95px;
	width: 940px;
}

	#hot_links {
	display: inline;
	float: right;
	height: 60px;
	margin: 15px 10px 0 0;
	width: 580px;
}

#primary {
	height: 320px;
	width: 940px;
}

	#sidebar_buttons {
	background: url(./images/sidebar_buttons_bg.jpg) no-repeat;
	height: 300px;
	margin: 20px 0 0 10px;
	position: absolute;
	width: 300px;
}

	#flashbox_wrap {
	border: #89291d 1px solid;
	height: 320px;
	margin: -1px 0 0 310px;
	position: absolute;
	width: 620px;
}

#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat;
	height: 220px;
	margin: 0 auto;
	width: 920px;
}

	#interest {
	height: 190px;
	margin: 15px 0 20px 315px;
	position: absolute;
	width: 570px;
}

#push {
	height: 60px;
}

#footer {
	background: url(./images/footer_bg.png) repeat-x;
	font-size: 12px;
	height: 60px;
	width: 100%;
}

	#footer_content {
	height: 60px;
	margin: 0 auto;
	width: 940px;
}

/*---------- Sub-Page ------------*/

#content_top {
	background: url(./images/content_bg_top.png) no-repeat;
	height: 21px;
	margin: 20px 0 0 0;
	width: 940px;
}

#content {
	background: url(./images/content_bg_repeat.png) repeat-y;
	float: left;
	font-size: 12px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 940px;
}

#content_bottom {
	background: url(./images/content_bg_bottom.png) no-repeat;
	clear: both;
	height: 21px;
	width: 940px;
}

#content_top_sans {
	background: url(./images/content_bg_top_sans.png) no-repeat;
	height: 21px;
	margin: 20px 0 0 0;
	width: 940px;
}

#content_sans {
	background: url(./images/content_bg_repeat_sans.png) repeat-y;
	float: left;
	font-size: 12px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 940px;
}

#content_bottom_sans {
	background: url(./images/content_bg_bottom_sans.png) no-repeat;
	clear: both;
	height: 21px;
	width: 940px;
}

	#sidebar {
		display: inline;
		float: left;
		font-size: 12px;
		height: auto;
		margin: 20px 0 20px 60px;
		padding: 0 0 20px;
		width: 220px;
	}
	
		#sidebar_sans {
			display: none;
		}
	
	#main {
		display: inline;
		float: right;
		font-size: 12px;
		height: auto;
		margin: 0 40px 0 0;
		width: 580px;
	}
	
		#main_sans {
			font-size: 12px;
			height: auto;
			margin: 0 0 0 40px;
			width: 860px;
		}
	
	#breadcrumbs {
		background: #2a0c04;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px 0;
		padding: 10px;
	}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png);
	display: block;
	height: 95px;
	margin: 0 0 0 55px;
	position: absolute;
	width: 215px;
}

#hot_links li {
	border-left: 1px solid #fff;
	display: inline;
	float: right;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0 20px;
}

	#hot_links li.last {
	border: none;
}

#hot_links li a {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

	#hot_links li a:hover {
	border-bottom: 1px solid #fff;
	.text-decoration: underline;
}

#site_search {
	background: url(./images/search_bg.jpg) no-repeat;
	height: 27px;
	margin: 7px 0 0 675px;
	.margin: -33px 0 0 675px;
	position: absolute;
	width: 192px;
}

#site_search fieldset {border: none; margin: 0; padding: 0;}

.search_field {
	background: none;
	border: none;
	color: #fff;
	margin: 0; 
	padding: 7px 7px;
	.padding: 6px 7px;
	width: 145px;
}

.submit_button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0; padding: 5px;
	text-indent: -9999px;
	width: 25px;
}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

.menu {width: 670px;}

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding:0 15px;
	text-decoration: none;
}

/* first level vertical centering */
.menu .cssnavlevelone {height: 40px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #2a0c04;
	color: #fff; 
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:240px; margin-top:0px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:160px; margin-top:-25px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #2a0c04;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #e3801b; display:block;}

/* -- IE6 IE6 IE6 Hax -- */

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}
* html .menu a:hover 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;}

/* correct position issue */
* html .menu li a table {position:relative; top: 0; left: -16px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#2a0c04; color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #e3801b; color:#ffffff;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {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 ul a:hover ul ul {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: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 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 ul a:hover ul ul {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul {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 ul a:hover ul {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 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 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 ul a:hover ul a:hover ul {visibility:visible;}

/*--------------------------------------------------
--------------- Sidebar Buttons --------------------
--------------------------------------------------*/

#sidebar_button1 {
	background: url(./images/sidebar_button1.jpg) no-repeat;
	display: block;
	height: 85px;
	margin-top: 25px;
	width: 300px;
}

#sidebar_button2 {
	background: url(./images/sidebar_button2.jpg) no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#sidebar_button3 {
	background: url(./images/sidebar_button3.jpg) no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#sidebar_button1:hover, #sidebar_button2:hover, #sidebar_button3:hover {
	background-position: bottom;
}

/*--------------------------------------------------
------------------ Recent News -----------------------
--------------------------------------------------*/

#view_all {
	color: white;
	font-size: 12px;
	margin: 21px 0 0 220px;
	position: absolute;
}

#recent_news {
	font-size: 12px;
	height: 150px;
	margin: 50px 0 0 40px;
	.margin: 50px 0 0 25px;
	padding: 0;
	position: absolute;
	width: 240px;
	.width: 255px;
}

	#recent_news li {
	border-bottom: 1px solid #9a5e54;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news li:hover {
	background: #992d19 url(./images/arrow.png) no-repeat center right;
	.background: #992d19 url(./images/arrow_ie.png) no-repeat right;
}

	#recent_news li a {
	color: #fff;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
	text-decoration: none;
}

/*--------------------------------------------------
------------------ Interest -----------------------
--------------------------------------------------*/

#interest_button1 {
	background: url(./images/interest_button1.png) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button2 {
	background: url(./images/interest_button2.png) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button3 {
	background: url(./images/interest_button3.png) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button1:hover, #interest_button2:hover, #interest_button3:hover {cursor:pointer;}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#copyright {
	float: left;
	margin: 30px 0 0 20px;
}

#design_credit {
	float: right;
	margin: 30px 20px 0 0;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#2a0c04;
    color:#fff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding: 10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #2a0c04;
    width: 200px;
    color:#fff;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #e3801b;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {margin-top: 10px;}
#calendartable td a {display:block; height:25px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#ebce46; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color:#e3801b;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#fff; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #fff; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #fff; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #ebce46;}

.ToDay {background: #992d19;}
.WeekendDay {border: 1px solid #784238;}
.WeekDay {border: 1px solid #784238;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #2a0c04;
    font-weight: bold;
    padding: 5px;
}

IMG.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #2a0c04;margin:5px;vertical-align:middle;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #site_search {margin: 7px 0 0 0;}
* html #recent_news li a:hover {text-decoration: underline;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #fff;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#2a0c04;border:1px solid #2a0c04;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:10px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #2a0c04;text-align:left;}
.contentTable th {color:#fff;border-bottom: 2px solid #2a0c04;text-align:left;font-size:110%;}
.contentTable th strong, .itemTable th strong {font-size:120%;}
.contentTable th span {font-size:80%;font-weight:normal;}
.contentTable a, .itemTable a {text-decoration:none;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#fff;width:100px;border-bottom: 1px solid #2a0c04;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #2a0c04;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px; color:#fff; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:arial, helvetica;font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;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;}

.borderbox {padding:5px;border:1px solid #2a0c04;}
.iconlink {margin:0px 2px;display:inline;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;}
#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}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#bc4027;}               /* SAME AS a:link color */
.FGColor2 {color:#444444;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#444444;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#bc4027;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#ddd;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bbb;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#eee;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
