/* CSS Document */

* {
margin:0;
padding:0
}

html {
	background-color:#0006b5;
}

body {
	background-color: #0006b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

p {
	margin:10px 0;
	text-align:justify;
}

.wrapper {
	padding-top: .1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.header {
	background: none;
	background-repeat: no-repeat;
	background-position:center;
	padding:0;
	margin:0 auto;
	height: 142px;
	width: 944px;
}


/*===============CONTENT===============*/

.contentBG {
	background: url(images/content_BG.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:1em 0 1em 0;	
	margin:0 auto;	
	min-height: 520px;
	height: auto !important;
	height: 520px;
	width: 944px;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.content {
	padding:0;	
	margin:0;	
	width: 600px;
	
	float:left;


	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.contentBaseboard {		/*Gives content div something to push against in turn causing contentBG div to extend background*/
	width:100%;
	height:1px;
	clear:both;
}

.content a:link { 
	color: #3136ff;			/*Light blue*/
	text-decoration: underline;
}
	
.content a:visited {
	color: #3136ff;			/*Light blue*/
	text-decoration: underline;
}
	
.content a:hover {
	color: #00b200;			/*Green*/
	text-decoration: underline;
}
	
.content a:active {
	color: #00b200;			/*Green*/
	text-decoration: underline;
}

.paraList{
	margin: 0 0 0 5em;
}

.adobeReader{
	margin:0 0 0 100px; 
	color:#666666; 
	width:550px; 
	text-align:center;
	font-size:12px;
	clear:both;
}

.quickLinks {
	padding:0 .5em 0 0;	
	margin:0 0 0 76px;	
	height:100%;
	width: 174px;
	
	float:left;
	clear:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.quickLinks_text {
	background: url(images/quickLinks_mid.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:0;	
	margin:0;	
	min-height: 50px;
	height:auto !important;
	height: 50px;
	width: 174px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.quickLinks_text a:link { 
	color: #ffffff;			
	text-decoration: none;
}
	
.quickLinks_text a:visited {
	color: #ffffff;			
	text-decoration: none;
}
	
.quickLinks_text a:hover {
	color: #ffffff;	
	background-color:#ff9e00;	/*Orange*/

}
	
.quickLinks_text a:active {
	color: #ffffff;	
	background-color:#ff9e00;	/*Orange*/

}

.dropCaps {
	float:left; 
	color:#000000; 
	font-size:24px; 
	line-height:20px; 
	padding-top:0px; 
	font-family:Arial, Helvetica, sans-serif;
}

.adobeReader{
	margin:0 0 0 50px; 
	color:#666666; 
	width:500px; 
	text-align:center;
	font-size:12px;
	clear:both;
}

/*===============HEADERS===============*/

h1 {
	color:#0006b5;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	
	margin:0 0 20px 0;
}

.h1Underline {
	line-height:2px; 
	letter-spacing:normal
}

h2 {
	color:#00b200;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}

/*===============IMAGES & BORDERS===============*/

.imageFloatRight {
	float: right;
	margin: 0 0 5px 10px;
	padding: 3px;
	border: 2px solid #0006b5;
}

.imageFloatLeft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 2px solid #0006b5;
}

.imageFloatRightNoBorder {
	float: right;
	margin: 0 0 5px 5px;
	border: none;
}

.imageFloatLeftNoBorder {
	float: left;
	margin: 0 5px 5px 0;
	border: none;
}

.imageNoFloatBorder {
	border: 2px solid #0006b5;
}


/*===============HOME ONLY===============*/

.contentBGhome {
	background: url(images/content_BG_home.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	min-height: 475px;
	height:auto !important;
	height: 475px;
	width: 944px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.contentHome {
	padding:0;	
	margin:0 auto;	
	width: 800px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.cycleImg {
	padding:0;	
	margin:0;	
	height: 250px;
	width: 800px;
	clear: both;
}

.upcomingEvents {
	background: url(images/upcomingEvents.png);
	background-repeat: none;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	min-height: 222px;
	height:auto !important;
	height: 222px;
	width: 355px;
	
	float:left;
	clear:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.upcomingEvents_text {
	padding:4px 0 0 0;
	margin: .5em 1em;
	font-size:14px;
}

.upcomingEvents a:link { 
	color: #3136ff;
	text-decoration: underline;
}
	
.upcomingEvents a:visited {
	color: #3136ff;
	text-decoration: underline;
}
	
.upcomingEvents a:hover {
	color: #00b200;
	text-decoration: none;
}
	
.upcomingEvents a:active {
	color: #00b200;
	text-decoration: underline;
}

.centerTower {
	padding:0;	
	margin:0;	
	
	width: 247px;
	height: 222px;
	
	float: left;

}

.jeffsBlog {
	padding:0;	
	margin:0 auto;	
	height: 92px;
	width: 247px;
	
	float:left;
}

.ministryHighlight {
	padding:0;	
	margin:0;	
	height: 130px;
	width: 247px;
	float: left;
}

.rightTower {
	padding:0;	
	margin:0;	
	
	width: 194px;
	height: 222px;
	
	float: left;
}



/*===============NAVIGATION===============*/

.navTop {
	background: url(images/nav_bg.png);
	background-repeat: no-repeat;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	min-height: 30px;
	height:auto !important;
	height: 30px;
	width: 950px;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	line-height:30px;
}

/*===============FOOTER===============*/
.footer {
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	padding:0;	
	margin:0 auto;	
	min-height: 35px;
	height:auto !important;
	height: 35px;
	width: 944px;
	
	clear:both;
	
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	vertical-align:middle;
	text-align:center;
	line-height:22px;
	letter-spacing: 1px;
	color:#000000;
}	

.copyright {
	padding:0;	
	margin:0 auto;	
	min-height: 35px;
	height:auto !important;
	height:35px;
	width:944px;
	
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#5959FF;
}

.copyright a:link { 
	color: #5959FF;
	text-decoration: underline;
}
	
.copyright a:visited {
	color: #5959FF;
	text-decoration: underline;
}
	
.copyright a:hover {
	color: #00b200;			/*Green*/
	text-decoration: underline;
}
	
.copyright a:active {
	color: #00b200;			/*Green*/
	text-decoration: underline;
}

/*===============FORMS===============*/

.formFields {
	background-color:#E8E8E8;

}

input.long {
	width: 245px;
	background-color:#E8E8E8;
}
input.state {
	width: 30px;
	background-color:#E8E8E8;
}
input.short {
	width: 50px;
	background-color:#E8E8E8;
}


/*===============DROP-DOWN MENU===============*/

#dropmenudiv{
	position:absolute;
	border:1px solid #ffffff;
	border-bottom-width: 0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font:normal 12px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#00b200;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0006b5;
}


/*===============CALENDAR===============*/
.calendar {
	width:600px;
	height:auto;
	
	margin:1em 0;

}

.calendarMonth {
	width:600px;
	height:24px;
	
	margin:2em 0;
	
	font-size:18px;
	color:#ff9e00;
	
}

.calendarDay {
	width:70px;
	height:18px;
	
	text-align:right;
}

.calendarEvent {
	width:530px;
	height:18px;
	
	text-align:left;
}


/*===============JEFF'S BLOG===============*/
.jeffsHeader{
	margin:0 auto 1em auto; 
	width:100%;
}

.post{
	padding: 10px 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.post h2{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#0006b5;
	margin: 0 0 10px 0;
}

.post h3{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#00b200;
}

.entry{
	line-height: 24px;
}

p.postmetadata{
	margin: 10px 0 2em 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	padding:0;	
	margin:0 0 0 76px;	
	height:100%;
	width: 174px;
	
	float:left;
	clear:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.sidebar_content h3{
	color:#ff9e00;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:18px;
	text-align:left;
	
	padding:0 0 10px 5px;
}

.sidebar_content {
	background: url(images/quickLinks_mid.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:0;	
	margin:0;	
	min-height: 50px;
	height:auto !important;
	height: 50px;
	width: 174px;
	
	clear:both; 
	float:left
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.sidebar_content a:link { 
	color: #ffffff;			
	text-decoration: none;
}
	
.sidebar_content a:visited {
	color: #ffffff;			
	text-decoration: none;
}
	
.sidebar_content a:hover {
	color: #ffffff;	
	background-color:#ff9e00;	/*Orange*/

}
	
.sidebar_content a:active {
	color: #ffffff;	
	background-color:#ff9e00;	/*Orange*/

}

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

.archives_ul {
	list-style-type:none;
	padding:0 0 0 20px;
}

.commentmetadata{
	border-top: 1px solid #ccc;
	margin: 0 0 2em 0;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}