 /* For Harvest Community Church 2007 
------------------------------------------------------------

    GENERAL

------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	padding: 0 0 20px 0;
	margin: 0;
	background: #818284 url(body_bg.jpg) repeat-x;
	line-height: 1.6em;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input, select {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
}

a, a:link {
	color: #f7931e;
	text-decoration: none;
}
a:visited {
	color: #de761c;
}
a:hover {
	color: #aa772b;
}

p {
	line-height: 1.6em;
	margin: 0;
	padding: 0.3em 0;
}

h1 {
	margin: 0;
	color: #f7931e;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	padding: 8px 0;
}

h2 {
	padding: 8px 0 ;
	margin: 0;
	color: #de761c;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	text-transform: uppercase;
}

h3 {
	padding: 8px 0 ;
	margin: 0;
	color: #a44323;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

/* ------------------------------------------------------------

    HEADER STRUCTURE

------------------------------------------------------------ */

#header {
	position: relative;
	width: 800px;
	height: 149px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	clear: both;
	border-bottom: 1px #00aeef;
	line-height: 1em;
}

.search {
	float: right;
	clear: right;
	width: 250px;
	position: relative;
	top: 64px;
	text-align: left;
}

.search_string {
	width: 150px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}

.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

/* Top nav */

#topnav ul {
	position: relative;
	top:126px;
	left:20px;
	color: White;
	float: left;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
}

#topnav ul li { 
	position:relative;
	display: inline; 
}

#topnav ul li a {
	position: relative;
	padding:5px 10px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 0px solid #00aeef;
	border-color: #00aeef;
}

#topnav ul li a:hover {
	background-color: #aa772b;}

#topnav .sel a {
	background-color: #de761c;
	color: #000;
}

#topnav .sel a:hover {
	color: #000;
}

/* ------------------------------------------------------------

    SUBMENU CONTENT STRUCTURE

------------------------------------------------------------ */

.submenu {
	position: relative;
	margin-top: 28px;
	margin-left: 28px;
	text-align: left;
	padding-bottom: 15px;
	float: left;
	top: 0px;
}


.navlist {
	list-style-type: none;
	line-height: 20px;
}

.navlist ul {
	list-style-position: inside;
	list-style-image: url(arrow.gif);
}

.secondarycontent {
	position: relative;
	text-align: left;
	padding-bottom: 15px;
	float: left;
	top: 15px;
	width: 130px;
}

div#elim-logo {   
	position: relative;
	padding-top: 15px;
    text-align: center;
}

/* ------------------------------------------------------------

    BODY STRUCTURE

------------------------------------------------------------ */

#bodycontainer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 798px;
	background-color: white;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.content {
	margin-right: 45px;
	text-align: left;
	margin-left: 200px;
	padding-bottom:15px;
}

.content ul{
	padding-left: 20px;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.sitemap {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6em;
}

.sitemap ul {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 8px;
	padding-left: 20px;
}

.sitemap ul ul {
	font-size: 12px;
}

.sitemap a {
	background: url(page.gif) no-repeat left bottom;
	padding-left: 20px;
}

.sitemap a:visited {
	background: url(page_tick.gif) no-repeat left bottom;
	padding-left: 20px;
}

.breadcrumb{
	font-size: 1.9em;
	margin: 0 0 12px 0;
	padding-top: 20px;
	color: #aa772b;
	line-height: 2em;
	text-align: left;
	border-bottom: 1px solid #999;
}

.sidebar{
	width:200px;
	position: relative;
	float: right;
	border: 5px solid #282627;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimony{
	text-align: center;
	background: #282627 url(fade_bg.jpg) repeat;
	padding: 5px;
}

.testimony h1{
	color: #fac232;
	font: bold 1.1em Helvetica, Arial, Geneva, sans-serif;
}

.testimony p{
	color: white;
	font-size: 0.9em;
}

#clear { 
	clear:both; 
}

blockquote {
	padding: 20px 40px;
	background: #bababa url(blockcorner.jpg) no-repeat;
}

blockquote p{
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: black;
}

/* ------------------------------------------------------------

    LOGIN

------------------------------------------------------------ */

.login_table {
	margin-top: 7px;
	text-align: center;
	color: white;
	font: bold 10px Helvetica, Arial, Geneva, sans-serif;
	direction: ltr;
	vertical-align: middle;
}

.login_table input {
	font-size: 10px;
	width: 100px;
	margin: -4px 3px 1px;
}

input.login_button {
	width: 60px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

/* ------------------------------------------------------------

    FOOTER 

------------------------------------------------------------ */

#footer {
	position: relative;
	width: 800px;
	height: 76px;
	text-align: center;
	line-height: 1em;
	padding: 0;
	margin: 0 auto 40px auto;
	background: url(footer_bg.png) no-repeat left bottom;
	padding-top: 8px;
	color: #999;
	font-size: 12px;
	border-top: 1px #00aeef;
	clear: both;
}

#footer a, #header a {
	color: #fc3;
}
#footer #copyright {
	font-size: 11px;
	padding: 0;
	margin-top: 10px;
}
#footer #copyright strong {
	color: #fff;
	font-weight: normal;
}
#footer #copyright a {
	color: #bbb;
}

