/* Header (July 2008) */
#header
{
	width: 100%;
	background: #ffffff url(/images/bg_mast.jpg) top repeat-x;
	margin-bottom: 5px;
	margin-top: -20px;
	border-bottom: 5px solid #656565;
}

#header a.logo
{
	display: block;
	background: url(/images/logo.jpg) no-repeat;
	width: 312px;
	height: 121px;
	margin: 13px 0 0 8px;
	text-decoration: none;
}

#header a.logo span {display:none;}
#header a:hover.logo {background-position: -312px 0;}

#footer {margin-top:20px; padding-top:5px; border-top:1px dashed #959595; font-family:Arial; font-size:12px; color:Gray; text-align:center;}

.searchContainer
{
	padding: 3px 0px 5px 10px;
}

.searchForm
{
	margin: 8px 0px 2px 0px;
}

.searchDiv
{
	width: 447px;
	height: 22px;
	background: #dcddde;
	border: 2px solid #656565;
	padding: 2px 0px 3px 5px;
	margin: 0px 0px 2px 0px;
}

.searchInput
{
	background: #fff url(/images/bg_search.jpg) bottom repeat-x;
	border: 1px solid #fff;
	width: 350px;
}

.searchButton
{
	margin: 0 0 0 5px;
	border: none;
	width: 74px;
	height: 21px;
	background: #fff url(/images/search_button.jpg) left no-repeat;
}

.searchFilters, .searchFilters a, .searchFilters a:visited
{
	font-size:11px;
	font-family:Arial;
	color:white;
	height:15px;
}

.navigationContainer ul { list-style: none; float:right; margin:0; }
.navigationContainer ul li { float: left; }
.navigationContainer ul li a 
{
	display: block;
	text-decoration: none;
	color: #600a1a;
	font: bold 16px/28px "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	margin: 0 8px;
	padding: 0 0 0 7px;
}

.navigationContainer ul li a:visited {color: #600a1a; text-decoration: none;}
.navigationContainer ul li a:hover { color: #911a30; }
