@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/body_bar.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* styles for text items */

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3e5778;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}
h1   {
	font-size: 160%;
	color: #3e5778;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
}
h2   {
	font-size: 140%;
	color: #3e5778;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: 300;
	margin-top: 0px;
	padding-top: 0px;
}
h3   {
	font-size: 110%;
	color: #3e5778;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: 200;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #187ae0;
	text-decoration: none;
}
a:hover {
	color: #919191;
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* styles for structure */

#header  {
	height: 66px;
	width: 930px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header6.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 900px;
	background-image: url(../images/2010_rev/contain_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
} 
#shadow {
	width: 930px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow_bg.gif);
	margin-top: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
}
#shadow_bottom {
	width: 930px;
	margin-top: 0px;
	padding-top: 0px;
}
#searchBox {
	position: absolute;
	top: 25px;
	right: 51px;
	height: 57px;
}
#dropMenu {
	height: 36px;
	width: 930px;
	background-image:url(../images/menu_bkgd2.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#header #clickhome {
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#sliderbox {
    position: relative;
	overflow: hidden;
    margin: 0 auto 0 auto;
    width: 900px;
    height: 295px;
}
#centerCol {
	margin: 0px;
	padding: 30px;
	float: right;
	width: 280px;
	background-image: url(../images/2010_rev/gradient_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftCol #alt_menu {
	margin-left: 15px;
	margin-right: 15px;
}
#rightCol {
	margin: 0px;
	padding: 30px;
	float: right;
	width: 280px;
	background-image: url(../images/2010_rev/gradient_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftCol {
	margin: 0px;
	width: 220px;
	background-image: url(../images/2010_rev/gradient_bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-position: right top;
}
#divider {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 2px;
}
#divider1 {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#announce {
	width: 900px;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
}
#announce h3 {
	margin: 0px;
	padding: 4px;
	color: #FFFFFF;
}
#announce a {
	color: #ffffff;
}
#dblCol {
	padding: 20px;
	float: right;
	width: 638px;
	background-image: url(../images/2010_rev/gradient_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	#dblCol ul.center {list-style:disc; font:normal normal 0.8em/135% Verdana, Geneva, sans-serif; color:#3e5778;}
	.leaders {list-style:none; font:normal normal 0.8em/135% Verdana, Geneva, sans-serif; color:#3e5778; margin-left:-20px;}
	.leaders li {width:150px; float:left; margin: auto 14px 15px auto; }	
	
#dblCol #right_content {
	float: right;
	width: 260px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 40px;
}
#spec_3col {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color:#d6d5d0;
}




/* styles for main menu, left column */

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

#mainMenu a {
	display: block;
	width: 218px;
	height: 33px;
	margin-bottom: 15px;
}
#mainMenu a:hover {
	text-decoration:none;
}
#mainMenu #visiting {
	background-image: url(../images/2010_rev/menubuttons/visiting.png);
	background-repeat: no-repeat;
}
#mainMenu #visiting:hover {
	background-image: url(../images/2010_rev/menubuttons/visiting.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}
#mainMenu #events {
	background-image: url(../images/2010_rev/menubuttons/events.png);
	background-repeat: no-repeat;
}
#mainMenu #events:hover {
	background-image: url(../images/2010_rev/menubuttons/events.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}
#mainMenu #sunday {
	background-image: url(../images/2010_rev/menubuttons/sunday.png);
	background-repeat: no-repeat;

}
#mainMenu #sunday:hover {
	background-image: url(../images/2010_rev/menubuttons/sunday.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}
#mainMenu #ministry {
	background-image: url(../images/2010_rev/menubuttons/ministry_news.png);
	background-repeat: no-repeat;

}
#mainMenu #ministry:hover {
	background-image: url(../images/2010_rev/menubuttons/ministry_news.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}
#mainMenu #member {
	background-image: url(../images/2010_rev/menubuttons/member_news.png);
	background-repeat: no-repeat;

}
#mainMenu #member:hover {
	background-image: url(../images/2010_rev/menubuttons/member_news.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}
#mainMenu #giving {
	background-image: url(../images/2010_rev/menubuttons/giving.png);
	background-repeat: no-repeat;
}
#mainMenu #giving:hover {
	background-image: url(../images/2010_rev/menubuttons/giving.png);
	background-repeat: no-repeat;
	background-position: left -33px;
}



/* styles for footer */

#footer  {
	height: 47px;
	clear: both;
	width: 900px;
	position: relative;
	padding: 0px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footer p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 0.7em;
	margin-top: 0px;
} 
#ftr_icons {
	height: 35px;
	width: 400px;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
}
#ftr_icons #icon {
	width: 125px;
	height: 35px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#ftr_icons #icon p {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #D7D6D1;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:none;
}



/* other useful items */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.list {
	font-size: 0.8em;
	color: #3e5778;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
.horizontalRule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	margin-top: 0px;
}

.clearfloat {
	clear: both;
}
.caption {
	font-size: 0.8em;
}
.h2rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ae9a9a;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.alt_link {
	color: #0090fd;
}
#inlinePhoto {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-style: italic;
	padding: 0px;
}
#special {
	background-color: #faf4d5;
	margin: 0px;
	padding: 8px;
}
#special-cap {background:url(../images/2010_rev/gradient_bg.png) no-repeat right top; float: right; width: 220px; padding: 0 50px 0 0; margin: 0 -20px 20px 40px;}
	#special-cap ul {list-style:none; }
	#special-cap ul li a {font:normal normal 0.8em/135% Verdana, Geneva, sans-serif; margin-left:-20px; }
	#special-cap.home {background:none;}

/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3e5778;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
*/	
.hide {
	display: none;
}
.iniCap {
	font-size:400%;
	font-weight:500;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	line-height: 80%;
}
.red {color: #F00;}
.sermon-player {margin: 0 64px;}
.qr {margin: 0 38px;}
