/* CSS Document */
* { margin: 0; padding: 0; text-decoration:none;}
body { background-color: #424B4D; }

#wrapper { width: 802px; margin: 20px auto; border: 1px solid #8A9EA3;  }
#border { border: 1px solid #A9C5CD;  z-index: 201; }

/* Thirds */
#top { height: 231px; background: #fff url(images/top-third-bg.jpg) no-repeat left top; }
#top_contact { height: 181px; background: #fff url(images/contact/top_third_contact.jpg) no-repeat left top; }
#top_about { height: 179px; background: #fff url(images/about/top_about.jpg) no-repeat left top; }
#top-corner { margin: -2px 0 0 -2px; float: left; z-index: 150; position: relative;}
#top_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #7d7d78;
	padding: 20px 40px 2px 30px;
}
#bottom_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #7d7d78;
	padding: 20px 40px 2px 170px;
}
.headshot {
	border: 2px solid #999999;
	margin-right: 10px;
}
#top-corner_about { margin: -2px 0 0 -2px; float: left; z-index: 150; position: relative;}


#middle { height: 142px; background: #78B6CA url(images/middle-third-bg.jpg) no-repeat top left; padding-left: 20px;  }
.middle-image { padding: 2px; border: 2px solid #fff; margin-top: 17px; margin-right: 30px; }
#middle-nomar { margin: 0; }
#middle_logo {
	padding-top: 40px;
	float: left;
	padding-right: 20px;
}
#logo_about {
	padding-top: 40px;
	float: left;
	padding-right: 20px;
}
#middle_contact {
	height: 232px;
	background: #78B6CA url(images/contact/middle_third_contact.jpg) no-repeat top left;
	padding-left: 5px;
}
.middle-image_contact {
	padding: 2px;
	border: 2px solid #fff;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
}
.middle-text_phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #46504A;
	line-height: 12px;
	top: 10px;
	position: relative;
}

#middle-nomar_contact { margin: 0; }

#middle_about {
	height: 203px;
	background: #78B6CA url(images/about/middle_about.jpg) no-repeat top left;
	padding-left: 15px;
}

#bottom { height: 186px; background: #fff url(images/bottom-third-bg.jpg) no-repeat top left; }
#bottom p {
	color: #51755A;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	padding: 37px 0 0 110px;
	text-align: left;
}
#bottom_contact { height: 144px; background: #fff url(images/contact/bottom_third_contact.jpg) no-repeat left top; }
#bottom_about { height: 170px; background: #D9D9D0; }

#footer { background-color: #0F6081; height: 42px }
#footer-corner { margin: 0 -2px -2px 0; float:right; position: relative;}
#footer-menu {
	float: left;
	font: normal 12px "Times New Roman", Times, serif;
	margin: 14px 0 0 25px;
	border-right: 1px solid #3F809A;
	border-left: 1px solid #fff;
	text-decoration: none;
	letter-spacing: .1em;
}
#footer-menu a { padding: 0 15px; color: #fff; border-left: 1px solid #3F809A; border-right: 1px solid #fff; }
#footer-menu a:hover { color: #5AA9BD; }


.contact-block {
	width: 180px;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #336699;
}
.contact-block img { margin-bottom: 8px; }
body { color: #fff; }
a { color: #fff; }

.contact-block a { color: #336699; }
.contact-block a:hover { color: #000066; }
