@charset "utf-8";

/* 
Letterbox CSS developed for AFCI by Scott Gardner
November, 2009
*/

/* --- Basic page elements --- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background: #333333 url(../images/template/topcenter.jpg) no-repeat center top;
}

/* --- Layout Divs --- */

#container {
	width:	900px;
	margin:	auto;
	height: auto;
	background: #FFFFFF url(../images/template/container_background.jpg) repeat-y center top;
}
#banner {
	background-color: #333333;
	height: 35px;
	width: 900px;
}
#country_feature {
	height: 247px;
	width: 900px;
}
#page_banner {
	height: 247px;
	width: 900px;
	background: #000000;
}
#page_banner_container {
	height: 240px;
	width: 200px;
	float: right;
	background: #000000 url(../images/bin/banner_right_column_background.jpg) no-repeat center top;
}
#page_banner_photo {
	height: 240px;
	width: 900px;
	text-align: center;
	overflow: hidden;
}
#page_banner_text {
	height: 185px;
	width: 200px;
	overflow: hidden;
}
#page_banner_click {
	height: 55px;
	width:	200px;
}
#left_column {
	background-color: #FFFFFF;
	height: auto;
	width: 490px;
}
#middle_column {
	float: right;
	height: 450px;
	width: 200px;
	margin: 8px 4px 0px 4px;
}
#right_column {
	background-color: #EBEBEB;
	width: 200px;
	float: right;
	min-height: 400px;
	height: auto !important;
	
}
#file_folder {
	height: 194px;
	background-image: url(../images/bin/file_folder.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 76px 0px 0px 265px;
}
#feed {
	width: 180px;
	margin: 0px;
}
#footer {
	width: 894px;
	height: 22px;
	margin: auto;
	background-color: #000000;
	color: #999999;
	padding: 8px 0 0 6px;
	clear: both;
}
#footer_nav {
	margin: 10px auto 20px auto;
	font-size: 8pt;
	color: #333333;
	text-align: center;
}
#article {
	width: 680px;
	min-height: 475px;
	height: auto !important;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar {
	margin: 10px;
}
/* --- Home Page News --- */

.home_news {
	height: 120px;
	width: 470px;
	margin-bottom: 0px;
	margin-left: 14px;
	margin-top: 8px;
}
.home_news_photo {
	background-image: url(../images/bin/news_photo_holder.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 150px;
}
.news_thumbnail {
	margin: 12px;
}
.home_news_text {
	float: right;
	height: 120px;
	width: 310px;
	margin-left: 4px;
}
.home_news_title {
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 8px;
}
#left_column a {
	color: #3366FF;
	text-decoration: none;
}
#left_column a:hover {
	text-decoration: underline;
}
/* --- Ministry News --- */

.ministry_news {
	height: 120px;
	width: 600px;
	margin-bottom: 0px;
	margin-left: 14px;
	margin-top: 8px;
}
.ministry_news_photo {
	height: 120px;
	width: 150px;
	background: url(../images/template/news_photo_holder.jpg) no-repeat;
}
.news_thumbnail {
	margin: 12px;
}
.ministry_news_text {
	float: right;
	height: 120px;
	width: 445px;
	margin-left: 4px;
}
.ministry_news_title {
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 8px;
}
.ministry_news_title a:link, a:visited, a:active {
	color: #3366FF;
	text-decoration: none;
}
.ministry_news_title a:hover {
	text-decoration: underline;
}

.compass {
	height: 130px;
	width: 550px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 8px;
}
.compass_cover {
	height: 130px;
	width: 100px;
}
.compass_text {
	float: right;
	height: 120px;
	width: 445px;
	margin-left: 4px;
}

/*-- Text -- */

#page_banner_text p {
	margin: 20px 20px 15px 20px;
	color: #F3F3F3;
	font-size: 9pt;
	line-height: 130%;
	font-weight: normal;
}
#page_banner_text a {
	color: #ffffff;
}
#page_banner_text a:hover {
	color: #FF9900;
}
#article p {
	margin: 10px 40px 0px 20px;
	color: #333333;
	line-height: 15pt;
	font-weight: normal;
}
.article_subtitle {
	color: #333333;
	font-size: 10pt;
	margin: 4px 0px 20px 0px;
}
.article_table {
	margin: 20px 0px 20px 0px;
}
#article a {
	color: #3366FF;
	text-decoration: none;
}
#article a:hover {
	text-decoration: underline;
}
#article a:visted {
	color: #3366FF;
	text-decoration: none;
}
#article ul, ol {
	margin: 20px 0px 20px 60px;
	line-height: 15pt;
}
#article h2 {
	margin: 10px 0px 5px 0px;
	color: #000000;
}
#article h4, h3 {
	margin: 20px 0px 20px 20px;
}
#sidebar P {
	line-height: 14pt;
	margin: 0 0 6px 0;
}
#sidebar ul {
	margin: 10px 0px 10px 20px;
	line-height: 15pt;
}
#sidebar a {
	color: #3366FF;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

/*-- Prayer Items --*/

.prayer_item {
	width: 600px;
	height: auto;
	border-bottom: 1px solid #D7D0C8;
	margin: 0px 0px 20px 20px;
	padding-bottom: 10px;
}

.prayer_item_text {
	color: #333333;
}
/* --- Blog Feeds --- */

#feed li {
	margin: 4px 0px 8px 24px;
	list-style: disc;
}
.date {
	font-size: 8pt;
	margin: 2px 0px 6px 0px;
}
#feed img {
	margin: 0px 0px 0px 24px;
}
#feed a {
	color: #3366FF;
}
#feed a:hover {
	text-decoration: underline;
}

/* --- Home Page File Folder -- */

#folder_text {
	width: 385px;
	text-align: left;
}
#folder_text p {
	margin: 0px 0px 7px 0px;
}

/* --- Footer --- */

.footer_text {
	font-size: 8pt;
}
#footer p {
	margin: 0px;
}
#footer_nav a, a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration: underline;
}
.program_description {
	height: 220px;
	width: 620px;
	margin: 0 0 0 15px;
}
.first_sentence {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.photo_credit {
	font-size: 8pt;
	line-height: 12pt;
	margin: 10px 5px 0px 5px;
	color: #666666;
}
.bannerbackground {
	background-image: url(../images/bin/banner_background.jpg);
	width: 700px;
	height: 240px;
}
#bulletin_board {
	background: url(../images/template/bulletinboard_300.jpg) no-repeat;
	float: right;
	height: 433px;
	width: 300px;
	margin-left: 20px;
}
#pdf {
	margin: 10px 10px 30px;
	padding: 5px;
	border: 1px solid #FFF;
}
.dailytitle {
	font-size: large;
	font-weight: bold;
	color: #000;
}
#missed-days {
	margin:  40px 0px 40px 5px;
}

