

#body-photo {
	display: block;
	overflow: hidden;
	margin:0 180px 0 0;
	height:200px;
	vertical-align:bottom;
	background-color:#e7eaee;
	background-image:url("../images/bg-photo_crossroads.jpg");
	background-position:top right;
	background-repeat:repeat-x;
	
}
.body-photo-main {
	padding-top:10px;
	float: right;
}
#body-home-nav {
	display: block;
	background-color:#fff;
	border-top:5px solid #e7eaee;
	border-left:1px solid #9ea989;
	border-right:1px solid #9ea989;
	width:200px;
	height:200px;
	float:left;
	padding-top:10px;
}
#body-home-nav a:link, #body-home-nav a:visited {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	color:#40590a;
	padding: 10px 0px 5px 10px;
}
#body-home-nav a:hover {
	text-decoration: underline;
}
#body-home-nav p {
	padding:2px 0px 16px 13px;
	margin:0 0 0 0;
	
	line-height:110%;
}
#body-callout-blue {
	display: block;
	margin:0 180px 0 0;
	padding:5px 10px 5px 50px;
	background-color:#09264e;
	border-top:5px solid #3c59a6;
	border-bottom:5px solid #3c59a6;
	overflow:hidden;
	
	color:#fff;
	
	line-height:170%;
	font-size:12px;
}
#body-callout-quicklinks {
	display: block;
	overflow:hidden;
	float: left;
	width: 200px;
	height: 129px;
	background-color:#e7eaee;
}
#body-callout-quicklinks h3 {
	font-size: 12px;
	color:#012851;
	margin:0 0 0 0;
	padding:20px 0 0 10px;
}
#body-callout-quicklinks p {
	font-size: 11px;
	line-height: 140%;
	margin:0 0 0 0;
	padding:10px 0 0 20px;
}
.img-ruler {
	margin:0 180px 0 0;
}
img.img-rule{
	display: block;
	overflow:hidden;
	width:100%;
	height:1px;
	margin:0;
	padding:0;
	
	
	background-color:#09264e;
}
img.alignLeft {
}
#search-box {
	position:absolute;
	top:0px;
	right:0%;
	width:160px;
	padding:15px 10px 10px 10px;
	background-color:#e7eaee;
}