a:link {
	color: #0080fc;
}
a:hover {
	color: #0070DD;
}
a:active {
	color: #D98219;
}
a:visited {
	color: #0080fc;
}

body,img,table,td,tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
/*body{
	background-color: #000000;
}*/
#site_container {
	width: 800px;
	height: 100%;
	background-color: #000000;
	background-image: url(../templates/images/site_top_bg.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #517ec8;*/
	color: #6E94D1;
	/*color: #99B4DF;*/
}
#headerareabox {
	width: 800px;
	min-height: 130px;
  	height:auto !important; 
 	height: 130px;
	/*border: 1px solid #FFF;*/
}
#footerareabox {
	width: 800px;
	min-height: 120px;
  	height:auto !important; 
 	height: 120px;
	/*border: 1px solid #FFF;*/
}
#button_containers, #logo_page_title_container, #page_content_table {
	width: 774px;
	position: relative;/**/
	top: 14px;
	left: 12px;
}
 
#need_bible_btn{
	float: right;
	/*width: 375px;     */
	/*border: thin solid White;*/
}
#global_outreach_btn{
	float: left;
	display: block;
	/* width: 375px;  */
	/*border: thin solid White;*/
}
#logo_page_title_container{
	top: 30px;
	/*width: 277px;*/
}
#page_title{
	float: right;
	padding-top: 8px;
	width: 373px;
}
#logo{
	display: block;
}

#ContentAreaBox {
	width: 800px;
	margin-bottom: 12px;
	/*border: 1px solid #FFF;*/
}

#MenuAreaBox {
	float: left;
	width: 210px; /* 210px */
	margin-left: 28px;
	/*border: 1px solid #FFF;*/
}
/* IE6 Only */
* html #MenuAreaBox {
	margin-left: 14px;
}

#mainMenu ul {
	margin-top: 0px
}
#mainMenu ul li {
	color: #0070DD;
 	list-style: square inside;
	margin-left: 0px; 
}
#mainMenu ul li.selected {
	color: #D98219;
 	list-style: square inside;
	margin-left: 0px; 
}

#mainMenu :link, #mainMenu :visited {
	color: #0070DD;
	text-decoration: none;
}
#mainMenu :link:focus, #mainMenu :visited:focus { 
	color: #0070DD;
}
#mainMenu a:active {
	color: #D98219;
	text-decoration: underline;
}
#mainMenu a:hover {
	color: #0070DD;
	text-decoration: underline;
}
#mainMenu .selected a {
	color: #D98219;
	text-decoration: none;
}

#breadcrumbBox {
	margin: 0 15px 10px 0px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.breadcrumbMain {
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 9px !important;
	color: #fff;
}


/* One Column */
#ContentArea1 {
	width: 742px;
	min-height: 200px;
  	height:auto !important; 
 	height: 200px;
	/*border: 1px solid #FFF;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	line-height: 17px;
	/*background-image: url(../templates/images/site_bottom_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
/*#ContentArea1 span {
	font-size: 18px;
	font-weight: bold;
	color: #dce2ed;
	line-height: 24px;
}*/

/* Two Columns */
#ContentArea2 {
	float: right;
	width: 532px;
	min-height: 200px;
  	height:auto !important; 
 	height: 200px;
	/*border: 1px solid #FFF;*/
	/*margin-left: auto;*/
	margin-right: 28px;
	margin-bottom: 10px;
	line-height: 17px;
	/*background-image: url(../templates/images/site_bottom_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
/* IE6 Only */
* html #ContentArea2 {
	margin-right: 14px;
	width: 520px;
}
/*#ContentArea2 span {
	font-size: 18px;
	font-weight: bold;
	color: #dce2ed;
	line-height: 24px;
}*/

/* Three Columns */
#ContentArea3 {
	float: left;
	width: 334px;
	min-height: 200px;
  	height:auto !important; 
 	height: 200px;
	/*border: 1px solid #FFF;*/
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 17px;
}
/* IE6 Only */
* html #ContentArea3 {
	margin-left: 8px;
}
/*#ContentArea3 span {
	font-size: 18px;
	font-weight: bold;
	color: #dce2ed;
	line-height: 24px;
}*/
#RightColAreaBox {
	float: right;
	width: 174px;
	margin-right: 28px;
	/*border: 1px solid #FFF;*/
	margin-bottom: 10px;
	/*min-height: 150px;
  	height:auto !important; 
 	height: 150px;*/
}
/* IE6 Only */
* html #RightColAreaBox {
	margin-right: 16px;
}

/* These image references for the bottom b/w image have been moved to the customcf/random_bottom_image.cfm file */
/*#bgimage_container1 {
	background-image: url(../templates/images/site_bottom_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	padding-top: 10px;
	height: 275px;
	width: 351px;
	vertical-align: text-bottom;
	border: 1px solid #FFF;
}*/

/**************************/
.float_clear {
	clear: both;
}
/**************************/

#icons_container{
	width: 500px;
	margin-top: 5px;
} 
.icons{
	float: left;
	padding-right: 60px;
} 

/* Footer Content */
#footer_container{
	width: 800px;
	position: relative;
	/*top: 5px;*/ /* footer line margin */
	border-top-color: #8d8d8d;
	border-top-style: solid;
	border-top-width: thin;	
}
#footer_hyperlinks_container{
	position: relative;
	width: 590px;
	left: 12px;
	padding-top: 10px;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	/*border: thin solid White;*/
}
#footer_hyperlinks_container span { /* copyright style */
	color: #a7a6a6; 
	font-size: 10px;
}
#footer_hyperlinks, #footer_hyperlinks a {
	color: #fff; /* #a7a6a6*/
	font-size: 9px;
}

#media_player_container {
	float: right;
	padding-top: 10px;
	height: 70px;
	width: 170px; /* 130px */
	vertical-align: middle;
	/*border: thin solid White;*/
}
#mediaiconA {
	display: block;
	float: left;
	/*border: thin solid White;*/
}
#mediaiconB {
	float: right;
	/*border: thin solid White;*/
}
/* Contact Info (3rd Column) */
#contact_info_container {
	/*position: relative;*/
	float: right;
	width: 130px;
	/*top: 36px;*/
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	margin-top: 30px;
}
#mail_info{
	background-image: url(../templates/images/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 24px;
	margin-top: 76px;
}
#phone_info{
	background-image: url(../templates/images/phone_icon.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 22px;
	margin-top: 20px;
}
#mail_info span, #phone_info span{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #c6c6c6;
}

/*********** This Month's Story Details Styles ***********/
#thismonths_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: white;
	/*border: 1px solid white;*/
}
#thismonths_title strong {
	font-weight: bold;
}

#thismonths_subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF369;
	margin-bottom: 3px;
}
#thismonths_subtitle strong {
	font-weight: bold;
}

/*#thismonths_archive {
	
}*/
#thismonths_archive .archive_titles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	/*border: 1px solid white;*/
}
#thismonths_archive .archive_titles strong {
	font-weight: bold;
}
/*********** ***********/
.stationSchedule {
	margin-top: 12px;
	margin-bottom: 4px;
	
}
.stationScheduleItem {
	margin-bottom: 8px;
}
.stationScheduleDetail {
	margin-left: 8px;
	/*border: 1px solid white; */
}

/*********** ***********/
.pageheader, div.CS_Textblock_Caption {
	font-size: 18px !important;
	font-weight: bold !important; 
	color: #DCE2ED !important;
	margin-bottom: 4px;
	line-height: 20px;
}
.col3header {
	font-size: 14px;
	font-weight: bold; 
	color: #DCE2ED;
	margin-bottom: 4px;
	line-height: 16px;
}
