﻿/*HEADER*/

/* horizontal nav stuff */
.navcapsule {
		height: 25px;
		width:835px;
		position: relative;
		top: 75px;
		float: left;
		margin: 0px 0px 0px 90px;
		padding: 10px 0px 0px 10px;
		white-space: nowrap;
		clear: both;
}

html > body .navcapsule {
		width: 820px;
}
.horizontalnav {
		font-family: Georgia;
		font-size: 80%;
		font-weight: 200;
		color: #333333;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
.horizontalnav li {
		float: left;
		list-style: none;
		padding: 0px 10px 0px 0px;
		margin: 0px 10px 0px 0px;
		border-right: 1px solid #781617;
}
.horizontalnav a {
		color: #333333;
		text-decoration: none;
}
.horizontalnav a:hover {
		color: #666666;
		text-decoration: none;
}
.horizontal a:visited {
		color: #333333;
		text-decoration: none;
}
/*------------*/
.searchbox {
		background-color: #DEDEDE;
		color: #000000;
		height: 20px;
		white-space: nowrap;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}
li.nobar {
		border-right: none;
		padding-right:2px;
}
.frmsrch {
		padding: 1px;
		margin: 0px;
}
.frmsrch input {
		padding: 1px;
		margin: -3px 0px 0px 0px;
}

