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

a:link { color: #238b9a; text-decoration: none; }
a:visited {	color: #238b9a; text-decoration: none; }
a:hover { color: #B33E00; text-decoration: underline; }
a:active {	color: #238b9a; text-decoration: none; }

body {
	margin: 0px;
	background-color: #F4E7D7;
}

.position {
	width: 1px;
	height: 50%;
	margin-bottom: -212px;
	float: left;
}


.container {
	width: 100%;
	height: 424px;
	background-color: #D7A76B;
	margin: auto;
	position: relative;
	clear: left;
}

.wrapper {
	width: 994px;
	height: 424px;
}
.wrapperhome {
	width: 1200px;
	height: 424px;
}

.sidepanelleft {
	width: 249px;
	height: 424px;
	background-color: #D7A76B;
	position: relative;
	float: left;	
}

.companyinfopanel {
	width: 183px;
	height: 392px;
	background-color: #FFFFFF;
	border-right: solid 4px;
	border-right-color: #F4E7D7;
	padding: 16px;
	position: relative;
	float: left;
}

.homepage {
	float: left;
}

.subcontent {
	width: 456px;
	height: 312px;
	background-color: #FFFFFF;
	padding: 0px 35px 0px 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 11px;
	line-height: 17px;
	color: #808080;
	position: relative;
	float: left;
	overflow: auto;
	border-bottom: solid 35px #FFFFFF;
	border-top: solid 77px #FFFFFF;
}

.logo {
	padding-bottom: 30px;
}

.contactinfo {
	padding-top: 98px;
}

.title {
	padding-bottom: 40px;
}

.subtitle {
	color: #B33E00;
	margin-top: 0px;
	margin-bottom: 0px;
}

.colleft {
	float: left;
}

.colright {
	float: right;
	text-align: center;
}

.map {
	padding-top: 79px;
}

.copyright {
	padding: 5px;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #967246;
	float: left;
}

.email {
	padding: 5px;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #967246;
	float: right;
}

.email a:link { color: #967246; text-decoration: none; }
.email a:visited {	color: #967246; text-decoration: none; }
.email a:hover { color: #238b9a; text-decoration: underline; }
.email a:active {	color: #967246; text-decoration: none; }

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.address {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #808080;
}
.addresshighlight {
	color: #238b9a;
}
.seotext {
	color: #F4E7D7;
	font-size: 9px;
}