.type_navbar {
	width:900px;
	margin: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5a82b3;
	
}
#menuv {
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 1px;
	width: 100%;
}
#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #FFFFFF;
}

#menuv a {
	text-decoration: none;
	color: #2864b4;
	display: block;
	padding: .28em 0 .28em 1em;
	background-color: #d5e9f1;
	background-repeat: no-repeat;
}

#menuv a:hover {
	background: #FFFFFF;
		padding:.28em 0 .28em 1.5em;
}
#hd .search {
	float:right;
	margin-top:4px;
}
#hd form{
	margin:10px; padding: 0;
	border: 0px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#hd .sfBox.search {
	width:390px;
	height:60px;
	position: absolute;
	left: 460px;
	top: 33px;
	margin-bottom: 2px;
	padding-right: 0;
	padding-left: 9px;
	background-color: transparent;
	background-image: url(search-header.png);
	background-repeat: no-repeat;
}
#hd .search input.text {
	font-size:108%;
	display:block;
	margin:0;
	padding:9px 0 0 35px;
	border-width:0;
	width:250px;
	border-right:1px solid #ccc;
	height:26px;
	float:left;
	clear:none;
	background-image:url(search-header-input.png);
}
#hd #additional-h .search input.text {
	width:268px;
}
#hd .search input.hint {
	color:#7e7e7e;
}
#hd .search button {
	color:#fff;
	display:block;
	margin:0 0 0 7px;
	padding:6px 0 10px;
	line-height:1.2em;
	min-height:35px;
	border-width:0;
	font-weight:bold;
	width:71px;
	float:left;
	clear:none;
	background:transparent url(search-green.png) no-repeat 0 0;
	cursor:pointer;
	border: 0;
}
div#homeintro, body.single_col div#intro {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	margin-top: 10px;
}

#homeintro p { font-size:16px
}

