/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #0050b3 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: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h2 { }

address {
	font-style: normal;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

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; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container_left {
	width: 990px;
	margin: 0 auto;
	background: url(images/content-left.gif) repeat-y;
}

div#container_right {
	width: 990px;
	margin: 0 auto;
	background: url(images/content-right.gif) repeat-y;
}

div#container_diy {
	width: 990px;
	margin: 0 auto;
	background: url(images/container-diy.gif) repeat-y;
}

div#header { 
	width: 990px; 
	height: 170px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

div#content_top {
	background: url(images/content1.gif) no-repeat;
	min-height: 155px;
	height:auto !important;
	height: 155px;
}

	div#container_right div#content_top {
		background: url(images/content2.gif) no-repeat;
	}

	div#container_diy div#content_top {
		background: url(images/content-diy.gif) no-repeat;	
	}

div#text {
	float: left;
	width: 590px;
	margin: 15px 0 0 19px;
}

	div#text p {
		margin-top: 0px;
		padding-top: 0px;
		line-height: 16px;
	}
	
	p.less {
		font-size: 12px;
	}

div#content_right {
	float: right;
	width: 480px;
	margin: 0 116px 0 0px;
	_margin: 0 59px 0 0 ;
	padding: 5px 0;
}

div#content_left {
	float: left;
	width: 480px;
	margin: 0 0 0 116px;
	_margin: 0 0 0 59px;
	padding: 5px 0;
}
	div#content_right p,div#content_right p {
		line-height: 17px;
	}

div#sidebar {
	float: left;
	width: 210px;
	margin: 28px 0 0 50px;
	_margin: 28px 0 0 25px;
}

div#footer { 
	width: 990px; 
	height: 20px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
}

	div#container_right div#footer {
		background: url(images/footer2.gif) no-repeat;
	}

	div#container_diy div#footer {
		background: url(images/footer-diy.gif) no-repeat; 
		height: 18px;
	}

div#flash {
	float: left;
}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility ul {
	padding: 1px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #fff;
	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:#fff;
	
}

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: #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: #fff;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; margin-left: 105px; }

img.right { float: right; margin-left:10px; margin-right: 105px; }

img.border { border: 1px solid #000000; }

img.cards { margin-top: 2px; }

.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: 74px;
	top: 162px;
}

/* ----------------- 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;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 122px 0 0 288px;
	margin: 0px;}

ul#nav {
	margin: 0px;
	padding: 0px;
	background-color:#FF0000;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a {
		display: block;
		_display: inline-block;
		text-align: center;
		font-weight: bold;
		color: #000;
		text-decoration:none;
		font-size: 11px;
		height: 20px;
		padding: 12px 9px 8px;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		background: #ebebeb;
	}
	
		ul#nav a#home {
			border-left: 1px solid #cccccc;
		}
	
	ul#nav a:hover {
		color: #fff;
		background: #0050b3;
	}
	
	#nav a.current {
		background-color: #ded5cd;
		color: #333333;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

ul.columns {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 2px 5px 2px 25px;
}

ul.columns li {padding: 2px 0px;}

ul#space {
	margin-left: 10px;
	width: 180px;
}