body {
	background:  url('images/site/gradient-bg.jpg') top left repeat-x #3f87cb;
    color: #000;
    font-family: verdana;
    font-size: 9pt;
    margin: 0;
}

a {
	color: #3f87cb;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #d69e0d;
}

a img {
	border: 0;
}

#yellowBar {
	width: 100%;
    height: 15px;
    background: url('images/site/yellow-top.jpg') #fff;
    margin: 0;
    padding: 0;
}

/* Header */

#header {
	width: 100%;
    height: 85px;
    background: url('images/site/gray-header.jpg') left top;
    margin-top: -21px;
}

#centerHeader {
	width: 750px;
    height: 85px;
    background: url('images/site/logo.jpg') right no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#centerHeader h1 {
    width: 269px;
    height: 85px;
    border: 0pt none;
    margin-bottom: 0;
}

#centerHeader h1 a {
    display: block;
    height: 85px;
    width: 269px;
    text-decoration: none;
}

#centerHeader h1 img {
	border: 0pt none;
}

#search {
	width: 750px;
    height: 30px;
    background: url(images/site/search-bar-bg.jpg);
    margin: 0 auto;
}

/* Menu */

#menu {
	width: 750px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	height: 40px;
	overflow: hidden;	
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu ul li a {
	text-decoration: none;
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px;
}

#menu ul li a:hover {
	background-position: 0 -40px;	
}

	#home a {
		width: 150px;
		background: url('images/site/home-button.jpg') top left no-repeat;
	}
	
	#who a {
		width: 150px;
		background: url('images/site/who-we-are-button.jpg') top left no-repeat;	
	}
	
	#calendar a {
		width: 150px;
		background: url('images/site/calendar-button.jpg') top left no-repeat;
	}
	
	#involved a {
		width: 150px;
		background: url('images/site/get-involved-button.jpg') top left no-repeat;
	}
	
	#sermons a {
		width: 150px;
		background: url('images/site/sermons-button.jpg') top left no-repeat;
	}
   
/* End Menu */

#page {
	width: 750px;
    min-height: 1250px;
	margin: 0 auto -12px auto;
    background: #FFF;
    padding: 5px 0 0 0;
}

#footer {
	width: 100%;
    height: 115px;
    background: url('images/site/contact-bg.jpg') top left repeat-x;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    vertical-align: baseline;
}

#centerFooter {
	width: 750px;
    margin: 0 auto;
    background: url('images/site/contact-header.jpg') top left no-repeat;
}

#centerFooter p {
	padding-top: 33px;
    padding-left: 5px;
}

#directions {
	margin-left: 0;
    margin-top: 0;
    padding: 0 0 0 5px;
    list-style-type: none;
    width: 200px;
}

#directions li {
	background-image: url('images/site/car.png');
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding-left: 20px;
}

#rightContact {
	float: right;
    text-align: right;
}

#rightContact p {
	padding: 0;
    margin: 0;
}

#numbers {
	list-style-type: none;
    text-align: right;
    padding: 0;
    margin: 0;
}

#numbers li {
	margin-bottom: 13px;
}

#phone {
	background-image: url(images/site/telephone.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding-left: 20px;
    margin-top: 35px;
}


#fax {
	background-image: url(images/site/printer.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding-left: 20px;
}

/* Index */

#welcome {
	width: 700px;
    height: 323px;
    background: url(images/site/welcome-bg.jpg) top left repeat-x;
    margin: 10px auto 0 auto;
    color: #fff;
    font-size: 11px;
}

#welcomeHead {
	margin: 0 0 10px 0;
    padding: 5px 0 0 5px;
}

#welcomeLeft {
	width:365px;
    float: left;
    margin-left: 5px;
}

#welcomeRight {
    width:280px;
    float: right;
    margin-right: 30px;
}

#welcomeRight p {
	width: 280px;
    text-align: justify;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;    
}

#welcomeRight h4 {
	margin: 15px 0 0 0;
    padding: 0;
    font-size: 12pt;
}

#welcomeRight ul {
	text-align: right;
}

#sermonTitle {
	font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0;
}

#thisWeekMain {
	list-style-type: square;
    margin-top: 5px;
}

#sermonBy {
	list-style-type: none;
    margin-bottom: 15px;
}

#serviceTime {
	font-weight: bold;
}

#context1 {
	float: left;
    width: 330px;
    height: 271px;
    background: url(images/site/context1.jpg) no-repeat #eeeeee;
    margin: 15px 0 0 25px;
}

#context3 {
	width: 720px;
    height: 271px;
    background: url(images/site/context3.jpg) no-repeat #eeeeee;
    margin: 0px auto 0px auto;
    clear: both;
}

#events {
	float: left;
    width: 330px;
    height: 271px;
    background: #eeeeee;
    margin: 15px 0 10px 25px;
}

	#events h2 {
    	margin: 15px 0 20px 15px;
        padding: 0;
    }
    
    #eventsFeed {
    	margin: 0;
        padding: 0;
        list-style-type: none;
        width: 300px;
        margin: 0 auto;
    }
    
    #eventsFeed li {
    	list-style-type: none;
        margin: 10px 0 0 0;
    }
    
    .eventDate {
    	color: #d69e0d;
        font-weight: bold;
    }
    
    .eventTitle {
    	font-weight: bold;
    }
    
    #seeAllEvents {
    	text-align: right;
        padding-top: 25px;
    }

#context2 {
	float: right;
    width: 330px;
    height: 271px;
    background: url(images/site/context2.jpg) no-repeat #eeeeee;
    margin: 15px 25px 0 0;
    text-align: center;
}

#podcast {
	float: right;
    width: 330px;
    height: 271px;
    background: #eeeeee;
    margin: 15px 25px 0 0;
    text-align: center;
}

	#podcast h2 {
    	margin: 15px 0 0 15px;
        padding: 0;
        text-align: left;
    }
    
    #podcastIcon {
    	width: 183px;
        margin: 15px auto 15px auto;
    }
    
    #podcastIcon img {
    	width: 175px;
    }

.contentPages {
	width: 800px;
    margin: 10px auto 0 auto;
}

.miniMenu {
	width: 250px;
    margin-left: 20px;
    float: left;
    display: block;
    background: #fff;
    padding-bottom: 10px;
}

.miniYellow {
    height: 15px;
    background: url('images/site/yellow-top.jpg');
    margin: 0;
    padding: 0;
}

.miniMenu h4 {
	margin: 10px 0 0 5px;
    padding: 0;
    font-weight: bold;
    font-size: 11pt;
    color: #d69e0d;
}

.subMenu {
	list-style-type: none;
    margin: 5px 0 0 10px;
    padding: 0;
}

	.subMenu li {
    	list-style-type: none;
        margin: 0 0 5px 0;
        padding: 0;
    }
    
.pageContents {
	float: right;
    width: 500px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pageContents h4 {
	margin: 10px 0 0 5px;
    padding: 0;
    font-weight: bold;
    font-size: 11pt;
    color: #d69e0d;
}

.pageContents h5 {
	margin: 10px 0 0 5px;
    padding: 0;
    font-weight: bold;
    font-size: 9pt;
    color: #d69e0d;
}

.pageContents p {
	margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.pageContents ul {
	padding-left: 30px;
    list-style-type: square;
    color: #d69e0d;
}

.pageContents li {
	margin-right: 15px;
    text-align: justify;
    margin-bottom: 5px;
    list-style-type: square;
}

.backInBlack {
	color: #000;
}

/* Calendar */

.calContents {
	float: right;
    width: 500px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.calContents h4 {
	margin: 10px 0 5px 5px;
    padding: 0;
    font-weight: bold;
    font-size: 11pt;
    color: #d69e0d;
}

.calContents h5 {
	margin: 10px 0 10px 5px;
    padding: 0;
    font-weight: bold;
    font-size: 9pt;
    color: #d69e0d;
}

.calContents p {
	margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.calEvent {
	width: 450px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    height: 35px;
    padding: 10px 15px 20px 15px;
    line-height: 180%
}

.calEvent ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.calEvent li {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.alt {
	background-color: #D9E5F0;
}

.calDateTime {
	float: left;
}

.calNameLocal {
	float: right;
    text-align: right;
}

.miniMenu ul {
	list-style-type: none;
    margin: 10px 5px 5px 10px;
    padding: 0;
}

.miniMenu li {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Single Event Page */

.event {
	width: 480px;
    margin: 10px auto;
}

.eventDateTime ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.eventDateTime li {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.event h4 {
	margin: 0;
    padding: 5px 0 0 0;
    font-size: 18px;
}

.event h5 {
	margin: 5px 0 0 2px;
    padding: 0;
}

.eventDateTime {
	float: right;
    text-align: right;
    display: block;
    padding: 10px;
    border: 1px solid #3687CD;
}

#eventLocation {
	margin: 5px 0 0 2px;
    padding: 0;
}

#where {
	font-weight: bold;
    color: #d69e0d;
    font-size: 9pt;
}

#info {
	clear: both;
    margin: 10px 0 0 0;
    text-align: justify;
}

#eventContact {
	margin: 5px 0 0 2px;
    padding: 0;
}

#contact {
	font-weight: bold;
    color: #d69e0d;
    font-size: 9pt;
}

#contactDetails {
	padding: 0;
    margin: 0 0 0 76px;
    list-style-type: none;
}

#contactEmail {
	list-style-type: none;
    margin: 5px 0 0 -14px;
}

#contactPhone {
	background-image: url(images/site/telephone.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding-left: 20px;
    list-style-type: none;
    margin: 5px 0 0 -14px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CA9200;
	background-color: #d69e0d;
	padding: 5px;
    color: #fff;
}

#tooltip h3, #tooltip div { 
	margin: 0;
    font-size: 11px;
    font-weight: normal;
    }
    
    /* Sermons */

.sermonsContents {
	float: right;
    width: 500px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sermonsContents h2 {
	margin: 10px 0 5px 5px;
    padding: 0;
    font-weight: bold;
    font-size: 11pt;
    color: #d69e0d;
}

.sermonsContents p {
	margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.sermonListing {
	width: 450px;
    margin: 0 auto 0 auto;
    height: auto;
    clear: both;
    padding: 10px;
   
}

.sermonsContents h3 {
	margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 11pt;
}

.sermonsContents h4 {
	margin: 10px 0 0 1px;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
}

.sermonsContents h5 {
	margin: 12px 5px 0 0;
    padding: 0;
    float: right;
    font-size: 10px;
    font-weight: normal;
}

.sermonsContents h6 {
	margin: 5px 5px 0 0;
    padding: 0;
    float: right;
    font-size: 10px;
}

.sermonExcerpt {
	margin: 0;
    padding: 0;
    height: auto;
}

.messageContents {
	float: right;
    width: 500px;
    background: #fff;
    margin-left: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.messageContents h1 {
	font-size: 16px;
    color: #d69e0d;
    font-weight: bold;
    padding: 0;
    margin: 10px 5px 0 5px;
}

.messageContents h2 {
	font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0;
}

.messageDate {
	float: right;
    margin-right: 5px;
}

.messageContents h3 {
	font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 0px 0 0 32px;
}

.messageContents span {
	color: #d69e0d;
    font-weight: bold;
}

#messageBody {
	margin: 5px 10px 0 10px;
    text-align: justify;
}

.messageContents hr {
	width: 100%;
    color: #3687CD;
    background-color: #3687CD;
    border: 0;
    height: 2px;
}

.messageComment {
	width: 450px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #FFF;
}

.messageCommentBody {
	margin: 10px 5px 0 5px;
}

.messageCommenter {
	margin: 0 5px 10px 5px;
    padding: 0;
}

.commentEntry {
	width: 454px;
    margin: 10px auto 0 auto;
    padding: 0;
}

.commentEntry textarea {
	border: 1px solid #3687CD;
    font-family: verdana;
    font-size: 12px;
    margin: 5px auto 0 auto;
}

.commentEntry input {
	border: 1px solid #3687CD;
    font-family: verdana;
    font-size: 12px;
    float: right;
    text-align: right;
    padding-right: 5px;
}

.commentCheck {
	width: 460px;
    margin: 10px auto 0 auto;
    padding: 0;
}

#commentSubmit {
    clear: both;
    margin: 10px 25px 0 0 ;
    padding: 0;
    float: right;
}

#noComments {
	width: 452px;
    margin: 10px auto 0 auto;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #3687CD;
    background-color: #D9E5F0;
}

/* Get Involved */

#getPage {
	width: 750px;
	margin: 0 auto -12px auto;
    background: #FFF;
    padding: 10px 0 0 0;
}

#getWhole {
	width: 730px;
    height: 680px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#getSeek {
	width: 365px;
    height: 340px;
    background: url(images/site/get_involved/seek.gif) no-repeat top left;
    text-align: right;
}

#getSeek:hover {
	background-position: 0 -340px;
}

#getSing {
	width: 365px;
    height: 340px;
    background: url(images/site/get_involved/sing.gif) no-repeat top right;
    text-align: left;
    float: right;
}

#getSing:hover {
	background-position: 314px -340px;
}

#getServe {
	width: 365px;
    height: 340px;
    background: url(images/site/get_involved/serve.gif) no-repeat top right;
    text-align: left;
    float: right;
    clear: both;
}

#getServe:hover {
	background-position: 314px -340px;
}

#getPray {
	width: 365px;
    height: 340px;
    background: url(images/site/get_involved/pray.gif) no-repeat top left;
    text-align: right;
}

#getPray:hover {
	background-position: 0 -340px;
}

#childrens {
	width: 700px;
    height: 35px;
    margin: 5px auto 0 auto;
    padding: 0;
    text-align: center;
    background-color: #D9E5F0;
}

.staffMember {
	width: 480px;
    margin: 0 auto;
}

.staffMember ul {
	display: inline;
    list-style-type: none;
    color: #000;
    margin: 0 0 0 5px;
    padding: 0;
    font-weight: bold;
}

.staffMember li {
	display: inline;
    list-style-type: none;
    color: #000;
    margin: 0 5px 0 0;
    padding: 0;
}

.staffMember p {
	margin: 5px 5px 10px 5px;
    clear: both;
}

.righty {
	float: right;
}

#pass {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#staffPhoto {
	float: right;
    margin: 15px 10px 5px; 10px;
}