/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #5d7d22 url(images/bg-site.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 15px; color: #000000; }

p { line-height: 17px; }

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color: #5d7d22;
}

h2 {
	font-size:20px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}
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;
	text-align: right
}

address a, address a:visited, address a:link { color: #000000; font-size: 12px;}

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: 990px;
	margin: 0 auto;
	background: url(images/bg-container.gif) repeat-y;
}

div#header {
	position: relative;
	width: 990px; 
	height: 170px;
	background: url(images/bg-header.jpg) no-repeat;
}

div#banner {
	background: url(images/bg-banner.jpg) no-repeat;
	height:265px;
	width:990px;
}

div#content {width: 960px;}

div#text {
	float: left;
}

div#sidebar {
	float: left;
}

div#footer { 
	width: 990px; 
	clear: both;
	margin: 0 auto
}

/* ----------------- HORIZONTAL MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 120px 0 0 0px;
	margin: 0px;
	float:left;
}

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-weight: bold;
		font-size:13px;
		color: #000;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 30px;
		padding: 16px 15px 4px 15px;
	}
	
	ul#nav a:hover, ul#nav a:active {
		color: #fff;
		background: #747f1e;
	}
	
	ul#nav a.current {
		background-color: #dbac00;
		color: #fff;
	}

/* ----------------- 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: #000000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

div#utility ul a, div#utility ul a:link, div#utility ul a:visited {
	padding: 0 2px;
	font-size:11px;
	color: #000000;
	
}

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;
}

#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;
	background: url(images/audiolink.gif) no-repeat;
	background-position: 100% 0px;
	height:35px;
	width: 150px;
	display:block;
	left: 730px;
	top: 115px;
}

a#audiolink:hover {
	background-position: 100% -35px;
}

a#videolink {
	position: absolute;
	display: block;
	z-index: 2;
	background: url(images/videolink.gif) no-repeat;
	background-position: 100% 0px;
	height:35px;
	width: 150px;
	display:block;
	left: 570px;
	top: 115px;
}

a#videolink:hover {
	background-position: 100% -35px;
}
/* ----------------- 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: 100px;
	list-style-position: inside;
	list-style-type: disc;
}


h3 {
	background:url(images/listings-homepg.gif) no-repeat;
	height:35px;
	width:350px;
	float: left;
	padding:0px;
	margin:0px;
	text-indent:-5000px;
}

	h3#list1 {background-position:100% -0px;}
	h3#list2 {background-position:100% -35px;}
	h3#list3 {background-position:100% -70px;}
	h3#list4 {background-position:100% -105px;}
	h3#list5 {background-position:100% -140px;}
	h3#list6 {background-position:100% -175px;}
	
.emphasize {color: #d44307}