body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2e2a28;
	width: 100%;
	letter-spacing: .1em;
	line-height: 150%;
}

a {
	color: #e45226;
	text-decoration: none;
}

.container {
	width: 970px;
	margin: 0 auto;
	clear: both;
}

.clear {
	clear: both;
}

#hat {
	height: 35px;
	background: url('/img/hat_bg.jpg') top center;
}

#header {
	height: 150px;
}

#footer {
	height: 135px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	clear: both;
	background: #42291d;
}

#left {
	width: 655px;
	float: left;
}

#right {
	width: 315px;
	float: right;
	letter-spacing:normal;
}

.interior {
	margin-top: 20px;
}

.interior p {
	margin: 10px 15px 10px 0;
	letter-spacing: normal;
}

#left h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #f19621;
}

#left h3 {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #009a93;
	clear: both;
}

.copy {
	position: relative;
	top: 100px;
}

.sub {
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-top: 5px;
	letter-spacing: normal;
}

.first-line { 
	color: #e5552a;
	font-size: 18px;
	display: inline;
}

.feature_head {
	background: #91a553;
	height: 53px;
	width: 100%;
	text-transform: uppercase;
}

.feature_head p {
	margin: 0 10px 0 10px;
	font-size: 15px;
	padding-top: 17px;
}

.featured {
	width: 218px;
	height: 78px;
	color: #fff;
	float: left;
	background:url('/img/plus.png') bottom right no-repeat;
}

.featured p {
	margin: 0 10px;
	padding-top: 10px;
}

.relocation {
	background-color: #009a93;
}

.design {
	background-color: #f19621;
}

.facilities {
	background-color: #e45226;
	width: 219px !important;
}

.home {
	margin: 20px 10px 30px 10px;
}

#nav {
	float: right;
	margin-top: 60px;
}

#nav li {
	float: right;
	margin-left: 10px;
	padding: 0 8px;
}

#nav li a {
	text-decoration: none;
	color: #42291d;
}

#logo {
	float: left;
}

li.current, #nav li:hover {
	border-bottom: 5px solid #91a553;
}

.infocus, .contact {
	background: #a5c051;
	color: #fff;
	padding-bottom: 30px;
}

.infocus p {
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 20px 10px;
	padding: 20px 0;
	border-bottom: 2px solid #fff;
}

.contact p {
	font-size: 14px;
	font-weight: normal;
	margin: 0 10px 20px 10px;
	padding: 20px 0;
	border-bottom: 2px solid #fff;
	letter-spacing: normal;
}

.infocus ul {
	margin: 0 10px;
	color: #fff;
	font-weight: normal;
	padding-top: 10px;
}

.infocus ul li {
	margin-top: 8px;
}

.infocus ul li a, .infocus ul li {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.infocus ul li {
	font-size: 14px;
}

.infocus ul li a:hover {
	text-decoration: underline;
}

.contact_info {
	background: #009a93;
	color: #fff;
	font-weight: bold;
}

.contact_info p {
	margin: 0 10px;
	padding: 30px 0 20px 0;
}	

td {
	padding: 4px;
}

input, textarea {
	width: 250px;
	border: 1px solid #ccc;
	background: #e5e5e5;
}

textarea {
	width: 400px;
}

input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #e5e5e5;
}

#button {
	width: 80px;
}

.interior ul li, .infocus ul li {
	margin-left: 12px;
}