/* ---------- General Layout ---------- */
*	{ margin: 0; padding: 0; }

body {
	background: #c6bda5 url(/img/layout/bg.jpg) top center no-repeat;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	}
#container {
	width: 960px;
	margin: 40px auto 0 auto;
	}
#content {
	padding: 23px 23px 60px 23px;
	font-size: 95%;
	color: #626161;
	background: #fff;
	}
#banner {
	margin-bottom: 40px;
	}
.home #banner {
	margin-bottom: 25px;
	}
#left-column {
	width: 575px;
	float: left;
	}
#right-column {
	width: 286px;
	float: right;
	}
	

/* ---------- Header Styles ---------- */
#header {
	padding: 0 23px;
	}
#logo {
	margin-bottom: 20px;
	}
	
	
/* ---------- Main Navigation ---------- */

/* Horizontal (Remember to match widths/heights and submenu offset - currently 13em) */
.main-nav, .main-nav * { margin: 0; padding: 0; list-style: none; }
.main-nav { line-height: 1.0; }
.main-nav ul { position: absolute; top: -999em; width: 15em; }
.main-nav ul li { width: 100%; }
.main-nav li:hover { visibility: inherit; }
.main-nav li { float: left; position: relative; }
.main-nav li#prayer-chain-link { float: right; }
.main-nav a { display: block; position: relative; }
.main-nav li:hover ul,
.main-nav li.sfHover ul { left: 0; top: 2.8em; z-index: 99; }
ul.main-nav li:hover li ul,
ul.main-nav li.sfHover li ul { top: -999em; }
ul.main-nav li li:hover ul,
ul.main-nav li li.sfHover ul { left: 15em; top: 0; }
ul.main-nav li li:hover li ul,
ul.main-nav li li.sfHover li ul { top: -999em; }
ul.main-nav li li li:hover ul,
ul.main-nav li li li.sfHover ul { left: 15em; top: 0; }

.sf-shadow ul { background: url('/img/layout/shadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
.sf-shadow ul.sf-shadow-off { background: transparent; }

.main-nav a { padding: .95em 1.2em; text-decoration: none; color: #f0f7dc; }
.main-nav li { background: #819649 url(/img/layout/bg-nav.gif) bottom left repeat-x; margin-right: 1px; }
.main-nav li#prayer-chain-link { background: #eaa435 url(/img/layout/bg-prayer.gif) bottom left repeat-x; margin-right: 1px; }
.main-nav li li { background: #c9d6a7; border-bottom: 1px solid #819649; font-size: 90%; }
.main-nav li li a { color: #241c16; padding: .90em 1.3em; }
.main-nav li.last { border: none; }
.main-nav li:hover, .main-nav li.sfHover,
.main-nav a:focus, .main-nav a:hover, .main-nav a:active, .main-nav a.active { background: #c9d6a7; color: #241c16; outline: 0; }
.main-nav li ul li:hover, .main-nav li ul li.sfHover,
.main-nav li ul a:focus, .main-nav li ul a:hover, .main-nav li ul a:active { background: #899e52; color: #fff; }
body .main-nav-toplevel-hover { color: #241c16; }


/* ---------- Left Column Styles ---------- */
#left-column h1 {
	font-size: 160%;
	margin-bottom: 20px;
	color: #474138;
	}
#left-column h1.sub {
	margin-bottom: 2px;
	}
#left-column h2,{
	font-size: 100%;
	margin: 40px 0 20px 0;
	color: #931e0e;
	}
#left-column h2.sub {
	font-size: 100%;
	margin: 5px 0 20px 0;
	color: #931e0e;
	}
.conference #left-column h3 {
	color: #474138;
	font-size: 100%;
	margin: 40px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999078;
	}
#left-column p {
	line-height: 1.4em;
	margin: 20px 0;
	}
#left-column a {
	color: #d36918;
	font-weight: bold;
	text-decoration: none;
	}
#left-column a:hover {
	color: #ada48e;
	}
.normal-list {
	margin: 20px 30px;
	}
.normal-list li {
	margin: 10px 0;
	line-height: 1.5em;
	}

.img-bordered-left {
	float: left;
	border: 1px solid #56613a;
	margin: 0 20px 5px 0;
	}
.img-bordered-right {
	float: left;
	border: 1px solid #56613a;
	margin: 0 0 5px 20px;
	}

.tabs {
	margin-bottom: 40px;
	border-bottom: 1px solid #948672;
	}
.tabs-nav {
	border-bottom: 1px solid #82974a;
	margin-bottom: 10px;
	}
.tabs-nav li {
	list-style: none;
	width: 143px;
	_width: 142px;
	display: block;
	float: left;
	margin-right: 1px;
	}
.tabs-nav li.last {
	margin-right: 0;
	}
#left-column .tabs-nav li a {
	display: block;
	padding: 15px 0 13px 0;
	border-bottom: 1px solid #fff;
	background: #efebde url(/img/layout/bg-tab-home.gif) bottom left repeat-x;
	color: #241c16;
	text-align: center;
	}
#left-column .tabs-nav li a.tab-active, #left-column .tabs-nav li a:hover, #left-column .tabs-nav li a.tab-active:hover {
	border-bottom: 1px solid #82974a;
	background: #aab980 url(/img/layout/bg-tab-home-active.gif) bottom left repeat-x;
	color: #fff;
	}
#left-column .tabs-nav li a:hover {
	border-bottom: 1px solid #fff;
	}
.tab-content h2 {
	padding-top: 20px;
}
.tab-content dl {
	margin-bottom: 20px;
	}
.tab-content dl.service-times dt, .tab-content dl.this-week dt {
	clear: both;
	float: left;
	width: 80%;
	padding: 24px 0 8px 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	color: #931e0e;
	}
.tab-content dl.service-times dd, .tab-content dl.this-week dd {
	float: right;
	width: 20%;
	text-align: right;
	padding: 24px 0 8px 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	color: #897f74
	}
.tab-content dl.this-week dt {
	width: 25%;
	}
.tab-content dl.this-week dd {
	width: 75%;
	text-align: left;
	}
	
.faqs h3, #meetings h3 {
	margin: 40px 0 5px 0;
	font-size: 100%;
	color: #84994E;
	}
#container .faqs p {
	margin-top: 0;
	}
.meetings h3 {
	margin: 0;
	}
.meetings h3 {
	display: block;
	padding: 15px 0;
	color: #84994E;
	border-bottom:1px dotted #D1C4B2;
	}
.meetings h3.hover {
	border-bottom:1px solid #D1C4B2;
	color: #474138;
	cursor: pointer;
	}
.meetings h3.active {
	color: #d36918;
	border-bottom:1px solid #D1C4B2;
	}
.meeting-description {
	border-bottom:1px solid #D1C4B2;
	}
.meeting-details {
	margin-top: 20px;
	color: #333;
	font-weight: bold;
	font-size: 90%;
	}
.meeting-details li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	}
.meeting-description p {
	width: 575px;  /* -- fixes animation jump -- */
	}
	
dt {
	width: 15%;
	font-weight: bold;
	float: left;
	padding: 22px 0 5px 0;
	border-bottom: 1px dotted #898171;
	}

dd {
	width: 85%;
	text-align: right;
	color: #748f30;
	float: right;
	padding: 22px 0 5px 0;
	border-bottom: 1px dotted #898171;
	}

/* ---------- Conference Registration Styles ---------- */

.conference th.group {
	width: 300px;
	}
.conference table.rates th.cost {
	width: 150px;
	}
.conference table.rates td {
	padding: 5px 0;
	}
.conference table.rates td.cost {
	text-align: center;
	}
.conference fieldset {
	border: none;
	margin: 20px 0 30px 0;
	}
#contact_info label {
	float: left;
	width: 140px;
	clear: both;
	margin-top: 6px;
	}
#contact_info input {
	float: left;
	width: 300px;
	border: 1px solid #888;
	margin-bottom: 7px;
	padding: 5px;
	}
#attendee_info table {
	border: none;
	}
#attendee_info th {
	font-size: 90%;
	padding: 0 0 10px 0;
	}
#attendee_info td {
	text-align: center;
	padding: 0 2px 7px 0;
	width: 54px;
	}
#attendee_info td.name {
	width: 122px;
	}
#attendee_info td.cost input,
#total_cost {
	font-weight: bold;
	text-align: center;
	border: none;
	width: 50px;
	}
#attendee_info .name input {
	border: 1px solid #888;
	width: 110px;
	padding: 5px;	
	}
.total_cost {
	font-weight: bold;
	text-align: right;
	}
#total_cost {
	text-align: left;
	}
	
/* ---------- Right Column Styles ---------- */
.big-button {
	margin: 0 0 17px 0;
	display: block;
	}
.big-button.last {
	margin-bottom: 40px;
	}
	
#right-column h3 {
	color: #474138;
	}
	
#right-column h3.cat-heading {
	color: #84994E;
	font-size: 120%;
	padding-bottom: 5px;
	border-bottom:1px dotted #D1C4B2;
	}
.cat-question {
	font-weight: bold;
	margin: 10px 0;
	}
.cat-answer {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	font-style: italic;
	line-height: 1.3em;
	font-size: 95%;
	border-bottom:1px dotted #D1C4B2;
	}

/* ---------- Footer Styles ---------- */

#footer {
	background: #241c16;
	padding: 40px 0 30px 0;
	font-size: 95%;
	}
#footer-content {
	width: 960px;
	margin: 0 auto;
	}
#footer-content-left {
	float: left;
	width: 587px;
	margin-left: 23px;
	}
#footer-content-right {
	float: right;
	width: 286px;
	margin-right: 23px;
	}
#footer-content h3 {
	margin-bottom: 18px;
	color: #d36918;
	font-size: 160%;
	}
#footer-content h4 {
	margin: 0;
	color: #a2b376;
	font-weight: normal;
	}
#footer-nav { padding-bottom: 20px; border-bottom: 1px solid #413328; }
#footer-nav li { list-style: none; display: inline; padding: 0 20px 0 0; }
#footer-nav li a { text-decoration: none; color: #ddd5c8; }
#footer-nav li a:hover { color: #ada48e; }
#footer p { margin: 20px 0 0 0; color: #ddd5c8; line-height: 1.4em; }
#footer-content-right p { margin: 0 0 14px 0; }
#footer p a { color: #a2b376; }
#footer p a:hover {color: #ada48e; }



/* ---------- Misc ---------- */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear { height: 1px; }
*:first-child+html .clear { min-height: 1px; }
.cleared { clear: both; }
a img { border: none; }
