@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #dddddd;
	background-color: #b5bcd2;
}
#maincontainerbg {
	background-image: ;
	background-repeat: ;
	background-color: #b5bcd2;
}
#maincontainer {
	background: ;
	background-repeat: repeat-x;
}
#maincontainer p ul li {
	font-size: small;
	margin-left: 15px;
	margin-right: 15px;
}
#maincontainer p.date {
	font-size: 9px;
	color: #aaaaaa;
	margin: 5px 0px 0px 0px;
}
#maincontainer h1 {
	color: #90aef1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 9px;	
}
#h1outlinemain {
	border-bottom: 1px solid #fee75c;
	border-top: 0px solid #555555;
	width: 70%;	
	margin-top: 4px;
	margin-bottom: 0px;
}
#h1outline {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	width: 70%;	
}
#h2outline {
	border-bottom: 1px solid #fee75c;
	border-top: 0px solid #999999;
	width: 80%;
	margin-left: 15px;
}
#h2outline2 {
	border-bottom: 1px solid #fee75c;
	border-top: 0px solid #999999;
	width: 85%;
	margin-left: 0px;
}
#h2outline2_100 {
	border-bottom: 1px solid #fee75c;
	border-top: 0px solid #999999;
	width: 100%;
	margin-left: 0px;
}
#h1outline2 {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	width: 40%;
	margin-left: 125px;	
}
#h1outline3 {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	width: 50%;	
}
#maincontainer h2 {
	color: #ffffff;
	text-align: ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: ;
	font-size: 10px;
	border-bottom: 0px solid #555555;
	border-top: 0px solid #555555;	
}
#maincontainer h3 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: ;
	font-size: large;
	border-bottom: 0px solid #555555;
	border-top: 0px solid #555555;	
	margin: 0px 0px -10px 15px;
}
#container { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 0px;
	border-left: 2px solid #4d842c;
	border-right: 2px solid #4d842c;
	border-bottom: 0px solid #4d842c;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/transbg1.png);
	background-repeat: ;
}
#containergrad { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(img/bggradtrans.png);
	background-repeat: repeat-x;
}
#splashcontainer {
	width: 800px;
	height: 500px;
	border: 0px solid #4d842c;
	
}
#header {
	background-color: #b5bcd2;
	background-image: ;
	background-repeat: no-repeat;
} 
#headerbg {
	height: 150px;
	background-image: url(img/bluefill.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerblack {
	background:  ;
	background-position:;
	background-repeat:; 
} 
#headerboxmain { 
	width: 1000px;
	height: 150px;
	background-image: url(img/header4.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#headerbox { 
	width: 1000px;
	height: 150px;
	background-image: url(img/header2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 110px;
	padding-right: 44px;
	color:#666666;
}
#infobox p {
	font-size: 13px;
	line-height: 27px;
	padding-bottom: 0px;
	color: #000000;
}
#infobox a {
	color:#777777;
	text-decoration: none;
	outline: none;
}
#infobox a:hover {
	color:#000000;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navcontainer {
	width: 914px;
	height: 25px;
	background-image: url(img/navbg.jpg);
	background-repeat:repeat-x; 
	padding-left: 0px;
}
#nav {
	height: 25px;
	background: #b5bcd2; 
	padding-left: 0px;
}
#banner {
	width: 600px;
	height: 325px;
	padding-top: 10px;
	position:relative;
	z-index: 0;
	margin-left: 10px;
}
#banner2 {
	width: 600px;
	height: 325px;
	padding-top: 2px;
	margin-left: 22px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 20px;
}
#sidebar p {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-left: px;
}
#image {
	border: solid 2px #999999;
	background-color:#FFFFFF;
	padding: 3px;
	margin-bottom: 13px;
}
#image1 {
	border: solid 2px #999999;
	background-color:#FFFFFF;
	padding: 3px;
	margin-bottom: 0px;
}
#image a {
	border: none;
	outline:none;
	text-decoration:none;
}
#gallery {
	font-size: 11px;
	margin-left: 15px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background url(img/bg2.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px;
	color: #FFFFFF;
}
#login {
	width: 276px;
	height: 45px;
	background-color:#333333;
	border: 2px solid #90aef1;
	padding: px;
	margin-bottom:10px;
	margin-top:10px;
	z-index: 0;
}
#login p {
	padding-left: 8px;
	padding-right: 8px;
	font-size: small;
	line-height: 20px;
}
#login p a {
	color: #FF9900;
	text-decoration: none;
}
#login p a:hover {
	text-decoration: underline;
}
#grouplinks {
	width: 211px;
	height: auto;
	background-color:#333333;
	border: 2px solid #fee75c;
	margin-top: 3px;
	margin-bottom: 10px;
	z-index: 0;
	padding-left: 10px;
	padding-top: 3px;
}
#grouplinks p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: small;
	line-height: 0px;
}
#grouplinks p a {
	color: #dddddd;
	text-decoration: none;
	line-height: 0px;
}
#grouplinks p a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.WebYepMenuItem {
	list-style-image: url(img/linkarrow2.png);
}
#sermonlinks {
	width: 211px;
	height: auto;
	background-color:#333333;
	border: 2px solid #fee75c;
	margin-top: 3px;
	margin-bottom: 10px;
	z-index: 0;
	padding-left: 10px;
	padding-top: 0px;
}
#sermonlinks ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sermonlinks li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: small;
	line-height: 20px;
}
#sermonlinks li a {
	color: #dddddd;
	text-decoration: none;
	line-height: 0px;
}
#sermonlinks li a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#links {
	width: 211px;
	height: auto;
	background-color:#333333;
	border: 2px solid #90aef1;
	margin-top: 3px;
	margin-bottom: 10px;
	z-index: 0;
	padding-left: 10px;
	padding-top: 3px;
}
#links p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: small;
	line-height: 0px;
}
#links p a {
	color: #dddddd;
	text-decoration: none;
	line-height: 0px;
	outline: none;
}
#links p a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#news {
	border: 0px solid #fee75c;
	height: px;
	
}
#news p {
	padding-left: 8px;
	padding-right: 8px;
}
#news p a {
	color: #FF9900;
	text-decoration: none;
}
#news p a:hover {
	text-decoration: underline;
}
#currentnews {
	width: 900px;
	padding-bottom: 15px;
}
#currentnewsleft{
	float:left;
	margin-left: 10px;
	margin-right: 0px;
	width: 150px;
}
#currentnewsright {
	width: 500px;
	float:right;
}
#banners img {
	padding-top: 10px;
}
form p {
	margin-bottom: 3px;
}
#grouplist p {
	color:#CCCCCC;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#grouplist p a {
	color:#CCCCCC;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
#grouplist p a:hover {
	color: #FF9900;
}
#grouplist p a:focus {
	color: #FFFFFF;
	font-weight: bold;
}
#grouplist p a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#mainContentHome { 
	width: 615px;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#mainContent { 
	width: 635px;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#mainContentHome a {
	color: #FF9900;
	text-decoration: none;
	outline: none;
}
#mainContentHome a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#mainContent a {
	color: #FF9900;
	text-decoration: none;
	outline: none;
}
#mainContent a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#mainContent2 { 
	width: 910px;
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#mainContent h1 {
	font-size: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent2 h1 {
	font-size: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent h2 {
	color: #ffffff;
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h3 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}  
#mainContent h4 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
} 
#mainContent2 h2 {
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContentHome p {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-left: 15px;
}
#mainContentHome p b {
	color:#fff;
}
#mainContentHome li b {
	color:#fff;
}
#mainContentHome p b a {
	color:#ff9900;
}
#mainContentHome li {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-bottom: 5px;
} 
#mainContent p {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-left: 0px;
}
#mainContent img a {
	text-decoration: none;
	outline: none;
}
#mainContent p b {
	color:#fff;
}
#mainContent li b {
	color:#fff;
}
#mainContent p b a {
	color:#ff9900;
}
#mainContent li {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-bottom: 5px;
}
#mainContent2 p {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-left: 15px;
}
#mainContent2 li {
	color:#ccc;
	font-size: small;
	padding-right: 5px;
}
#cell td {
	background-color:#333333;
	width: 210px; 
}
#cell td p {
	padding-right: 0;
}
#cell td:hover {
	background-color:#222222;
}
#floatright {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}
#floatrightbox {
	width: 250px;
	background-color: #333333;
	border: 2px solid #fee75c;
}
#mainbox {
	border: 2px solid #FF9900;
	padding: 8px;
	margin-top: 10px;
	background-color: #333333;
}
#foot {
	height: 25px;
	width: 914px;
	background-image: url(img/footbg.jpg);
	background-repeat: repeat-x;
}
#footbtn1 {
	height: 22px;
	width: px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: -12px;
	float: left;
}
#footbtn {
	height: 22px;
	width: px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
	border-right: 1px solid #4d842c;
}
#footbtn2 {
	height: 22px;
	width: px;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
}
#footbtn a {
	height: px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	text-decoration:none;
	padding-left: 8px;
	padding-right: 8px;
	outline: none;
}
#footbtn:hover { 
	background-color: #4d842c;
}
#footbtn2:hover { 
	background-color: #4d842c;
}
#footer {
	height: 50px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background-image:;
	background-position: ;
	background-repeat: repeat-x;
}
#footerbox {
	width: 900px;
	margin-top: 3px;
}
#footerleft {
	float: left;
	width: 450px;
}
#footerright {
	float: ;
} 
#footerlogo {	
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fee75c;
	color: #333333;
	width: 80%;
}
#footer h2 {
	color: #777777;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#footer p {
	color: #555555;
	text-align: left;
	font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	color: #777777;
	text-decoration: none;
	outline: none;
}
#footer p a:hover {
	color: #000000;
	text-decoration: underline;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#infobox { padding-top: 40px; padding-right: 44px;}
#sidebar1 { padding-top: 0px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
