@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Div Blocks */

.logo {
	background-image: url(images/logo.png);
	border: 0;
	width: 169px;
	height: 115px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -315px;
}

.menu {
	border: 0;
	width: 630px;
	height: 28px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: -315px;
}
.officebanner{
	background-image: url(images/officebanner.png);
	border: 0;
	width: 464px;
	height: 251px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 143px;
	margin-left: -315px;
}
.content {
	border: 0;
	width: 444px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 394px;
	margin-left: -315px;
	padding-top: 10px;
	padding-right: 20px;
}
.contactheader {
	background-image: url(images/header_contact.png);
	border: 0;
	height: 21px;
	width: 165px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 179px;
	margin-left: 149px;
	text-align: left;
}
.contact {
	background-color: #f9eee7;
	border: 0;
	width: 145px;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 149px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #db661e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	color: #db661e;
}