/* ------ Resets ------*/

a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

/* ------ General Styles ------*/

body {
	background: url(./images/body_bg.jpg) repeat-x;
	line-height: 1.125em;
	font-size: 100.01%;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #9f9e7a;
}

body, html {height: 100%; margin: 0; padding: 0;}

html {background: url(./images/bg.jpg);}

a {color: #608306; font-weight:bold; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: none;}

h1, .ContentHeader {color: #292816; font-size: 21px;}
h2, .ContentSubHeader, .ContentHighlight {color: #292816; font-size: 18px; font-weight: normal;}
h3 {color: #292816; font-size: 14px; font-variant:small-caps;}

hr {
	height: 2px;
	width: 100%;
	background: url(./images/hr_repeat.jpg) repeat-x;
	border: none;
}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height: 0px;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -124px; 
	width: 960px;
}

#header {background: url(./images/header_bg.jpg) no-repeat; height: 135px; width: 960px;}

#navbar {
	height: 41px;
	margin: 0 auto;
	width: 940px;
}

#primary {
	background: url(./images/primary_bg.jpg) no-repeat;
	height: 319px;
	position: relative;
	width: 960px;
}

	#flashbox_wrap {
	height: 280px;
	margin: 29px 0 0 30px;
	position: absolute;
	width: 560px;
}

		#flashbox {height: 280px; width: 560px;}

	#welcome {
	height: 280px;
	margin: 29px 0 0 600px;
	position: absolute;
	width: 320px;
}

#recent_sermon {
	background: url(./images/recent_sermon_bg.jpg) no-repeat;
	height: 60px;
	position: relative;
	width: 960px;
}

#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat;
	height: 280px;
	position: relative;
	width: 960px;
}

	#recent_news {
	height: 190px;
	margin: 10px 0 0 0;
        .margin: 10px 0 0 20px;
	padding: 0;
	position: absolute;
	width: 290px;
        .width: 270px;
}

	#interest_buttons {
	height: 260px;
	margin: 5px 0 0 315px;
	position: absolute;
	width: 340px;
}

	#mini_calendar {
	color: #292816;
	height: 230px;
	margin: 20px 0 0 670px;
	position: absolute;
	width: 260px;
}

#push {height: 124px; clear:both;}

#footer {
	background: url(./images/footer_bg.jpg) repeat-x;
	color: #f8f8ee; 
	font-size: 12px;
	height: 124px;
	width: auto;
}

	#footer_content {
	height: 124px;
	margin: 0 auto;
	width: 960px;
}

/*---------- Sub Page ------------*/

#sub_primary_top {background:url(./images/sub_primary_top.jpg) no-repeat; height: 29px; width: 960px;}
#sub_primary_sans_top {background:url(./images/sub_primary_sans_top.jpg) no-repeat; height: 29px; width: 960px;}

#sub_primary_bottom {background:url(./images/sub_primary_bottom.jpg) no-repeat; clear: both; height: 25px; width: 960px;}
#sub_primary_sans_bottom {background:url(./images/sub_primary_sans_bottom.jpg) no-repeat; clear: both; height: 25px; width: 960px;}

#sub_primary {
	background:url(./images/sub_primary_repeat.jpg) repeat-y top left;
	float: left;
	height: auto; 
	width: 960px;
}

#sub_primary_sans {
	background:url(./images/sub_primary_sans_repeat.jpg) repeat-y top left;
	float: left;
	height: auto; 
	width: 960px;
}

	#main {
	display: inline;
	font-size: 12px;
	float: left;
	height: auto;
	margin: 10px 0 0 40px;
	width: 590px;
}

	#main_sans_sidebar {
		display: inline;
		font-size: 12px;
		float: left;
		height: auto;
		margin: 10px 0 0 40px;
		width: 880px;
	}

	#sidebar {
	display: inline;
	font-size: 12px;
	float: right;
	height: auto;
	margin-right: 30px;
	padding: 10px;
	width: 240px;
}

	#breadcrumbs {
		background: #eaead1;
		border: 1px solid #d7d6b8;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}
	
		#breadcrumbs a {color: #292816;}

/*--------------------------------------------------
------------------ Header ----------------------
--------------------------------------------------*/

#logo {
    background: url(./images/logo.png) no-repeat;
	display: block;
	float: left;
	height: 90px;
	margin: 22px 0 0 10px;
	width: 370px;
}

#site_search {
	background: url(./images/search_input.png) no-repeat;
	float: right;
	height: 35px;
	margin: 40px 20px 0 0;
	width: 225px;
}

#site_search fieldset {border: none;}

.search_field {
	background: transparent;
	border: none;
	color: white;
	margin: -29px 0 0 15px;
        .margin: -20px 0 0 15px;
	outline: none;
	vertical-align: middle;
	width: 150px;
}

.submit_button {
	background: url(./images/search_button.png) no-repeat;
	border: none;
        color: #777;
	cursor: pointer; cursor: hand;
	height: 35px;
	margin: -27px 0 0 5px;
        .margin: -24px 0 0 5px;
	text-indent: -9999px;
	width: 44px;
}

#header_links {
	color: #222;
	font-size: 11px;
	float: right;
	margin: -20px 10px 0 0;
}
	#header_links a {color: #fff;}
	
/*--------------------------------------------------
------------------ 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 {
	/*border-right: #000 1px solid;
	border-left: #292929 1px solid;*/
	color: #f8f8ee; 
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding:0 15px;
	text-decoration: none;
}

a.first {border-left: 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;
	border-bottom: 1px solid #1d1d11;
	border-right: 1px solid #1d1d11;
	border-top: 1px solid #3b3a26;
	border-left: 1px solid #3b3a26;
	background: #2b2c1c;
	color: #f8f8ee;  
	font-size: 11px;
	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; background: #3b3a26;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #3b3a26; display:block;}

/*--------------------------------------------------
------------------ ie6 nav ----------------------
--------------------------------------------------*/

* 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; 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: -1px; left: -17px;}
* html .menu li ul li a table {position:relative; top: 5px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#3b3a26; color:#f8f8ee; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #3b3a26; color:#f8f8ee; text-decoration: none;}

/* 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;}


	
/*--------------------------------------------------
------------------ Welcome ----------------------
--------------------------------------------------*/

#member_button {
	background: url(./images/member_button.jpg) no-repeat;
	display: block;
	float: right;
	height: 38px;
    margin: 2px 0 10px 0;
		.margin: 2px 0 0 0;
	width: 103px;
}

#member_button:hover {background-position: bottom;}

#welcome_text {
	color: #9f9e7a;
	font-size: 12px;
	height: 130px;
	overflow: auto;
	margin: 65px 0 0 10px;
	position: absolute;
	width: 310px;
}

#visitor_button {
	background: url(./images/visitor_button.jpg) no-repeat;
	display: block;
	height: 60px;
	margin: 210px 0 0 0;
	position: absolute;
	width: 320px;
}

#visitor_button:hover {background-position: bottom;}

/*--------------------------------------------------
----------------- Recent Sermon --------------------
--------------------------------------------------*/

#sermon_title {
	color: #f8f8ee;
	font-size: 12px;
	margin: 27px 0 0 165px;
	position: absolute;
}

#sermon_title a {color: #f8f8ee; text-decoration: none; font-weight:normal;}
#sermon_title a:hover {border-bottom: 1px solid #f8f8ee;}
#sermon_title h2 {color: #f8f8ee; display: inline; font-size: 18px;}

#sermon_buttons {
	background: none;
	float: right;
	height: 37px;
	margin-right: 20px;
        .margin-top: 17px;
	padding: 0;
	width: 263px;
}

#sermon_buttons li {display: inline; float: left;}

#sermon_download {
	background: url(./images/sermon_download.jpg) no-repeat;
	display: block;
	height: 37px;
	width: 97px;
}

#sermon_stream {
	background: url(./images/sermon_stream.jpg) no-repeat;
	display: block;
	height: 37px;
	width: 67px;
}

#sermon_link {
	background: url(./images/sermon_link.jpg) no-repeat;
	display: block;
	height: 37px;
	width: 99px;
}

#sermon_buttons li a:hover {background-position: bottom;}

/*--------------------------------------------------
----------------- Recent News --------------------
--------------------------------------------------*/

#all_news_button {
	background: url(./images/news_button.jpg) no-repeat;
	display: block;
	float: right;
	height: 37px;
	margin: 5px 0 0 0;
	width: 102px;
}

#all_news_button:hover {background-position: bottom;}

#recent_news ul {margin: 50px 0 0 0;}

#recent_news li {
	background: url(./images/hr_repeat.jpg) repeat-x top left;
	list-style: none;
	overflow: hidden;
}

#recent_news li a {color: #333; display: block; font-size: 12px; height: 18px; padding: 10px 0 8px 10px;}

#recent_news li a:hover {background: #fff url(./images/arrow.png) no-repeat right; text-decoration: none;}

/*--------------------------------------------------
----------------- Interest Area --------------------
--------------------------------------------------*/

#interest_buttons img {display: block;}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#copyright {float: left; margin: 30px 0 0 30px;}

#design_credit {float: right; margin: 30px 30px 0 0; text-align:right;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#292816;
    color:#f8f8ee;
    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: #292816;
    width: 200px;
    color:#f8f8ee;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #597c00;}

/* ----------- 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:#608306; 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;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#597c00; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #597c00; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #f8f8ee; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #608306;}

.ToDay {background: #608306;}
.WeekendDay {background: #bdbc9d;}
.WeekDay {background: #d8d7b8;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #fff; font-size: 12px; font-weight: bold;}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #2c4c00;
    font-weight: bold;
    padding: 5px;
}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #0b2030;margin:5px;vertical-align:middle;}

.Instruction {font-size: 11px;}

.RequiredFieldLabel {font-size: 12px; color: #292816;}
.SmallNote {font-size: 12px;}
.SmallWhiteInputLabel {font-weight: bold; color: #292816;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #site_search {
	background: none;
	float: right;
	height: 35px;
	margin: 25px 20px 0 0;
	width: 225px;
}

* html .search_field {
	background: #fff;
	border: none;
	color: white;
	margin: 0 -45px 0 0;
	outline: none;
        padding: 8px;
	vertical-align: middle;
	width: 190px;
}

* html .submit_button {
	background: url(./images/search_button.png) no-repeat;
	border: none;
        color: #777;
	cursor: pointer; cursor: hand;
	height: 35px;
	margin: 0;
	text-indent: -9999px;
	width: 44px;
}

* html #header_links {margin: -15px 20px 0 0;}

* html #navbar .menu table{margin-bottom: -1px;}
* html #sermon_title {margin: 27px 0 0 122px;}

/*------ NEW FRONT END -------*/
 
#pagination a {padding:3px 5px;border:1px solid #eaead1;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#a3a382;border:1px solid #eaead1;color:#f8f8ee;}
#pagination .OnPageNumber {color:#666;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 #eaead1;text-align:left;}
.contentTable th {color:#a3a382;border-bottom: 1px solid #eaead1;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 a:hover, .itemTable a:hover {text-decoration:underline;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#a3a382;width:100px;border-bottom: 1px solid #eaead1;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #eaead1;
 padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#a3a382; font-weight:bold; font-size: 120%; }
 
.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:arial;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 #eaead1;}
.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:#292816;}               /* SAME AS a:link color */
.FGColor2 {color:#292816;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#5a761e;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#f8f8ee;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#292816;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#d8d7b8;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bdbc9d;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#e4e5d3;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
