body,html {
	font-family: "trebuchet ms",arial;
	font-size: 95%;
	width: 100%;
	background: #6A6A6A;
	margin: 0px auto;
	padding: 0px;
}

/*---------- DESIGN ELEMENT POSITIONING -----------*/

#outer {width:99%;margin:0px auto;padding:1px;}

#edge {width:830px;margin: 0px auto;z-index:1;}
#topedge {width:830px;height:15px;margin: 0px auto;margin-top:30px}
#bottomedge {width:830px;height:15px;margin: 0px auto;margin-bottom:20px}

#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; z-index: 500;}
#sidebarbg {width:241px;margin: 0px auto;}
#sidebartop {width:241px;height:14px;margin: 0px auto;}
#sidebarbottom {width:241px;height:14px;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:#6A6A6A;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #ffffff;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;z-index: 501;}
#navbar {height:45px;font-size:85%;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 8px; color:#ffffff; display:block; border-top:0px solid #500900; margin:0px; border-left:1px solid #2e2e2e; 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: .85; filter: alpha(Opacity=85); background:#2c2c2c; color:#ffffff; border-top:1px solid #545454; font-size:90%; border-left:3px solid #545454; font-weight:bold;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:#5C5C5C; display:block;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {color:#ffffff; display:block; font-weight:bold;background: #545454; }
/*---------- 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:#6A6A6A; 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:#6A6A6A;}
/*---------- ie6 SIDEBAR menu2 hacks -----------*/

A {font-weight: bold;color: #6A6A6A;text-decoration: none;}
A:HOVER {font-weight: bold;color: #4A0000;text-decoration: none;}

A.OnPageNumber {color: #6A6A6A;}
A.OnPageNumber:HOVER {color: #4A0000;}

A.HeaderLink {color: #6A6A6A;}
A.HeaderLink:HOVER {color: #4A0000;}

A.SideNavigation {color: #6A6A6A;}
A.SideNavigation:HOVER {color: #4A0000;}

A.SmallNavigation {font-weight: normal;color: #6A6A6A;}
A.SmallNavigation:HOVER {color: #4A0000;}

A.DesignCreditLink {color: #ffffff;}
A.DesignCreditLink:HOVER {color: #000000;}

A.BottomNavigation {color: #6A6A6A;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: #4A0000;}

#mainCal .WeekDay A, A.CalendarWeekDayLink {font-size: 80%;font-weight: normal;color: #ffffff;}
#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {color: #4A0000;}

#mainCal .ToDay A, A.CalendarToDayLink {font-size: 80%;font-weight:normal;color: #ffffff;}
#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {color: #3e0500;}

TD {font-weight: normal; font-size: 100%;}

.ColumnHeader {
	color: #ffffff;
	background-color: #4A0000;
	font-weight: bold;
	padding: 1px;
}

.ColumnField {
	padding: 1px;
	opacity: .9;
	filter: alpha(Opacity=90); 
	background-color: #eeeeee;
}

.ColumnFieldOdd {
	padding: 1px;
	opacity: .8;
	filter: alpha(Opacity=80); 
	background-color: transparent;
}

.ColumnFieldEven {
	padding: 1px;
	opacity: .6;
	filter: alpha(Opacity=60); 
	background-color: transparent;
}

.ColumnRowOdd {
	padding: 1px;
	background-color: #f1f1f1;
}

.ColumnRowEven {
	padding: 1px;
	background-color: #E8E8E8;
}

.ColumnRowOn {
	padding: 1px;
	background-color: #d6d6d6;
}

.ClickableRow {
	cursor: pointer;
	cursor: hand;
	padding: 5px;
	background-color: #ffffff;
}

.ClickableRowOn {
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	background-color: #d6d6d6;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-size: 75%;
	background-color: #4A0000;
}

.EmptyDay {
	background-color: transparent;
}

.ToDay {
	font-size: 75%;
	background-color: #4A0000;

}

.WeekendDay {
	font-size: 75%;
	background-color: #272727;
}

.WeekDay {
	font-size: 75%;
	background-color: #6A6A6A;
}

.HRule, hr {
	height: 1px;
	border-top: thin solid #555555;
	width:98%;
}

.GraphBar {
	font-weight: normal;
	background-color: #4A0000;
	color: #000000;
	font-size: 80%;
}

IMG.PicOff {border: 2px solid #f5f5f5;margin:5px;vertical-align:middle;}

IMG.PicOn {border: 2px solid #4A0000;margin:5px;vertical-align:middle;}

.Instruction {
	font-size: 75%;
	color: #eeeeee;
}

.GrayInstruction {
	color: #eeeeee;
	font-size: 75%;
}

.CalendarDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	font-size: 75%;
	color: #FFFFFF;
}

.PopupContentHighlight {
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
}

.ContentHighlight {
	font-weight: bold;
	color: #6A6A6A;
}

.ContentHeader, h1 {
	margin:0px;
	font-weight: bold;
	color: #220702;
	display:inline;
	font-size: 150%;
	letter-spacing
}

.SpecialContentHeader {
	font-weight: bold;
	color: #6A6A6A;
	font-size: 130%;
}

.ContentSubHeader, h2 {
	font-weight: bold;
	color: #6A6A6A;
	font-size: 110%;
	display: inline;
}

.ListSubHeader {
	font-weight: bold;
	color: #6A6A6A;
}

.BlogCommentNumber {
	position:absolute;
	right:15px;
	width:100%;
	font-size:35px;
	line-height:35px;
	opacity:.20;filter:alpha(Opacity=20);
	text-align:right;
	letter-spacing:-3px;
}

.RequiredFieldLabel {
	font-weight: bold;
	color: #6A6A6A;
}

.NonRequiredFieldLabel {
	font-weight: bold;
	color: #666666;
}

.RequiredAsterisk {
	font-weight: bold;
	color: #6A6A6A;
}

.SmallNote {
	color: #999999;
	font-size: 80%;
}

.SmallGrayNote {
	color: #999999;
	font-size: 80%;
}

.SmallNote {
	color: #999999;
	font-size: 80%;
}

.SuccessMessage {
	font-weight: bold;
	color: #008000;
}

.Date {
	font-weight: bold;
	color: #777777;
}

.ErrorMessage {
	font-weight: bold;
	color: #FF0000;
}

.SidebarLabel {
	font-weight: bold;
	color: #6A6A6A;
}

.Footer {
	color: #ffffff;
}

.CopyRight {
	color: #ffffff;
	font-size: 100%;
}

.Address {
	color: #ffffff;
	font-size: 100%;
}

.DesignCredit {
	color: #272727;
	font-size: 100%;
}

.semiopaque { 
	opacity: .9; 
	font-weight: normal;
}




/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #555555;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#4b0800;border:1px solid #6A6A6A;}
#pagination .OnPageNumber {color:#4A0000;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:5px;vertical-align:middle;}

table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #555555;text-align:left;}
.contentTable th {color:#6A6A6A;border-bottom: 2px solid #6A6A6A;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 td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#6A6A6A;width:100px;border-bottom: 1px solid #555555;text-align:right;font-size:110%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #555555;
	padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#6A6A6A; 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 #555555;}
.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;line-height:1em;}
#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}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */








/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#6A6A6A;}               /* SAME AS a:link color */
.FGColor2 {color:#4A0000;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#4b0800;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#4A0000;}    /* 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:#555555;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/



















