/*----------------- Design #414 ------------------*/

/*--------------------------------------------------
------------------  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;}

/* ------ General Styles ------*/

body {
	line-height: 1.125em;
	font-size: 100%;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-weight: normal;
	color: #222;
}

body, html {
	margin: 0; padding: 0;
	height: 100%; width: 100%;
}

a {color: #1a2334; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color: #1a2334;}
h2, .ContentSubHeader, .ContentHighlight {font-size: 21px; font-style: italic; line-height: 1.25em; color: #1a2334;}
h3 {font-size: 14px; color: #1a2334;}

hr {
	height: 1px;
	width: 100%;
	background: #cac4b8;
	border: none;
	color: #cac4b8;
}

ol,ul,li {list-style-position: inside;}

.floatright {float: right; display: inline;}
.clear {clear:both; height:0;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#container {
	background: url(./images/bg_repeat.png) repeat-x top left;
	height: 100%; width: 100%;
}

#background {
	background: #ded7bb url(./images/bg.jpg) no-repeat top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 100%;
}

#wrapper {
	height: auto; width: 940px;
	margin: 0 auto;
}

#navbar_container {
	height: 45px;
	width: 940px;
}

	#navbar {
	height: 45px;
	margin-left: 10px;
	width: 940px;
}

#header {
	height: 95px;
	width: 940px;
}

	#hot_links {
	display: inline;
	float: right;
	height: 20px;
	margin: 40px 10px 0 0;
	max-width: 580px;
}

#primary {
	height: 320px;
	width: 940px;
}

	#sidebar_buttons {
	background: url(./images/sidebar_buttons_bg.jpg) no-repeat;
	height: 300px;
	margin: 20px 0 0 10px;
	position: absolute;
	width: 300px;
}

	#flashbox_wrap {
	height: 320px;
	margin: 0 0 0 310px;
	position: absolute;
	width: 620px;
}

#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat;
	height: 220px;
	margin: 0 auto 20px;
	width: 920px;
}

	#interest {
	height: 190px;
	margin: 15px 0 0 315px;
	position: absolute;
	width: 570px;
}

#push {
	height: 50px;
}

#footer {
	background: url(./images/footer_bg.png) repeat-x;
	font-size: 12px;
	height: 50px;
	margin: 0 0 0 0;
	width: 100%;
}

	#footer_content {
	color: #fff;
	height: 50px;
	margin: 0 auto;
	width: 940px;
}

/*---------- Sub-Page ------------*/

#content_top {
	background: url(./images/content_bg_top.jpg) no-repeat;
	height: 20px;
	margin: 20px 0 0 0;
	width: 940px;
}

#content {
	background: url(./images/content_bg_repeat.jpg) repeat-y;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 940px;
	line-height: 1.7;
}

#content_bottom {
	background: url(./images/content_bg_top.jpg) no-repeat;
	clear: both;
	height: 20px;
	margin: 0 0 20px;
	width: 940px;
}

	#sidebar {
		display: inline;
		float: left;
		font-size: 12px;
		height: auto;
		margin: 20px 0 20px 40px;
		padding: 0 0 20px 0;
		width: 240px;
	}
	
		#sidebar_sans {
			display: none;
		}
	
	#main {
		display: inline;
		float: right;
		font-size: 12px;
		height: auto;
		margin: 20px 60px 20px 0;
		width: 580px;
	}
	
		#main_sans {
			font-size: 12px;
			height: auto;
			margin: 30px 0 20px 40px;
			width: 840px;
		}
	
	#breadcrumbs {
		background: #e4ded0;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px 0;
		padding: 10px;
	}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png);
	display: block;
	height: 125px;
	margin: -15px 0 0 30px;
	position: absolute;
	text-indent: -9999px;
	width: 250px;
	z-index: 2;
}

#hot_links li {
	border-right: 1px solid #176660;
	display: inline;
	float: left;
	height: auto;
	margin: 0;
	padding: 0 20px;
}

	#hot_links li.last {
	border: none;
}

#hot_links li a {
	color: #1a2334;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

	#hot_links li a:hover {
	border-bottom: 1px dashed #1a2334;
	.text-decoration: underline;
}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

/* 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 vertical centering */
.menu .cssnavlevelone {height: 40px; vertical-align:middle;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding:0 15px;
	text-decoration: none;
}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #20304a;
	border-top: #1a2334 1px solid;
	color: #fff; 
	font-size: 12px;
	font-weight: normal;
	opacity: .95;
		filter: alpha(opacity=95);
	width: 150px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:240px; margin-top:0px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-31px;}





/* ------- Hover Styling ----------*/

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #20304a;}

/* 1st level active page button color or bg */
#navbar li>a.active {display:block; background: #20304a;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {background: #1a2334; display:block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #1a2334;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 40px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -40px;}

/* active states */
#navbar a.active img {top:-80px;}

/* --- 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 IE6 IE6 Hax -- */

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}
* html .menu a:hover 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;}

/* correct position issue */
* html .menu li a table {position:relative; top: 0; left: -16px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#1a2334; color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #1a2334; color:#ffffff;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hover ul ul {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 ul a:hover ul ul {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: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 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 ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover ul {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 ul a:hover ul {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 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 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 ul a:hover ul a:hover ul {visibility:visible;}

/*--------------------------------------------------
--------------- Sidebar Buttons --------------------
--------------------------------------------------*/

#sidebar_button1, #sidebar_button2, #sidebar_button3 {display: block; height: 85px; width: 300px;}

#sidebar_button1 {background: url(./images/sidebar_button1.jpg) no-repeat; margin-top: 25px;}
#sidebar_button2 {background: url(./images/sidebar_button2.jpg) no-repeat;}
#sidebar_button3 {background: url(./images/sidebar_button3.jpg) no-repeat;}

#sidebar_button1:hover, #sidebar_button2:hover, #sidebar_button3:hover {background-position: bottom;}

/*--------------------------------------------------
------------------ Recent News -----------------------
--------------------------------------------------*/

#view_all {
	color: #fff;
	font-size: 12px;
	margin: 24px 0 0 233px;
	position: absolute;
}

#announcement_list {
	font-size: 12px;
	height: 150px;
	margin: 60px 0 0 40px;
	.margin: 60px 0 0 25px;
	padding: 0;
	position: absolute;
	width: 240px;
	.width: 255px;
}

	#announcement_list li {
	border-bottom: 1px dashed #1a2334;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#announcement_list li:hover {
	background: #1a2334;
}

	#announcement_list li a {
	color: #fff;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 240px;
	text-decoration: none;
}

/*--------------------------------------------------
------------------ Interest -----------------------
--------------------------------------------------*/

#interest_button1, #interest_button2, #interest_button3 {display: block; float: left; height: 190px; width: 190px;}

#interest_button1 {background: url(./images/interest_button1.png) no-repeat;}
#interest_button2 {background: url(./images/interest_button2.png) no-repeat;}
#interest_button3 {background: url(./images/interest_button3.png) no-repeat;}

#interest_button1:hover, #interest_button2:hover, #interest_button3:hover {cursor:pointer;}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#footer_content a {color: #fff;}

#copyright {float: left; margin: 20px 0 0 20px;}
#design_credit {float: right; margin: 20px 20px 0 0;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#1a2334;
    color:#fff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding: 10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #1a2334;
    width: 200px;
    color:#fff;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #fff;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {margin-top: 10px;}
#calendartable td a {display:block; height:25px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#ebce46; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 10px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; display: block; background: #1a2334; color:#eee;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #ebce46;}

.ToDay {background: #e4ded0;}
.WeekendDay {border: 1px solid #bcb395;}
.WeekDay {border: 1px solid #bcb395;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #222;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #1a2334;
    font-weight: bold;
    padding: 5px;
}

IMG.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #1a2334;margin:5px;vertical-align:middle;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #recent_news li a:hover {text-decoration: underline;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #e4ded0;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#e4ded0;border:1px solid #e4ded0;}
#pagination .OnPageNumber {color:#222;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:10px;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 #e4ded0;text-align:left;}
.contentTable th {color:#222;border-bottom: 2px solid #e4ded0;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:#222;width:100px;border-bottom: 1px solid #e4ded0;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 #e4ded0;
	padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend {  color:#222; font-weight:bold; font-size: 120%; }

.GraphBar {background: #1a2334; margin: 0 10px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444; border:1px solid #ccc; letter-spacing:0px; font-family:arial, helvetica; font-size:12px; font-weight:bold; background:#fff url(/sr/images/buttonbg.jpg) repeat-x; margin:1px; overflow:visible; vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:5px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #e4ded0;}
.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:#bc4027;}               /* SAME AS a:link color */
.FGColor2 {color:#444444;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#444444;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#bc4027;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#ddd;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bbb;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#eee;}             /* 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: #c0b390;
	border-bottom: 5px #6c3301 solid;
	color: #222;
	display: none;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {.margin-top: 10px; text-shadow: 0 1px 1px #f6f3eb;}
	#panel_content fieldset {border: 0; margin: 0 0 10px; padding: 0;}
	#panel_content a {}

	#panel_module1 {
		background: #d6cfbc;
		width: 260px; height: 230px;
		margin: 0 0 20px 0;
		padding: 0 20px 20px;
		position: absolute;
		z-index: 9999;
		-moz-box-shadow:0 0 5px #a79870;
		-webkit-box-shadow:0 0 5px #a79870;
	}
		#panel_module1 #sitestream_list {list-style: none; height: 180px; padding: 0; margin: 0; overflow: auto;}
		#panel_module1 #sitestream_list li {list-style: none; padding: 5px; border-bottom:1px dashed #c0b390;}
		#panel_module1 #sitestream_list li:hover {background:#d0c4a5;}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#196d65;}
		#panel_module1 #sitestream_list .list_title {color:#222; font-weight: normal;}
		#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: #d6cfbc;
		width: 260px; height: 230px;
		margin: 0 0 0 320px;
		padding: 0 20px 20px;
		position: absolute;
		-moz-box-shadow:0 0 5px #a79870;
		-webkit-box-shadow:0 0 5px #a79870;
	}
	
		.site_search {width: 260px;}
		.site_search fieldset {border: none; margin: 0; .margin: 0 0 15px; padding: 0;}
		.search_field {width: 150px;}
		
		.login_username {}
		.login_password {margin-bottom: 0;}
		.login_submit {margin-bottom: 0;}
	
	#panel_module4 {
		background: #d6cfbc;
		width: 260px; height: 230px;
		line-height: 1em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
		-moz-box-shadow:0 0 5px #a79870;
		-webkit-box-shadow:0 0 5px #a79870;
	}
	
		#panel_module4 p {line-height: 1.25em;}

/* tab */

#toggle_bar {height: 0; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 0; width: 940px; margin: 0 auto; position: relative;}
#toggle {display: none; float: right; height: 31px; width: 170px;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 170px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 170px;}





















