﻿/**** HEAD STRUCTURE AND STYLES  ****/
/*** wraps the head rows  ****/
.head_wrap {
	display: block;
	width: 100%;
	height: auto;
}
.headrow_one {
	overflow: visible;
	float: left;
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-color: #01509F;
}
.rowone_left {
	float: left;
	width: 134px;
	height: 75px;
	text-align: center;
	background: transparent url("../images/seal.gif") no-repeat 2px 1px;
	}
	
.rowone_links {
	float: left;
	width: 200px;
	height: 40px;
	text-align: left;
	position: absolute;
	z-index: 3;
	background: transparent;
}

.headrow_two {
	overflow: visible;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	background-color: #8DB1D4;
	background-image: url('../images/nav_bg_fade.jpg');
	background-repeat: repeat-x;
	text-align: left;
}
.rowtwo_left {
	float: left;
	width: 22%;
	height: 20px;
	text-align: center;
}
.rowtwo_mid {
	float: left;
	width: 55.8%;
	height: 20px;
	text-align: center;
}
.rowtwo_right {
	float: right;
	width: 32%; /*was 22% */
	height: 20px;
	text-align: center;
}

.headrow_three {
	overflow: visible;
	display: block;
	float: left;
	width: 100%;
	height: 15px;
	background-color: #FFFFFF;
	text-align: left;
}
.rowthree_left {
	float: left;
	width: 99%;
	height: 25px;
	text-align:left;
	
}
.rowthree_mid {
	float: left;
	width: 55.8%;
	height: 20px;
	text-align: center;
}
.rowthree_right {
	float: right;
	width: 32%; /*was 22% */
	height: 20px;
	text-align: center;
}



