/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #cdded3 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:13px/1.5 Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 13px; }

p { line-height: 17px; }

/* ----------------- H1 TAGS ----------------- */ 

h1 {
	background: url(images/h1tag.gif) no-repeat;
	height: 30px;
	width: 245px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 190px;
}

h1#pg1 {
	background-position: 100% 0px;
}

h1#pg2 {
	background-position: 100% -30px;
}

h1#pg3 {
	background-position: 100% -60px;
}

h1#pg4 {
	background-position: 100% -90px;
}

h1#pg5 {
	background-position: 100% -120px;
}

h1#pg6 {
	background-position: 100% -150px;
}


h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}

address {
	font-style: normal;
	font-size: 13px;
}

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 { 
	font-weight:bold;
	padding-left: 0px;
	margin-left: 15px;
}

li { 
	font-weight: normal;
	list-style: square;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/container.gif) repeat-y;
}

div#header {
	position: relative;
	width: 960px; 
	height: 115px;
	background: url(images/header.jpg) no-repeat;
}

div#banner {
	position: relative;
	height: 250px;
	width: 960px;
	background: url(images/banner.jpg) no-repeat;
}

div#content { }

div#text {
	float: left;
	width: 600px;
	padding: 10px;
	margin-left: 20px;
	_margin-left: 12px;
}

div#sidebar {
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-left: 4px;
	padding: 10px;
}

div#footer { 
	width: 960px; 
	height: 25px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
}

/* ----------------- HORIZONTAL MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 68px 0 0 455px;
	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: bold 11px Geneva, Arial, Helvetica, sans-serif;
		color: #611424;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 20px;
		padding: 16px 10px 6px 10px;
	}
	
		ul#nav a#home {
			border-left: 1px solid #000;
		}
	
	ul#nav a:hover, ul#nav a:active {
		color: #fff;
		background: #611424;
	}
	
	#nav a.current {
		background-color: #ded5cd;
		color: #333333;
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 12px 10px 2px 0px;
}

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;
	padding-right: 10px;
	color: #000000;
	text-align: right;
	width: 960px;
	margin: 0 auto;
}

#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: 740px;
	top: 7px;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	display: block;
	margin-top: 5px;
	float: left;
}

a#admin:hover {
	background-position: 0% -18px;
}


/* ----------------- CUSTOM CLASSES ----------------- */

div.homecols1 {
	float: left;
	width: 280px;
	height: 150px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #cdded3;
	
}

div.homecols2 {
	float: left;
	width: 280px;
	height: 180px;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #cdded3;
	
}
	
	div.homecols1 h2, div.homecols2 h2 {
		font-size: 17px;
		line-height: 18px;
	}
