@charset "utf-8";
/* CSS Document */
	* {
	margin:0px;
	}
	body {
	text-align:center;
	margin-top:0px;
	background-image:url('/images/bg.png');
	}
	#container {
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	width:950px;
	height:auto;
	}
	#header {
	background-image:url('/images/header.png');
	width:950px;
	height:145px;
	text-align:left;
	}
	#header img {
	position:relative;
	left:20px;
	top:13px;
    display:block;
	z-index:3;
	}
	#bannerAd {
	position:relative;
	left:240px;
	}
	#navigation {
    width:950px;
	height:30px;
	background-color:#444540;
	}
	#content {
	background-color:#fff;
	height:auto;
	width:944px;
	border-right:3px solid #333;
	border-left:3px solid #333;
	float:left;
	overflow:visible;
	}
	#noSideBar {
	text-align:left;
	padding:10px;
	}
	img, div {
	behavior: url('iepngfix.htc'); 
	}
	#content1 {
	padding:10px;
	width:670px;
	float:left;
	background-color:#FFF;
	text-align:left;
	}
	#content2 {
	padding-left:10px;
	padding-top:15px;
	padding-bottom:10px;
	padding-right:0px;
	width:230px;
	float:left;
	background-color:#E8E6C6;
	text-align:left;
	border-left:3px solid #333;
	}
	#content2 img {
	display:block;
	margin:0px;
	}
	.heading {
	border-right:10px solid #94BC2F;
	position:relative;
	bottom:40px;
	left:390px;
	z-index:2;
	}
	.heading2 {
	border-left:10px solid #94BC2F;
	position:relative;
	top:90px;
	right:45px;
	z-index:1;
	}
	.featuredPic {
	position:relative;
	z-index:1;
	display:block;
	}
	#content a {
    color:#333;
	}
	h1 {
	font-size:18px;
	color:#000;
	}
	h2 {
	color:#94BC2F;
	}
	.form p {
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	color:#333;
	width:800px;
	clear:left;
	padding-left:0px;
	padding:5px 5px 5px 0px;
	}
	.form label {
	float:left;
	text-align:right;
	width:200px;
	padding:2px;
	}
	.searchForm {
	position:relative;
	left:700px;
	bottom:10px;
	}
	
	.searchSubmit {
    background-color:transparent;
	background-image: url('/images/search_48.png');
	border:0px;
	height:25px;
	width:25px;
	}

	.searchText {
	border:2px solid #E8E6C6;
	width:170px;
	background-color:#d5f57a;
	}
	p input  {
	border:1px solid #E8E6C6;
	background-color:#d5f57a;
	}
	span.formError {
	text-decoration:italics;
	}
	p.terms {
	font-size:9px;
	font-style:italic;
	}
	.searchResults {
	width:930px;
	height:180px;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	}
	.searchImage {
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
	}
	.searchDescription {
	float:left;
	width:750px;
	height:150px;
	height:auto;
	}
	.reportResults {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	padding:5px;
	}
	#footer {
	color:#FFF;
	clear:both;
	background-color:#333;
	}
	/* -- nav styles -- */

#nav, #nav ul{
	padding:0;
	margin:0;
	list-style:none;	
	z-index:2;
	border:2px solid #333;
	line-height:1;
}

#nav a{	
	display:block;
	width:110px;
	color: #FFF;
	padding: 6px;
	font-size:12px;
	font-family: verdana;

}
#nav a:hover {
	color: #95BD30;
}
#nav li{
	
	float:left;
	width:100px;
	
}

#nav li ul{
top:150px;
	position:absolute;
	width:150px;
	background:#7F7F7F;
	left:-9000px;
}

#nav li:hover ul{
	
	left:auto;
	
}

/* -- this is a fix for IE7 */

#nav li:hover{
	position:static;
}

/* -- this is a Fix for IE6 -- */
nav li:hover ul, #nav li.sfhover ul {
 left:auto;	
}
#test {
position:relative;
overflow:hidden;
height:175px;
}
#new {
height:auto;
border:solid #333 3px;
padding:5px;
float:left;
margin-top:60px;
margin-bottom:10px;
}
div.newItem {
display:inline;	
margin:3px;
width:150px;
float:left;
}
div.newItemImage {
float:left;	
height:auto;
}
div.newItemInfo {
float:left;	
}

