/*----------------- Design #201 ------------------*/

/*--------------------------------------------------
------------------  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: #bfb9ab url(./images/bg.jpg);
	font-family: "Adobe Garamond Pro", garamond, times, serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #5b4f46;
}

a {color: #132e7b;}
a:hover {text-decoration: none;}

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: #cdc9be; color: #cdc9be; 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/wrapper_bg.jpg) repeat-y;
	font-size: 14px;
	height: auto; width: 960px;
	margin: 0 auto;
}

#wrapper {
	background: url(./images/wrapper_bg.jpg) repeat-y;
	float: left;
	height: auto; width: 960px;
} 

	#sidebar {
		background: url(./images/sidebar_bg.jpg) no-repeat top left;
		float: left;
		min-height: 320px; height: auto !important; height: 320px; width: 310px;
	}
	
		#logo_area {height: 230px; width: 310px; position: relative;}
	
		#navbar {
			background: #132e7b url(./images/nav_bg.jpg) no-repeat top left;
			float: right;
			min-height: 230px; height: auto !important; height: 230px; width: 280px;
			padding: 20px 0;
		}
		
		#sidebar_content {
			background: url(./images/content_bg.jpg);
			display: inline;
			float: left;
			height: auto; width: 240px;
			margin: 0 0 20px 30px;
			padding: 20px;
		}
		
		#no_sidebar {display: none;}

	#main {
		background: url(./images/main_bg.jpg) no-repeat top left;
		float: right;
		min-height: 320px; height: auto !important; height: 320px; width: 650px;
	}
		
		#flashbox_wrap {
			height: 255px; width: 620px;
			margin: 0 0 65px;
			position: relative;
		}
		
		#main_content {
			background: url(./images/content_bg.jpg);
			display: inline;
			float: right;
			height: auto; width: 560px;
			margin: 0 30px 20px 0;
			padding: 0 20px 20px;
		}
		
			#welcome {float: left; height: auto; width: 560px; margin: 0 0 20px;}
			
			#secondary {float: left; height: auto; width: 560px; position: relative;}
			
	#footer {
		background: url(./images/footer_bg.jpg) no-repeat;
		clear: both;
		height: 190px; width: 960px;
	}

/*------------------ Sub-Page --------------------*/

#breadcrumbs {
    background: #cdc9be;
    padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------
--------------------- Main ------------------------
--------------------------------------------------*/

#fb_left {background: url(./images/fb_left.png) no-repeat; height: 255px; width: 20px; display: block; position: absolute; top: 0; left: 0; z-index: 20;}
#fb_bottom {background: url(./images/fb_bottom.png) no-repeat; height: 45px; width: 635px; display: block; position: absolute; bottom: 0; right: -35px; z-index: 20;}

#first_time {background: url(./images/first_time.png) no-repeat; display: block; height: 125px; width: 125px; position: absolute; top: 190px; left: 480px; text-indent: -9999px; z-index: 21;}


#mini_marquis {background: url(./images/mini_marquis_frame.jpg) no-repeat; float: left; height: 120px; width: 120px; margin: 0 10px 0 -20px; overflow: hidden; padding: 20px 35px 35px 40px;}

#welcome_content {float: right; height: auto; width: 550px;}

/* ------ Secondary Lists ------ */

#view_all_news {background: url(./images/view_all.png) no-repeat; height: 22px; width: 68px; position: absolute; top: 9px; left: 193px; text-indent: -9999px;}

#view_all_events {background: url(./images/view_all.png) no-repeat; height: 22px; width: 68px; position: absolute; top: 9px; left: 483px; text-indent: -9999px;}

	#view_all_news:active, #view_all_events:active {background-position: bottom;}

#announcement_list, #event_list {
	float: left;
	height: 180px; 
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 50px 0 0;
	width: 270px;
}

#announcement_list {background: url(./images/header_list1.png) no-repeat; margin-right: 20px;}
#event_list {background: url(./images/header_list2.png) no-repeat;}

	#announcement_list li, #event_list li {
		border-bottom: 1px solid #d1cdc3;
		height: 28px;
		line-height: 180%;
		list-style: none;
		overflow: hidden;
		padding: 5px 10px 0;
	}
	
	#announcement_list li:hover, #event_list li:hover {
		background: #d1cdc3;
	}
	
		#announcement_list li a, #event_list li a{
		color: #5b4f46;
		display: block;
		font-weight: normal;
		height: 30px;
		width: 260px;
		text-decoration: none;
	}
	
.list_date3 {display: block; float: left; font-weight: bold; margin-right: 5px; text-transform: uppercase;}	
.list_date3:after {color: #ddd9cf; content: " |";}

.list_row_number, .list_category1, .list_category2, .list_date1, .list_date2, .list_date4, .list_date5, .list_date6, .list_time1, .list_end_time1 {display: none;}

/*--------------------------------------------------
-------------------- Sidebar -----------------------
--------------------------------------------------*/

#logo_area h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 160px; width: 254px;
	position: absolute; top: 40px; left: 45px;
	text-indent: -9999px;
}
	
/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#mini_site_map {display: inline; float: right; height: 140px; max-width: 645px; margin: 20px 20px 0 0; overflow: hidden;}

	#mini_site_map ul {
	border-left: 1px solid #d8d4c8; 
	display: inline; 
	float: left; 
	height: 140px; width: 120px;
	list-style: none; 
	margin: 0; 
	padding: 0 20px;
	}
	
		#mini_site_map ul:first-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 20px;}
	.mini_sitemap_list_first a {color: #132e7b; font-weight: bold; text-transform: uppercase;}
	.mini_sitemap_list {color: #5b4f46; text-decoration: none;}
	.mini_sitemap_list:hover {text-decoration: underline;}

#copyright {display: inline; float: left; margin: 20px 0 0 40px; width: 240px;}

#social_media_links_list {display: block; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: left;}
#social_media_links_list li a {padding-right: 7px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; cursor: pointer; list-style-type:none; padding:0; margin: 0; text-align:center; 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 ul a {
	background: url(./images/nav_item_bg.png) no-repeat top right;
	color: #f6f6f4;
	display: block; 
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	width: 280px;
}

/* first level vertical centering */
.menu .cssnavlevelone {height: 33px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* submenu colors/style */
.menu li ul li a {
	background: #f0efeb;
	color: #132e7b;
	font-size: 14px;
	font-weight:normal; 
	padding: 5px 10px 5px;
	text-align: left; 
	width: 150px; 
	text-transform: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #dddad2;
	border-right: 1px solid #dddad2;
}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:280px; margin-top:-37px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-32px;}

/* ------- Hover Styling ----------*/

/* first level rollovers */
#navbar li:hover>a {background: url(./images/trans_black.png); cursor: pointer; display: block;}

/* 1st level active page button color or bg */
#navbar li>a.active {background: url(./images/trans_black.png); color: #fff;}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {cursor: pointer; display: block; background: #fff;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #fff; color: #132e7b;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {background: #fff;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 33px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -33px;}

/* active states */
#navbar a.active img {top: -66px;}

/* --- 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 {background:url("images/overbgimage.jpg") no-repeat #ddd9cf; color:#132e7b;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #fff;}
* html .menu li ul li a {}

* 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:-140px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-30px;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:#5b4f46;
    color: #cdc9be;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #5b4f46;
    color: #cdc9be;
    width: 200px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #f6f6f4;}

/* ----------- 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 {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 14px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1;color:#fff;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#132e7b; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #132e7b; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #f6f6f4; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.ToDay {border: 3px solid #cdc9be;}
.WeekendDay, .WeekDay {background: #cdc9be;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #5b4f46;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #f6f6f4; background: #5b4f46; font-weight: bold; padding: 5px;}

.PicOff {border: 5px solid #fff; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #285262; margin: 5px; vertical-align: middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #cdc9be;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#cdc9be;border:1px solid #cdc9be;}
#pagination .OnPageNumber {color:#5b4f46;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
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 #cdc9be; text-align:left;}
.contentTable th {color:#5b4f46; border-bottom: 2px solid #cdc9be; text-align:left; font-size:100%;}
.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:#5b4f46;width:100px;border-bottom: 1px solid #cdc9be;text-align:right;font-size:100%;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 #cdc9be;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#5b4f46; font-weight:bold; font-size: 100%; }

.GraphBar {background: #132e7b; margin: 0 10px;}

.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 #cdc9be;}
.iconlink {margin:0px 2px;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: absolute;   /*panel will overlap  content */
    position: relative;   /*panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
}

#panel {
	background: url(./images/panel_bg.jpg);
	border-bottom: #cecabc 1px solid;
	display: none;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {margin: 20px 0 10px 0;}
	#panel_content fieldset {border: 0; margin: 0 0 10px;}
	#panel_content a {}

	#panel_module1 {
		background: url(./images/panel_content_bg.jpg) no-repeat top left;
		width: 260px; height: 230px;
		margin: 0 0 20px 0;
		padding: 0 20px 20px;
		position: absolute;
		z-index: 9999;
	}
		#panel_module1 #sitestream_list {height: 180px; padding: 0; margin: 0; overflow: auto;}
		#panel_module1 #sitestream_list li {list-style: none; padding: 5px; border-bottom: 1px solid #d8d4c8;}
		#panel_module1 #sitestream_list li:hover {background: #d8d4c8;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#5b4f46; display: inline;}
		#panel_module1 #sitestream_list .list_title {color:#5b4f46;}
		#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 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
			
	#panel_module3 {
		background: url(./images/panel_content_bg.jpg) no-repeat top left;
		width: 260px; height: 230px;
		margin: 0 0 0 320px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		.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_module4 {
		background: url(./images/panel_content_bg.jpg) no-repeat top left;
		width: 260px; height: 230px;
		line-height: 1.5em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
/* tab */

#toggle_bar {height: 0; margin: 0 auto; width: 100%; }
#toggle_wrapper {height: 0; width: 960px; margin: 0 auto; position: relative; .z-index: 9999;}
#toggle {display: inline; height: 35px; width: 170px; position: absolute; right: 0; z-index: 9999;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 170px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 35px; width: 170px;}

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/


















