/*--------------------------------------------------
------------------  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;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/
body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #0a1616 url(./images/bg.jpg) fixed center top no-repeat;
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #675f47;
}

a {color: #3d8754;}
a:hover {text-decoration: none;}

h1,h2,h3,h4,h5,h6 {font-family: georgia, times, serif;}

h1, .ContentHeader {font-size: 24px; font-weight: normal; font-style: italic; color: #5b1611;}
h2, .ContentSubHeader {font-size: 18px; font-weight: normal; color: #5b1611; .line-height: 1.2em;}
h3 {font-size: 14px; color: #5b1611;}

.HRule, hr {height: 1px; background:; color:; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Main Structure -----------------
--------------------------------------------------*/

#wrapper {height: auto; width: 940px; margin: 0 auto;}
#header {height: 170px; width: 940px; position: relative;}
#subnav {background: url(./images/subnav_bg.png) no-repeat; height: 25px; width: 900px; padding: 0 20px;}
#navbar {background: url(./images/navbar_bg.png) repeat-x; height: 40px; width: 940px; position: relative; z-index: 9998;}
#primary {background: url(./images/primary_bg.jpg) repeat-y; font-size: 12px; float: left; height: auto; width: 940px;}
#main {background: url(./images/main_bg.jpg) no-repeat; float: left; min-height: 400px; height: auto !important; height: 400px; width: 570px; padding: 15px;}
	#flashbox_wrap {height: auto; width: 560px; margin: 0 0 20px; padding: 5px;}
#flashbox {background:#000}
#sidebar {float: right; height: auto; width: 300px; padding: 20px;}
#footer {background: #f2eede; clear: both; font-size: 12px; height: 80px; width: 940px;}

/*------------------ Sub-Page --------------------*/

#content_primary {background: url(./images/primary_bg.jpg) repeat-y; font-size: 12px; float: left; height: auto; width: 940px;}
#content_primary_sans_sidebar {background: #fbf7eb; font-size: 12px; float: left; height: auto; width: 940px;}

#content_primary_sans_sidebar #main {background: none;}

#content_main {display: inline; float: left; height: auto; width: 560px; margin: 10px 0 20px 5px;}
#content_main_sans_sidebar {display: inline; float: left; height: auto; width: 900px; margin: 10px 0 20px 5px;}

#content_sidebar {float: right; height: auto; width: 300px; padding: 20px;}
#no_sidebar {display: none;}

#breadcrumbs {
        background: #f2eede;
        padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px 0;
    }

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 170px; width: 290px;
	margin: 0 0 0 10px;
	position: absolute;
	text-indent: -9999px;
}

#slogan {
	background: url(./images/slogan.png) no-repeat;
	display: block;
	height: 85px; width: 370px;
	position: absolute; right: 20px; top: 45px;
	text-indent: -9999px;
}

/*--------------------------------------------------
-------------------- Subnav ------------------------
--------------------------------------------------*/

#subnav a {color: #fbf7eb; font-size: 10px; padding-right: 10px; text-decoration: none;}
#subnav a:hover {text-decoration: underline;}

/*--------------------------------------------------
-------------------- Navbar ------------------------
--------------------------------------------------*/

#social_media {width: auto; height: 19px; margin: 0; position: absolute; right: 20px; top: 10px;}
#social_media li {display: inline; float: left; list-style: none; padding: 0 0 0 10px;}

#icon_rss {background: url(./images/icon_rss.png) no-repeat; display: block; height: 18px; width: 18px;}
#icon_facebook {background: url(./images/icon_facebook.png) no-repeat; display: block; height: 18px; width: 18px;}
#icon_twitter {background: url(./images/icon_twitter.png) no-repeat; display: block; height: 18px; width: 18px;}
#icon_youtube {background: url(./images/icon_youtube.png) no-repeat; display: block; height: 18px; width: 18px;}
#icon_vimeo {background: url(./images/icon_vimeo.png) no-repeat; display: block; height: 18px; width: 18px;}
#icon_podcast {background: url(./images/icon_podcast.png) no-repeat; display: block; height: 18px; width: 18px;}

/*--------------------------------------------------
-------------------- Main ------------------------
--------------------------------------------------*/

#welcome_header {border-top: #e0dcd0 1px solid; border-bottom: #e0dcd0 1px solid; height: 40px; width: 560px; margin: 0 0 20px 5px; position: relative;}
#welcome_header h2 {font-variant: small-caps; letter-spacing: 2px; margin: 0 0 0 10px; position: absolute; left: 0; top: 10px;}
#welcome_header span {position: absolute; right: 10px; top: 11px;}

#welcome_text {height: 130px; width: 530px; margin: 0 20px 15px; overflow: auto;}

#main_buttons {height: 110px; width: 570px; list-style: none; margin: 0; padding: 0;}
#main_buttons li {display: inline; float: left;}
	#main_button1 {background: url(./images/main_button1.jpg) no-repeat; display: block; height: 110px; width: 280px; margin: 0 10px 0 0;}
	#main_button2 {background: url(./images/main_button2.jpg) no-repeat; display: block; height: 110px; width: 280px;}
	
/*--------------------------------------------------
------------------- Sidebar ------------------------
--------------------------------------------------*/

#site_search {background: #f5f2e3; height: auto; width: 290px; margin: 0 0 20px; .margin: 0; padding: 10px 0 10px 10px;}
.search_field {border: #dedcd0 1px solid; margin: 0; padding: 7px 20px 7px 7px; width: 251px;}
.search_button {
	background: url(./images/search_button.jpg) no-repeat;
	border: none;
	color: #0;
	cursor: pointer;
	height: 28px; width: 29px;
	margin: 0 0 0 -35px;
}

#news_view_all {color: #fff; float: right; margin: 5px 10px 0 0;}

#recent_news {background: url(./images/recent_news_header.jpg) no-repeat; height: 185px; width: 300px; margin: 0 0 20px; padding: 30px 0 0 0;}

	#recent_news_content {height: 185px; width: 300px; overflow: auto;}

	#announcement_list li {
	border-bottom: 1px solid #e0dcd0;
	height: 29px;
	line-height: 140%;
	list-style: none;
	.margin: -3px 0 0 0;
	overflow: hidden;
}
	
	#announcement_list li:hover {background: #f5f2e3;}

	#announcement_list li a {
	color: #6f6b5f;
	display: block;
	font-weight: normal;
	height: 29px;
	padding: 7px 0 7px 10px;
	position: absolute;
	width: 270px;
	text-decoration: none;
}

.list_row_number, .list_category1, .list_category2 {display: none;}

#sidebar_buttons {height: 195px; width: 300px; list-style: none; margin: 0; padding: 0;}
#sidebar_buttons li {display: inline; float: left;}
	#sidebar_button1 {background: url(./images/sidebar_button1.jpg) no-repeat; display: block; height: 195px; width: 100px;}
	#sidebar_button2 {background: url(./images/sidebar_button2.jpg) no-repeat; display: block; height: 195px; width: 100px;}
	#sidebar_button3 {background: url(./images/sidebar_button3.jpg) no-repeat; display: block; height: 195px; width: 100px;}
	
/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#design_credit {display: inline; float: right; margin: 20px 20px 0 0;}
#copyright {display: inline; float: left; margin: 20px 0 0 20px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:9999; cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu {margin-left: 10px;}
.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 {padding:0px 10px; display:block; margin:0px; text-decoration: none; font-weight: bold; font-size: 12px; color:#fff;}

/* 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 5px; 
	background:#460d06; 
	font-weight:normal; 
	width:150px; 
	font-size: 11px;
	border-top: 1px solid #601910;
	border-left: 1px solid #601910;
	border-bottom: 1px solid #320701;
	border-right: 1px solid #320701;
}

/* first level sub menu container */
.menu li ul {display:none;}
/* 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 {margin-left:172px; margin-top:-32px;}

/* first level rollovers */
#navbar li:hover>a.cssnavlevelone, #navbar li:hover>a.first {background: #460d06; color:#ffffff; cursor: pointer; display:block; text-shadow: none;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {cursor: pointer; display:block; background: #601910;}

/*---------- ie6 MAIN MENU hacks -----------*/
* 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:-11px;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;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:url("images/overbgimage.jpg") no-repeat #460d06; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #601910; color:#ffffff;}
* html .menu li ul li a {font-size:8pt;}

/* 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;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#460303;
    color:#ffffff;
    display:block;
    padding:5px;
    position:absolute;
    opacity: .9;
    	filter: alpha(opacity=90);
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #460303;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    opacity: .9;
    	filter: alpha(opacity=90);
    display: inline-block;
    padding: 10px 15px 0 15px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#285262; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #fff; line-height: 2em;}

#maincal {display: block;}
#mainCal td {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 12px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; display: block; text-decoration: underline;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#620b0b; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #620b0b; 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: #5b2020;}

.ToDay {background: #620b0b;}
.WeekendDay {background: #f2eede;}
.WeekDay {background: #f2eede;}

.CalendarDayNumber {color: #675f47; font-style: italic;}
.CalendarCurrentDayNumber {color: #fff; font-style: italic;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #675f47; font-weight: bold; padding: 5px;}

.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #712221;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #f2eede;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#f2eede;border:1px solid #f2eede;}
#pagination .OnPageNumber {color:#675f47;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}
 
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #f2eede; text-align:left;}
.contentTable th {color:#675f47; border-bottom: 2px solid #f2eede; text-align:left; font-size:120%;}
.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 {color:#675f47;width:100px;border-bottom: 1px solid #f2eede;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #f2eede;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#675f47; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#222;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";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 #f2eede;}
.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:#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 -----------*/

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/

* html #announcement_list li a:hover {text-decoration: underline;}
* html #navbar {margin: 0 0 -1px 0;}
