.siteHeaderContainer {
	width:800px;
	height:128px;
	background: url(../../media/images/header.gif) no-repeat left top;
}

.siteHeaderContainerLandingPage {
	width:800px;
	height:128px;
	background: url(../../media/images/headerLandingPage.jpg) no-repeat left top;
}

.address {
	margin-right:0px;
	margin-top:37px;
	width:360px;
	text-align:center;
	color: #000000;
	float: right;
	font-size:8pt;
}
#logo {
	float: left;
	width: 300px;
	text-align: left;
}


.address a {
	font-size:8pt;
	color:#456D90;
	text-decoration: none;
	font-weight:bold;
}



.address a:hover {
	font-size:8pt;
	color:#AB5252;
	text-decoration: underline;
}

.address .addressScheduleButton 
{
    font-size:8pt;
	color:#456D90;
	text-decoration: none;
	font-weight:bold;
	padding:2px;
	background-color:#e1e1e1;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666; 
	margin:5px;
    display:block;
	width:150px; 
}

