/*--------------------------------------------------
------------------  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: url(./images/bg.jpg) top left;
	line-height: 1.125em;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
}

body, html {
	margin: 0; padding: 0;
}

a {color: #518eb1; text-decoration: none;}
a:hover {text-decoration: underline;}

h1, .ContentHeader {font-size: 24px;}
h2, .ContentSubHeader, .ContentHighlight {font-size: 18px; color: #518eb1; .line-height: 1.2em;}
h3 {font-size: 14px;}

hr {background: #; border: none; color: #; 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 {
	height: auto; width: 865px;
	margin: 0 auto;
}

#header {
	clear: both;
	height: 140px; width: 865px;
}

#primary {
	background: url(./images/primary_bg.png) right;
	float: left;
	height: auto; width: 865px;
}

#sidebar {
	float: left;
	height: auto; width: 180px;
}

	#navbar {
	float: left;
	height: auto; width: 180px;
	margin: 0 0 20px 0;
}

	#sidebar_buttons {
	float: left;
	height: 230px; width: 180px;
	padding: 0 0 20px;
}

#main {
	float: right;
	font-size: 12px;
	min-height: 465px;
	height: auto !important;
	height: 465px; 
	padding: 20px;
	width: 645px;
}

	#flashbox_wrap {
	display: inline;
	height: 445px; width: 685px;
}

#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat bottom right;
	clear: both;
	height: 175px; width: 865px;
}

	#recent_item {
	background: url(./images/recent_item_bg.png) no-repeat left top;
	height: 160px; width: 450px;
	position: absolute;
}

	#interest_button {
	background: url(./images/interest_button.jpg);
	display: block;
	height: 160px; width: 385px;
	margin: 0 0 0 465px;
	position: absolute;
}

#footer {
	clear: both;
	color: #222;
	float: right;
	font-size: 12px;
	height: 80px; width: 685px;
}

/* ------------- sub-page ----------------*/

	#marquis_wrap {
		height: 150px; width: 645px;
	}

	#breadcrumbs {
		background: #eee;
		border: 1px solid #ddd;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px;
	}

/*--------------------------------------------------
-------------------- header ------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	float: right;
	margin: 0px 10px 0 0;
	height: 110px; width: 547px;
}

/*--------------------------------------------------
------------------ navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align: right; 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 {
	border-bottom: 1px solid #d4cbac; 
	color: #222; 
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 9px 10px 5px 10px;
	text-decoration: none;
	width: 160px;
}

/* first level vertical centering */
.menu .cssnavlevelone {vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px; 
	background: #fff;
	border: 1px solid #eae4d1;
	color: #222; 
	font-size: 12px;
	margin-top: -1px;
	width: 180px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:180px; margin-top:-34px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:180px; margin-top:-29px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #d4cbac;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #eae4d1; display:block;}

/* -- ie6 ie6 ie6 hax -- */

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#ccc; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #eee;}

* 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 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; top: 5px; left: -169px;}

/* 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 -----------------------
--------------------------------------------------*/

#sidebar_button1 {
	background: url(./images/sidebar_button1.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
	margin: 0 0 10px 0;
}

#sidebar_button2 {
	background: url(./images/sidebar_button2.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
	margin: 0 0 10px 0;
}

#sidebar_button3 {
	background: url(./images/sidebar_button3.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
}

/*--------------------------------------------------
-------------------- Recent item ------------------
--------------------------------------------------*/

#recent_item h2 {
	color: #1a5171;
	margin: 20px 0 0 20px;
	position: absolute;
	text-shadow: #80abc4 0 1px 0;
}

#recent_item ul {
	border-top: #80abc4 1px solid;
	border-bottom: #80abc4 1px solid;
	line-height: 1.375em;
	list-style: none;
	margin: 50px 0 0 20px;
	padding: 10px 0 10px 20px;
	position: absolute;
	width: 390px;
}

#recent_item span {
	color: #ffffff;
	text-shadow: #80abc4 0 1px 0;
}

#recent_item a {color: #80abc4; font-weight: normal; text-decoration: none;}
#recent_item a:hover {text-decoration: underline;}

#recent_item #view_all {
	color: #1a5171; text-shadow: #80abc4 0 1px 0;
	font-weight: bold;
	position: absolute; bottom: 15px; right: 20px;
}

/*
#announcement_list, #event_list {
	height: 180px; 
	list-style: none;
	overflow: hidden; 
	padding: 0 10px 10px;
}

	#announcement_list li, #event_list li {
		border-bottom: 1px solid #9a5e54;
		height: 28px;
		line-height: 180%;
		list-style: none;
		overflow: hidden;
		padding: 5px 5px 0;
	}
	
	#announcement_list li:hover, #event_list li:hover {
		background: #992d19;
	}
	
		#announcement_list li a, #event_list li a{
		color: #fff;
		display: block;
		font-weight: normal;
		height: 30px;
		width: 210px;
		text-decoration: none;
	}
	*/
	
.list_date3 {display: block; float: left; margin-right: 5px;}	
.list_date3:after {color: #80abc4; content: " |";}


.list_row_number, .list_category1, .list_category2, .list_date1, .list_date2, .list_date4, .list_date5, .list_date6, .list_time1, .list_end_time1, .list_location1, .list_location2 {display: none;}

/*--------------------------------------------------
------------------ footer -----------------------
--------------------------------------------------*/

#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:#222;
    color:#ffffff;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #222;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px 0 15px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#eee; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #518eb1; line-height: 2em;}

#maincal {display: block;}
#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1;color:#222;}
#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: #eee;
}

.ToDay {background: #eee;}
.WeekendDay {border: 1px solid #eee;}
.WeekDay {border: 1px solid #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #000;
    font-style: italic;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #222;
    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;}

/* ie6 hacks */
* html #recent_item {float: left; position: static;}
* html #view_all {position: absolute; top:0; left:0; margin: 125px 0 0 350px;}
* html #recent_item_content {
	position: absolute; z-index: 9999;
}
* html #interest_button {margin: 0 0 0 285px;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #eee;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#eee;border:1px solid #eee;}
#pagination .OnPageNumber {color:#222;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
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:120%;}
.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:#222;width:100px;border-bottom: 1px solid #eee;text-align:right;font-size:120%;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:#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 #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}

/*--------------------------------------------------
------------- 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: #000;
	color: #fff;
	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;}
	#panel_content fieldset {border: 0;}
	#panel_content a {}

	#panel_module1 {
		background: #111;
		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 #333;}
		#panel_module1 #sitestream_list li:hover {background:#333}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#999;}
		#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 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
		
/*	#panel_module2 {
		background: #120320;
		border: 1px solid #23083d;
		width: 260px; height: 115px;
		margin: 115px 0 0 0;
		padding: 0 20px 20px;
		position: absolute;
	}	
	
		.sermon_title {
			border-top: 1px solid #23083d;
			border-bottom: 1px solid #23083d;
			font-style: italic;
			font-size: 18px;
			height: 18px;
			margin: 0 0 10px 0;
			overflow: hidden;
			padding: 10px 0;
			width: 260px;
			}*/
			
	#panel_module3 {
		background: #111;
		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: #111;
		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) repeat-x; height: 31px; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 30px; width: 865px; margin: 0 auto; position: relative;}
#toggle {display: inline; float: left; height: 31px; width: 180px;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}

/*---------- color legend -----------*/
.fgcolor1 {color:#e18b15;}               /* same as a:link color */
.fgcolor2 {color:#e18b15;}               /* same as  a:hover color */
.bgcolor1 {background-color:#222;}    /* same as .columnheader background-color */
.bgcolor1fg {color:#fff;}             /* same as .columnheader color */
.bgcolor2 {background-color:#eee;}    /* same as .today background-color */
.bgcolor2fg {color:#e18b15;}             /* same as a.calendartodaylink color */
.bgcolor3 {background-color:#eee;}    /* same as .weekday background-color */
.bgcolor3fg {color:#e18b15;}             /* same as a.calendarweekdaylink color */
.bgcolor4 {background-color:#eee;}    /* same as .weekendday background-color */
.bgcolor4fg {color:#e18b15;}             /* same as a.calendarweekenddaylink color */
.linecolor {color:#eee;}             /* same as hr or .hrule color */
/*---------- color legend -----------*/
