@charset "utf-8";
/* CSS Document */
/*****************************************resetting stupid stuff**********************************************/
html,body,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,pre,form,blockquote,fieldset,input,div { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
:link,:visited { text-decoration:none;  }
table { border-collapse:collapse; border:0px; }
ul,ol { list-style:none; }
img { border:0px; vertical-align:bottom; padding:none; margin:none; }
/*****************************************end resetting stupid stuff**********************************************/
/*****************************************tag styling**********************************************/
body{
	background-image: url(images/bodybg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#063b31;
	color:#063b31;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a{
	color:#063b31;
	border-bottom:1px #063b31 dotted;
	text-decoration:none;
}

a:hover{
	border-bottom:1px #063b31 solid;
}

h1{
	font-size:24px;
	font-style:oblique;
	padding-left:20px;
	height:50px;
	line-height:50px;
	background-image:url(images/h1_bg.jpg);
	margin-bottom:20px;
}

.welcomeheader{ font-size:24px; font-style:oblique; padding-left:20px; height:60px; line-height:50px; background-image:url(images/h1_bg_b.jpg); margin-bottom:20px; font-weight: bold; }
.welcome { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #000000; background-image:url(images/h1_bg_b.jpg); }
h2{
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

h2 a{
	border-bottom:	none;
}

h3{
	margin-left:20px;
	font-size:14px;
	font-weight:normal;
	font-style:oblique;
}

p{
	font-size:14px;
	line-height:21px;
	padding-bottom:12px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}

li{
	font-size:14px;
	line-height:21px;
	margin-left:20px;
}

img.right{
	float:right;
	margin:10px;
}
/*****************************************end tag styling**********************************************/
/*****************************************structure**********************************************/

.container{
	width:790px;
	margin:0 auto;
	background-color:white;
	background-image: url(images/container_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c9c9c9;
	padding:5px;
	margin-bottom:5px;
}

.content_w_lmenu{
	background-color:white;
	margin-left:215px;
}

.header{
	height:100px;
	width:800px;
	margin:0 auto;
	background-image:url(images/header.jpg);
}

.content{
	background-color:white;
}

.content_w_lmenu ul, .content ul{
	margin-left:5px;
	list-style: square;
}

.leftthingy{/*the element thats alwyas on the left...service hours or secondary menu in 'ministries' section*/
	background-color:white;
	margin-bottom: 5px;
	background-image: url(images/leftthingybg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.leftthingy_container{
	width:210px;
	float:left;
	margin-right:5px;
}

.leftthingy ul li{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px #DEDEDE dotted;
	margin-right:20px;
	
}

.leftthingy ul li a, .leftthingy ul li a:hover{
	border-bottom:none;
}
.rightthingy{
	background-color:white;
	margin-bottom: 5px;
	background-image: url(images/leftthingybg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.rightthingy_container{
	width:205px;
	float:right;
	margin-right:5px;
}

.rightthingy ul li{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px #DEDEDE dotted;
	margin-right:10px;
	
}

.rightthingy ul li a, .rightthingy ul li a:hover{
	border-bottom:none;
}

.text { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #000000; }
/*.banner{
	margin-left:-20px;
	margin-top:-20px;
	margin-bottom:20px;
}*/
/*****************************************end structure**********************************************/

/*****************************************menu stuff**********************************************/
.menu{ /*using menu div so i can apply clearfix to the ul*/
	background-image:url(images/menu_bg.jpg);
	width:800px;
	margin:0 auto;
}

.menu ul{
	background-image:url(images/menu_bg.jpg);
}

.menu ul li{
	display:block;
	float:left;
	height:25px;
	margin-left:0px;/*undnig*/
}

.menu ul li a{
	display:block;
	height:25px;
	line-height:25px;
	padding:0 20px;
	color:#063b31;
	border-right:1px #999999 solid;
	border-left:1px #EEEEEE solid;
}

.menu ul li a.current{
	background-image:url(images/menu_bg_hover.jpg);
	color:white;
	border-left:1px #063b31 solid;
}

.menu ul li a:hover{
	background-image:url(images/menu_bg_hover.jpg);
	color:white;
	border-left:1px #063b31 solid;
}

.menupreload{
	background-image:url(images/menu_bg_hover.jpg);
	display:none;
	position:absolute;
	top:-1000px;
	left:-1000px;
	height:1px;
	width:1px;
}
/*****************************************end menu stuff**********************************************/

/*****************************************footer stuff**********************************************/
.footerbar{
	background-color:white;
	/*background-image:url(images/footerbg.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
}
.footer{
	width:760px;
	margin:0 auto;
	padding:20px 0;
}

.footer ul{
	display:block;
	width:auto;
	margin-left:0px;
}

.footer ul li{
	display:block;
	width:375px;
	float:left;
	color:#063b31;
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	margin-left:0px;
}

ul.footerstuff li ul{
}

.footer ul li ul li{
	font-size:10px;
	line-height:15px;
	font-weight:normal;
	width:360px;
	margin-left:0px;
	}
	
.footer ul li a, .footer1 ul li ul li a{ /*link style in footer*/
	color:#063b31;
	font-weight:bold;
	border-bottom:none;/*overrides standard a setting*/
}

.footer ul li a:hover, .footer1 ul li ul li a:hover{ /*link style rollover in footer*/
	border-bottom:none;
	border-bottom:1px #063b31 dotted;
}

.contactus{
	font-size:16px;
}
/*****************************************end footer stuff**********************************************/
/*****************************************other stuff**********************************************/

.sundayschoolclasses li{/*okay so maybe this should be called something else...since ive found somewhere else to use it...but the question is...what?  for now...it shall remain the same*/
	margin-bottom:15px;
}

ul.memberinformation, ul.memberinformation li, ul.memberinformation li ul, ul.memberinformation li ul li{
	list-style:none;
}

ul.memberinformation li ul{
	margin-bottom:10px;
}

ul.memberinformation li h2{
	font-size:16px;
	margin-bottom:10px;
}

li h2{
	margin:0;
}

.oblique{
	font-style:oblique;
}

ul.missions li{
	margin-bottom:12px;
}

.uline{
	text-decoration:underline;
}

.peoplelist{
	display:block;
	float:left;
	width:49%;
}


/*best invention EVAR!*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
