@import url('reset.css');

body {
background: url(../img/bg_main.jpg) #bee7fb 0 0 repeat-x;
color: #4c3a28;
/*color: #66828f;*/
font-family: "Lucida Grande", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.2em;
}

#wrapper {
margin: 0 auto;
width: 960px;
}

#nav {
background: url(../img/bg_nav.jpg) 0 0 no-repeat;
float: left;
width: 270px;
}

	#nav ul {
	margin: 15px 0 0 38px;
	}
	
	#nav li {
	display: block;
	}
	
	#nav li a {
	display: block;
	height: 30px;
	padding: 5px 0 0 5px;
	margin-bottom: 5px;
	width: 170px;
	}
	
	#nav li a:hover {
	background: url(../img/bg_btn.png) 0 0 no-repeat;
	}
	
#content {
float: right;
width: 690px;
}

#header {
background: url(../img/bg_header.jpg) top left no-repeat;
color: #ffffff;
float: left;
font-size: 16px;
height: 133px;
position: relative;
text-align: right;
width: 690px;
}

#header div {
bottom: 20px;
position: absolute;
right: 0;
}

#main {
float: left;
min-height: 420px;
margin-top: 10px;
padding-bottom: 20px;
width: 690px;
}

	#main h1 {
	color: #ffffff;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	}
	
	#main h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	}

	#main p, #main p.alt {
	line-height: 18px;
	margin: 15px 0 0 5px;
	width: 425px;
	}
	
	#main p.alt {
	margin: 0 0 0 5px;
	}
	
	#main li {
	margin: 0 50px 5px 50px;
	}
	
	#main li-last-child {
	margin-bottom: 0;
	}
	
	#main.homepage {
	background: url(../img/bg_homepage.jpg) bottom right no-repeat;
	}
	
	#main.broadcast {
	background: url(../img/bg_broadcast.jpg) 0 0 no-repeat;
	color: #4c3a28;
	}
	
	#main.church {
	background: url(../img/bg_church.jpg) bottom right no-repeat;
	padding-bottom: 200px;
	}
	
	#main.dudley {
	background: url(../img/bg_dudley.jpg) bottom right no-repeat;
	}
	
#subnav {
float: left;
margin-top: 15px;
width: 690px;
}

	#subnav .heading {
	font-size: 24px;
	font-weight: bold;
	}
	
	#subnav a:link, #subnav a:visited {
	color: #4c3a28;
	text-decoration: none;
	}
	
	#subnav a:hover {
	text-decoration: underline;
	}
	
#broadcastcopy {
float: left;
margin: 15px 0;
}

	#broadcastcopy p {
	margin: 15px 0 0 0;
	width: 630px;
	}
	
	#broadcastcopy h2 {
	color: #ffffff;
	font-size: 18px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 10px;
	}
	
	#broadcastcopy h2.default {
	color: #ffffff;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
	label {
	display: block;
	margin: 10px 0 0 0;
	}
	
	input, button {
	border: 1px solid #4c3a28;
	padding: 5px;
	}
	
#footer {
background: url(../img/bg_footer.jpg) 0 0 no-repeat;
float: left;
font-size: 11px;
margin-top: 10px;
padding: 10px 0;
text-align: right;
width: 960px;
}

#social {float: left;}
#social img {margin: 0 10px 0 0;}

a:link {
color: #47aac8;
}

a:visited {
color: #3e95b0;
}

a:hover {
color: #7293a2;
}.bodybold {
	color: #4c3a28;
	/*color: #66828f;*/
font-family: "Lucida Grande", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
}
.promo {
color: #4c3a28;
/*color: #66828f;*/
font-family: "Lucida Grande", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.2em;
}
