/* CSS Document */


/* global
======================================================== */


body {
	background: url(../images/main_bkgd.jpg) repeat-x #652F0E;
	margin: 0 auto;
	text-align: center;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
}

.content-wrapper {
		position: relative;
		width: 875px;
		margin: 0 auto;
}


.clear {
	clear: both;
}


/* top links
==================================================*/
#top_links_header {
	background: url(../images/top_link_bkgd.jpg) no-repeat;
	height: 26px;
}

#top_links {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}

#top_links a {
	color: #FFFFFF;
	
	
}

#top_links a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	
}


/*main header
================================================*/
#header {
	height: 300px;	


}
#main_header {
	clear: left;


}

#main_header_left {
	width: 274px;
	float: left;

}

#main_header_right {
	float: right;

}

/* navigation
==============================================*/

#navigation {
	background:url(../images/nav_bkgd.jpg) no-repeat;
	width: 601px;
	height: 59px;
}

/* rotating banner
===============================================*/

#rotating_banner {
	background: url(../images/index_rotating_banner_bkgd.jpg) no-repeat;
	height: 306px;
	width: 601px;
	
}

#snow_rotating_banner {
	background: url(../images/snow_rotating_banner.jpg) no-repeat;
	height: 306px;
	width: 601px;
	
}

#flash {

	padding: 9px 0px 0px 14px;

}


/* index_left
===============================================*/

#index_left {
	width: 255px;
	float: left;
}

#info_index {
	background: url(../images/info_index_bkgd_2.jpg) no-repeat;
	height: 176px;
}

.service_times {
	padding-top: 30px;
	line-height: 12px;

}

.service_times p {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

#index_giving {
	height: 142px;
	background: url(../images/index_giving.jpg) no-repeat;

}



/* index_right
===============================================*/
#index_right {
	width: 620px;
	float: right;
}

#welcome {
	background: url(../images/index_right_bkgd_2.jpg) no-repeat;
	height: 288px;
}

/*footer
===============================================*/

#footer {
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #D9D1B1;
	text-decoration: none;
}


#footer_left {
	float: left;
	text-align: left;
	font-size: 10px;
	width: 550px;
	height: 50px;
	padding-left: 10px;
}

#footer_right {
	float: right;
	text-align: right;
	width: 300px;
}



/* subpage
====================================================*/


/*main header
================================================*/
#main_header {
	

}


#content_header {
	text-align: left;
}



#subpage_header_left {
	width: 274px;
	float: left;
	

}

#subpage_header_right {
	float: right;
	

}


#welcome_text {
	line-height: 20px;

}
/* subpage navigation
==============================================*/

#subpage_navigation {
	background:url(../images/nav_subpage_bkgd.jpg) no-repeat;
	width: 601px;
	height: 59px;
}

/* subpage banner
===============================================*/

#subpage_banner {
	background: url(../images/subpage_header_bkgd.jpg) no-repeat;
	height: 216px;
	width: 601px;
}


/* subpage_left
===============================================*/


#subpage_content {
	padding-bottom: 20px;
	background-color: #F8E5BC;
	min-height: 500px;
	
}

#main_sub {
	background: #F8E5BC;
	padding : 0px;
}


#subpage_leftright {
 	position: relative;
	background: #F8E5BC;
	
}


#subpage_left {
	width: 274px;
	float: left;
	height: 400px;
}

#info {
	height: 252px;
}




/* subpage_right
===============================================*/
#subpage_right {
	width: 601px;
	margin-left: 274px;
	background-attachment: scroll;
	background-color: #F8E5BC;
	background-image: url(../images/divider_image.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#welcome {
	height: 288px;
	position:relative;
}

#welcome_text {
	text-align: left;
	padding: 10px 50px 0px 40px;
	font-size: 14px;
	
}

.content {
	text-align: left;
	padding: 0px 40px 40px 20px;
	font-size: 14px;	
}


#errors {
			padding: 10px;
			margin-bottom: 20px;
			height: auto;
			width: 400px;
			/*background-color: #f5f1e4;
			border: 1px solid #CCCCCC;*/
			color: #660000;
			line-height: 22px;
			list-style-type: none;
		}
		
#give {
	text-align: left;
	padding-left: 30px;
}


/* Lifelines
============================================*/

.lifeline_top_bkgd {
 	background: url(../images/lifelines_top_bkgd.jpg) no-repeat;
	height: 38px;
	margin: 0 0 -20px 0;

}

.lifeline_content {
 	background: url(../images/lifeline_middle_bkgd.jpg) repeat-y;
	padding: 0px 50px;
	font-size: 14px;
	text-align: left;
	margin: 0;
	

}

.lifeline_bottom_bkgd {
 	background: url(../images/lifeline_bottom_bkgd.jpg) no-repeat;
	height: 38px;
	margin: -20px 0 0 0;

}