body {
	font: 12px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#news 
{
	position: relative;
	width: 987px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

.logo {
	float: left;
	width: 560px;
	height: 90px; 
	text-align: left;
	margin-left: 10px;
}

.headerDate {
	margin-right: 10px;
	position:relative;
	color: #000000;
	font-size:11px;
	vertical-align:top;
	text-align: right;
}

#header {
	width: 989px;
	height: 95px;
	padding-top: 5px;
	margin-bottom: 0;
}

#header.nickel {
	background-color: #fff56c;
}

#header.news {
	background-color: #fff;
}

#headerRt {
	width: 380px;
	height: auto;
	float: right;
}

#headerRt.nickel {
	background-color: #fff56c;
}

#headerRt.news {
	background-color: #fff;
}

.paperLogo {
	height: 40px;
	float: right;
	margin-right: 4px;
	margin-top: 10px;
}

.search {
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	position:relative;
}

form {
	margin: 0;
	padding: 0;
}

.search form input {
	font-size: 12px;
	border: 1px solid #404040;
	color: #666666;
	font-size: 11px;
	position: relative;
	top: 1px;
}

.search form .headerSubmit {
	position: relative;
	top: 6px;
	border: 0;
}

.search form .searchText
{
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	top: 1px;
}

.wrapperLeft {
	float: left;
}

.wrapperRight {
	background-color: #e8f2c2;
	height: 27px;
	float: right;
}

#list {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	position: relative;
	padding: 2.5px 6px 0;
}

#list li {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

#list li a {
	text-decoration: none;
	line-height: 21px;
	font-weight: bold;
	padding: 2px 8px 3px;
}

#navNews {
	display: block;
	width: 100%;
	height: 27px;
	background-color: #3e5568;
}

#list.navNews {
	background-color: #3e5568;
}

#list.navNews li a {
	background: url(http://dev.pnwhomefinder.com/images/backgroundNavTabNews.png) no-repeat right 0;
}

#list.navNews li a, #list.navNickel li a {
	color: #d5d5d5;
}

#list.navNews li a:hover, #list.navNickel li a:hover, #list.vertical li a:hover {
	color: #fff;
}

#navNickel {
	display: block;
	width: 100%;
	height: 27px;
	background-color: #ed1c24;
}

#list.navNickel {
	background-color: #ed1c24;
}

#list.navNickel li a {
	background: url(http://dev.pnwhomefinder.com/images/backgroundNavTabNickel.png) no-repeat right 0;}

#list.vertical {
	text-align: right;
}

#list.vertical li a {
	background: url(http://dev.pnwhomefinder.com/images/backgroundNavTabVertical.png) no-repeat right 0;
	color: #3e5568;	
}


