@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
@import url('../../assets/css/contact.css');
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../../images/bg.jpg) repeat-x left top scroll;
	font-family: 'Gentium Basic', serif;
	line-height: 18px;
	font-size: 12px;
}
p {
	font-family: 'Gentium Basic', serif;
	line-height: 26px;
	font-size: 16px;
	color: #7f7f7f;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
a:hover {
	color: #2d5a35;
}
a:active {
	position: relative;
	top: 1px;
}
a:hover img {
}
img {
	border: none;
}
h1 {
	display: block;
	color:#2d5a35;
	border-bottom: #e3eae4 solid thin;
	font-size: 30px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	font-weight:normal;
}
h2 {
}
h3 {
	display: block;
	color:#2d5a35;
	font-size: 22px;
	line-height: 26px;
	font-weight:normal;
	margin-bottom: 10px;
}
h4 {
}
h5 {
}
/* CONTAINER */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 480px;
}
/* HEADER */

#header {
	height: 160px;
	overflow: hidden;
}
#brand {
	width: 222px;
	height: 76px;
	float: left;
	margin-top: 42px;
}
/* NAV */

#nav {
	float: right;
	margin-top: 54px;
	background: url(../../images/menubg-l.png) no-repeat left top;
	width: 590px;
	height: 51px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	position: relative;
	display: inline;
	float: left;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 51px;
	padding-left: 21px;
	padding-right: 21px;
	line-height: 51px;
	color: #7f7f7f;
	font-weight:normal;
}
#nav ul li a:hover {
	color:#2d5a35;
}
/* MAIN */

#hero {
	width: 860px;
}
#content {
	width: 100%;
	background: url(../../images/panel.png) repeat-x left top;
	padding-top: 16px;
	height: 100%;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background:#FFFFFF;
	padding: 40px;
	overflow:hidden;
	min-height: 500px;
}
.service {
	width: 370px;
	height: 140px;
	margin-right: 40px;
	float:left;
	overflow:hidden;
	margin-bottom: 25px;
}
.service img{
	display:block;
	margin-right: 20px;
	float:left;
}
.service p {
	font-size:14px;
	line-height: 22px;
}
.service.nopad {
	margin-right: 0px;
}
.service ul {
	list-style-type: disc;
	margin-left: 170px;
	padding-left: 10px;
	text-indent: 10px;
}
.service li {
	padding-left: 0;
	color:#7f7f7f;
}
.client {
	width: 370px;
	height: 70px;
	margin-right: 40px;
	float:left;
	overflow:hidden;
	margin-bottom: 25px;
}
.client img{
	display:block;
	margin-right: 20px;
	float:left;
}
.client p {
	font-size:14px;
	line-height: 22px;
}
.client.nopad {
	margin-right: 0px;
	font-size:14px;
	line-height: 22px;
}
/* FOOTER */

#footer {
	height: 120px;
	width: 780px;
	padding-top: 25px;
	margin-top: 40px;
	border-top: #e3eae4 solid thin;
	border-bottom: #e3eae4 solid thin;
	overflow:hidden;
	float:left;
}
#footer p, #sign-off p {
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 9px;
	line-height: 15px;
	padding-bottom: 5px;
}

#footer .dov {
	height: 105px;
	width: 110px;
	float:left;
}

#footer .dov1 {
	height: 105px;
	width: 140px;
	float:left;
}

#footer .dov2 {
	height: 78px;
	width: 200px;
	float:left;
}

#sign-off{
	width:780px;
	
}

#sign-off p{ padding-top:5px;}
#sign-off p.left{ float:left;}
#sign-off p.right{ float:right;}


.control {
	display: block;
	margin: 0px 0px 30px 0;
}
.control h2 {
	font-size: 16px;
}
