/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #122b3d;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	color: #FFFFFF;
}

p, li, ul, a { font-size: 12px; }

p { line-height: 17px; }

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 { }

address {
	font-style: normal;
	font-size: 16px;
	width: 335px;
	float: left;
	color: #000000;
	position:absolute;
	left: 3px;
	z-index: 2;
}

address span.rt {
	float: right;
	text-align: right;
	margin: 30px 0 50px 0;
}

address span.lft {
	float: left;
	margin: 30px 0 50px 0;
}

address a, address a:visited, address a:link { color: #000000; }

address a:hover, address a:active { text-decoration:none }

a { color: #fff; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 10px auto 0 auto;
	border:  5px solid #FFFFFF;
}

div#header {
	position: relative;
	width: 900px; 
	height: 165px;
	background: url(images/header.gif) no-repeat;
}

div#banner {
	width: 900px;
	height:  235px;
	background:url(images/banner.jpg) no-repeat;
	position: relative;
}

div#content { }

div#text {
	float: left;
	margin: 0 10px 10px 10px;
	_margin: 0 10px 10px 5px;
	width: 550px;
}

div#sidebar {
	float: left;
}

div#footer { 
	width: 900px; 
	clear: both;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding:  105px 0 0 389px;
	margin: 0px;}

ul#nav {
	margin: 0px;
	padding: 0px;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a {
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 30px;
		padding: 16px 14px 4px 14px;
		border-right: 1px solid #112939;
		background: #275f85;
	}
	
		ul#nav a#home {
			border-left: 1px solid #2c3246;
		}
	
	ul#nav a:hover {
		color: #000;
		background: #7dafd2;
	}
	
	#nav a.current {
		background-color: #ded5cd;
		color: #333333;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 12px 0 2px 0;
}

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #3683b9;
	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:#ffffff;
	
}

div#utility ul a:hover, div#utility ul a:active { text-decoration: none; color: 3683b9;}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #fff;
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover, #copyright a:active {
	text-decoration:underline;
	color: #ccc;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin: 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: 700px;
	top: 18px;
}

/* ----------------- 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: url(images/admin.gif) no-repeat;
	background-position: 0% -18px;
	height: 15px;
	width: 95px;
	display: block;
}


/* ----------------- CUSTOM CLASSES ----------------- */

div#flash {
	float: right;
}
