/*--------------------------------------------------
------------------  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;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/
	
body {
	background: #372f22;
	font-size: 100%;
	font-family: arial, "trebuchet ms",arial, sans-serif;
	color: #eee;
	margin:0 0 20px 0;padding:0px;
	line-height: 1.25em;
}

blockquote {
	font-family: georgia, serif;
	font-style: italic;
	background: #271d13;
	padding: .5em 1em;
	margin: .5em 0 .5em 0;
}

a {color: #33705a;}	
a:hover {color:#76b0a2;}

.hidden {visibility: hidden;}
.clear {clear: both; height: 0;}
.floatleft {float: left;}
.floatright {float: right;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 147px;
	background: #271d13 url(images/header_bg.jpg) top center repeat-x;
	text-align:center;
}

#logo {margin:0px auto;width:800px;height:99px;display:block;}

#flashbox_wrap {
	width: 800px;
	height: 327px;
	background: url(./images/flashbox_wrap.png) no-repeat;
	padding: 22px 0 0 30px;
}

#marquis_wrap {
	width: 800px;
	height: 150px;
	background: url(./images/marquis_wrap.png) no-repeat;
	padding: 22px 0 0 30px;
}

#content {
	width: 800px;
	height: auto;
	float: left;
	line-height: 1.5em;
}

#sidebar {
	width: 200px;
	min-height: 200px;
	background: #271d13;
	margin: 0 0 30px 30px;
	padding: 9px;
}

	#side_content {
		width: 180px;
		min-height: 180px;
		border: 1px solid #372f22;
		padding: 9px;
	}
	
	#minicalendar {
		margin: 0 0 2em;
	}
	
	#poll {
		color: #fff;
		margin: 0 0 2em;
	}
	
#main_content {
	width: 480px;
	height: auto;
	float: right;
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

#main_content_sans_sidebar {
	width: 744px;
	height: auto;
	float: right;
	padding: 0 28px 0 0;
	margin-bottom: 30px;
}

#footer {
	width: 744px;
	height: 50px;
	border-top: 5px solid #271d13;
	margin: 0 auto;
	color: #6a5f45; font-size: 80%;
}



/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

#search {
	float:right;margin-top:10px;
}

.search {
	background: url(./images/search_button.jpg) no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	text-indent: -9999px;
	text-transform: capitalize;
	margin: -5px 0 0 -11px;
	cursor: pointer;
}

#navbar {
	width: 740px;
	height: 48px;
	margin:0px auto;
	text-align:left;
}

/*---------- MAIN MENU -----------*/
/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; margin:0px; padding: 0px; display:block;}
.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 vertical centering */
.menu .cssnavlevelone {height:48px; vertical-align:middle;}
img.cssnavlevelone {border:0px; display:inline-block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {padding:0px 5px; display: block; color: #ffffff; text-decoration: none; font-size:12pt;letter-spacing:-.05em;}
.menu a.first {border-left:none;}
.menu a.firstsubitem {border-top:none;}

/* submenu colors/style */
.menu li ul li a {padding: 6px; opacity: .9; filter: alpha(Opacity=90); background: #271d13; font-size:10pt; font-weight:normal; width:150px;}

/* 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:150px; margin-top:-24px;}

/* first level rollovers */
#navbar li:hover>a.cssnavlevelone, #navbar li:hover>a.first {text-decoration: none; background: none; color: #33705a;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {text-decoration: none; color: #eee; display:block; background: #33705a;font-style:italic; }
/*---------- MAIN MENU -----------*/

/*---------- ie6 MAIN MENU hacks -----------*/
* html .menu {display:inline-block; z-index:9999;}
* html .menu li a {display:block;float:left; margin: 0 5px 0;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu .cssnavlevelone {height:48px;}

* 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:-17px; top: 0px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background: #271d13; color: #33705a; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #33705a; color: #eee; text-decoration: none;}

* html .menu li ul li a {font-size:10pt;}

/* 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;}

/*--------------------------------------------------
------------------ Sidebar ------------------------
--------------------------------------------------*/

#side_content p, #side_content ul, #side_content ol {
	font-size: 80%;
	color: #eee;
}

/*--------------------------------------------------
------------------ Footer   ------------------------
--------------------------------------------------*/

#copyright {
	float: left;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
	background-color:#372f22;
	border: 2px solid #271d13;
	width:200px;
	font-size:80%;
	color:#ffffff;
	padding:5px;
    display:block;
    position:absolute;
    top:15px; left:15;
	text-align:left;
	opacity: .90;
	filter: alpha(Opacity=95);
	z-index:101;
}

.boxoverheader {}

.boxoverbody {
	background-color:#372f22;
	border: 2px solid #271d13;
	width:200px;
	font-size:80%;
	color:#ffffff;
	opacity: .90;
	filter: alpha(Opacity=95);
	display:inline-block;
	padding:5px;
}

img.caldot {border:0px}

#calendartable td a {display:block;height:25px;text-align:center;font-weight:normal; text-decoration: none;}
#calendartable td a:hover {background-color:#33705a;z-index:1; text-decoration: none;}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #76b0a2;font-size:120%;}
.calEventName {line-height:90%;margin-bottom:3px;}
#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1}

A.OnPageNumber {color: #33705a;}
A.OnPageNumber:HOVER {color: #76b0a2;}

A.HeaderLink {color: #33705a;}
A.HeaderLink:HOVER {color: #76b0a2;}

A.SideNavigation {color: #33705a;}
A.SideNavigation:HOVER {color: #76b0a2;}

A.SmallNavigation {font-weight: normal;color: #33705a;font-size:80%;}
A.SmallNavigation:HOVER {color: #76b0a2;}

A.DesignCreditLink {color: #33705a;}
A.DesignCreditLink:HOVER {color: #76b0a2;}

A.BottomNavigation {color: #33705a;}
A.BottomNavigation:HOVER {color: #76b0a2;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {font-size: 80%;font-weight: normal;color:#ffffff}
#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {color: #cccccc;}

#mainCal .WeekDay A, A.CalendarWeekDayLink {font-size: 80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {color: #cccccc;}

#mainCal .ToDay A, A.CalendarToDayLink {font-size: 80%;font-weight:normal;color: #000000;}
#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {color: #999999;}

.ColumnHeader {
	font-size: 80%;
	color: #ffffff;
	background-color: #33705a;
	font-weight: bold;
	padding: 2px;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-size: 75%;
	background-color: #33705a;
}

.EmptyDay {
	background-color: #6a5f45;
}

.ToDay {
	font-size: 90%;
	background-color: #76b0a2;
}

.WeekendDay {
	font-size: 90%;
	background-color: #181107;
}

.WeekDay {
	font-size: 90%;
	background-color: #6a5f45;
}

.HRule, hr {color:#6a5f45;background:#6a5f45;border:0px;height:1px;}

.GraphBar {
	font-weight: normal;
	background-color: #76b0a2;
	color: #76b0a2;
	font-size: 80%;
}

.PicOff {border: 5px solid #f5f5f5;margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #33705a;margin:5px;vertical-align:middle;}

.CalendarDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.ContentHighlight, h1 {
	font-weight: normal;
	font-size: 180%;
	color: #6a5f45;
	display:inline;
	font-family:helvetica;
}

.ContentSubHeader, h2 {
	font-weight: bold;
	color: #6a5f45;
	font-size: 120%;
	display: inline;
}

.RequiredFieldLabel {
	font-weight: bold;
	color: #ffffff;
}

.SmallNote {
	color: #eeeeee;
	font-size: 80%;
}

.SidebarLabel {
	font-weight: bold;
	color: #6a5f45;
}

.CopyRight {
	color: #555555;
}

.Address {
	color: #555555;
}

.DesignCredit {
	color: #333333;
}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #76b0a2;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#33705a;border:1px solid #76b0a2;}
#pagination .OnPageNumber {color:#76b0a2;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 #6a5f45;text-align:left;}
.contentTable th {color:#33705a;border-bottom: 2px solid #33705a;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:#ddce95;width:100px;border-bottom: 1px solid #6a5f45;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #6a5f45;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#6a5f45; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;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 #6a5f45;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {color:#000;background:#fff;}

#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:#33705a;}               /* SAME AS a:link color */
.FGColor2 {color:#76b0a2;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#33705a;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#76b0a2;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#000000;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#6a5f45;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#181107;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#6a5f45;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
