@charset "UTF-8";
/* CSS Document */

/* HEADER */

#header {
	width: 100%;
	height: 110px;
	margin:0;
	background:top left repeat-x url(../images/hyde_park_header_bg.jpg);
}

#header_content {
	width: 1020px;
	margin: 0 auto;
	height: 110px;
}

#logo {
	height: 100%;
	width: 147px;
	margin:0 0 0 30px;
	float: left;
}

#logo img {
	margin-top: 10px;
}

.header_info {
	float: left;
	background: top left repeat-x url(../images/hyde_park_header_feature_bg.jpg);
	height: 100%;
	width: 230px;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	margin-left: 30px;
}

.header_info h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

.header_info p {
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 5px;
	height: 60px;
}

.header_info a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

.header_info p, .header_info p.lefty {
	margin-left: 5px;
	margin-bottom: 0;
	float: left;
}

input[type="text"].site_search {
	float: left;
	width: 220px;
	height: 24px;
	margin: 70px 0 0 30px;
	border: solid 1px #000000;
	font-size: 11px;
	color: #999999;
	background: top left repeat-x url(../images/hyde_park_search_bg.jpg);
	padding-left: 10px;
}

input[type="text"].site_search_sel {
	color: #000000;
}
.site_search_submit {
	display: none;
}

/* NAVIGATION */

#navigation {
	height:37px;
	width:100%;
	float:left;
	background: top left repeat-x url(../images/hyde_park_menu_bg.png);
}

#navigation ul {
	width: 1020px;
	margin: 0 auto;
	text-align:center;
	padding:5px 0 0 0;
}

#navigation ul li {
	display:inline;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-right:35px;
	letter-spacing:-1px;
}

#navigation ul li:last-child {
	margin-right:0;
}

#navigation ul li a {
	color: #000000;
}

#navigation ul li a:hover {
	color: #003e7e;
	text-decoration: none;
}

#navigation ul li a.selected {
	color: #003e7e;
}

#ie_warning {
	top: 0px;
	text-align: center;
	width: 100%;
	position: absolute;
	height: 30px;
	background: #FFFF00;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #000000;
	display: none;
}

#ie_warning a{
	color:#FF0000;
	text-decoration: underline;
}
