/* ----- LAYOUT ----- */

html, body
{
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	background: #5e563c url(/_img/global/bg_body.gif) repeat-y top center;
}

#container
{
	position: relative;
	top: 0;
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#contact
{
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	text-align: left;
}

#content
{
	margin: 20px 53px;
}

#footer
{
	text-align: center;
}

#footer hr
{
	width: 918px;
	background: #8A8472;
	border: none;
}

#slideshow
{
	position: relative;
	top: 0;
	height: 231px;
	width: 1024px;
	background: #FFFFFF;
}

#search
{
	position: absolute;
	top: 40px;
	left: 800px;
}

/* ----- COPY ----- */

p, ul li, ol li, table tr td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

a
{
	color: #455F3D;
}

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h1
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

#footer a
{
	margin: 0 10px;
}

.caption
{
	font-size: 10px;
}

#search input
{
	font-size: 10px;
}

/* ----- PAGES ----- */

/* HOME PAGE */

#pastor
{
	width: 625px;
}

#events
{
	position: relative;
	float: right;
	width: 250px;
	height: 384px;
	background: #FFFFFF url(/_img/pages/home/bg_events.gif) top center no-repeat;
	overflow: visible;
}

/* ----- PICTURES ----- */

.pic_right
{
	float: right;
	margin: 0 0 20px 20px;
}

.pic_right img
{
	border: 1px solid #000000;
}

/* ----- MASTHEADS ----- */

/* ----- TITLE ----- */

.title
{
	padding-left: 24px;
	text-transform: capitalize;
}

#title_worship { color: #3D435F; background: url(/_img/titles/worship.gif) 0 7px no-repeat; }
#title_ministries { color: #5C543B; background: url(/_img/titles/ministries.gif) 0 7px no-repeat; }
#title_calendar { color: #455F3D; background: url(/_img/titles/calendar.gif) 0 7px no-repeat; }
#title_media { color: #5F3D3D; background: url(/_img/titles/media.gif) 0 7px no-repeat; }
#title_staff { color: #CAB982; background: url(/_img/titles/staff.gif) 0 7px no-repeat; }
#title_contact { color: #5E3D5F; background: url(/_img/titles/contact.gif) 0 7px no-repeat; }

#title_history, #title_directions, #title_visitors { color: #565656; background: url(/_img/titles/title.gif) 0 7px no-repeat; }

#title_general { color: #565656; }

/* ----- NAV ----- */

#nav_main
{
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 1024px;
	background: url(/_img/global/bg_nav.gif) repeat-x;
}

.nav_main
{
	top: 0;
}

.nav_main a
{
	display: block;
	height: 49px;
	line-height: 500px;
	overflow: hidden;
}

#nav_main_left { position: absolute; left: 0; width: 44px; height: 49px; background: url(/_img/nav/nav_main.gif) no-repeat 0 0; } 
#nav_main_right { position: absolute; left: 980px; width: 44px; height: 49px; background: url(/_img/nav/nav_main.gif) no-repeat -980px 0; } 

#nav_worship { position: absolute; top: 0; left: 44px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -44px 0; }
#nav_ministries { position: absolute; top: 0; left: 200px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -200px 0; }
#nav_calendar { position: absolute; top: 0; left: 356px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -356px 0; }
#nav_media { position: absolute; top: 0; left: 512px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -512px 0; }
#nav_staff { position: absolute; top: 0; left: 668px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -668px 0; }
#nav_contact { position: absolute; top: 0; left: 824px; width: 156px; background: url(/_img/nav/nav_main.gif) no-repeat -824px 0; }

#nav_worship a { background: url(/_img/nav/nav_main.gif) no-repeat -44px 0; }
#nav_ministries a { background: url(/_img/nav/nav_main.gif) no-repeat -200px 0; }
#nav_calendar a { background: url(/_img/nav/nav_main.gif) no-repeat -356px 0; }
#nav_media a { background: url(/_img/nav/nav_main.gif) no-repeat -512px 0; }
#nav_staff a { background: url(/_img/nav/nav_main.gif) no-repeat -668px 0; }
#nav_contact a { background: url(/_img/nav/nav_main.gif) no-repeat -824px 0; }

#nav_worship a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -44px -50px; }
#nav_ministries a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -200px -50px; }
#nav_calendar a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -356px -50px; }
#nav_media a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -512px -50px; }
#nav_staff a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -668px -50px; }
#nav_contact a:hover { background: url(/_img/nav/nav_main.gif) no-repeat -824px -50px; }




