@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;
}

#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;
}

#contentleft {
	width: 555px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}

#contentright {
	float: left;
	width: 295px;
}




#content {
	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;
}
