.group:before, .group:after {content: " "; display: table;}.group:after {clear: both;}.group {*zoom: 1;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	font-family: 'Ropa Sans', sans-serif;
}
header {
	width: 100%;
	height: 77px;
	background: url(../images/header-bg.jpg) top center;
	box-shadow: 0 10px 20px rgba(0,0,0,0.6);
	position: relative;
	z-index: 10;
}
.logo {
	width: 1000px;
	padding-top: 15px;
	margin: 0 auto;
}
.logo img {
	border: 0;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.slider {
	width: 1000px;
	height: 400px;
}
.container {
	background: #ece5df;
	border-top: 15px solid #d4c5b9;
	border-bottom: 15px solid #d4c5b9;
	margin-top: 10px;
}
nav {
	background: #f9f7f6;
	width: 270px;
	border-left: 40px solid #536655;
	padding: 20px 0 50px;
	float: left;
}
nav ul {
	margin: 20px 0;
	padding: 0 0 0 20px;
	list-style: none;
}
nav li {
	margin-bottom: 10px;
}
nav a {
	color: #536655;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
}
nav a.current {
	color: #855a39;
	font-style: italic;
}
.content {
	width: 730px;
	padding: 30px 40px 0;
	float: left;
}
.content h1 {
	margin-top: 0;
	font-weight: normal;
	font-style: italic;
	color: #855a39;
}
.content h2 {
	color: #536655;
	font-weight: normal;
	font-style: italic;
}
.content p, .content li {
	font-size: 18px;
}
.content a {
	color: #536655;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.about, .new {
	padding-left: 12px;
}
.about li, .new li {
	margin-bottom: 12px;
}
.careers ul, .services ul {
	float: left;
	padding-left: 15px;
	margin-right: 30px;
	margin-top: 0;
}
.services ul {
	width: 290px;
}
.services a {
	color: #536655;
	font-style: italic;
	text-decoration: none;
}
.services-page h1 {
	margin-bottom: 0;
}
.services-page h2 {
	margin-top: 0;
}
.services-nav a {
	color: #536655;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	margin-right: 30px;
}
.subnav {
	border-top: 1px solid #536655;
	padding-top: 15px;
	padding-left: 0;
	margin-left: 20px;
	margin-right: 20px;
}
.subnav a {
	font-size: 14px;
}
.careers li, .services li {
	margin-bottom: 8px;
}
#contact label {
	display: block;
	color: #855a39;
	font-style: italic;
}
#contact input {
	border: 0;
	width: 250px;
	padding: 5px;
}
#contact textarea {
	border: 0;
	min-width: 300px;
	max-width: 300px;
	min-height: 200px;
	max-height: 200px;
	padding: 5px;
}
#contact button {
	width: 100px;
	height: 40px;
	border: 0;
	color: #fff;
	background: #855a39;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 18px;
	font-style: italic;
	float: right;
	cursor: pointer;
}
#contact button:active {
	margin: 1px 0 0 0;
}
.contact-left, .contact-right {
	float: left;
}
.contact-left {
	width: 320px;
}
.textarea {
	margin-bottom: 0;
}
.button {
	margin-top: 0;
	height: 40px;
}
footer {
	text-align: center;
	color: #536655;
	padding-top: 10px;
	margin-bottom: 20px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer li {
	display: inline-block;
	padding: 0 20px;
}
footer a {
	color: #536655;
	text-decoration: none;
}
footer p {
	margin-top: 4px;
}