/*Colonial*/
body {
	background:#011e46 url('/Common/website_templates/colonial/images/body_background.jpg') repeat-x;
	height:100%;
	width:100%;
	border:0px;
	margin:0px;
}
.contentBackground {
	background-color:#fff;
}
.topMostNavigation {
	width:1006px;
	height:45px;
}
.topMostNavigation div {
	height:28px;
	float:right;
	padding:15px 14px 0px 18px;
	*padding:15px 14px 0px 16px;
}
.topMostNavigation a {
	font:normal 13px/10px Arial;
	color:#fff;
	text-transform:lowercase;
	letter-spacing:1px;
}
.topMostNavigation a:hover {
	color:#91b2d6;
	text-decoration:none;
}
.navigationBar {
	width:800px;
	text-align:center;
}
.navigationBar div {
	background:url('/Common/website_templates/colonial/images/top_navigation_separator.png') no-repeat;
	height:68px;
	float:left;
}
.navigationBar a {
	font:normal 16px/18px Arial;
	color:#002d62;
	text-transform:lowercase;
	width:158px;
	padding:19px 0px 20px 0px;
	float:left;
}
.navigationBar div a:hover {
	background:url('/Common/website_templates/colonial/images/top_navigation_separator_hover.png') no-repeat;
	background-color:#cfe1f4;
	text-decoration:none;
}
/*.navigationBar div a:selected {
	background:url('/Common/website_templates/colonial/images/top_navigation_separator_hover.png') no-repeat;
	background-color:#739bc7;
	color:#fff;
	text-decoration:none;
}*/
.title {
	font:normal 28px/28px Arial;
	color:#002d62;
	text-transform:lowercase;
}
.text {
	font:normal 12px/17px Arial;
	color:#6d6e70;
	text-align:justify;
}
.footerText {
	font:normal 10px Arial;
	color:#fff;
}
.gmapIconColor {
	
	/*Orange: #F56712;
	Red: #C50202;
	Blue: #0E6388;
	Green: #70A100;*/
	background: #0E6388;
}