.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:35px;
	margin-top:50px;
	width:300px;
	text-align:center;
	color: #333333;
	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:175px; 
}

