div#header {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #9F475F;
	background-image: url(/images/pdkgrain-headerbg.jpg);
	position: relative;
}

#header .topnav h1 {
	background-image: url(/images/pdkgrainheader-bottom.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 365px;
	display: block;
	float: left;
}

div#header div.topnav {
	display: block;
	width: 100%;
}

#header ul {
	float: right;
	list-style-type: none;
	padding-top: 5px;
}
#header .topnav ul li {
	font-size: .8em;
	color: #FFFFFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#header .topnav .floater {
	float: left;
}
#header .topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header .topnav a:hover {
	text-decoration: underline;
	background-color: #9F475F;
}



#header .topnav input.button {
	margin-left: 15px;
	color: #FFFFFF;
	background-color: #C98598;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}

#header .topnav li.first {
	padding-left: 0px;
	padding-right: 5px;
}

#header .topnav li.last {
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div#leftnav div.pullquote {
	background-color: #9F475F;
	color: #FFFFFF;
	padding-top: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftnav .pullquote ul {
	background-color: #45A1CB;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#leftnav .pullquote li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	list-style-type: disc;
}
