html, body {
	padding:0px;
	font-family: "Lucida Grande", Arial, serif;
	background-color: #EDEFEF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}
a, a:visited {
	color: #0066FF;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:230px;
	background-image: url(../images/main_banner.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*	Columns
------------------------------ */

.columns { width: 99%; overflow: hidden; }
.col-pad { margin-bottom: 30px; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 10px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-25 { width: 24.999%; }
.w-33 { width: 33.333%; }
.w-50 { width: 49.999%; }
.w-66 { width: 65.666%; }
.w-75 { width: 74.999%; }
.w-38 { width: 37.196%; }
.w-62 { width: 61.803%; }

#leftbar .staff p { padding:0; margin:0; }
.small { text-transform: capitalize; font-weight: bold; font-size: 13px; }
#logo {
	float:left;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 228px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#logo p {
	color: #0066FF;
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#logo h1 {
	color: #0066FF;
	font-size: 16px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#logo ul {
	font-size: 9px;
	line-height: 15px;
	font-style: italic;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#logo a {
	color: #FF6600;
}
#logo a:hover {
	color: #0066FF;
}
#logo ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#links ul {
	margin:0px;
	padding-top:30px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#links li{
	float:right;
	list-style-type:none;
	text-align:center;
	background-color:#ECECED;
	border-left:1px solid #FFF;
	margin: 0px;
	padding: 0px;
}

#links a{
	font-family:"Lucida Grande", Arial, serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 17px;
	display: block;
}

#links a:hover{
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	background-color: #D5D5D5;
}

#mainimg {
	background-image:url(../images/temp_banner.jpg);
	height:132px;
	text-align:right;
	background-repeat: no-repeat;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
}

#leftbar h2{
	font-size:22px;
	color:#97C83C;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:5px;
	padding-right: 30px;
	padding-left: 15px;
}

#leftbar p{
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-bottom: 15px;
	line-height: 18px;
	padding-right: 30px;
	padding-left: 15px;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-size:14px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97C83C;
	margin-bottom: 5px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	margin-top: 15px;
	position: relative;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#email {
	float:left;
	width:500px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#month {
	color: #0066FF;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#left_section {
	margin-bottom: 20px;
}
#left_section h4 {
	color: #0066FF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
}
#left_section h6 {
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
#left_section p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding-bottom: 5px;
}
#left_section ul {
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../images/blueAndPointy.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
}
#left_section ul li {
	margin-bottom: 2px;
}



#cal {
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
}
#cal a {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#cal a:hover {
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FF6600;
}


#cal_sub {
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	float: left;
	margin-bottom: 30px;
	padding-left: 18px;
}
#cal_sub a {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#cal_sub a:hover {
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FF6600;
}


#leftbar h3 {
	font-size:14px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97C83C;
	margin-bottom: 10px;
	margin-right: 30px;
}
#sermon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-right: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666666;
	padding-left: 40px;
	background-image: url(../images/ipod.png);
	background-repeat: no-repeat;
	background-position: 13px 8px;
}
#sermon .title {
	color: #0066FF;
}
#podcast {
	margin-top: 10px;
	margin-bottom: 15px;
}
#services {
	margin-right: 30px;
	background-color: #FBFBFB;
	width: 170px;
	float: right;
	margin-left: 15px;
	font-size: 13px;
	background-image: url(../images/service_back.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding: 15px;
}
#sermon .name {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
#sermon .date {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
#sermon .download {
	color: #666666;
	font-size: 11px;
	display: block;
	float: right;
	margin-right: 15px;
	padding-top: 5px;
}
#sermon .download a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, serif;
}
#left_section ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #858585;
}
#left_section ul li a:hover {
	color: #858585;
	text-decoration: underline;
}
#services h5 {
	font-size:14px;
	color:#0066FF;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	padding-bottom: 3px;
}
#services h6 {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	background-color: #E0E0E0;
}
#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.sch {
	font-size: 11px;
	color: #7A7A7A;
}
.bot_pad {
	margin-bottom: 15px;
}
#uandp {
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-bottom: 15px;
	line-height: 18px;
	padding-right: 30px;
	padding-left: 15px;
}
#uandp a {
	color: #8CB736;
	text-decoration: none;
}
#uandp blockquote {
	font-size:12px;
	color:#595B5A;
	font-weight:normal;
	text-decoration:none;
	line-height: 17px;
	font-style: italic;
	background-color: #E7E7E7;
	padding: 10px;
}
#uandp a:hover {
	color: #97C738;
	text-decoration: underline;
}
#uandp p {
	margin-bottom: 10px;
	padding: 0px;
}
#uandp h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#leftbar_uandp {
	float:left;
}
#leftbar_uandp h2 {
	font-size:22px;
	color:#97C83C;
	font-weight:normal;
	text-decoration:none;
}
#leftbar_uandp h3 {
	font-size:14px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97C83C;
	margin-bottom: 10px;
	margin-right: 30px;
}
a img { border:none; }
