/* ------ General Styles ------*/
html {
	background: url(./images/bg.jpg) top left;
}

body {
	background: url(./images/body_bg_repeat.jpg) repeat-x;
	color: #797569;
	line-height: 1.125em;
	font-size: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
}

body, html {
	margin: 0; padding: 0;
	height: 100%; width: 100%;
}

a {color: #c09538; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

a img {border: none;}

h1,h2,h3,h4,h5,h6,.ContentSubHeader,.ContentHighlight,.ContentHeader,.SidebarLabel {
	color: #130f0c;
	font-family: "Palatino Linotype", Palatino, Georgia, Times, serif;
}

h1, .ContentHeader {font-size: 21px;}
h2, .ContentSubHeader, .ContentHighlight, .SidebarLabel {font-size:18px;}
h3 {font-size: 16px; font-variant: small-caps; text-transform: small-caps;}

hr {
	height: 1px;
	width: 100%;
	background: #e7e1cb;
	border: none;
	color: #e7e1cb;
	margin: 20px 0;
}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	background: url(./images/wrapper_bg.jpg) no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; 
	width: 980px;
}

	#header {
	height: 150px;
	width: 980px;
}

		#marquis {
		float: right;
		height: 150px;
		width: 565px;
}

	#navbar {
	height: 40px;
	width: 980px;
}

	#primary {
	background: url(./images/primary_bg.jpg) no-repeat;
	float: left;
	font-size: 12px;
	height: 300px;
	margin-top: 20px;
	position: relative;
	width: 980px;
}

		#flashbox_wrap {
		height: 230px;
		margin: 20px 0 0 40px;
		position: absolute;
		width: 610px;
}

		#flashbox {
			height: 230px;
			width: 610px;
		}

	#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat;
	clear: both;
	height: 320px;
	width: 980px;
}

	#push {height: 90px; clear:both;}

	#footer {
	background: url(./images/footer_bg_repeat.jpg) repeat-x;
	height: 90px;
	width: auto;
}

		#footer_content {
		color: #e1dbc5;
		font-size: 11px;
		height: 90px;
		margin: 0 auto;
		width: 980px;
}
	
/*------ Sub-Page --------*/

#sub_wrapper {
	background: url(./images/sub_wrapper_bg.jpg) no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; 
	width: 980px;
}

#sub_primary {
	background: url(./images/content_bg.jpg) repeat-y;
	float: left;
	font-size: 12px;
	height: auto;
	margin: 20px 0 10px 0;
	position: relative;
	width: 980px;
}

	#sub_primary_sans_sidebar {
		background: url(./images/content_sans_sidebar.jpg) repeat-y;
		float: left;
		font-size: 12px;
		height: auto;
		margin-top: 20px;
		position: relative;
		width: 980px;
	}

	#content {
	display: inline;
	float: left;
	height: auto;
	margin: 20px 0 20px 40px;
	width: 600px;
}

		#content_sans_sidebar {
			display: inline;
			float: left;
			height: auto;
			margin: 20px 0 20px 40px;
			width: 900px;
		}

	#sidebar {
	display: inline;
	float: right;
	height: auto;
	margin: 20px 40px 20px 0;
	width: 240px;
}

	#breadcrumbs {
		background: #e7e1cb;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}
	 
 /*--------------------------------------------------
------------------ Header ----------------------
--------------------------------------------------*/

#logo {
        background: url(./images/logo.png) no-repeat;
	display: block;
	height: 95px;
	margin-top: 25px;
	position: absolute;
	width: 370px;
}

/*--------------------------------------------------
------------------ Navbar ----------------------
--------------------------------------------------*/

#site_search {
	background: url(./images/search_input.jpg) no-repeat;
	float: right;
	height: 27px;
	margin: 5px 20px 0 0;
	width: 207px;
}

#site_search fieldset {
	border: none;
	margin: 0;
}

.search_field {
	background: transparent;
	border: none;
	color: #fff;
	margin: -5px 0 0 10px;
	outline: none;
}

.submit_button {
	background: url(./images/search_button.jpg) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer; cursor: hand;
	height: 27px;
	text-indent: -9999px;
	width: 35px;
}

/*--------------------------------------------------
------------------ 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: #532f00; 
	display:block;
	font-family: "Palatino Linotype", Palatino, Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding:0 15px;
	text-decoration: none;
	text-shadow: 0 1px #fbeabc;
}

/* 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: #c09538;
	color: #532f00;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	opacity: .95;
	filter: alpha(Opacity=95);
	text-shadow: none;
	width: 180px;
	}

/* 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: #; color: #fbeabc; text-shadow: none;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #925f0e; color: #fbeabc; display:block;}

/*--------------------------------------------------
------------------ Primary -----------------------
--------------------------------------------------*/

#worship_times {
	font-size: 11px;
	height: 145px;
	list-style: none;
	margin: 55px 0 0 685px;
        .margin: 55px 0 0 675px;
	padding: 0;
	position: absolute;
	width: 235px;
        .width: 245px;
}

	#worship_times h2 {
	margin: .825em 0 .3em;
}

#buttons {
	display: inline;
	height: 85px;
	margin: 208px 0 0 430px;
	position: absolute;
	width: 480px;
}

#buttons li {
	display: inline;
}

#buttons li a:hover {
	background-position: bottom;
}

#button1 {
	background: url(./images/top_button_1.png);
	display: block;
	float: left;
	height: 85px;
	width: 140px;
}

#button2 {
	background: url(./images/top_button_2.png);
	display: block;
	float: left;
	height: 85px;
	width: 130px;
}

#button3 {
	background: url(./images/top_button_3.png);
	display: block;
	float: left;
	height: 85px;
	width: 90px;
}

#button4 {
	background: url(./images/top_button_4.png);
	display: block;
	float: left;
	height: 85px;
	width: 120px;
}

/*--------------------------------------------------
------------------ Secondary -----------------------
--------------------------------------------------*/

#calendar {
	height: 250px;
	margin: 30px 0 0 40px;
	position: absolute;
	width: 240px;
}

#values {
	height: 210px;
	margin: 70px 0 0 340px;
	overflow: hidden;
	position: absolute;
	width: 360px;
}

	#values ul, #values li {
	display: inline;
}

	#values ul li a span {
	visibility: hidden;	
}

	#value1 {
	background: url(./images/value_1_thumb.jpg) no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
	width: 75px;
}
		#value1:hover span {
		position: absolute;
		margin: 70px 0 0 0;
		visibility: visible;
	}
	
	#value2 {
	background: url(./images/value_2_thumb.jpg) no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
	width: 75px;
}

		#value2:hover span {
		position: absolute;
		margin: 70px 0 0 -95px;
		visibility: visible;
	}

	#value3 {
	background: url(./images/value_3_thumb.jpg) no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
	width: 75px;
}

		#value3:hover span {
		position: absolute;
		margin: 70px 0 0 -190px;
		visibility: visible;
	}
	
	#value4 {
	background: url(./images/value_4_thumb.jpg) no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 75px;
}

		#value4:hover span {
		position: absolute;
		margin: 70px 0 0 -285px;
		visibility: visible;
	}
	
#interest {
	background: #333;
	display: inline;
	float: right;
	height: 310px;
	margin-right: 10px;
	width: 240px;
}

	#visitor_button {
	background: url(./images/new_button.jpg) no-repeat;
	display: block;
	height: 155px;
	width: 240px;
}

	#media_button {
	background: url(./images/media_button.jpg) no-repeat;
	display: block;
	height: 155px;
	width: 240px;
}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#copyright {
	float: left;
	margin: 15px 0 0 30px;
}

.footer_logo {
	float: right;
	margin-right: 10px;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#130f0c;
    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: #130f0c;
    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: #c09538;}

/* ----------- 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:#9fb2dd; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 14px;
}
#mainCal td a {font-size: 10px; text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #fff; z-index:1;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#130f0c; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #130f0c; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #130f0c; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #9fb2dd;}

.ToDay {background: #9fb2dd;}
.WeekendDay {background: #bab090;}
.WeekDay {background: #e1dabd;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

img.caldot {border:0px}

.ColumnHeader {
    color: #fff;
    background: #130f0c;
	font-family: "Palatino Linotype", Palatino, Georgia, Times, serif;
	font-size: 14px;
    padding: 5px;
}

.ClickableRow {
    cursor: pointer;
    cursor: hand;
    font-size: 12px;
    padding: 5px;
    background: #ffffff;
}

.ClickableRowOn {
    cursor: pointer;
    cursor: hand;
    font-size: 12px;
    padding: 1px;
    background: #d6d6d6;
}

IMG.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #0b2030;margin:5px;vertical-align:middle;}

.Instruction, .GrayInstruction {
	font-size: 11px;
}

.RequiredFieldLabel, .NonRequiredFieldLabel {font-size: 12px; color: #0b2030;}
.SmallNote {font-size: 12px;}
.SmallWhiteInputLabel {font-weight: bold; color: #0b2030;}


/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html #button1, * html #button2, * html #button3 {display:none;}

* html #values ul {display: none;}
* html #values table {border-collapse:collapse;}
* html #values table tr td {padding-right: 20px;}

* html #design_credit {margin-left: 160px;}

* html .menu {display:inline-block; float: left; padding:0;margin:0; text-decoration: none;}
* html .menu li a {display:block;float:left;text-decoration: none;}
* 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: -10px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {color:#fbeabc;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #925f0e; color:#fbeabc;}

/* 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;}


/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #fff;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#ddd;border:1px solid #fff;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #e7e1cb;text-align:left;}
.contentTable th {color:#130f0c;border-bottom: 2px solid #e7e1cb;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:#130f0c;width:100px;border-bottom: 1px solid #e7e1cb;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #e7e1cb;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#e7e1cb; 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 #e7e1cb;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {color:#000;background:#fff;}

#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:#c09538;}               /* SAME AS a:link color */
.FGColor2 {color:#c8d7ef;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#130f0c;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#c09538;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#e1dabd;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bab090;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#e7e1cb;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
