@charset "iso-8859-1";
@import url("nav.css");
@import url("stylesheet.css");
@import url("highslide.css");
@import url("site_message.css");
/* CSS Document */
#header .header_comments {
	float:right;
	text-align:right;
	font-size:1.0em;
	font-weight:bold;
	width:468px;
	vertical-align:bottom;
	margin-right:41px;
	margin-top:26px;
}

#header .partner_logo {
	float:right;
	width:468px;
	height:60px;
	vertical-align:bottom;
	margin-right:41px;
	margin-top:4px;
}

#content {
	font-size:0.8em;
	text-align:left;
	width:561px;
	padding-left:20px;
	padding-right:20px;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:2px;
	float:left;
	/*overflow:auto;*/
	border-right:0px;
	border-right-style:solid;
	border-right-color:#f1f1f2;
}

.floating_map {
	width:300px;
	height:375px;
	float:right;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
	background-image:url(../images/page_images_tiler.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#secondary_nav {
	width:117px;
	float:left;
	clear:both;
	font-size: 0.75em;
}

#secondary_nav ul {
	padding: 0px;
	margin-top: 15px;
	list-style-type: none;
}

#secondary_nav li {
	text-align: left;
	width: 117px;
	height: 22px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#secondary_nav li a     {
	color:#666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 10px;
}

html>body #secondary_nav li a { width: auto }
#secondary_nav li a:hover    {
	color: #fff;
}

#secondary_nav li a.sel {
	color: #fff;
}

div.row .selectinput { width:120px; height:21px; vertical-align:bottom; }