div#header
{
	height: 145px;
	padding: 1px;
	margin-bottom: 5px;
	border-top: 3px solid #003957;
	background-color: #e9e9e9;
	background-image: url(../../images/wrapper/headerSubBg.png);
	background-repeat: no-repeat;
}

div#headerLeftColumn
{
	position: relative;
	float: left;
	width: 710px;
	height: 145px;
}

div#headerRightColumn
{
	position: relative;
	float: left;
	width: 220px;
	height: 145px;
	padding: 5px 0 5px 5px;
}

div#headerSearch
{
	margin-top: 35px;
}

div#headerSearch input[type=text]
{
	height: 14px;
	*height: 15px;
	width: 120px;
	padding: 2px 0 0 2px;
	*padding: 1px 0 0 2px;
	border-color: #888 #000 #000 #888;
	border-style: solid;
	border-width: 1px;
	color: #6a82a8;
	font-size: .8em;
	margin-left: 63px;
	font-family: trebuchet ms, arial, sans-serif;
}

div#headerSearch input[type=submit]
{
	width: 26px;
	height: 18px;
	*height: 19px;
	*margin-top: -15px;
	background-color: #be0004;
	border: 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

div#headerRightColumn p
{
	text-align: center;
	font-size: .9em;
	margin: 25px 0 10px 0;
	*margin: 25px 0 10px 0;
}

div#mainNav
{
	position: relative;
	top: -6px;
}
