/* CSS Document */

/*=========================================================================== Header ===========================================================================*/
#header {

	background-image			: url(../images/bg_headerArt.jpg);
	background-repeat			: no-repeat;
	width						: 950px;
	height						: 140px;
	}
#header p{
	margin						: 0;
	padding						: 10px 0;
	font-family					: Helvetica, Arial, sans-serif;
	font-size					: 11px;
	font-weight					: bold;
	color						: #FFFFFF;
	}
#header a:link, #header a:visited{
	margin						: 0;
	padding						: 0 20px;
	font-family					: Helvetica, Arial, sans-serif;
	font-size					: 11px;
	font-weight					: bold;
	text-decoration				: none;
	color						: #FFFFFF;
	}
#header a:hover{
	font-family					: Helvetica, Arial, sans-serif;
	font-size					: 11px;
	font-weight					: bold;
	text-decoration				: underline;
	color						: #FFFFFF;
	}
#header .utilityBar {
	float						: right;
	padding						: 0px;
	}
#header .searchBar {
	float						: right;
	padding-right				: 20px;
	}
	
#header form{
	margin						: 4px;
	}
	
#header input{
	margin						: 0;
	padding						: 0;
	background-color			: #dad2d8;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 9px;
	color						: #999;
	border						: 0px;
	}
#header .searchBtn{
	margin						: 0px;
	padding						: 0px;
	background-color			: #00538e;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 9px;
	color						: #fff;
	border						: 0px;
	}	