@charset "utf-8";

/* Main Content Styles */
body {
	background-color: #05254d;
	margin: 0px;
}

#container {
	width: 850px;
	margin-left: -425px;
	position: relative;
	left: 50%;
}

/* Header */
.headerBlueBar {
	font-family: Myriad, Helvetica, Verdana, Arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #183e6d;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.headerRedBar {
	background-color: #c12240;
	height: 5px;
}

.headerPicture {
	background-image: url(../img/layout/header/header-picture.jpg);
	height: 137px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Menu */
#menubar {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 850px;
	height: 62px;
}
#menu {
	font-family:Verdana, Arial, Helvetica, Myriad, sans-serif;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 850px;
	height: 42px;
}
#menu a.menuitem { 
	display:block; 
	height:42px; 
	width:168px; 
	float:left; 
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f2f2f2 25%, #e0e0e0 50%, #bebebe 75%, #9d9d9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(25%,#f2f2f2), color-stop(50%,#e0e0e0), color-stop(75%,#bebebe), color-stop(100%,#9d9d9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#e0e0e0 50%,#bebebe 75%,#9d9d9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#e0e0e0 50%,#bebebe 75%,#9d9d9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#e0e0e0 50%,#bebebe 75%,#9d9d9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f2f2f2 25%,#e0e0e0 50%,#bebebe 75%,#9d9d9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#9d9d9d',GradientType=0 ); /* IE6-9 */
	border-right:2px solid #bdbdbd;
	color: #183e6d;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}
#menu a.last {
	border-right:0px;
	width:170px;	
}
#menu a.menuitem:hover, #menu a.active {
	color:#fff;
	background: #ac2424; /* Old browsers */
	background: -moz-linear-gradient(top,  #ac2424 0%, #9f1f1e 25%, #891717 50%, #740d0e 75%, #620807 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac2424), color-stop(25%,#9f1f1e), color-stop(50%,#891717), color-stop(75%,#740d0e), color-stop(100%,#620807)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ac2424 0%,#9f1f1e 25%,#891717 50%,#740d0e 75%,#620807 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ac2424 0%,#9f1f1e 25%,#891717 50%,#740d0e 75%,#620807 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ac2424 0%,#9f1f1e 25%,#891717 50%,#740d0e 75%,#620807 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ac2424 0%,#9f1f1e 25%,#891717 50%,#740d0e 75%,#620807 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2424', endColorstr='#620807',GradientType=0 ); /* IE6-9 */	
}
#menubar  #menuitemhome,
#menubar  #menuitembeliefs,
#menubar  #menuitemabout,
#menubar  #menuitemarticles,
#menubar  #menuitemschedule,
#menubar  #menuitemcatalog,
#menubar  #menuitemradio,
#menubar  #menuitemtour,
#menubar  #menuitemlinks {
	display: block;
	height: 62px;
	width: 83px;
	float: left;
}

#menubar  #menuitemcontact {
	display: block;
	height: 62px;
	width: 85px;
	float: left;
}

#menubar  #menuitemhome  a,
#menubar  #menuitembeliefs  a,
#menubar  #menuitemarticles  a,
#menubar  #menuitemschedule  a,
#menubar  #menuitemcatalog  a,
#menubar  #menuitemlinks  a {
	background-image: url(../img/layout/header/menubg-off.jpg);
	background-repeat: repeat-x;
	color: #183e6d;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	float: left;
}

#menubar  #menuitemabout  a,
#menubar  #menuitemradio  a,
#menubar  #menuitemtour  a {
	background-image: url(../img/layout/header/menubg-off.jpg);
	background-repeat: repeat-x;
	color: #183e6d;
	text-decoration: none;
	display: block;
	height: 48px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

#menubar  #menuitemcontact  a {
	background-image: url(../img/layout/header/menubg-off.jpg);
	background-repeat: repeat-x;
	color: #183e6d;
	text-decoration: none;
	display: block;
	height: 48px;
	width: 85px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

#menubar  #menuitemhome  a:hover,
#menubar  #menuitembeliefs  a:hover,
#menubar  #menuitemarticles  a:hover,
#menubar  #menuitemschedule  a:hover,
#menubar  #menuitemcatalog  a:hover,
#menubar  #menuitemlinks  a:hover {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	float: left;
}

#menubar  #menuitemabout  a:hover,
#menubar  #menuitemradio  a:hover,
#menubar  #menuitemtour  a:hover {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 48px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

#menubar  #menuitemcontact  a:hover {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 48px;
	width: 85px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

#menubar  #menuitemdivider {
	background-image: url(../img/layout/header/menu-divider.jpg);
	height: 62px;
	width: 2px;
	float: left;
}

/* Highlighted Menus for Sections */
#pagehome #container #menubar  #menuitemhome  a,
#pagebeliefs #container #menubar  #menuitembeliefs  a,
#pagearticles #container #menubar  #menuitemarticles  a,
#pageschedule #container #menubar  #menuitemschedule  a,
#pagecatalog #container #menubar  #menuitemcatalog  a,
#pagelinks #container #menubar  #menuitemlinks  a {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	float: left;
}

#pageabout #container #menubar  #menuitemabout  a,
#pageradio #container #menubar  #menuitemradio  a,
#pagetour #container #menubar  #menuitemtour  a {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 83px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

#pagecontact #container #menubar  #menuitemcontact  a {
	background-image: url(../img/layout/header/menubg-on.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 85px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}

/* Two Column Content Layout */
#twocolumn {
	/*height: inherit;
	background-image: url(../img/layout/twocolumnbg.jpg);
	background-repeat: repeat-y;*/
	background-image:url(/res/img/layout/hft-logo-watermark.gif)!important;
	background-position:30% 280px;
	background-attachment:fixed;
	background-repeat:no-repeat!important;
}

#contentleft {
	width: 555px;
	clear: both;
	float: left;
	/*background-color: #FFFFFF;*/
}

#contentright {
	float: left;
	width: 295px;
}




#content {
	background-image: url(/res/img/layout/twocolumnbg.jpg);
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
}

#contentbox1 #header {
	background-image: url(../img/layout/elements/contentbox/box1-header.jpg);
	/*height: 57px;*/
	width: 463px;
	background-repeat: no-repeat;
	position: relative;
}
#contentbox1 {
	margin-top: 35px;
	/*height: 300px;*/
}

#contentbox1 #content {
	background-image: url(../img/layout/elements/contentbox/box1-contentbg.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 463px;
	height: 230px;
	padding-top: 15px;
}
#contentbox1 #footer {
	background-image: url(../img/layout/elements/contentbox/box1-footer.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 463px;
	clear: both;
}
#calendar #calendarheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16pt;
	text-transform: uppercase;
	text-align: center;
	padding-top: 25px;
	background-image: url(../img/layout/elements/contentbox/calendar-header.jpg);
	background-repeat: no-repeat;
	height: 26px;
	font-weight: bold;
}
#widecolumn #calendarevents {
	float: left;
	width: 280px;
	padding-left: 50px;
}
#calendarevents #calendareventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	margin-top: 10px;
}
#calendarevents #calendareventtime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
}
#calendarevents #calendareventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #092a57;
	font-weight: bold;
}
#calendarevents #calendareventdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}

#calendar #calendarfooter {
	background-image: url(../img/layout/elements/contentbox/calendar-footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 16px;
	width: 396px;
}

#calendar #calendardays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	clear: both;
	float: left;
	height: 30px;
	background-image: url(../img/layout/elements/contentbox/calendar-daysbg.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	width: 396px;
}
#calendar #calendarrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-image: url(../img/layout/elements/contentbox/calendar-mid.jpg);
	background-repeat: repeat-y;
	width: 396px;
	padding-left: 8px;
	clear: both;
	float: left;
}
#calendar #calendarrow #calendarday {
	line-height: 24px;
	height: 24px;
	width: 52px;
	float: left;
	text-align: center;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
}
#calendar #calendardays #dayofweek {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 54px;
}

#content #wideheader {
	background-image: url(../img/layout/elements/header/header1.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 740px;
	background-position: 50px 25px;
	padding-top: 25px;
	padding-left: 50px;
}
#content #wideheader #bibleicon {
	vertical-align: middle;
}

#content #widecolumn {
	margin-left:50px;
	margin-top:25px;
	margin-right: 50px;
	height: auto;
}#widecolumn #calendar {
	width: 396px;
	clear: both;
	float: left;
}
#calendar #calendarrow #calendardayold {
	line-height: 24px;
	height: 24px;
	width: 52px;
	float: left;
	text-align: center;
	color: #A2A2A2;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
}
#calendar #calendarrow #calendardayevent {
	line-height: 24px;
	height: 24px;
	width: 52px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #3366CC;
}
#calendarevents #calendareventsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
}
.donate-large {
	background:url(/res/img/layout/sidebar/donate-bg.jpg);
	width:241px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff !important;
	display:block;
	text-decoration:none;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-weight:bold;
	font-size:16px;
	padding-top:24px;
	text-align:center;
}
.donate-large .donate-btn {
	display:inline-block;
	padding:5px 25px;
	border-radius:6px;
	color: #b70e0d;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7ca2d+0,907e1c+100 */
background: #e7ca2d; /* Old browsers */
background: no-repeat center, -moz-linear-gradient(top,  #feef00 0%, #9e9500 100%); /* FF3.6+ */
background-image: no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feef00), color-stop(100%,#9e9500)); /* Chrome,Safari4+ */
background: no-repeat center, -webkit-linear-gradient(top,  #feef00 0%,#9e9500 100%); /* Chrome10+,Safari5.1+ */
background: no-repeat center, -o-linear-gradient(top,  #feef00 0%,#9e9500 100%); /* Opera 11.10+ */
background: no-repeat center, -ms-linear-gradient(top,  #feef00 0%,#9e9500 100%); /* IE10+ */
background: no-repeat center, linear-gradient(to bottom,  #feef00 0%,#9e9500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feef00', endColorstr='#9e9500',GradientType=0 ); /* IE6-9 */
}
.donate-large:hover .donate-btn {
background: rgb(255,148,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,148,0,1) 0%, rgba(255,95,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,148,0,1)), color-stop(100%,rgba(255,95,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,148,0,1) 0%,rgba(255,95,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,148,0,1) 0%,rgba(255,95,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,148,0,1) 0%,rgba(255,95,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,148,0,1) 0%,rgba(255,95,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9400', endColorstr='#ff5f34',GradientType=0 ); /* IE6-9 */
color:#fff;
text-shadow:1px 1px #777;
}