/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #6883a1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color:#FFFFFF;
}

p, li, ul, a, td { font-size: 12px; }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	padding-bottom: 9px;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 235px 10px 0;
}

h2 { }

hr {
	height: 1px;
	border: none;
	background: #FFFFFF;
}

address {
	font-style: normal;
	font-size:11px;
	padding: 10px 0 0 14px;
}

address a { font-size: 11px; }

address a:hover { text-decoration:none }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0 auto;
	background:url(images/container_bg.gif) repeat-y
}

div#header { 
	width: 990px; 
	height: 255px;
	background: url(images/header.jpg) no-repeat;
}
div#contentbg {
	background:url(images/content_bg.jpg) no-repeat;
}

div#sidebar {
	float: left;
	margin: 0 0 0 15px;
	_margin: 0 0 0 8px;
}

div#content {
	margin: 0 0 10px 10px;
	float:left;
	width: 720px; }

div#footer { 
	width: 990px; 
	height: 105px;
	clear: both;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 15px;
	color: #FFFFFF;
}

#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; border: 1px solid #fff; }

img.left2 { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; border: 1px solid #fff; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
div#flash {
	float: left;
	padding: 5px 0 0 15px;
	
}

div.items {
	clear: left;
	border-bottom: 1px solid #999999;
	}
div.items p strong { font-size: 14px; text-transform:uppercase }

div#bible {
	background: #4F647B;
	padding: 10px;
	border: 1px solid #fff;
	clear:both;
}

div#slide {
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
	border: 1px solid #FFFFFF
}
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 12px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #6883a1;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#fff;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */

div#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
div#mainnav ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 219px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

li ul.reg {display: block; position: relative; left: auto}


/* Styles for Menu Items */
div#mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 205px;
	background: url(images/nav-idle.gif); /* IE6 Bug */
	padding: 6px 0 9px 14px;
	_padding: 6px 0 9px 13px;
	border: 1px solid #293a4b; /* IE6 Bug */
	border-bottom: 0;
	}

ul#nav a#current  {
	background: url(images/nav-hover.gif) no-repeat;
	color: #fff;
	}

div#mainnav ul li a:hover {
 background: url(images/nav-hover.gif) no-repeat;
	color: #FFFFFF;
}
	
/* Holly Hack. IE Requirement \*/
* html div#mainnav ul li { float: left; height: 1%; }
* html div#mainnav ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 65px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink {
	display: block;
	float: right;
	margin: 70px 170px 0 0;
	_margin: 70px 100px 0 0;
	clear:right;
	z-index: 2;
}