/*--------------------------------------------------
------------------  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;}

/*--------------------------------------------------
------------------ Specifics -----------------------
--------------------------------------------------*/

body {
	background: #000 url(./images/bg.jpg) no-repeat fixed top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #fff;
}

body, html {margin: 0; padding: 0;}

a {color: #e93ed3;}
a:hover {color: #fff;}

h1, .ContentHeader {font-size: 22px; color: #fff;}
h2, .ContentSubHeader {font-size: 20px; color: #e93ed3; font-weight: normal; .line-height: 1.2em;}
h3 {font-size: 14px; color: #fff;}

.HRule, hr {
    height: 1px;
    background: #111d37;
	color:#111d37;
    border: none;
}

.clear {clear:both;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
--------------- Structure - Home -------------------
--------------------------------------------------*/

#wrapper {
	width: 910px;
	margin: 0 auto;
}
	
#header {
	width: 910px;
	height: 225px;
	background: url(./images/header_bg_repeat.png) repeat-x;
}
			
	#subnav {
		width: 550px;
		height: 25px;
		margin: 165px 0 0 22px;
		position:absolute; 
	}
			
	#navbar {
		height: 35px; width: 565px;
		margin: 190px 0 0 0;
		position: absolute;
		z-index: 9999;
	}
		
	#top_buttons {
		width: 345px;
		height: 225px;
		margin: 50px 0 0 565px;
		position: absolute;
		z-index: 9997;
	}
	
#primary {
	height: 310px; width: 910px;
}
		
	#flashbox_wrap {
		width: 565px;
		height: 310px;
		position: absolute;
		z-index: 1;
	}
	
	#recent_news {
		width: 345px;
		height: 310px;
		background: url(./images/recent_news_bg.jpg) no-repeat;
		margin: 0 0 0 565px;
		position: absolute;
	}

#secondary {
	clear: both;
	width: 910px;
	height:205px;
}

	#visitor {
		width: 365px;
		height: 205px;
		position: absolute;
	}
	
	#interest {
		width: 545px;
		height: 205px;
		margin: 0 0 0 365px;
		position:absolute;
		background: url(./images/interest_bg.jpg) no-repeat;
	}
	
	#bottom_buttons {
		margin: 75px 0 0 15px;
	}

#footer {
	width: 870px;
	font-size: 80%;
	margin: 0px auto;
	padding: 20px 0;
}

/*--------------------------------------------------
--------------- Structure - Sub -------------------
--------------------------------------------------*/

#sub_primary {
	background: #000 url(./images/sub_primary_bg.jpg) no-repeat top left;
	float: left;
	font-size: 12px;
	height: auto; width: 910px;
}

	#main {
		float: left;
		height: auto; width: 525px;
		padding: 20px;
	}
	
		#main_sans_sidebar {
			float: left;
			height: auto; width: 870px;
			padding: 20px;
		}
	
	#sidebar {
		float: right;
		height: auto; width: 305px;
		padding: 40px 20px 20px;
		.margin-top: 20px;
	}
	
		#no_sidebar {display: none;}

	#breadcrumbs {
            background: url(./images/trans_black.png);
			font-size: 12px;
            padding: 10px;
			min-height: 20px;
			height: auto !important;
			height: 20px;
        }

/*--------------------------------------------------
------------------ Header ----------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 100px; width: 480px;
	margin: 50px 0 0 15px;
	position: absolute;
}

#subnav a {
	vertical-align: middle;
	padding: 0 5px;
}
#subnav a {color: white; text-decoration: none; font-size: 10px;}
#subnav a:hover {color:#e93ed3; background: none;}

/* standard menu setup */
.menu, .menu ul {z-index:9999; cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu {margin-left: 15px; z-index: 9999;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:9999;}
.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 {padding:0px 10px; display:block; margin:0px; text-decoration: none; font-weight: bold; font-size: 12px; color:#fff; z-index: 9999;}
.menu a.first {border-left:0px;}
.menu a.firstsubitem {border-top:0px;}

/* first level vertical centering */
.menu .cssnavlevelone {height:35px;vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {padding: 5px 10px 5px; background:#000; font-weight:normal; width:150px; font-size: 11px;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top:none;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:120px; margin-top:-20px;}

/* first level rollovers */
#navbar li:hover>a {color:#2587ad; cursor: pointer; display:block;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a {color:#e93ed3; cursor: pointer; display:block; background: #111;}

/*---------- ie6 MAIN MENU hacks -----------*/
* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-9px;top:0px;}
* html .menu li a table li a table {position:relative;left:-9px;top:10px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {color:#2587ad;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:#111; color:#e93ed3;}
* html .menu li ul li a {font-size:8pt;}

/* 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;}

/*--------------------------------------------------
------------------ Top Buttons ---------------------
--------------------------------------------------*/

#top_buttons a, #top_buttons a {
	margin: 15px 0 0 15px;
}

#top_button1 {
	width: 95px;
	height: 195px;
	background: url(./images/top_button1.jpg) no-repeat top left;
	float: left;
}

#top_button2 {
	width: 95px;
	height: 195px;
	background: url(./images/top_button2.jpg) no-repeat top left;
	float: left;
}

#top_button3 {
	width: 95px;
	height: 195px;
	background: url(./images/top_button3.jpg) no-repeat top left;
	float: left;
}

#top_button1:hover, #top_button2:hover, #top_button3:hover {
	width: 95px;
	height: 195px;
	background-position: bottom;
}

/*--------------------------------------------------
---------------   Recent News   -----------------
--------------------------------------------------*/

#full_list {
	background: url(./images/view_all_button.jpg) no-repeat;
	display: block;
	height: 35px; width: 95px;
	margin: 55px 0 0 235px;
	position: absolute;
}

	#full_list:active {background-position: bottom;}

#recent_news_content {
	font-size: 12px;
	height: 180px;
	margin: 115px 0 0 28px;
	padding: 0;
	position: absolute;
	width: 290px;
}

	#recent_news_content li {
	border-bottom: 1px solid #111d37;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news_content li:hover {
	background: #2587ad url(./images/arrow.png) no-repeat center right;
	.background: #2587ad url(./images/arrow_ie.png) no-repeat right;
}

	#recent_news_content li a {
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
	text-decoration: none;
}

/*--------------------------------------------------
---------------   Bottom Buttons   -----------------
--------------------------------------------------*/

#bottom_buttons img {
	padding: 2px;
}

/*--------------------------------------------------
------------------ 	 Visitor   ---------------------
--------------------------------------------------*/

#visitor_button {
	width: 365px;
	height: 205px;
	background: url(./images/visitor_button.jpg) no-repeat top left;
	float: left;
}

#visitor_button:hover {background-position: bottom;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#000;
	border: 1px solid #111d37;
    color:#ffffff;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #000;
	border: 1px solid #111d37;
    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:#e93ed3; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #e93ed3;}

#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:#fff;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#e93ed3; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #e93ed3; 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: #5b2020;
}

.ToDay {background: #2587ad; opacity: .9; filter:alpha(Opacity=90);}
.WeekendDay {border: 1px solid #111d37;}
.WeekDay {border: 1px solid #111d37;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #FFFFFF;
    font-style: italic;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #000;
    font-weight: bold;
    padding: 5px;
}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #e93ed3;margin:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold; color: #fff;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #111d37;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#111d37;border:1px solid #111d37;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin: 0 10px 10px 0; vertical-align:middle;}
 
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #111d37; text-align:left;}
.contentTable th {color:#fff; border-bottom: 2px solid #111d37; 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 a, .itemTable a {text-decoration:none;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#fff;width:100px;border-bottom: 1px solid #111d37;text-align:right;font-size:120%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #111d37;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#fff; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;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 #111d37;}
.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:#e93ed3;}               /* SAME AS a:link color */
.FGColor2 {color:#fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#e93ed3;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#e93ed3;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/

/*--------------------------------------------------
------------- Sliding Panel --------------------
--------------------------------------------------*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
}

#panel {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 12px;
	background: #000;
	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;}

	#panel_content a {color: #2587ad;}
	#panel_content a:hover {color: #fff;}

	#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:#e93ed3;}
		#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;}
		#panel fieldset {border: none; margin: 0 0 10px 0; padding: 0;}
		.search_field {width: 170px;}
		
		.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;
	width: 940px;
}

#toggle {
	display: inline;
	float: right;
	height: 30px;
	margin: 0 20px 0 0;
	width: 170px;
}

#open {
	background: url(./images/panel_open.png) no-repeat;
	display: block;
	height: 30px;
	width: 170px;
}

#close {
	background: url(./images/panel_close.png) no-repeat;
	display: block;
	height: 30px;
	width: 170px;
}
