/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* begin styles to "normalize" elements accross browsers */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
/* end of "normalizing" styles */


body{
	background: #fff url(../images/bg_main.gif) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.4em;
}

h1{
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin:10px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin:10px 0px 0px;
}

h3{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

dt{
	font-weight: bold;
	margin-top: 10px;
}

a:link{color: #003399;}
a:visited{color: #6289C2;}
a:hover{color: #A22623;}
a:active{color: #A22623;}
#content h3 a:link, #content h3 a:visited, #content h3 a:hover, #content h3 a:active{
	text-decoration: none;
	border: none;
}


hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container{
	width: 724px;
	background: #fff url(../images/bg_container.gif) 0 0 no-repeat;
	position: relative;
	left: 50%;
	margin-left: -362px;
}

#header{
	background: transparent url(../images/bg_hdr.gif) 0 0 no-repeat;
	width: 700px;
	height: 103px;
	position: relative;
	margin-left: 13px;
}
.home #header{
	height: 313px;
}
/*.about #header{
	height: 208px;
}*/
#header #splash{
	display: none;
}
.home #header #splash{
	display: block;
	background: transparent url(../images/splash/splash_kelsea-and-dad.jpg) 0 0 no-repeat;
	height: 210px;
	position: relative;
	top: 103px;
}
/*.about #header #splash{
	display: block;
	background: transparent url(../images/splash_about.jpg) 0 0 no-repeat;
	height: 105px;
	position: relative;
	top: 103px;
}*/


	#header h1{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 15px;
		top: 5px;
	}
	#header h1 a{
		width: 192px;
		height: 60px;
		display: block;
		background: transparent url(../images/bg_logo.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	#header h1 span{
		margin-left: -9999px;
	}
	#header #nav{
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 72px;
	}
	#header #nav li{
		display: block;
		float: left;
	}
	#header #nav li a:link, #header #nav li a:visited{
		display: block;
		width: 86px;
		height: 31px;
		background: transparent url(../images/bg_btn.gif) 0 0 no-repeat;
		text-align: center;
		text-decoration: none;
		color: #594B3D;
		text-transform:uppercase;
		font-size: 10px;
	}
	#header #nav li a span{
		display: block;
		padding-top: 9px;
	}
	#header #nav li a:hover, #header #nav li a:active{
		background: transparent url(../images/bg_btn.gif) 0px -31px no-repeat;
	}
	#header #nav li a:hover span{
		padding-top: 15px;
	}
	body.events #header #nav li a#events, 
	body.about #header #nav li a#about, 
	body.ministries #header #nav li a#ministries, 
	body.resources #header #nav li a#resources, 
	body.giving #header #nav li a#giving{
		background: transparent url(../images/bg_btn.gif) 0px -31px no-repeat;
		color: #A22623;
		font-weight: bold;
		cursor: default;
	}
	body.events #header #nav li a#events span, 
	body.about #header #nav li a#about span, 
	body.ministries #header #nav li a#ministries span, 
	body.resources #header #nav li a#resources span, 
	body.giving #header #nav li a#giving span{
		padding-top: 15px;
	}
	#splash{
		
	}


#content a, #sidebar a{
 text-decoration: none; border-bottom: 1px dashed #003399;
}
#content a:hover, #sidebar a:hover{
 text-decoration: none; border-bottom: 1px dashed #A22623;
}

#content{
	background: #fff;
	padding: 0px 0px 10px 5px;
	width: 440px;
	margin-left: 40px;
	float: left;
	min-height: 610px;
}
.home #content{
	min-height: 480px;
}
	#content h2{
		color: #3B6BB3;
		font-size: 18px;
		margin-left: -5px;
	}
	#content h3{
		color: #3B6BB3;
		font-size: 12px;
		margin-left: -5px;
	}
	#content dl{
		margin: 0px;
		padding: 10px;
		background: transparent url(../images/bg_main.gif) 0px -350px repeat-x;
		}
	#content dt{
		list-style: none;
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}
	#content dt a{
		padding-left: 14px;
		background: transparent url(../images/list_bullet.gif) 0 0px no-repeat;
		border: none;	
	}
	#content .alert{
		color: red;
		font-weight: bold;
	}
	.subnav{
		margin: 5px 0px 15px 0px;
		padding: 0px;
		list-style: none;
		text-align:center;
	}
	.subnav li{
		display: inline;
		background-image: none;
		padding: none;
	}
	.subnav li span{
		padding: 0px 5px;
	}
	#header .subnav{
		position: absolute;
		right: 10px;
		top: 10px;
	}

.staffpic {
	text-align: center;
	margin-left: 10px; 
	padding: 5px; 
	background: #fff url(../images/bg_main.gif) 0 -350px repeat-x;
	font-size: 10px;
	font-weight: bold;
}
	.staffpic img{
		border: 4px solid #fff;
	}
.quote {
	background: #3B6BB3 url(../images/bg_main.gif) 0 -350px repeat-x;
	border-top: 4px solid #3B6BB3; 
	position: relative;
	float: left;
	width: 120px;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	font-size: 14px;
	color: #3B6BB3;
	font-style: italic;
	font-weight: bold;
	text-align: center;
} 
.notes{
	font-style:italic;
	border-left: 4px solid #3B6BB3;
	padding-left: 10px;
	font-size: 10px;
}
.testimony {
/*border-top: 4px solid #3B6BB3; font-style: italic;*/
background: transparent url(../images/bg_main.gif) 0px -350px repeat-x;
padding: 0px 10px;
margin: 0px 10px 10px 0px;

} 

fieldset{
	padding: 10px;
	border: none;
}

	#content .formfields{
	background: transparent url(../images/bg_main.gif) 0px -350px repeat-x;

	}
	#content .formfields dl, #content .formfields dt, #content .formfields dd{
		margin: 0px;
		padding: 0px;
		background: transparent;
		background-image: none;
	}
	#content .formfields dt{
		float: left;
		clear: left;
		width: 30%;
		margin: 0px 20px 10px 0;
		text-align: right;
		font-weight: normal;
	}
	#content .formfields dd{
		float: left;
		margin: 0px 0 10px 10px;
		width: 60%;
	}
	.required{
		color: red;
	}








#sidebar-container{
	width: 188px;
	background: #FEF7D4 url(../images/bg_sidebar.gif) 0px 0px repeat-y;
	position: absolute;
	top: 72px;
	right: 20px;
}
#sidebar{
	background: transparent url(../images/bg_sidebar_top.gif) 0px 0px no-repeat;
	padding: 15px 10px 10px 10px;
	
}
	#sidebar h2{
		height: 23px;
		margin: 0px 0px -8px 0px;
		background: transparent url(../images/icon_sidebar.gif) 0px 0px no-repeat;
		padding: 4px 0 0 22px;
		color: #A22623;
		font-weight: normal;
	}
	#sidebar p{
		margin-left: 10px;
	}
	#sidebar-footer{
		width: 188px;
		height: 10px;
		background: transparent url(../images/bg_sidebar_bottom.gif) left bottom no-repeat;
	}

#footer{
	clear: both;
	margin: 0px 12px;
	background: #594B3D url(../images/bg_footer.gif) 0 0 repeat-x;
	color: #B6A870;
	text-align: center;
	padding: 1px;
}
	#footer p{
		margin: 15px 10px 10px 10px;
		padding: 1px;
	}
	#footer a:link, #footer a:visited{
		color: #B6A870;
	}
	#footer a:hover, #footer a:active{
		color: #CEBF85;
	}

/*
Styles for MDP Calendar
*/
.mdp_calendar {
border-collapse: collapse;
text-align: center;
width: 100%;
border: 1px solid #ccc;
}
.mdp_calendar td {
vertical-align: top;
width: 14%;
height: 100px;
border: 1px solid #000;
background-color: #6F8765;
padding-left: 5px;
}

.mdp_calendar th {
font-size: 150%;
border: 1px solid #000;
background-color: #6F8765;
}

.mdp_calendar .permalink {
display: block;
margin-bottom: 0.5em;
text-align: left;
}

.mdp_calendar #calendar_today {
background-color: #8EBE5B;
}

.mdp_calendar .invalidDay {
background-color: #566F4C;
}

.mdp_calendar .date {
text-align: right;
font-weight: bold;
margin-right: 0.25em;
}

.mdp_calendar .hasarticle {
background-color: #FFF;
}
