/*
/* Global
*/

html {
	height: 100%;
}

body {
	background-color: #D9C8AE;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}

table {
	empty-cells: show;
}

p, li, td, th, dt, dd {
	color: #333;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote p {
	font-style: italic;
}

/* Hack to fix IE italic overflow bug */
/* \*/
* blockquote p {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

p.signature {
	text-align: right;
}

h2 {
	font-size: .9em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

img {
	margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	color: #029;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

dd {
	margin-left: 0;
	margin-bottom: .7em;
}

.container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
}

.top_bar {
	margin: 0;
	padding: 0;
}

.watermark {
	float: left;
	margin: 5px 0;
	padding: 0;
}

/*
/* Top Menu
*/

.top_menu {
	float: right;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
}

.top_menu li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #988;
	list-style: none;
}

.top_menu li#first {
	border-left: none;
}

.top_menu a, .top_menu a:active, .top_menu a:visited {
	color: #000;
	text-decoration: none;
}

.top_menu a:hover {
	text-decoration: underline;
}

/*
/*  Main Nav Bar
*/

.navbar_outer * {
	margin: 0;
	padding: 0;
}

.navbar_outer {
	background: url(/images/navbar.gif) top left no-repeat #555;
/*	padding-top: 1px;*/
	clear: both;
}

#nav, #nav ul {
	list-style: none;
	
}

#nav {	
	font-size: 13px;
	height: 26px;
	background: url(/images/navbar_bottom.gif) bottom left no-repeat;
}

#nav a, #nav a:active, #nav a:visited {
	display: block;

	width: 100px;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 13px;
	color: white !important;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:hover {
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	
	border-left: 1px solid #656565;
	border-right: 1px solid #454545;
}

#nav li.first {
	border-left: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	
	background-color: #F4F1E9;
	border-top: 1px solid #FfFff9;
	border-right: 1px solid #e4e1d9;
	border-bottom: 1px solid #e4e1d9;
	border-left: 1px solid #FfFff9;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#nav li ul li {
	border: none;
	float: none;
	clear: left;
}

/* The next 2 sections are a hack to prevent extra whitespace in IE */
* html #nav li ul li {
	float: left;
	clear: left;
}

* html #nav li ul li a {
	height: 1%;
}

#nav li ul li a, #nav li ul li a:active, #nav li ul li a:visited {
	display: block;
	font-size: 11px;
	color: #000 !important;
	text-decoration: none;
	padding: 3px 5px;
	width: 150px;
}

#nav li ul li a:hover {
	background-color: #D0775F;
	color: black;
	text-decoration: none;
}

* html #nav li li a {
/* Hack to force IE to expand anchors */
	position: relative;
}

/*
/*  Page Banner
*/

#header_img {
	margin: 5px 0 2px;
}

.container > #header_img {
	margin: 5px 0;
}

/*
/*  Left Side Menus
*/

.side_menu {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(/images/menu_bottom.gif) bottom left no-repeat;
}

.side_menu h2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	letter-spacing: normal;
	color: white;
	background: url(/images/sidemenu_header.gif) top left #555;
	margin: 0px;
	padding: 3px 8px;
}

.side_menu ul,
.side_menu div {
	margin: 0;
	padding: 0 2px 5px 1px;
	background: url(/images/menu_body.gif) left repeat-y #F4F1E9;
}

.side_menu div {
	font-size: 12px;
	padding-left: 3px;
}

.side_menu div a,
.side_menu div a:visited {
	color: black;
}

.side_menu li {
	margin: 0;
	padding: 0;
	color: #000;
	display: block;
	width: 100%;
	list-style: none;
	list-style-position: outside;
}

* html .side_menu li {
	margin: -3px 0;
	ma\rgin: 0;
}

.side_menu li a, .side_menu li a:active, .side_menu li a:visited {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 3px 0 3px 10px;
	display: block;
	width: 137px;
	text-decoration: none;
	border-top: 1px solid #FfFff9;
	border-bottom: 1px solid #e4e1d9;
}

/* IE5.x/Win "Tan" box model hack */
* html .side_menu li a, * html .side_menu li a:active, * html .side_menu li a:visited {
	width: 147px;
	w\idth: 137px;
}

.side_menu li a:hover {
	background-color: #e4e1d9;
	border-top: 1px solid #d4d1c9;
	border-bottom: 1px solid #F4F1E9;
	color: black;
	text-decoration: none;
}

.side_menu li a.dead_link {
	background-color: #e4e1d9;
	border-top: 1px solid #d4d1c9;
	border-bottom: 1px solid #F4F1E9;
	cursor: default;
}

.side_menu li img {
	vertical-align: text-bottom;
	margin: 0 3px 0 0;
}

table#side_worship_schedule a {
	color: #026;
}
table#side_worship_schedule th {
	text-align: left;
}
table#side_worship_schedule td {
	padding: 1px 3px 0;
}
.sidebar {
	border: 1px solid #d1d5d5;
	padding: 10px;
	margin: 0;
	background-color: #eee;
	width: 250px;
	float: right;
}

.sidebar th {
	font-size: .7em;
	text-align: left;
}

.sidebar td {
	font-size: .7em;
}

.sidebar h2 {
	font-size: .75em;
	color: black;
	background-color: #9ec0e3;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
}

.sidebar p {
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*
/*  Body Contents
*/

.quote_box {
	float: right;
	width: 125px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 10px 10px;
	font-size: .8em;
	font-style: italic;
	color: #0066CC;
}

.pull_out {
	width: 150px;
	float: right;
	clear: right;
	font-style: italic;
	
	margin: 0 0 10px 15px;
	padding: 10px 10px 10px 15px;
	border-left: 1px solid #ddd;
}

.pull_out p, .pull_out a {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	margin: 0;
}


.left_col {
	width: 150px;
	padding: 0;
	margin: 0;
	float: left;
}

.right_column {
	width: 625px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(/images/main_body.gif) repeat-y #fff;
}

/* Rounded top of page content area */
.content_top {
	height: 6px;
	overflow: hidden;
	background: url(/images/main_top.gif) top no-repeat #fff;
}

/* Rounded bottom of page content area */
.content_bottom {
	height: 6px;
	overflow: hidden;
	background: url(/images/main_bottom.gif) top no-repeat #fff;
	clear: both;
}

.page_content {
	margin: 0;
	padding: 10px 40px 30px 40px;
	height: 275px;
}

.right_column>.page_content {
	height: auto;
	min-height: 275px;
}

.page_content img {
	margin: 5px 10px;
}

/* For pages with no sidebar (forum, photo gallery, etc) */
.single_column {
	width: 780px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(/images/full_body.gif) repeat-y #fff;
}

.single_column>.page_content {
	height: auto;
	min-height: 275px;
}

.single_column .content_top {
	background-image: url(/images/full_top.gif);
}

.single_column .content_bottom {
	background-image: url(/images/full_bottom.gif);
}

/*
/*  Footer
*/

.footer {
	clear: both;
	font-size: 12px;
	margin: 10px;
	color: #322;
	text-align: center;
	padding-bottom: 10px;
}

.footer ul {	
	margin: 0;
	padding:  5px 0 0 0;
}

.footer li {
	list-style: none;
	display: inline;
	border-left: 1px solid #a9985E;
	margin: 0;
	padding: 0 5px;
}

.footer li.first {
	border-left: none;
}

/*** 404 Page **************************************************/
#goog-wm {
	margin-top: 40px;
}

#goog-wm h3 {
	font-size: .8em;
}

/*
/*  Breadcrumbs
*/

p.breadcrumbs {
	color: #777;
	font-size: .7em;
	margin: 0 10px 5px 10px;
	padding: 0;
	vertical-align: middle;
}

.breadcrumbs img {
	vertical-align: top;
}

.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #777;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: black;
	text-decoration: underline;
}

.breadcrumbs .current_page {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: middle;
}

.menu_cat_list {
	margin: 20px;
	font-size: 1.2em;
}

.menu_cat_list li {
	margin: .5em;
}

/*
/*  Schedules
*/

table.schedule {
	border: 1px solid #777;
	margin: 20px auto;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}

table.schedule th {
	padding: 10px 8px;
	margin: 0;
	border-bottom: 1px solid #777;
}

table.schedule td {
	padding: 8px;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

table.schedule .row_head {
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 15px;
	white-space: nowrap;
}

table.schedule .column_head {
	text-align: left;
}

table.schedule .even_row td,
table.schedule tr.even td,
table.schedule .even_row th,
table.schedule tr.even th{
	background-color: #fff; /*#f0f0f0;*/
}

table.schedule .odd_row td,
table.schedule tr.odd td, 
table.schedule .odd_row th,
table.schedule tr.odd th {
	background-color: #f5f5f9; /*#fafafa;*/
}

/*
/*  Fine Print
*/

.legal {
	font-size: 9px;
	text-align: center;
	position: relative;
	top: 25px;
	clear: both;
}

