/*  general layout styling  */
body {
	text-align: center;
	margin: 6px;
	background: #5E7486 url(../img/bg_tile.gif) repeat;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #111;
	}
td {
	padding: 0;
	}
td, p {
	line-height: 14px;
	}
	
/*  general styling  */	
img {
	border: none;
	}
img.arrow {
	padding: 5px 4px 0 4px;
	}
img.arrow-left {
	padding-right: 5px;
	padding-top: 5px;
	}
img#head-img {
	margin-bottom: 8px;
	}
img.img-137 {
	padding-right: 53px;
	}
h1 {
	width: 503px;
	background-color: #4A749D; 
	padding: 7px 12px;
	margin-bottom: 1px;
	margin-top: 0;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFF;
	}
h2 {
	width: 497px;
	background-color: #D6DBE1; 
	padding: 3px 6px 3px 24px;
	margin: 1px 0 0 0;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	}
h3, h4 {
	width: 497px;
	background-color: #4D8FE5; 
	padding: 3px 6px 3px 24px;
	margin: 1px 0 0 0;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #FFF;
	}
h4 {
	margin-top: 24px;
	}
h5 {
	margin: 0;
	padding: 0;
	color: #4D8FE5;
	font-weight: bold;
	font-size: 11px;
	}
h6 {
	padding-bottom: 3px;
	margin: 0;
	font: 9px Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.verse-ref {
	font-size: 10px;
	font-style: normal;
	margin-left: 6px;
	color: #95AFCF;
	}
.subsubhead {
font-style: italic;
font-weight: bold;
	color: #95AFCF;
	}
.date {
	color: #6B6F73;
	padding-right: 4px;
	}
	
/*  header  */
table#headnav {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	}
#headnav td a, #headnav td a:link, #headnav td a:visited, #headnav td a:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	margin: 0 6px;
	}
.right-align {
	text-align: right;
	}
.left-align {
	text-align: left;
	}
div#head {
	width: 734px;
	background: #FFF url(../img/page_head3.gif) 6px 6px no-repeat;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding: 6px;
	position: relative;
	}

/*  container div's for two columns  */
div#left {
	position: absolute;
	left: 0;
	top: 82px;
	width: 199px;
	}
div#right {
	position: absolute;
	left: 207px;
	top: 82px;
	}
	
/*  global navigation  */
p#homelink {
	padding: 0 0 4px 12px;
	text-align: left;
	margin: 0;
	}
p#homelink a, p#homelink a:link, p#homelink a:visited, p#homelink a:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	}
div#nav {
	width: 187px;
	padding: 6px;
	background: #FFF url(../img/notch_topleft.gif) left top no-repeat;
	margin-bottom: 8px;
	}
div#nav a, div#nav a:link, div#nav a:visited {
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #222;
	text-decoration: none;
	display: block;
	margin: 1px 0;
	padding: 4px 4px 5px 6px;
	text-align: left;
	}
div#nav a:hover {
	background-color: #5E9CE8;
	color: #FFF;
	}
div#navsub {
	background-color: #D6DBE1;
	display: block;
	font-size: 10px;
	font-weight: bold;
	}
div#navsub a, div#navsub a:link, div#navsub a:visited {
	background-color: #D6DBE1;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	margin: 1px 0;
	padding: 2px 4px 2px 12px;
	text-align: left;
	}
div#navsub a:hover {
	background-color: #5E9CE8;
	color: #FFF;
	font-weight: bold;
	}
a.nav-default {
	background-color: #5E9CE8;
	color: #FFF;
	font-weight: bold;
	}
	
/*  calendar */
div#calendar {
	width: 187px;
	background: #FFF url(../img/notch_topleft.gif) left top no-repeat;
	margin-bottom: 8px;
	padding: 6px;
	text-align: left;
	}
div#calendar p {
	background: #FFF url(../img/nav_div.gif) bottom no-repeat;
	margin: 1px 0;
	padding: 4px 4px 5px 6px;
	}
div#calendar a, div#calendar a:link, div#calendar a:visited {
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #4A749D;
	font-weight: bold;
	text-decoration: none;
	}
div#calendar a:hover {
	background: #4A749D;
	color: #FFF;
	font-weight: bold;
	}
div#calendar p.bottom {
	background: #FFF;
	margin: 1px 0;
	padding: 4px 4px 5px 6px;
	}

/*  email form */
div#emailbody {
	width: 187px;
	background: #FFF url(../img/notch_topleft.gif) left top no-repeat;
	padding: 6px;
	text-align: right;
	}
table#email-form-table {
	width: 187px;
	background-color: #4A749D;
	margin: 1px 0 6px 0;
	}
td.emailleft {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	padding: 6px 0 0 6px;
	width: 33%;
	}
td.emailform {
	padding: 6px 6px 0 6px;
	}
td.emailformlast {
	padding: 6px;
	}
.emailfield {
	border: 2px solid #FFF;
	background: #FFF;
	font: 10px Georgia, Tahoma, Arial, Verdana, sans-serif;
	color: #222;
	width: 108px;
	height: 10px;
	}
img.buttons {
	margin-left: 6px;
	}
	
/*  global and radio (left side on main page) */
div.global-radio {
	width: 187px;
	background-color: #FFF;
	padding: 6px;
	margin-top: 1px;
	}
table.global-radio-inside {
	margin-top: 1px;
	background-color: #4A749D;
	width: 187px;
	padding: 0;
	} 
td.global-radio-left {
	border-right: 1px solid #FFF;
	width: 68px;
	}
td.global-radio-right {
	padding: 6px;
	width: 119px;
	vertical-align: top;
	text-align: left;
	}	
.global-radio-right a, .global-radio-right a:link, .global-radio-right a:visited {
	color: #FFF;
	text-decoration: none;
	}
.global-radio-right a:hover {
	color: #4A749D;
	background-color: #FFF;
	text-decoration: none;
	}

/*  news ticker box */
div#news-ticker {
	width: 527px;
	padding: 6px;
	background: #FFF url(../img/notch_topleft.gif) left top no-repeat;
	margin-bottom: 1px;
	text-align: left;
	}
img#news-ticker-title {
	border-right: 497px solid #4D8FE5;
	}
table#news-insert {
	background-color: #6F757C;
	color: #FFF;
	margin-top: 1px;
	width: 100%;
	}
table#news-insert td p {
	padding: 4px 5px 4px 6px;
	margin: 0;
	}
table#news-insert td a, table#news-insert td a:link, table#news-insert td a:visited {
	color: #FFF;
	text-decoration: underline;
	}
table#news-insert td a:hover {
	background: #4D8FE5;
	text-decoration: none;
	}
	
/*  feature box */
div.rightside-contain {
	width: 501px;
	background-color: #6F757C;
	border: 6px solid #FFF;
	margin-bottom: 1px;
	padding: 13px;
	text-align: left;
	}
div#rightside-banner {
	background-color: #FFF;
	margin-top: 16px;
	padding: 8px;
	text-align: center;
	}
table#event-feature-table {
	background-color: #FFF;
	border: 6px solid #FFF;
	}
table.event-feature-table-2 {
	background-color: #FFF;
	border: 6px solid #FFF;
	margin-top: 13px;
	}
td#event-feature-details {
	width: 130px;
	border-left: 1px solid #FFF;
	background-color: #4A749D;
	padding: 6px;
	vertical-align: top;
	text-align: left;
	color: #FFF;
	}
td#event-feature-details p {
	padding: 3px 0;
	margin: 0;
	}
img.vid-img {
	border: 1px solid #FFF;
	}
a.vid-links, a.vid-links:link, a.vid-links:visited {
	color: #FFF;
	text-decoration: none;
	}
a.vid-links:hover {
	color: #4A749D;
	text-decoration: none;
	background-color: #FFF;	
	}
	
/*  featured links */
div#featured-links-top, div#featured-links-bottom {
	position: relative;
	background-color: #FFF;
	width: 236px;
	padding: 7px;
	}
div#featured-links-top {
	margin-bottom: 1px;
	}
div.featured-links-right {
	background-color: #FFF;
	width: 236px;
	padding: 7px;
	margin-bottom: 1px;
	position: absolute;
	left: 251px;
	top: 0px;
	}
	
.attention, a.attention, a.attention:link, a.attention:visited {
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #4A749D;
	font-weight: bold;
	text-decoration: none;
	}
a.attention:hover {
	background: #4A749D;
	color: #FFFFFF;
	font-weight: bold;
	}
	
div#featured-links-top p, div#featured-links-bottom p {
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0;
	}
a.featured-links-copy, a.featured-links-copy:link, a.featured-links-copy:visited {
	color: #222;
	text-decoration: none;
	}
a.featured-links-copy:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #4A749D;	
	}
.featured-column-left {
        width: 237px;
        text-align: right;
	position: absolute;
	margin-bottom: 0;
        }
.featured-column-right {
        width: 236px;
        border-left: 1px solid #6F757C;
        padding-left: 7px;
        position: absolute;
        left: 269px;
        margin-bottom: 0;
        }        
	
/*  body */
div#body-copy, div#story {
	width: 527px;
	padding: 6px;
	background: #FFF url(../img/notch_topleft.gif) left top no-repeat;
	margin-bottom: 1px;
	text-align: left;
	}
div.body-copy-bg {
	background-color: #FFF;
	border: 13px solid #6F757C;
	width: 475px;
	padding: 13px 13px 4px 13px;
	margin-top: 1px;
	}
div#body-copy p, div#story p {
	background-color: #FFF;
	padding: 0 164px 9px 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
	}
div#body-copy a, div#body-copy a:link, div#body-copy a:visited {
	font-size: 11px;
	color: #4A749D;
	}
div#body-copy a:hover {
	color: #6F757C;
	}
div#story p {
	text-indent: 8px;
	}
div#story a, div#story a:link, div#story a:visited {
	font-size: 11px;
	color: #4A749D;
	}
div#story a:hover {
	color: #6F757C;
	}

/*  sidebar  */
div#copy-sidebar {
	float: right;
	width: 137px;
	padding: 0;
	margin: 3px 0 13px 12px;
	}
div#copy-sidebar p {
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0 0 11px 0;
	}
div#copy-sidebar a, div#copy-sidebar a:link, div#copy-sidebar a:visited {
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #4A749D;
	text-decoration: none;
	}
div#copy-sidebar a:hover {
	background: #4A749D;
	color: #FFF;
	text-decoration: none;
	}
p.quote {
	color: #5E6369;
	}
img.sidebar-img {
	padding: 5px 0 3px 0;
	}

/*  copyright  */
div#copyright {
	margin: 60px 6px 6px 6px;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	text-align: left;
	color: #FFF;
}

.gold {
	font-weight: bold;
	border-bottom: 5px solid #E6BE01;
	padding-bottom: 2px;
	color: #E6BE01;
	}
.silver {
	font-weight: bold;
	border-bottom: 5px solid #BBBEBF;
	padding-bottom: 2px;
	color: #BBBEBF;
	}
.bronze {
	font-weight: bold;
	border-bottom: 5px solid #9A5607;
	padding-bottom: 2px;
	color: #9A5607;
	}
.gold-text {
	font-weight: bold;
	color: #E6BE01;
	}
.silver-text {
	font-weight: bold;
	color: #BBBEBF;
	}
.bronze-text {
	font-weight: bold;
	color: #9A5607;
	}
	
p.thenoise {
	padding: 6px 0 0 0;
	margin: 0;
	}
p.split_feature {
	height: 220px;
	margin: 0;
	}	
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
