body,html {
	font-family: "trebuchet ms",arial;
	font-size: 100%;
	width: 100%;
	background: #c1aa8c url('images/pagebg.jpg') repeat-x top center;
	margin: 0px auto;
	padding: 0px;
}

/*---------- DESIGN ELEMENT POSITIONING -----------*/
#outer {width:99%;margin:0px auto;padding:1px;}

#edge {width:830px;background:url('images/edge.png') repeat-y;margin: 0px auto;z-index:1;}
#topedge {width:830px;height:15px;background:url('images/topedge.png') no-repeat;margin: 0px auto;margin-top:30px}
#bottomedge {width:830px;height:15px;background:url('images/bottomedge.png') no-repeat;margin: 0px auto;margin-bottom:20px}

#flashbox {margin:0px auto;}

#contentbody {width:800px;padding:0px;margin:0px 15px 0px 15px; position:relative;}

#contentWrapper {background:url(images/bodybg.jpg) repeat-y #ffffff;float:left;}
#content {width:800px;background:url(images/bodytop.jpg) no-repeat top left;}

#contentWrappernosidebar {background:url(images/bodybgnosidebar.jpg) repeat-y #ffffff;float:left;}
#contentnosidebar {width:800px;background:url(images/bodytopnosidebar.jpg) no-repeat top left;}

#sidebar {width:241px;margin:0px;padding:0px;float:left;position:relative;top:-35px;left:10px;}
#sidebarbg {width:241px;background:url('images/sidebarbg.png') repeat-y;margin: 0px auto;}
#sidebartop {width:241px;height:14px;background:url('images/sidebartop.png') no-repeat;margin: 0px auto;}
#sidebarbottom {width:241px;height:14px;background:url('images/sidebarbottom.png') no-repeat;margin: 0px auto;}
#sidebarContent {width:200px;color:#000000;padding:10px;margin:0px auto;}
* html #sidebarContent a {position:relative;}

#mainHome {margin: 0px 0px 0px 241px;padding:1px;}
#mainContent {padding:20px;}
#mainnosidebar {margin: 0px 0px 0px 0px;padding:1px;}

#bottombar1 {width:800px;height:47px;background:url(images/bottombar.jpg) no-repeat;text-align:right;color:#ffffff;}
#bottombar1 td {padding-right:15px;}

.clear {clear:both;margin:0px;padding:0px;}
/*---------- DESIGN ELEMENT POSITIONING -----------*/



img {border:none;}

#calendartable td a {display:block;height:25px;text-align:center;font-weight:normal;}
#calendartable td a:hover {background-color:#741806;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #dc3b1a;font-size:140%;}
.calEventName {line-height:90%;margin-bottom:3px;}
#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1}

/*---------- CALENDAR tooltip -----------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
	background-color:#3e0500;
	border: 2px solid #000000;
	width:200px;
	font-size:120%;
	color:#ffffff;
	padding:5px;
    display:block;
    position:absolute;
    top:15px; left:15;
	text-align:left;
	opacity: .95;
	filter: alpha(Opacity=95);
	z-index:101;
}

.boxoverheader {}
         
.boxoverbody {
	background-color:#3e0500;
	border: 2px solid #000000;
	width:200px;
	font-size:70%;
	color:#ffffff;
	opacity: .95;
	filter: alpha(Opacity=95);
	display:inline-block;
	padding:5px;
}

/*---------- CALENDAR tooltip -----------*/



/*---------- MAIN MENU -----------*/
/* navbar setup */
#navbarcontainer {width:800px;height:95px;background:url(images/navbar.jpg);position:relative;}
#navbar {height:45px;font-size:100%;z-index:2000;position:absolute;right:0px;bottom:0px;}
#navbar a {letter-spacing:-1px;text-decoration:none;}

/* 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 {padding:0px 5px; color:#ffffff; display:block; border-top:0px solid #500900; margin:0px; border-left:1px solid #500900; font-weight:bold;}
.menu a.first {border-left:0px;}
.menu a.firstsubitem {border-top:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:45px;vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {padding:5px; opacity: .95; filter: alpha(Opacity=95); background:#510a04; color:#ffffff; border-top:1px solid #600f08; font-size:90%; border-left:3px solid #600f08; font-weight:normal;width:150px;}
#navbar .menu li ul li a:visited {color:#ffffff;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:198px; margin-top:-35px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:120px; margin-top:-20px;}

/* first level rollovers */
#navbar li:hover>a.cssnavlevelone, #navbar li:hover>a.first {color:#9b2108; display:block;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {color:#ffffff; display:block; font-weight:bold;background: #9b2108; }
/*---------- MAIN MENU -----------*/

/*---------- ie6 MAIN MENU hacks -----------*/
* html .menu {display:inline-block;float:right;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu ul {display:inline-block;}
* 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:-10px;top:-1px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background: none; color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #9b2108; font-weight:bold;}

* html .menu li ul li a {font-size:10pt;}
	
* 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;}
/*---------- ie6 MAIN MENU hacks -----------*/



/*---------- SIDEBAR menu2 -----------*/
/* navbar2 setup */
#navbar2 {background:url(images/menubox.jpg) no-repeat #282828;display:block;}
#navbar2 a {font-size:160%;color:#ffffff;font-family:impact;font-weight:normal;}
#navbar2 a:visited {color:#ffffff;}
.sidebarNavText {line-height:80%;margin-bottom:1px;display:block;padding:7px;}

/* standard menu2 setup */
.menu2, .menu2 ul {z-index:1; list-style-type:none; padding:0px; margin:0px; text-align:right; display:block; position:relative;}
.menu2 li:hover {position:relative;z-index:1999;}
.menu2 li:hover>ul {display:block; position:absolute;}

/* main menu2 centering (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu2 ul a {padding:0px 5px; display:block; border-top:1px solid #000000; margin:0px;width:239px;}
.menu2 ul a.first {border-top:0px;}

/* main menu2 vertical centering */
.menu2 .cssnavlevelone {}

/* retain breadcrumb rollover */
#navbar2 li:hover>a {color:#741806; display:block; background:url("images/overbgimage.jpg") no-repeat #000000;}
/*---------- SIDEBAR menu2 -----------*/

/*---------- ie6 SIDEBAR menu2 hacks -----------*/
* html .menu2 {display:block;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar2 a:hover {background:url("images/overbgimage.jpg") no-repeat #000000; color:#741806;}
/*---------- ie6 SIDEBAR menu2 hacks -----------*/



A {font-weight: bold;color: #741806;text-decoration: none;}
A:HOVER {font-weight: bold;color: #dc3b1a;text-decoration: none;}

A.OnPageNumber {color: #741806;}
A.OnPageNumber:HOVER {color: #dc3b1a;}

A.HeaderLink {color: #741806;}
A.HeaderLink:HOVER {color: #dc3b1a;}

A.SideNavigation {color: #741806;}
A.SideNavigation:HOVER {color: #dc3b1a;}

A.SmallNavigation {font-weight: normal;color: #741806;font-size:80%;}
A.SmallNavigation:HOVER {color: #dc3b1a;}

A.DesignCreditLink {color: #ffffff;}
A.DesignCreditLink:HOVER {color: #000000;}

A.BottomNavigation {color: #741806;font-size:80%;}
A.BottomNavigation:HOVER {color: #ffffff;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {font-size: 80%;font-weight: normal;color:#ffffff}
#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {color: #dc3b1a;}

#mainCal .WeekDay A, A.CalendarWeekDayLink {font-size: 80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {color: #dc3b1a;}

#mainCal .ToDay A, A.CalendarToDayLink {font-size: 80%;font-weight:normal;color: #ffffff;}
#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {color: #3e0500;}

.ColumnHeader {
	color: #ffffff;
	background-color: #4b0800;
	font-weight: bold;
	padding: 1px;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-size: 75%;
	background-color: #dc3b1a;
}

.EmptyDay {
	background-color: transparent;
}

.ToDay {
	font-size: 75%;
	background-color: #dc3b1a;

}

.WeekendDay {
	font-size: 75%;
	background-color: #a79072;
}

.WeekDay {
	font-size: 75%;
	background-color: #d3c5b3;
}

.HRule, hr {color:#e7dfd4;background:#e7dfd4;border:0px;}

.GraphBar {
	font-weight: normal;
	background-color: #dc3b1a;
	color: #000000;
	font-size: 80%;
}

.PicOff {border: 5px solid #f5f5f5;margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #dc3b1a;margin:5px;vertical-align:middle;}

.CalendarDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.ContentHeader, h1 {
	margin:0px;
	font-weight: bold;
	color: #220702;
	display:inline;
	font-size: 180%;
}

.ContentSubHeader, h2 {
	font-weight: bold;
	color: #741806;
	font-size: 120%;
	display: inline;
}

.RequiredFieldLabel {
	font-weight: bold;
	color: #741806;
}

.SmallNote {
	color: #999;
	font-size: 80%;
}

.SidebarLabel {
	font-weight: bold;
	color: #741806;
}

.CopyRight {
	color: #ffffff;
}

.Address {
	color: #ffffff;
}

.DesignCredit {
	color: #e0d3c1;
}



/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #e7dfd4;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#4b0800;border:1px solid #741806;}
#pagination .OnPageNumber {color:#dc3b1a;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 #e7dfd4;text-align:left;}
.contentTable th {color:#741806;border-bottom: 2px solid #741806;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:#741806;width:100px;border-bottom: 1px solid #e7dfd4;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #e7dfd4;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#741806; 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 #e7dfd4;}
.iconlink {margin:0px 2px;display:inline;border:none;}#editorbg>td {color:#000;background:#fff;}

#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:#741806;}               /* SAME AS a:link color */
.FGColor2 {color:#dc3b1a;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#4b0800;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#dc3b1a;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#d3c5b3;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#a79072;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#e7dfd4;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
