/*--------------------------------------------------
------------------  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 {
	background: #8dbecf url(./images/bg.png) repeat-x top left;
	line-height: 1.125em;
	font-size: 100.01%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #222;
}

body, html {
	margin: 0; padding: 0;
}

a {color: #9e4514;}
a:hover {text-decoration: none;}

h1, .ContentHeader  {color: #560f01; font-size: 24px; font-weight: bold;}
h2, .ContentSubHeader, .ContentHighlight, .SidebarLabel {color: #560f01; font-size: 18px; font-weight: bold; .line-height: 1.2em;}
h3 {color: #560f01; font-size: 14px;}

hr {background: #ddd; border: none; color: #ddd; height: 1px; width: 100%;}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.no_border {border: 0;}

/*--------------------------------------------------
------------------ structure -----------------------
--------------------------------------------------*/

#wrapper {
	background: url(./images/wrapper_bg.png) repeat-y;
	font-size: 11px;
	height: auto; width: 940px;
	margin: 0 auto;
}

#navbar {
	background: url(./images/navbar_bg.png) repeat-x;
	height: 40px; width: 940px;
}

#navbar_folds {background: url(./images/navbar_folds.png) no-repeat; height: 20px; width: 940px;}

#primary {
	background: url(./images/wrapper_bg.png) repeat-y top left;
	.background: 0;
	float: left;
	height: auto;
	width: 940px;
}

	#sidebar {
		display: inline;
		float: left;
		height: auto; width: 250px;
		margin: 0 0 20px 60px;
	}
	
		#welcome_area {
			background: #eee;
			border: 1px solid #ddd;
			color: #666;
			font-size: 11px;
			min-height: 108px;
			height: auto !important;
			height: 108px;
			padding: 20px;
			text-align: center;
			text-shadow: #fff 0 1px 0;
		}
	
	#main {
		display: inline;
		float: right;
		height: auto; width: 610px;
	}
	
		#flashbox_wrap {border: 20px solid #fff; height: 290px; width: 510px; margin: 0 0 0 20px;}
		
		#recent_download {
			background: url(./images/recent_download.png) no-repeat;
			height: 50px; width: 570px;
			margin: 20px 0 0 0;
		}
		
		#secondary {
			height: 360px; width: 500px;
			margin-bottom: 20px;
		}
		
		#recent_news {
			background: #fff;
			height: 260px; width: 225px;
			margin: 20px 0 0 20px;
			padding: 20px;
			position: absolute;
		}
		
		#minicalendar {
			background: #fff;
			clear: both;
			height: 260px; width: 225px;
			margin: 20px 0 0 305px;
			padding: 20px;
			position: absolute;
		}
		
		#subnav {
			background: url(./images/subnav_bg.png) no-repeat;
			height: 60px; width: 550px;
			margin: 320px 0 0 20px;
			overflow: hidden;
			padding: 0 20px;
			position: absolute;
		}
	
#wrapper_bottom {background: url(./images/wrapper_bg_bottom.png) no-repeat; clear: both; height: 20px; width: 900px; margin: 0 auto;}

#footer {
	color: #fff;
	font-size: 11px;
	height: 80px; width: 900px;
	margin: 0 auto;
}

/* ------------- sub-page ----------------*/

	#main_content {
		background: #fff;
		border: 20px solid #fff;
		height: auto; 
		width: 510px; 
		margin: 0 0 0 20px;
		overflow: hidden;
	}

	#breadcrumbs {
		background: #eee;
		border: 1px solid #ddd;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin-bottom: 20px;
	}

/*--------------------------------------------------
------------------ 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 styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: #560f01 0 1px 0;
}

/* first level vertical centering */
.menu .cssnavlevelone, .menu .first {height: 40px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #3e0b01;
	color: #fff; 
	font-size: 11px;
	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:160px; margin-top:-25px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #3e0b01;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #641604; display:block;}

/* -- ie6 ie6 ie6 hax -- */

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#3e0b01; color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #641604; color:#ffffff;}

* 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: -1px; left: -16px;}

/* 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;}

/*--------------------------------------------------
------------------ Sidebar ----------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	color: #fff;
	display: block;
	height: 230px; width: 210px;
	margin: 0 0 20px 20px;
	text-indent: -9999px;
}

#welcome_area h2 {color: #9e4514; font-size: 14px; margin: 0;}
#welcome_area h3 {color: #222; font-size: 12px; margin: 0 0 5px 0;}

/*--------------------------------------------------
------------------ Sidebar Buttons ----------------------
--------------------------------------------------*/

#sidebar_button1 {
	background: url(./images/sidebar_button1.png);
	display: block;
	height: 100px; width: 250px;
	margin: 20px 0 0 0;
}

#sidebar_button2 {
	background: url(./images/sidebar_button2.png);
	display: block;
	height: 100px; width: 250px;
	margin: 20px 0 0 0;
}

#sidebar_button3 {
	background: url(./images/sidebar_button3.png);
	display: block;
	height: 100px; width: 250px;
	margin: 20px 0 0 0;
	.margin: 20px 0 20px 0;
}

/*--------------------------------------------------
------------------ Main ----------------------
--------------------------------------------------*/

#download_title {
	color: #560f01;
	font-size: 18px;
	height: 25px;
	margin: 17px 0 0 160px;
	overflow: hidden;
	position: absolute;
	text-shadow: #eee 0 1px 0;
	width: 260px;
}

#view_all {
	background: url(./images/view_all.png) no-repeat;
	display: block;
	height: 30px; width: 85px;
	margin: 10px 0 0 430px;
	position: absolute;
}

	#view_all:hover {background-position: bottom;}

#rss {
	background: url(./images/rss_button.png) no-repeat;
	display: block;
	height: 30px; width: 25px;
	margin: 11px 0 0 525px;
	position: absolute;
}

#recent_news h2, #mini_calendar .SidebarLabel {display: inline; margin: 0; position: absolute; width: 180px;}
.all {right: 20px; position: absolute;}

#recent_news_content, #mini_calendar_content {
	height: 220px; width: 220px;
	position: absolute; bottom: 20px;
}

	#recent_news_content ul {
		font-size: 11px;
		height: 150px;
		margin: 0;
		.margin: 0 0 0 -15px;
		padding: 0;
		position: absolute;
		width: 220px;
		.width: 235px;
	}

		#recent_news_content ul li {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		height: 30px;
		line-height: 170%;
		list-style: none;
		margin: -1px 0 0 0;
		overflow: hidden;
	}

		#recent_news_content ul li:hover {
		background: #ddd;
	}

		#recent_news_content ul li a {
		color: #444;
		display: block;
		font-weight: normal;
		height: 30px;
		padding: 7px 0 7px 10px;
		width: 210px;
		text-decoration: none;
		text-shadow: #fff 0 1px 0;
	}
	
	#subnav li {
		border-left: 1px solid #681905;
		display: inline;
		float: right;
		height: auto;
		margin: 20px 0 0 0;
		.margin: 30px 0 0 0;
		padding: 0 20px;
	}

		#subnav li.last {
		border: none;
	}

	#subnav li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-shadow: #560f01 0 1px 0;
	}

		#subnav li a:hover {
		border-bottom: 1px solid #fff;
	}

/*--------------------------------------------------
------------------ footer -----------------------
--------------------------------------------------*/

#footer a {color: #1a5171;}

#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:#560f01;
    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: #560f01;
    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: #9e4514;}

/* ----------- 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:#9e4514; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; background: #560f01; color: #fff; display: block;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#9e4514; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #9e4514; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #fff; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #9e4514;}

.ToDay {background: #9e4514;}
.WeekendDay {background: #ddd;}
.WeekDay {background: #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #222; font-size: 10px;}
.ToDay .CalendarDayNumber, .ToDay .CalendarCurrentDayNumber {color: #fff;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #560f01;
    font-weight: bold;
    padding: 5px;
}

IMG.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 2px solid #eee; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #9e4514;margin:5px;vertical-align:middle;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #navbar_folds {margin-top: -1px;}

* html #primary {background: 0;}

* html #recent_news_content ul li a {width: 170px;}
* html #recent_news li a:hover {text-decoration: underline;}

* html #mini_calendar .SidebarLabel {width: 180px;}

* html #toggle {display: none;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #ddd;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#eee;border:1px solid #ddd;}
#pagination .OnPageNumber {color:#222;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:10px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #eee;text-align:left;}
.contentTable th {color:#222;border-bottom: 2px solid #eee;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 #eee;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #eee;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px; color:#222; font-weight:bold; font-size: 120%; }

.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;
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 #eee;}
.iconlink {margin:0px 2px;display:inline;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;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#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 {
	width: 100%;
	height: auto;
	color: #444;
	font-size: 12px;
	background: rgba(255,255,255,.25);
	border-bottom: 5px #f7f7f7 solid;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {color: #222;.margin-top: 10px; line-height: 1.2em;}

	#panel_module1 {
		background: #ddd;
		border: 1px solid #eee;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
		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 #eee;}
		#panel_module1 #sitestream_list li:hover {background:#eee}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#9e4514;}
		#panel_module1 #sitestream_list .list_title {color:#222;}
		#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_module2 {
			background: #ddd;
			border: 1px solid #eee;
			width: 260px; height: 115px;
			margin: 115px 0 0 0;
			padding: 0 20px 20px;
			position: absolute;
		}	
		
			.sermon_title {
				border-top: 1px solid #eee;
				border-bottom: 1px solid #eee;
				font-style: italic;
				font-size: 18px;
				height: 18px;
				margin: 0 0 10px 0;
				overflow: hidden;
				padding: 10px 0;
				width: 260px;
				}*/
			
	#panel_module3 {
		background: #ddd;
		border: 1px solid #eee;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
		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_password {margin-bottom: 0;}
		.login_submit {margin-bottom: 0;}
	
	#panel_module4 {
		background: #ddd;
		border: 1px solid #eee;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
		width: 260px; height: 230px;
		line-height: 1em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		#panel_module4 p {line-height: 1.25em;}

/* Tab */

#toggle_bar {
	background: url(./images/toggle_bar_bg.png);
	height: 20px;
	.height: 40px;
	margin: 0 auto;
	width: 940px;
	.z-index: 9999;
}

#toggle {
	display: inline;
	float: right;
	height: 30px;
	margin: 0 30px 0 0;
	width: 180px;
}

#open {
	background: url(./images/panel_open.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 180px;
}

#close {
	background: url(./images/panel_close.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 180px;
}

#open:hover, #close:hover {cursor:pointer;}
