﻿body 
{
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    background-color: #877767;
    color: #535353;
    font-family: Geneva Helvetica Sans-Serif;
    text-align: center;
}

#container 
{
    background-color: #fff;
    width: 750px;
    margin: 0 auto 0 auto;
    text-align: center;
    overflow: hidden;
}

#header 
{
    width: 728px;
    background: url(images/headerbg.jpg) no-repeat;
    height: 237px;
    text-align: center;
    margin: 0 auto 0 auto;
}

/*NAV MENU*/

/* Measurements for navigation

From the top to:
	initial state: 0;
	rollover state: 61px;
	selected state: 61px;
	
From the left:
	home: 0;
	about: 106px;
	ministries: 209px;
	services: 349px;
	pastor: 482px;
	contact: 601px;
	

Width of each:
	home: 106px;
	about: 103px
	ministries: 140px
	services: 133px
	pastor: 119px
	contact: 127px

*/

#navigation 
{
    margin: 0 auto 0 auto;
    text-align: center;
    overflow: hidden;
    height: 61px;
}

#navigation ul 
{
    margin: 5px 0 0 0;
    padding: 0;
    height: 61px;
    width: 728px;
}

#navigation ul li
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#navigation ul li a {
	margin: 0;
	padding: 0;
	height: 61px;
	display: block;
	text-indent: -9999px;
}
    
#navigation ul li.nav_home a,
#navigation ul li.nav_about a,
#navigation ul li.nav_ministries a,
#navigation ul li.nav_services a,
#navigation ul li.nav_pastor a,
#navigation ul li.nav_contact a 
{
    background: url(images/nav-menu.png)
}

/*HOME LINK*/
#navigation ul li.nav_home a 
{
    background-position: 0 0;
    width: 106px;
    left: 0;
}

#navigation ul li.nav_home a:hover 
{
    background-position: 0 -61px;
}

body#homepage #navigation ul li.nav_home a	
{
    background-position: 0 -61px;
}

/*ABOUT LINK*/
#navigation ul li.nav_about a 
{
    background-position: -106px 0;
    width: 103px;
    left: -106;
}

#navigation ul li.nav_about a:hover 
{
    background-position: -106px -61px;
}

body#aboutpage ul li.nav_about a 
{
    background-position: -106px -61px;
}

/*MINISTRIES LINK*/
#navigation ul li.nav_ministries a 
{
    background-position: -209px 0;
    width: 140px;
    left: -209;
}

#navigation ul li.nav_ministries a:hover 
{
    background-position: -209px -61px;
}

body#ministriespage ul li.nav_ministries a 
{
    background-position: -209px -61px;
}

/*SERVICES LINK*/
#navigation ul li.nav_services a 
{
    background-position: -349px 0;
    width: 133px;
    left: -349;
}

#navigation ul li.nav_services a:hover 
{
    background-position: -349px -61px;
}

body#servicespage ul li.nav_services a 
{
    background-position: -349px -61px;
}

/*PASTOR LINK*/
#navigation ul li.nav_pastor a 
{
    background-position: -482px 0;
    width: 119px;
    left: -482;
}

#navigation ul li.nav_pastor a:hover 
{
    background-position: -482px -61px;
}

body#pastorpage ul li.nav_pastor a 
{
    background-position: -482px -61px;
}

/*CONTACT LINK*/
#navigation ul li.nav_contact a 
{
    background-position: -601px 0;
    width: 127px;
    left: -601;
}

#navigation ul li.nav_contact a:hover 
{
    background-position: -601px -61px;
}

body#contactpage ul li.nav_contact a 
{
    background-position: -601px -61px;
}

/*NAVMENU2*/

#navmenu2 ul li
{
    display: inline;
    list-style: none;
    padding-left: 5px;
}

#navmenu2 ul li a, avisited 
{
    text-decoration: underline;
    color: #535353;
}

#navmenu2 ul li a:hover 
{
    text-decoration: none;
    color: #535353
}

    
/*CONTENT*/

#content 
{
    margin: 5px auto 5px auto;
    width: 728px;
    text-align: left;
    padding: 5px 0 5px 0;
    border-bottom: solid 3px #877767;
}

h1, h2, h3, h4, h5 
{
    color: #877767;
    font-weight: 500;
}

#content ul 
{
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 10pt;
}

#content ul#church_objectives 
{
    margin-left: 0px;
}

/*CONTENT2*/
#content2 
{
    margin: 10px auto 20px auto;
    width: 670px;
    padding: 0;
}

#content2 p 
{
    font-size: 10pt;
}

#content2 #location
{
    width: 258px;
    float: left;
    background: url(images/catbg.png) repeat-x;
    text-align: left;
    margin: 0 auto 0 30px;
}

#content2 #servicetimes
{
    width: 258px;
    float: right;
    background: url(images/catbg.png) repeat-x;
    text-align: left;
    margin: 0 30px 0 auto;
}

#content2 h1 
{
    text-align: center;
}

/*FOOTER*/

#footer 
{
    background: url(images/footerbg.png) no-repeat;
    height: 143px;
    width: 750px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding-top: 10px;
    clear: both;
}

#footer p 
{
    font-size: 8pt;
    margin-top: 10px;
}

#footer ul 
{
    width: 670px;
}

#footer ul li 
{
    list-style: none;
    display: inline;
    width: 195;
    border: none;
    margin-right: 20px;
}
 
#footer img 
{
    border: none;
}

#map 
{
    margin: 10px 0 5px 5px;
}

#address 
{
    float: right;
    margin-right: 25px;
    font-weight: bold;
}
