div#header
{
	height: 265px;
	padding: 1px;
	/*border-top: 3px solid #003957;*/
	background-color: #00214E;
	background-image: url(../../images/wrapper/iacprxLogo.jpg);
	background-repeat: no-repeat;
}

div#header img
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

div#header a.logoLink
{
	display: block;
	float: left;
	width: 178px;
	height: 237px;
}

div#headerLeftColumn
{
	position: relative;
	float: left;
	width: 527px;
	_margin-right: -4px;
	height: 270px;
}

div#headerRightColumn
{
	position: relative;
	float: left;
	width: 213px;
	height: 228px;
	padding: 10px 10px 0 10px;;
	background-color: #334c71;
	background-image: url(../../images/wrapper/headerRightColumnbg.png);
	background-repeat: repeat-x;
}

/* Non-reusable stylings */
div#header {
	position: relative;
}

div#headerLeftColumn div.flashContainer
{
	position: relative;
	width: 530px;
	height: 239px;
	float: left;
	background-repeat: no-repeat;
}

div#headerLeftColumn div.flashContainer img
{
	position: absolute;
	top: 0;
	left: 0;
}

div.flashCurve
{
	position: absolute;
	top: 238px;
	top: _240px;
	left: 177px;
	z-index: 10;
	height: 29px;
	width: 763px;
	background-color: #334C71;
	background-image: url(../../images/wrapper/curveBg.png);
	background-repeat: no-repeat;
}

div#headerSearch
{
	margin: 0 17px -4px
}

div#headerSearch input.siteSearch
{
	height: 14px;
	*height: 15px;
	width: 119px;
	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: 15px;
	font-family: trebuchet ms, arial, sans-serif;
}

div#headerSearch input.siteSearchSubmit
{
	width: 26px;
	height: 18px;
	*height: 19px;
	background-color: #be0004;
	border: 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

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

div#headerRightColumn ul 
{
	position: relative;
	top: -3px;
	*top: -14px;
}


