/*----------------- Design #706 ------------------*/

/*--------------------------------------------------
------------------  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;}

::selection {background: #e9c412; color: #222;}
::-moz-selection {background: #e9c412; color: #222;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

html {background: #a4a6a1 url(./images/bg.jpg) fixed no-repeat top center;}

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.25em;
	color: #222;
	word-wrap: break-word;
}

a {color: #003f08; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader, h2, .ContentSubHeader, .SidebarLabel, h3 {font-family: "Justus", Georgia, Times, serif;}

h1, .ContentHeader {font-size: 24px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 18px; color:; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

.HRule, hr {height: 1px; background: #999; color: #999; border: none;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {
	background: url(./images/body_repeat.png) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%; width: 100%;
	margin: 0 0 -130px;
}

#wrapper {
	font-size: 13px;
	height: auto; width: 900px;
	margin: 0 auto;
}

	#header {
		background: url(./images/header_bg.jpg) no-repeat;
		height: 130px; width: 900px;
		position: relative;
	}
	
	#post_header {height: 50px; width: 900px; position: relative; z-index: 9999;}
	
		#navbar {height: 50px; width: 900px; margin-left: 10px;}
	
	#flashbox_wrap {
		background: url(./images/flashbox_bg.png) no-repeat;
		height: 400px; width: 900px;
		position: relative;
	}
	
		#flashbox {
			background: #e1b207;
			border: 1px solid #e1c52d;
			height: 380px; width: 880px;
			position: absolute; top: 10px; left: 10px;
		}

	#interest_buttons {
		height: 140px; width: 900px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#push {clear: both; height: 130px;}
	
#footer_container {background: url(./images/footer_container.png) repeat-x; height: 130px; width: auto;}

	#footer {
		background: url(./images/footer_bg.jpg);
		color: #eee;
		font-size: 13px;
		height: 130px; width: 900px;
		margin: 0 auto;
	}
	
/*------------------ Sub-Page --------------------*/

#primary {
	background: url(./images/primary_bg.png) repeat-y;
	display: inline;
	float: left;
	min-height: 390px;
	height: auto !important;
	height: 390px; width: 900px;
	text-shadow: 0 1px 0 #d9d9d9;
}

	#main {
		border-right: 2px solid #999;
		float: left; 
		height: auto; width: 578px;
		line-height: 1.7;
		margin: 20px 0 10px 20px;
		padding-right: 20px;
	}
	
		#main_sans_sidebar {
			float: left;
			height: auto; width: 860px;
			line-height: 1.7;
			margin: 20px 0 10px 20px;
		}
	
	#sidebar {
		float: right; 
		height: auto; width: 240px;
		line-height: 1.7;
		margin: 20px 20px 10px 0;
		padding-left: 20px;
	}
	
		#no_sidebar {display: none;}

#primary_top {
	background: url(./images/primary_top.png) no-repeat;
	height: 10px; width: 900px;
}

#primary_bottom {
	background: url(./images/primary_bottom.png) no-repeat;
	clear: both;
	height: 10px; width: 900px;
}

#breadcrumbs {
    border-top: #999 2px solid;
    border-bottom: #999 2px solid;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px;
}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 130px; width: 398px;
	position: absolute; top: 0; left: 0;
	text-indent: -9999px;
}

#interest_item1 {
	color: #eee;
	display: block;
	height: 20px; width: 320px;
	overflow: hidden;
	position: absolute; bottom: 20px; right: 10px;
	text-align: right;
}

/*--------------------------------------------------
------------------ Post Header ---------------------
--------------------------------------------------*/

#interest_item2 {
	color: #222;
	display: block;
	height: 20px; width: 250px;
	overflow: hidden;
	position: absolute; bottom: 15px; right: 10px;
	text-align: right;
}

/*--------------------------------------------------
--------------- Interest Buttons -------------------
--------------------------------------------------*/

#interest_buttons li {display: inline;}

#interest_button1, #interest_button2, #interest_button3, #interest_button4 {
	display: block;
	float: left;
	height: 140px;
	text-indent: -9999px;
}

	#interest_button1 {background: url(./images/interest_buttons.png) 0 0; width: 225px;}
	#interest_button2 {background: url(./images/interest_buttons.png) -225px 0; width: 225px;}
	#interest_button3 {background: url(./images/interest_buttons.png) -450px 0; width: 225px;}
	#interest_button4 {background: url(./images/interest_buttons.png) -675px 0; width: 225px;}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#footer a {color: #e9c412; font-weight: bold;}

#address {float: left; margin: 20px 0 0 20px;}
#design_credit {float: right; margin: 20px 20px 0 0; text-align: right;}

#social_media_links_list {display: block; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: right;}
#social_media_links_list li a {padding-left: 7px;}

#fc_link {clear: both; display: block; float: right;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999; 
}
.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: 50px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}
/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}
/* 3rd+ level */
.menu li ul li ul {margin-left: 172px; margin-top: -32px;}

/* ------- Menu Styling ----------*/

/* 1st level (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #222;
	display: block;
	font-family: "Justus", Georgia, Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

a.first {padding-left: 10px;}

/* 2nd level */
.menu li ul li a {
	background: #eee;
	background: rgba(238,238,238,.95);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	color: #222;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal; 
	padding: 5px 10px 5px;
	text-shadow: 0 1px 0 #fff;
	width: 150px; 
}

/* ------- Hover Styling ----------*/

/* first level rollovers */
#navbar li:hover>a {
	background: #eee;
	cursor: pointer; 
	display: block;
}

/* 1st level active page button color or bg */
#navbar li>a.active {background: #eee;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {
	background: #fff;
	cursor: pointer; 
	display: block;
}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #fff;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 50px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -50px;}

/* active states */
#navbar a.active img {top:-100px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* 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:-9px;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;}

/* 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; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #003604;
    border: 2px solid #002d02;
    color: #eee;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #003604;
    border: 2px solid #002d02;
	color: #eee;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #d4a030;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #333; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 13px; padding: 5px 10px; width: 14%; vertical-align: top;}



#mainCal .WeekendDay A, A.CalendarWeekendDayLink {text-shadow: 0 1px 0 #bbb;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {text-shadow: 0 1px 0 #bbb;}
#mainCal .ToDay A, A.CalendarToDayLink {text-shadow: 0 1px 0 #bbb;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #e9c412; text-shadow: 0 -1px 0 #666; z-index: 1;}

/* --- Inside Each Day --- */

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #aaa; border: 1px solid #888;}
.WeekendDay, .WeekDay {background: #aaa; background: rgba(0,0,0,.2); border: 1px solid #888;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #222; font-weight: bold;}

.ColumnHeader {color: #fff; background: #003604; font-weight: bold; padding: 5px; text-shadow: 0 1px 0 #000;}

/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #999; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #999; border: 1px solid #999;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #222;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 5px; vertical-align: middle;}

.PicOff, .PicOn {margin: 5px; vertical-align: middle;}
.PicOff {border: 5px solid #222;}
.PicOn {border: 5px solid #285262;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #999; text-align: left;}
.contentTable th {color: #222; border-bottom: 2px solid #999; text-align: left;}
.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 {border-bottom: 1px solid #999;color: #222;padding-right: 20px;text-align: right;width: 100px;}
.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 #999;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#222; font-weight:bold; font-size: 120%; }

.GraphBar {background: #003f08; margin: 0 10px;}

.borderbox {border: 1px solid #999; padding: 5px;}
.iconlink {margin:0px 2px;border:none;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	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;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#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: #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 -----------*/

/*--------------------------------------------------
----------------- sliding panel --------------------
--------------------------------------------------*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* hides from ie-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {position: relative; top: 0; width: 100%; z-index: 9999;}

#panel {
	background: #001e01;
	border-bottom: #f1f1f1 5px solid;
	color: #fff;
	display: none;
	font-size: 13px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-shadow: 0 -1px 0 #001e01;
	z-index: 9999;
}

#panel_content {height: 250px; width: 940px; margin: 20px auto;}

	#panel_content h2 {margin: 20px 0 10px 0;}
	#panel_content fieldset {border: 0; margin: 0 0 10px; padding: 0;}
	#panel_content a {color: #e9c412;}

/* ---- Panel BG Styles ---- */

#panel_module1, #panel_module3, #panel_module4 {
	background: #002d02;
	border: 1px solid #003604;
	height: 230px; width: 260px;
	padding: 0 20px 20px;
	position: absolute;
}

/* ----- Panel BG Positions ---- */

#panel_module1 {margin: 0 0 20px 0;}
#panel_module3 {margin: 0 0 0 320px;}
#panel_module4 {margin: 0 0 0 640px;}

/* ------ Panel 1 (Site Stream) ----- */

#panel_module1 #sitestream_list {height: 180px; margin: 0; overflow: auto; padding: 0;}

#panel_module1 #sitestream_list li {border-bottom: 1px solid #003f08; list-style: none; padding: 5px;}
#panel_module1 #sitestream_list li:hover {background: #003f08;}

#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color: #237a33; display: inline;}
#panel_module1 #sitestream_list .list_title {color: #fff;}
#panel_module1 #sitestream_list li a {display: block; text-decoration: none;}

#panel_module1 #sitestream_list .list_date1, #panel_module1 #sitestream_list .list_date2, #panel_module1 #sitestream_list .list_date4, #panel_module1 #sitestream_list .list_date5, #panel_module1 #sitestream_list .list_date6, #panel_module1 #sitestream_list .list_time1, #panel_module1 #sitestream_list .list_category1, #panel_module1 #sitestream_list .list_row_number {display: none;}
		
#stream_view_all {position: absolute; top: 20px; right: 20px;}

/* ------ Panel 3 (Search and Login) ------ */
		
.site_search {width: 260px;}
.site_search fieldset {border: none; margin: 0; padding: 0;}
.search_field {width: 150px;}
		
.login_username {}
.login_password {margin-bottom: 0;}
.login_submit {margin-bottom: 0;}

/* ------ Panel 4 (Where and When) -----*/

#panel_module4 {line-height: 1.5em;}
		
/* ------- tab -------- */

#toggle_bar {height: 0; margin: 0 auto; width: 100%; }
#toggle_wrapper {height: 0; width: 900px; margin: 0 auto; position: relative; .z-index: 9999;}
#toggle {display: inline; height: 35px; width: 140px; position: absolute; right: 0; z-index: 9999;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 140px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 140px;}





