/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #b2944a 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: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 13px; }

p { line-height: 17px; }

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
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;
	margin: 60px 0 0 20px;
}

address a, address a:visited, address a:link { color: #000000; }

address a:hover, address a:active { text-decoration:none }

a { color: #000000; }

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_bg.gif) repeat-y;
}

div#header {
	position: relative;
	width: 960px; 
	height: 275px;
	background: url(images/header.jpg) no-repeat;
}

div#content {
	background: url(images/content_bg.gif) no-repeat;
	min-height: 135px;
	height:auto !important;
	height: 135px;
}

div#text {
	float: left;
	width: 610px;
	margin-left: 25px;
	_margin-left: 13px;
	margin-top: 10px;
}

div#sidebar {
	float: left;
}

div#footer { 
	width: 960px; 
	height: 185px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
}

/* ----------------- HORIZONTAL MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 105px 0 0 0px;
	margin: 0px;}

ul#nav {
	margin: 0px;
	padding: 0px;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a, ul#nav a:visited, ul#nav a:link {
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 20px;
		padding: 12px 8px 8px 8px;
	}
	
	
	ul#nav a:hover, ul#nav a:active {
		color: #fff;
		background: #83a8ff;
	}
	
	div#mainnav ul#nav a.current {
		background-color: #f2f26f;
		color: #000000;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 10px 320px 2px 0;
}

div#utility ul {
	margin: 0 auto;
	text-align: right;
}

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;}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000000;
	text-align: right;
	padding-right: 320px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover, #copyright a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 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: 614px;
	top: 151px;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	display: block;
	float: right;
	margin-right: 310px;
	_margin-right: 155px;
}

a#admin:hover {
	background-position: 0% -18px;
}


/* ----------------- CUSTOM CLASSES ----------------- */

div#flash {
	position: absolute;
	top: 0px;
	left: 644px;
}