/*Begin Reset Code*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: text-bottom;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*End Reset Code*/

body{
	background-color: #000;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
}

#header{
	background-image:url('resources/header.png');
	background-repeat: no-repeat;
	width:1177px;
	height:202px;
	margin:0px auto;
}

/*Main nav section of the website*/
ul.mainNav
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 1.5em;
	z-index: 10;
}

/*aligns the first <li> tag times into a row and removes the list style*/
ul.mainNav li.off, ul.mainNav li.on
{
	float: left;
	padding: .25em .5em .25em .5em;
	height: 1em;
	border: .0625em solid #ccc;
	border-top: none;
	border-left: none;
	list-style: none;	
}
ul.mainNav a
{
	display: block;
}

/*Remove the underline from the <a> tag*/
ul.mainNav li a
{
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
/*End Main nav section of the website*/

/*Sub nav section of the website*/
ul.subNav, ul.ulSubOther
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1.4em;
	left: 0;
	background: ##C09941;
	height: 1.5em;
	width: 960px;
}

ul.subNav li.subOff, ul.ulSubOther li
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 1.375em;
	list-style: none;
}

ul.subNav li.liLogin
{
	color: #000;
} 

ul.subNav li.subOff a, ul.ulSubOther li a
{
	padding: .375em 1em .8125em 1em;
}

/*End Sub nav section of the website*/

#body{
	width:1177px;
	margin: 0px auto;
}

#body2{
	width:600px;
	margin: 0px auto;
	text-align:center;
}

#container1{
	width:989px;
	min-height: 563px;
	margin-right: 50px;
	background-image:url('resources/body1.png');
	background-repeat:no-repeat;
}

#container2{
	width:949px;
	min-height: 563px;
	margin-left: 188px;
	background-image:url('resources/body2.png');
	background-repeat:no-repeat;
	padding: 20px;
}

#container3{
	width:1177px;
	min-height: 563px;
	margin-right: 50px;
	background-image:url('resources/body4.jpg');
	background-repeat:no-repeat;
}

#quicklinks{
	float: right;
	width: 188px;
	height: 563px;
	margin-top: -563px;
	background-image: url('resources/quicklinks.png');
	background-repeat: no-repeat;
}

#quicklinks li{
	padding-top:1px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
}

#links{
	float: left;
	background-image: url('resources/links.png');
	background-repeat: no-repeat;
	width: 188px;
	height: 563px;
}

#links li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
}

#nav{
	width:1177px;
	height: 49px;
	margin: 0px auto;
	color: #C09941;
	background-image:url(resources/nav.png);
	background-repeat:no-repeat;
}

#navlinks{
	text-align: center;
	font-size: 18px;
	padding-top: 13px;
	color: #C09941;
	text-decoration:none;
}

#navlinks a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navlinks a:visited {
	color: #C09941;
}

#info{
	width:920px;
	margin-left:230px;
	margin-top: 20px;
}

#info ul {
	line-height: 1.5em;
	margin-right: 30px;
	margin-left: 20px;
}

#flashlogo{
	padding-left:50px;
	padding-top: 20px;
}

#flashimage1{
	width:339px;
	height:436px;
	float:right;
	margin-right: 28px;
	margin-top: 27px;
}

#flashimage2{
	width: 327px;
	height: 127px;
	float:left;
	margin-left: 269px;
	margin-top: 336px;
}

#bible{
	width: 225px;
	height: 115px;
	float: left;
	background-color:#000
	background:url("resources/biblebk.jpg");
	background-repeat:no-repeat;
	color:#000;
	font-size:9px;
	margin-left: 32px;
	margin-top: -127px;
	padding: 6px;
	text-align: center;
	vertical-align:middle;
}

.bible{
	font-size:9px; 
	color:#000; 
	text-align:center;
}

#footer{
	margin:0px auto;
	width: 1177px;
	height: 55px;
}

#media{
	width: 950px;
	height: 340px;
	
}

.title{
	font-style: italic;
	text-decoration: underline;
	font-weight:bold;
}

h1{
	font-size:20px;
	color:#FFF;
	font-weight: bold;
	line-height: 25px;
}

h2{
	font-size:17px;
	color:#FFF;
	font-weight: normal;
	line-height: 22px;
	
}

h3{
	font-size:15px;
	color:#FFF;
	font-weight: normal;
	line-height: 20px;
}

h4{
	font-size: 13px;
	color:#FFF;
	font-weight: normal;
	line-height: 18px;
}

h5{
	font-size: 12px;
	color:#FFF;
	font-weight: normal;
	line-height: 17px;
}

h6{
	font-size: 11px;
	color:#C09941;
	font-weight: normal;
	line-height: 16px;
}

p{
	font-size: 9px;
	color:#C09941;
	font-weight: normal;
	line-height: 14px;
}

a:link{
	color: #C09941;
	text-decoration:none;
}

a:active{
	color: #FFFFFF;
	text-decoration:none;
}

a:visited{
	color: #C09941;
	text-decoration:none;
}

a:hover{
	color: #FFF;
}

/*Drawer Appearance*/

.drawer {
	width: 890px;
	margin-left: 10px;
	padding: 5px;
}

.drawer a {
	text-decoration: none;
	color: #C09941;
}


.inside {
	padding: 10px;
	padding-left: 20px;
	line-height: 130%;
	display: none;
}

.important {
	background-color:#777;
	
}
/*End Drawer Appearance*/

#nav2{
	width:600px;
	height:90px;
	margin: 0px auto;
	text-align: center;
}

#media2{
	width: 600px;
	height: 915px;
	background-image:url(resources/live_background.png);
	background-repeat:no-repeat
	
}

