@charset "UTF-8";
/* CSS Document */
@import "tweening.css";

body, html
	{
	background:url('img/background.jpg') top left repeat-x #7b7243;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	}
#page_top {
    background-image:transparent url('img/pg_top.png') bottom left no-repeat;
    text-align: right;
    padding: 5px 15px 10px 0;
    color: #E7E5D8;
    font-weight: bold;
    font-size: 11px;
    width: 722px;
    height: 12px;
    margin: 10px auto 0 auto;
    }
#page_top a { color: #E7E5D8; text-decoration: none; }
#page_top a:hover { text-decoration: underline; }
#page {
    background: transparent url('img/body.png') top left repeat-y;
    _background: transparent url('img/body.gif') top left repeat-y;
    width: 714px;
    margin: 0 auto;
    padding: 0 4px;
    }
#page_bottom {
    background: transparent url('img/pg_bottom.png') top left no-repeat;
    _background: transparent url('img/pg_bottom.gif') top left no-repeat;
    width: 722px;
    height: 15px;
    margin: 0 auto;
    }
#footer_btm {
    margin: 0 auto;
    height: 30px;
    }

/* Header Items */
#header {
    background:transparent url('img/header.png') top left no-repeat;
    width: 714px;
    padding-top: 166px;
    height: 0;
    margin-top: -5px;
    _margin: 0;
    }
#topnav 
	{
	background:transparent url('img/topnav.png') top left no-repeat;
	width: 714px;
	height: 30px;
    _height: 35px;
	margin: -2px 0 0 0;
	_margin: -15px 0 0 0;
	padding-top: 10px;
    _padding_top: 7px;
	text-align: left;
	color:#434230;
	}
#topnav ul {
    list-style: none;
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 13px;
    }
#topnav li {
    display: inline;
    margin-right: 10px;
    }
#topnav a {
    color: #434230;
    text-decoration: none;
    padding-left: 10px;
    }
#topnav a:hover {
/*  color: #DCD8C2; 
    text-decoration: none;  */
    color: #000;
    text-decoration: underline;
    }   
     
/* Side Navigation */
#left {
    background: transparent url('img/sidenav.jpg') bottom left no-repeat;
    float: left;
    width: 180px;    
    margin: 0 0 0 6px;
    padding: 2px 0 20px 0;
    text-align: left;
    }
#left h1 {
    text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333366;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 7px 0 20px 0;
	margin: 5px 5px 3px 0;
	background:transparent url('img/sidenav_h1.png') bottom left no-repeat;
	_background:transparent url('img/sidenav_h1.gif') bottom left no-repeat;
    }
#left h2 
	{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 7px 0 13px 12px;
	margin: 20px 0 3px 0;
	background:transparent url('img/sidenav_h2.png') bottom left no-repeat;
	_background:transparent url('img/sidenav_h2.gif') bottom left no-repeat;
	}

/* Lists */

ul#sidenav, #sidenav ul {
    margin: 0 0 0 15px;
    padding: 0;
    display: block;
    }
#sidenav li, ul#sidenav li {
    list-style-type: none;
    margin: 0 8px 2px -3px;
    font-weight: bold;
    font-size: 11px;
    text-transform: lowercase;
    background: none;
    padding: 0 0 3px 10px;
    }
ul#sidenav li a { color: #E7E5D8; text-decoration: none; }
ul#sidenav li a:hover { color: #000; }

ul#sideevents {
    margin: 0 0 0 10px;
    padding: 0;
    display: block;
    font-size: 11px;
    text-transform: lowercase;
    }
ul#sideevents li {
    list-style-type: none;
    margin: 0 8px 4px 0;
    padding: 0 0 20px 10px;
    font-weight: bold;
    background:transparent url('img/sidenav_li.png') bottom left no-repeat;
    _background:transparent url('img/sidenav_li.gif') bottom left no-repeat;
    }
ul#sideevents li a {color: #E7E5D8;}

/* Main Content */
#page_content {
    width: 468px;
    float: left;
    margin: 10px 0 25px 20px;
    text-align: left;
    }
#page_content p {
    padding: 1px 0;
    margin: 0;
    line-height: 20px;
    }
#page_content a {color: #000;}
#page_content a:hover {text-decoration: none; color: #990000;}
#hometext {
    background:transparent url('img/hometext.png') top left no-repeat;
    _background:transparent url('img/hometext.gif') top left no-repeat;
    _background: none;
    width: 468px;
    min-height: 239px;
    _min-height: 0;
    text-align: left;
    padding: 3px 11px;
    margin: 3px 8px 12px 0;
    }
#hometext h1 
	{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 8px 0 2px 0;
	padding: 0;
	letter-spacing: 2px;
	}
#hometext h2 
	{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 3px 0 6px 8px;
	padding: 0;
}
#hometext h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-style: italic;
}
#hometext p {padding: 1px 0; margin: 0; line-height: 20px;}
.bold {font-weight: bold;}
#hometext a {text-decoration: underline; color: #000;}
#hometext a:hover {
	text-decoration: none;
	color: #990000;
}
#hometext ul {
	margin: 5px 0 10px 15px;
	padding: 0;
}
#hometext li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type:square;
    line-height: 20px;
}

/* Details Box */
.DetailsBox {
	padding: 0;
	margin: 15px 10px;
	background: #ebe7d5;
	border: 1px solid #4f4d3f;
	clear: both;
}
.Details {
	margin: 5px;
}
.normal {
	font-weight: normal;
}

.DetailsHead {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0 5px 6px;
	margin: 0;
	color: #fff;
	background:transparent url('img/footer.png') bottom left no-repeat;
}

tbody {
    font-size: 11px;
    }
table {
    margin-top: 30px;
    border: none;
    width: 100%;
    }
th {
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    padding: 5px 0 3px 5px;
    border-bottom: 2px solid #8E8766;
    }
td {
    padding: 4px 3px 6px 3px;
    margin: 0;
    vertical-align: top;
    font-size: 11px;
    border-bottom: 1px dashed #8E8766;
    }
.s_title {
    font-weight: bold;
    color: #374D86;
    }
/* Forms */
label {
    width: 100px;
    float: left;
    margin: 3px 0;
    padding: 0 5px 0 0;
    display: inline;
    font-weight: bold;
    text-align: right;
    clear: left;
    }
#webform {
    margin: 25px 5;
    padding: 10px 5px;
    color: #fff;
    background-color: #374D86;
    border: 1px solid #fff;
    }
#login_form {
    margin: 25px 55px;
    background-color: #374D86;
    color: #fff;
    padding: 10px;
    }
#button {
    margin: 5px 20px 0 35px;
    }
.textfield {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 5px;
    }
/* My Account */
#changepwd {
    clear: left;
    border: 1px solid #000;
    margin: 10px 25px;
    padding: 10px;
    background-color: #fff;
    }
#editemail {
    clear: left;
    border: 1px solid #000;
    margin: 10px 25px;
    padding: 10px;
    background-color: #fff;
    }
ul#prayers, #prayers ul {
    margin: 0;
    padding: 0;
    }
li#prayers, #prayers li {
    list-style: none;
    }
li#prayers a, #prayers li a {
    text-decoration: none;
    }
li#prayers a:hover, #prayers li a:hover {
    text-decoration: underline;
    }
#hometext .button {
    font-weight: bold;
    padding: 3px 4px;
    background-color: #374D86;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    margin: 10px 0 0 10px;
    }
#buttons {
    clear: left;
    margin: 10px 0 5px 70px;
    }
#hometext .button a {
    color: #fff;
    }
#hometext .button a:hover {
    font-weight: bold;
    text-decoration: underline;
    padding: 3px 4px;
    background-color: #fff;
    color: #000;
    }
img, img a {
    border: none;
    border: 0;
    }
.alert {
    margin: 25px 0;
    font-weight: bold;
    color: #f00;
    }
.prayer-request {
    margin: 5px 15px 20px 15px;
    padding: 0;
    font-weight: bold;
    font-style: italic;
    }
/* Footer */
#footer {
    background:transparent url('img/footer.png') top left no-repeat;
    height: 31px;
    width: 714px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 3px 0 0 0;
    margin-top: 8px;
    clear: both;
    }