@charset "utf-8";
/* CSS Document */

* {
	padding: 0px; 
	margin: 0px;
	}
	
body {
	background:#b8d2e3;
	text-align:center;
	font: small Verdana, Arial, Helvetica, sans-serif;
	}

a{
	color: black;
	}

a img {
	border:none;
	margin:0px;
	padding: 0px;
	}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}
	
h3{
	font-size: .9em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	}
	
#sidebar_content h2{
	margin-bottom:0px;
	}
	
#sidebar_content h2 a{
	color:black;
	text-decoration:none;
	}
	
#sidebar_content h2 a:hover{
	text-decoration:underline;
	}

h2.purple {
	color: #571b58;
	}

.blue{
	color: #3892d6;
	}



#header_wrap {
	background-image:url(images/wrapperbgtop.jpg);
	height:160px;
	position:absolute;
	top:0px;
	z-index: -4;
	}


/* positioning stuff */
	
#main_wrapper{
	margin: 0 auto;
	width: 1100px;
	text-align: left;
		}
	
#header{
	background-image: url(images/headerbg.jpg);
	background-repeat:no-repeat;
	min-height:170px;
	text-align:right;
	}	
	
#head_bar_wrap{
	width:1024px;
	margin-left:28px;
	}
	
#head_bar {
	margin-top: 27px;
	float:right;
	width: 861px;
	}

#social_network_buttons{
	width:200px;
	height:70px;
	margin-left:661px;
	text-align:right;
	}
	
ul#soc_net_btns{
	list-style: none; 
	margin: 0px;
	margin-right: 10px; 
	}
	
li.social_net_btns {
	float: right; 
	margin-bottom: 10px;
	margin-left: 2px;
	}
	
#inner_wrapper{
	background-image: url(images/equal_col_bg.jpg);
	background-repeat: repeat-y;
	height:auto
	}

#inner_wrapper2{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	}


#main_container{
	float: left;
	width: 800px;
	background: white url(images/bg_main.jpg) repeat-y;
	}
	
#flash_stuff{
	background:none;
	margin-left: 10px;
	margin-top: -17px;
	position:relative;
	z-index:1;
	}

#main_content, #sidebar_content{
	margin-left: 25px;
	margin-right: 20px;
	}

#main_content p{
	margin-bottom:13px;
	}

#main_content a{
	color:black;
	}

#sidebar_container {
	float:right;
	width: 204px;
	background:#efd9ab url(images/bg_side.jpg) repeat-y top right;
	}

#sidebar_content{
	}

#sidebar_map{
	text-align:center;
	position:relative;
	bottom:0px;
	}
	
#footer {
	background:url(images/footer.jpg);
	clear:both;
	height:106px;
	width:1100px;
	font-size: .8em;
	color:black;
	text-align:center;
	}

#footer a:link, #footer a:hover, #footer a:visited{
	color:black;
	}

/* THIS PART ENABLES EQUAL LENGTH COLUMNS */
.clearfix:after {
    content: ".";              
	display: block;           
    height: 0;                  
    clear: both;               
    visibility: hidden;	     
}

.clearfix {display: inline-block;}   


* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* END CODE FOR EQUAL LENGTH COLUMNS */



#bodylist {
	list-style:inside;
	}
#bodylist ul li {
	font-weight:bold;
	margin-left:10px;
	}
#bodylist ul li ul li{
	font-weight:normal;
	margin-left:20px;
	}

#bodylist ol li {
	margin-top: 10px;
	}
	
#bodylist a {
	color:black;
	}
	
.smalltext{
	font-size: .8em;
	line-height: .5em;
	margin-top:-.8em;
	
	}


.sermon{
	color: #3892d6;
	font-weight:bold;
	
	}