body {
	background: #004e66 url(../images/bg.jpg) repeat-x;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #4e493d;
}
#body_container {
	width: 1000px;
	margin: auto;
}


/* HEADER SECTION
**************************************************************/
#header_container {
	width: 1000px;
	height: 156px;
}
#hdr_logo {
	width:  326px;
	height: 156px;
	background: url(../images/logobg.jpg) no-repeat;
	float: left;
}
#hdr_middle {
	width: 616px;
	height: 156px;
	float: left;
	
}
#hdr_email {
	height: 55px;
	background: url(../images/emailbg.jpg) no-repeat;

}
#email_box{
	margin: 0px 0px 0px 347px;
}
#email_field{
	margin: 19px 0px 0px 0px;
	float:  left;
}
#email_field input {
	height: 17px;
}
#email_but{
	margin: 13px 0px 0px 3px;
	float:  left;
}
#hdr_nav {
	height: 45px;
}
#hdr_navtxt {
	width: 575px;
	margin: auto;
	margin-top: 9px;
	color: #02546d;
	font-size: 1.2em;
	line-height: 1.3em;
}
#hdr_right {
	width: 57px;
	height:  156px;
	background: url(../images/hdrright.jpg) no-repeat;
	float: left;
	
}

/* MAIN NAV SECTION
**************************************************************/
#nav	 				{ width: 616px; float:left; color:#000000;}

#nav ul	 				{ width:616px; padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;}
#nav li	 				{float:left; margin: 0pt; padding: 0pt;}
#nav a 					{display:block; height:45px; width: 88px; overflow:hidden; margin: 0pt; padding: 0pt; line-height:10em;text-decoration: none; }


#nav a.home				{background:url(../images/navHome.jpg);}
body.index #nav a.home,
#nav a.home:hover 		{background-position: 0 45px;}

#nav a.about			{background:url(../images/navAbout.jpg);}
body.about #nav a.about,
#nav a.about:hover		{background-position: 0 45px;}

#nav a.ministry			{background:url(../images/navMinistry.jpg);}
body.ministry #nav a.ministry,
#nav a.ministry:hover	{background-position: 0 45px;}

#nav a.staff			{background:url(../images/navStaff.jpg);}
body.staff #nav a.staff,
#nav a.staff:hover	{background-position: 0 45px;}

#nav a.sermons			{background:url(../images/navSermons.jpg);}
body.sermons #nav a.sermons,
#nav a.sermons:hover	{background-position: 0 45px;}

#nav a.media			{background:url(../images/navMedia.jpg);}
body.media #nav a.media,
#nav a.media:hover	{background-position: 0 45px;}

#nav a.contact			{background:url(../images/navContact.jpg);}
body.contact #nav a.contact,
#nav a.contact:hover	{background-position: 0 45px;}

/* CONTENT SECTION
**************************************************************/
#content_container {
	width: 890px;
	margin-left: 60px;
}

/* FOOTER SECTION
**************************************************************/
#footer_container {
	width: 1000px;
	height:  300px;
	background: url(../images/footerbg.jpg) no-repeat;	
	margin: auto;
}

.ftr_sec{
	width: 275px;
	height: 160px;
	float: left;
	margin: 20px 0px 0px 10px;
	line-height: 1.7em;
	font-size: 0.9em;
	color: #4e493d;
	letter-spacing: 0em;
}
.ftr_sec_space{
	margin-left: 83px;
}
.ftr_sec_content {
	width: 200px;
	margin: auto;
}
.ftr_sec_text {
	width: 215px;
	margin: auto;
	margin-left: 45px;
}
.ftr_sec_text a {
	color: #ff9700;
	text-decoration: none;
	font-weight: bold;
}
.ftr_sec_text a:hover {
	border-bottom: solid 1px #ff9700;
}
.ftr_sec_qlinkarr {
	color: #eb8b00;
	font-weight: bold;
}
A.ftr_qlink {
	text-decoration: none;
	color: #4e493d;
}
A.ftr_qlink:hover {
	text-decoration: underline;
}