/*hummingbird blue*/
body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#fff;
}
.pageBackground {
	background:#b9c7d4;
}
.logo{
	padding-left:53px;
	float:left;
	width:486px;
	height:178px;
}
.navigationBar {
	padding-top:4px;
}
.topNavigation {
	background-color:#243b5a;
	padding-bottom:8px;
	line-height:25px;
}
.topNavigation a {
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0px 18px 0px 0px;
	text-transform:uppercase;
}
.topNavigation a:hover {
	color:#fff;
	border-bottom:2px solid #fff;
	text-decoration:none;
}
div a.navigationBarSelected {
	color:#fff;
	border-bottom:2px solid #fff;
}
.leftBox a {
	color:#fdfdfd;
	font:bold 11px/28px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.propertyButton {
	background-color:#7992a9;
	color:#fff;
	border:0px;
}
.propertyButtonOver .propertyButton {
	background-color:#657d95;
	color:#fff;
}
.propertyButtonBorder {
	border:0px;
}
.footer {
	background-color:#fff;
	padding-bottom:10px;
}
.footerLink {
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color:#93afc3;
	padding:29px 0px 20px 18px;
}
.footerLink a {
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color:#93afc3;
}
.footerLink a:hover {
	text-decoration:underline;
}
.footerCustomPageLink {
	font:normal 11px Georgia, "Times New Roman", Times, serif
	color:#93afc3;
	padding:0px 10px 0px 7px;
}
.footerCustomPageLink a {
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#93afc3;
}
.footerCustomPageLink a:hover {
	text-decoration:underline;
}
.contentSeparator {
	background:url('/Common/website_templates/hummingbird_blue/images/content_separator.gif');
}
.contentBackground {
	background-color:#eff1f4;
	margin:0px 0px 0px 24px;
}
.btn {
	margin-top:0px;
	font:normal 11px/14px Georgia, "Times New Roman", Times, serif;
	display: block;
	position: relative;
	background: #88c7fd;
	padding: 5px;
	margin: 13px 0px 0px 0px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	cursor: pointer;
	background-color:#5581a0;
}
.btn:hover{
	background-color:#7e9db8;
}