html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0d0d0d url(images/bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}
#wrapper {	
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}

.pg_hdr {
	color: #FF7F00;
	font: 16px arial, sans-serif;
	font-weight: bold;
	font-style: italic;
 	text-decoration: none;
}


/*--------------------
 locations 
 --------------------*/

#locations {
	width: 771px;
	background: url(images/top_bar.gif) repeat-x;
	font: 11px arial, sans-serif;
	color: #989898;
	height: 63px;
	padding-top: 0px;
}
#locations .west{
	width: 140px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: right;
	font: 10px arial, sans-serif;
	line-height: 8pt;
}
#locations .intown{
	position: absolute;
	top: 5px;
	left: 160px;
	width: 145px;	
	text-align: left;
	font: 10px arial, sans-serif;
	line-height: 8pt;
}
#locations .divider{
	position: absolute;
	top: 5px;
	left: 150px;
	height: 55px;
	width: 4px;
	background: url(images/loc-divider.gif) no-repeat;
}
#email {
	position: absolute;
	top: 0px;
	left: 590px;
	width: 160px;
	height: 60px;
	background: url(images/email.gif) no-repeat;
}
#email p {
	position: absolute;
	top: 10px;
	left: 68px;
	width: 110px;
	height: 60px;
	line-height: 10pt;
}


/*--------------------
 sermon spotlight 
 --------------------*/

#spotlight {
	position: absolute;
	top: 315px;
	left: 0px;
	width: 190px;
	height: 281px;
	background: #1c1d1c;
	border-right: 1px solid #000000;
}
#spotlight .spot_title {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 176px;
	height: 56px;
	background: #1c1d1c url(images/sermon_spotlight.gif) no-repeat;
}
#spotlight .spot_title2 {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 101px;
	height: 56px;
	background: #1c1d1c url(images/spotlight.gif) no-repeat;
}
#spotlight .series_title {
	position: absolute;
	top: 18px;
	left: 25px;
	width: 141px;
	height: 26px;
	background: #1c1d1c url(images/current_series.gif) no-repeat;
}
#spotlight .inner {
	padding: 60px 0px 0px 0px;
}
#spotlight p.title {
	font-weight: bold;
	text-align: center;
}
#spotlight p {
	margin: 3px 2.5em 1em 2.5em;
}
#spotlight a {
	position:absolute;
	margin-top: 165px;
	margin-left: 165px;
	width: 69px;
	height: 42px;
	background: url(images/sermon-details.gif) no-repeat;
	left: 1px;
	top: 74px;
}
#spotlight a:hover {
	position:absolute;
	margin-top: 165px;
	margin-left: 165px;
	width: 69px;
	height: 42px;
	background: url(images/sermon-details_over.gif) no-repeat;
}

/*--------------------
 sermon spotlight 2
 --------------------*/
#spotlight2 {
	position: absolute;
	top: 315px;
	left: 580px;
	width: 190px;
	height: 281px;
	background: #1c1d1c;
	border-left: 1px solid #000000;
}
#spotlight2 .spot_title {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 176px;
	height: 56px;
	background: #1c1d1c url(images/sermon_spotlight.gif) no-repeat;
}
#spotlight2 .series_title {
	position: absolute;
	top: 18px;
	left: 25px;
	width: 141px;
	height: 26px;
	background: #1c1d1c url(images/current_series.gif) no-repeat;
}
#spotlight2 .inner {
	padding: 60px 0px 0px 0px;
}
#spotlight2 p.title {
	font-weight: bold;
	text-align: center;
}
#spotlight2 p {
	margin: 3px 2.5em 1em 2.5em;
}
#spotlight2 a {
	position:absolute;
	margin-top: 165px;
	margin-left: 165px;
	width: 69px;
	height: 42px;
	background: url(images/sermon-details.gif) no-repeat;
}
#spotlight2 a:hover {
	position:absolute;
	margin-top: 165px;
	margin-left: 165px;
	width: 69px;
	height: 42px;
	background: url(images/sermon-details_over.gif) no-repeat;
}

/*--------------------
 sub navigation 
 --------------------*/

#subnav {
	position: absolute;
	top: 315px;
	left: 0px;
	width: 200px;
	min-height: 200px;
	background: #333;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#subnav li {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	font: 11px arial, sans-serif;
	color: #989898;
	}
.subnav-hdr{
	margin-left: 10px;
	padding: 5px 10px;
	}	
.subnav-spacer{
	width: 145px;
	height: 4px;
	background: url(images/sub_nav_spacer.gif) no-repeat;
	}
#subnav li a {
	height: 10px;
	float: left;
	padding: 8px 20px;
	text-decoration: none;
	color: #989898;
	border: none;
	}
#subnav li a:hover {
	color: #FFA405;
	}
#subnav li a.active {
	font-weight: bold;
	color: #FFA405;
	}
.subnav-btm{
	width: 200px;
	height: 40px;
	background: url(images/sub_nav_bttm.gif) repeat-x;
	}
	

/*--------------------
 callouts 
 --------------------*/

.callout {
	/*position: absolute;*/
	top: 315px;
	padding-top: 10px;
	margin-top: 100px;
	background: #181818;
}

.callout a {
	min-height: 130px;
	padding: 0;
	margin-left: -20px;
	border: none;
}

/*--------------------
 navigation 
 --------------------*/

#nav {
	position: absolute;
	top: 271px;
	width: 771px;
	height: 38px;
	left: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	width: 769px;
	height: 38px;
	list-style: none;
	background: url(images/nav_bg.gif) repeat-x;
	}
#nav li {
	height: 38px;
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2px;
	font: 12px arial, sans-serif;
	color: #989898;
	}

.nav-spacer{
	width: 2px;
	height: 38px;
	background: url(images/nav_spacer.gif) no-repeat;
	}
	
#nav li a {
	height: 38px;
	float: left;
	padding: 13px 12px;
	text-decoration: none;
	color: #989898;
	border: none;
	background: url(images/nav_bg.gif) repeat-x;
	}
#nav li a:hover {
	color: #fff;
	background: url(images/nav_bg_over.gif) repeat-x;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: url(images/nav_bg_over.gif) repeat-x;
	}
	
/*--------------------
 homepage content 
 --------------------*/

#hpcontent {
	position: absolute;
	top: 315px;
	left: 191px;
	width: 389px;
	height: 281px;
	/*background: #1c1d1c top left url(images/left_shadow.jpg) no-repeat;*/
	background: #1c1d1c;
}
#hpcontent2 {
	position: absolute;
	top: 315px;
	left: 202px;
	width: 560px;
	height: 281px;
	background: #1c1d1c;
}
#hpcontent-bttm {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 281px;
	overflow: none;
}
#hpcontent .welcome_title {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 113px;
	height: 41px;
	background: #1c1d1c url(images/welcome.gif) no-repeat;
}
#hpcontent .inner {
	padding: 40px 5px 5px;
}

#hpcontent p {
	margin: 0.9em;
}

/*--------------------
 general content 
 --------------------*/

/* E-Giving Page */
#content_2 {
	position: relative;
	margin-bottom: 20px;
	top: 10px;
	left: 0px;
	width: 771px;
	min-height: 400px;	
}

#content {
	position: relative;
	margin-bottom: 20px;
	top: 46px;
	left: 208px;
	width: 561px;
	min-height: 400px;
	background: #333;	
}
#content-btm {
	min-height: 400px;
	overflow: auto;
}
#content .welcome_title {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 113px;
	height: 41px;
	background: #1c1d1c url(images/welcome.gif) no-repeat;
}
#content .inner {
	padding: 5px 5px 50px 5px;	
}

#content p {
	margin: 0.9em;
}


/*--------------------
 homepage pods 
 --------------------*/

#tray {
	margin-top: 335px;
	border: 1px solid #181818;
}

#tray h2 {
	text-align: center;
	color: #FF7F00;
	font: 14px arial, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

#tray .pod {
	float: left;
	width: 217px;
	height: 279px;
	background: #181818 url(images/pod_bg.gif) repeat-x;
	margin-left: 11px;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}


ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}

/*--------------------
 footer 
 ---------------------*/

#footer {
	background: #0d0d0d url(images/footer_bg2.gif) repeat-x;
	text-align: center;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
	/*width: 744px;*/
}
