/* screen styles */ 

.Header
{
	clear: both;
	display: block;
	width:100%; 
	height:66px; 
	background-image:url(/hatleypark/images/headerbanner.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/* floating left clickable section */

#ClickableSection
{
	float:left;
	width:138px;
	height:40px;
	margin-left:26px;
	margin-top:10px;
	clear:left;
}

a:hover #ClickableSection 
{
	cursor:hand;
	pointer:cursor;
}

/* header links */

#Links
{
	position:relative;
	float: right;
	color: #ffffff;
	left:-10px;
	top:6px;
	clear:right;
}
 
#Links a
{
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

#Links a:hover
{
	text-decoration:underline;
}

/* search section */

#SearchSection
{
	position:relative;
	left:-10px;
	top:12px;
	clear:right;
	float:right;
}

#SearchSection .SearchBox
{
	color: #18462C;
	background-color: #cdc9c4; 
	vertical-align:middle;
	width:100px;
}

#SearchSection .SearchButton
{
	
	margin-left: 1px;
	vertical-align:middle;
}

#SearchSection input
{
	border:solid 1px #FFFFFF;
	font-size: 10px;
	font-family:Arial;
}

/* @media screen */

.PrintableHeader
{
	display:none;
}	
