/*--------------------------------------------------
------------------  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 ------*/

html {
	background: #000 url(./images/bg.jpg) no-repeat fixed top center;
}

body {
	line-height: 1.125em;
	font-size: 100%;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

body, html {
	margin: 0; padding: 0;
	height: 100%; width: 100%;
}

a {color: #03579f; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {color: #03579f; font-family: "palatino", "palatino linotype", georgia, times, serif; font-size: 24px;}
h2, .ContentSubHeader, .ContentHighlight {color: #807f7f; font-family: "palatino", "palatino linotype", georgia, times, serif; font-size: 21px; font-weight: normal; .line-height: 120%;}
h3 {color: #03579f; font-family: "palatino", "palatino linotype", georgia, times, serif; font-size: 14px;}

hr {
	height: 1px;
	width: 100%;
	background: #333;
	border: none;
	color: #333;
}

ol,ul,li {list-style-position: inside;}

.floatright {float: right; display: inline;}
.clear {clear:both; height:0;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#container {
	background: url(./images/body_bg_repeat.jpg) repeat-x top left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 100%;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	width: 940px;
}

#navbar_container {
	height: 45px;
	width: 940px;
}

	#navbar {
	height: 40px;
	margin-left: 30px;
	width: 870px;
}

#header {
	height: 95px;
	width: 940px;
}

	#hot_links {
	display: inline;
	float: right;
	height: 60px;
	margin: 15px 10px 0 0;
	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/interest_bg.jpg) no-repeat;
	height: 220px;
	margin: 0 auto 20px;
	width: 920px;
}

	#interest {
	height: 190px;
	margin: 15px 0 0 320px;
	position: absolute;
	width: 570px;
}

#push {
	height: 50px;
}

#footer {
	background: url(./images/footer_bg_repeat.jpg) repeat-x;
	font-size: 12px;
	height: 50px;
	width: 100%;
}

	#footer_content {
	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: 920px;
}

#content {
	background: #dcdcdc url(./images/content_bg.jpg) no-repeat;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 20px 0 0 0;
	width: 920px;
}

#content_bottom {
	background: url(./images/content_bg_bottom.png) no-repeat;
	clear: both;
	height: 21px;
	margin: 0 0 20px 0;
	width: 920px;
}

	#sidebar {
		display: inline;
		float: left;
		font-size: 12px;
		height: auto;
		margin: 20px 0 20px 40px;
		padding: 0 0 20px;
		width: 220px;
	}
	
		#sidebar_sans {
			display: none;
		}
	
	#main {
		display: inline;
		float: right;
		font-size: 12px;
		height: auto;
		margin: 0 40px 0 0;
		width: 580px;
	}
	
		#main_sans {
			font-size: 12px;
			height: auto;
			margin: 0 0 0 40px;
			width: 860px;
		}
	
	#breadcrumbs {
		background: #ccc;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px 0;
		padding: 10px;
	}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png);
	display: block;
	height: 100px;
	position: absolute;
	width: 300px;
}

#hot_links li {
	border-left: 1px solid #03579f;
	display: inline;
	float: right;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0 20px;
}

	#hot_links li.last {
	border: none;
}

#hot_links li a {
	color: #03579f;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

	#hot_links li a:hover {
	border-bottom: 1px solid #03579f;
	.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 styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #000000; 
	display:block;
	font-family: "palatino", "palation linotype", georgia, times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding:0 10px;
	text-decoration: none;
}

/* first level vertical centering */
.menu .cssnavlevelone {height: 40px; vertical-align: middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #4b75e2;
	border-left: 1px solid #3e6ae0;
	border-right: 1px solid #3e6ae0;
	border-bottom: 1px solid #3e6ae0;
	color: #ffffff;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	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; color: #fff;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #88b2f1; color: #fff; display:block;}

/* -- 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 {color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #d6b73a; 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 {
	background: url(./images/sidebar_button1.jpg) no-repeat;
	display: block;
	height: 85px;
	margin-top: 25px;
	width: 300px;
}

#sidebar_button2 {
	background: url(./images/sidebar_button2.jpg) no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#sidebar_button3 {
	background: url(./images/sidebar_button3.jpg) no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#sidebar_button1:hover, #sidebar_button2:hover, #sidebar_button3:hover {
	background-position: bottom;
}

/*--------------------------------------------------
------------------ Recent News -----------------------
--------------------------------------------------*/

#view_all {
	color: #03579f;
	font-size: 12px;
	margin: 24px 0 0 233px;
	position: absolute;
}

#recent_news {
	font-size: 12px;
	height: 150px;
	margin: 50px 0 0 40px;
	.margin: 50px 0 0 25px;
	padding: 0;
	position: absolute;
	width: 240px;
	.width: 255px;
}

	#recent_news li {
	border-bottom: 1px solid #ffffff;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news li:hover {
	background: #d5d3d3 url(./images/arrow.png) no-repeat center right;
	.background: #d5d3d3 url(./images/arrow_ie.png) no-repeat right;
}

	#recent_news li a {
	color: #000000;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
	text-decoration: none;
}

/*--------------------------------------------------
------------------ Interest -----------------------
--------------------------------------------------*/

#interest_button1 {
	background: url(./images/interest_button1.jpg) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button2 {
	background: url(./images/interest_button2.jpg) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button3 {
	background: url(./images/interest_button3.jpg) no-repeat;
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}

#interest_button1:hover, #interest_button2:hover, #interest_button3:hover {cursor:pointer;}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#copyright {
	float: left;
	margin: 18px 0 0 20px;
}

#design_credit {
	float: right;
	margin: 18px 20px 0 0;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#111;
	border: 1px solid #333;
    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: #111;
border: 1px solid #333;
    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: #03579f;}

/* ----------- 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: 12px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color:#03579f;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#000; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #000; 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: #ebce46;}

.ToDay {background: #03579f;}
.WeekendDay {border: 1px solid #333;}
.WeekDay {border: 1px solid #333;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #03579f;
    font-weight: bold;
    padding: 5px;
}

IMG.SmallNote {font-size: 80%;font-style:italic;}
.RequiredFieldLabel {font-weight:bold;}

.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #03579f;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px; border:1px solid #ccc; line-height:2em; text-decoration:none; font-weight:bold;}
#pagination a:hover {background:#ccc;border:1px solid #ccc;}
#pagination .OnPageNumber {color:#333;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 #ccc;text-align:left;}
.contentTable th {color:#333;border-bottom: 2px solid #ccc;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 a, .itemTable a {text-decoration:none;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#333;width:100px;border-bottom: 1px solid #333;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border: 0;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px; color:#333; 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 #ccc;}
.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:#807f7f;}    /* 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: #fff;
	font-size: 12px;
	background: #333333;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
}

#panel_content {
/*	background: url(./images/panel_bg.png) repeat-y top left;*/	
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {.margin-top: 10px; line-height: 1.2em;}

	#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: 170px; 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: #111;
			width: 260px; height: 115px;
			margin: 115px 0 0 0;
			padding: 0 20px 20px;
			position: absolute;
		}	
		
			.sermon_title {
				border-top: 1px solid #333;
				border-bottom: 1px solid #333;
				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 {
	height: 0;
	margin: 0 auto;
	.position: absolute; right: 20px;
	width: 920px;
}

#toggle {
	display: inline;
	float: right;
	height: 30px;
	width: 170px;
}

#open {
	background: url(./images/panel_open.png) no-repeat;
	display: block;
	height: 40px;
	width: 130px;
}

#close {
	background: url(./images/panel_close.png) no-repeat;
	display: block;
	height: 40px;
	width: 130px;
}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #recent_news li a:hover {text-decoration: underline;}
