* {	margin: 0; }

#wrapper {
	margin: auto;
}

#header
{
	background: #ffffff url('../images/headerbackground.gif') no-repeat;
}

#header #headerRightContent
{
	position: relative;
	margin: 10px 10px 0px 0px;
	float: right;
	width: 555px;
	height: 130px;
	!width: 548px;
}

#header #headerRightContent a 
{
	color: #2854B3;
	text-decoration: none;
}

#header #headerRightContent a:hover
{
	text-decoration: underline;
}


#header #headerPhone
{
	text-align: right;
	color: #0E2F64;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#header #headerAddress
{
	color: #0E2F64;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

#header #headerRightContent #headerLinks
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header #headerRightContent #headerLinks #searchText{ width: 120px; font-size: 11px; margin: 0px 0px 0px 10px; vertical-align: middle; !margin-left: 4px; }

#header #headerRightContent #headerLinks #searchbutton{ vertical-align: middle; margin-bottom: 1px; }


#menubar
{
	
	background: #ffffff url("../images/menubar_background.gif") repeat-x;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	!margin-top: -3px;
}



#menubar a
{
    display: inline;
	float: left;
	height: 30px;
	!height: 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	padding: 10px 14px 0px 8px;
}
*html #container #menubar a
{
	padding: 10px 9px 0px 9px;
}

#menubar a.first
{
	padding-left: 20px;
	margin-left: 0px;
}

#menubar a:hover
{
	background-color: #1D3676;
}
