/*HEADER*/
/* horizontal nav stuff */
.navcapsule {
		height: 45px;
		width: 800px;
		position: fixed;
		top: 55px;
		/*left: 21px; */
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		white-space: nowrap;
		clear: both;
		background: url('../images/headRepeate.gif') repeat-x 0px 0px;
}
html > body .navcapsule {
		width: ;
}
.horizontalnav {
		color: #333333;
		text-decoration: none;
		width: 600px;
		font-size: 110%;
		margin: 0px 0px 0px 190px;
		padding: 0px 0px 0px 0px;
}
.horizontalnav li {
		float: left;
		list-style-image: none;
		list-style: none;
		height: 30px;
		margin: 0px 3px 0px 3px;
		padding: 8px 7px 0px 7px;
		color: #FFFFFF;
}
.horizontalnav li:hover {
		background: #03304B url('../../siteImages/home/repeaterNavOver.gif') repeat-x 50% top;
}
.horizontalnav a {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}
.horizontalnav a:hover {
		color: #FFFFFF;
		text-decoration: none;
}
.horizontalnav a:visited {
			color: #FFFFFF;
		text-decoration: none;
}
.horizontalnav li.home {
		background: url('../../siteImages/home/repeaterNavOver.gif') repeat-x left top;
}
.horizontalnav li.home {
		background: url('../../siteImages/home/repeaterNavOver.gif') repeat-x left top;
}

/*------------*/
.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;
}