@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #756d68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #86C61B;
}
h2 {
	font-size: 16px;
}
h1 {
	font-size: 18px;
}
h3, h4, h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}





/* CSS Document */

#outerwrapper {
	margin: 0px auto;
	width: 830px;
	background: url(../images/bg_wrapper.jpg) repeat-y left top;
}
#wrapperbottom {
	background: url(../images/bg_wrapperbottom.jpg) no-repeat left bottom;
	padding-bottom: 42px;
	padding-right: 40px;
	padding-left: 39px;
}
#logo {
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

#headerinfo {
	float: right;
	margin: 40px 10px 0 0;
	text-align: right;
	line-height: normal;
}
#social  {
	float: right;
}

#nav {
	background: #86C61B;
	height: 26px;
	clear: both;
}
#nav ul {
	margin: 0px;
	padding: 3px 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	width: 148px;
	text-align: center;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
}
#nav ul li a:hover {
	font-weight: bold;
}

body#home a#homenav,
body#who a#whonav,
body#what a#whatnav,
body#clients a#clientsnav,
body#contact a#contactnav {
	background: #79B418 url(../images/navcurrent.gif) no-repeat center bottom;
}

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:750px;
	height:236px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
#contentwrapper {
	background: url(../images/bg_sidebar.jpg) repeat-y right top;
	padding: 5px 20px 5px 50px;
}
#main {
	float: left;
	width: 400px;
}
#sidebar {
	float: right;
	width: 220px;
}
#sidebar p {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(../images/openinvertedcomma.gif) no-repeat left top;
	padding: 5px 0 0 15px;
}
#sidebar p span {
	font-size: 8px;
	text-align: right;
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

#sidebar h2 {
	margin-left: 15px;
}


#footer {
	background: url(../images/bg_footer.jpg) repeat-x left top;
	height: 70px;
	font-size: 9px;
	color: #EBFFCA;
	padding: 1px 0 0 0;
}
#footer a img {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#footer a {
	color: #EBFFCA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#footer p {
	margin: 10px 0 0 0;
	padding: 0px;
}
#errorbox {
	background-color: #F9F0C3;
	border: 1px solid #CA0807;
	padding: 5px;
	color: #CA0807;
	margin: 5px 5px 0 5px;
	width: 95%;
}
#contact input, #contact textarea {
	width: 100%;
}

.error {
	background-color: #F9F0C3;
	border: 1px solid #CA0807;
}
.clear {
	clear: both;
}
.greenbold {
	font-weight: bold;
	color: #86C61B;
}
.black {
	color: #000000;
}
