/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #121b3a url(images/main-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
}

p, li, ul, a { font-size: 13px; }

p { line-height: 17px; }

p#disclaimer {
	font-size: 11px;
	margin-bottom: 5px;
}

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 {
	font-size: 23px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
h3 {
	font-size: 19px;
	color: #d0993f;
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-style: normal;
	font-size: 12px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

address a, address a:visited, address a:link { color: #000000; }

address a:hover, address a:active { text-decoration:none }

a:hover { text-decoration:none; }

ul {
	list-style:square
}

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background:url(images/container.gif) repeat-y;
}

div#header {
	position: relative;
	width: 960px; 
	height: 235px;
	background: url(images/header.jpg) no-repeat;
}

div#content { }

div#text {
	float: left;
	width: 700px;
}

div#sidebar {
	float: left;
	
}

div#footer { 
	margin: 0 auto;
	width: 960px; 
	height: 40px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 0px;
	margin: 0px 20px 0 0px;
	_margin: 0px 15px 0 0px;
	width: 220px;
	float:left;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	}

	ul#nav li {
		list-style: none;
		display: inline;
		padding: 0px;
		margin: 0px
	}
	
	ul#nav a {
		font-weight: bold;
		color: #000;
		text-decoration: none;
		display: block;
		width: 160px;
		margin: 0px;
		padding: 12px 20px 14px 50px;
		border-bottom: 1px solid #95000d;
	}
	
	ul#nav a:hover, ul#nav a.current {
		color: #fff;
		background: #d0993f;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 15px 0 2px 0;
}

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

div#utility ul a, div#utility ul a:link, div#utility ul a:visited {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}

div#utility ul a:hover, div#utility ul a:active {
	text-decoration: none;
	color: #333;
}

div#copyright {
	position:relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#copyright a:hover, div#copyright a:active {
	color: #d0993f;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top: 0px;
	right:0;
	border: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- 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 {
	position: absolute;
	display: block;
	z-index: 2;
	left: 758px;
	top: 70px;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover {
	background-position: 0% -18px;
}


/* ----------------- CUSTOM CLASSES ----------------- */

ul.columns {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 50px;
	list-style-position: inside;
	list-style-type: disc;
}

div.cols {
	float: left;
	width: 300px;
}