@font-face {
	font-family: 'avenirnext';
	src: url('../fonts/avenirnext-bold.eot');
	src: local('☺'), url('../fonts/avenirnext-bold.woff') format('woff'), url('../fonts/avenirnext-bold.ttf') format('truetype'), url('../fonts/avenirnext-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'haettenschweilerregular';
    src: url('../fonts/hatten-webfont.eot');
    src: url('../fonts/hatten-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hatten-webfont.woff') format('woff'),
         url('../fonts/hatten-webfont.ttf') format('truetype'),
         url('../fonts/hatten-webfont.svg#haettenschweilerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, div {
  margin: 0;
  padding: 0;
}

html, body {
  background: #fff;
}

body {
    font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #231f20;
}

/* Main Wrapper */

#mainWrapper {
	margin: 0 auto;
	text-align: left;
	min-width: 960px;
}

/* Header */

#headerWrapper {
	background: #e3e3e3 url(../images/header-bg.jpg) no-repeat center top;
}

#header {
	width: 960px;
	height: 202px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin: 25px 0 0 0;
}

#header h1 a {
	display: block;
	width: 260px;
	height: 154px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .topNavigation {
	float: right;
	margin: 0 12px 0 0;
	padding: 0;
}

#header .topNavigation li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	font-family: 'avenirnext', Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

#header .topNavigation li a {
	color: #626262;
	display: inline-block;
	padding: 33px 10px 10px;
}

#header .topNavigation li a:hover,
#header .topNavigation li.current a, 
#header .topNavigation li.current-page-ancestor a, 
#header .topNavigation li.current-menu-item a {
	color: #fff;
	background: #129c49;
}


/* Slider */

#sliderWrapper {
background: #129c49;
border: 1px solid #bfbfbf;
border-width: 1px 0;
-webkit-box-shadow: 0 0 3px 1px #bfbfbf;
-moz-box-shadow: 0 0 3px 1px #bfbfbf;
box-shadow: 0 0 3px 1px #bfbfbf;
}

#slider {
position: relative;
width: 960px;
height: 185px;
margin: 0 auto;
}

#slider .intro {
position: absolute;
left: 18px;
top: 40px;
width: 280px;
font-size: 14px;
font-style: italic;
color: #fff;
}

#slider #slidebg {
position: absolute;
right: 12px;
top: -104px;
padding: 15px 14px;
background: #fff;
-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
 
}

#slider #slides {
	width: 576px;
	height: 344px; 
	border: 1px solid #fff;
	overflow: hidden; 
}

#slider #slides p{
	margin: 0px !important;
	padding: 0px !important; 
}

/* Content */

#content {
	width: 920px;
	padding: 25px 20px;
	margin: 0 auto;
}

/* Intro */

#intro .left {
	float: left;
	width: 270px;
}

#intro .left p {
	font-size: 12px;
}

#intro .right {
	float: right;
	display: inline;
	margin: 59px 10px 0 0;
	width: 566px;
	padding: 18px 0 28px;
	background: #e3e3e3;
}

#intro .right .title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 24px 21px;
}

#intro .right .projects {
	margin: 0 0 0 27px;
	padding: 0;
}

#intro .right .projects li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	list-style: none;
	width: 157px;
}

#intro .right .projects li img {
	display: block;
	margin-bottom: 11px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#intro .right .projects li span {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#intro .right .projects li p {
	padding: 0 3px;
}

#intro .right .projects li .viewDetails {
	display: block;
	float: right;
	font-size: 11px;
	font-style: italic;
	margin-top: -5px;
	color: #129c49;
}

/* Left Column */

#leftColumn {
	float: left;
	width: 550px;
	margin-top: 20px; 
}

#leftColumn .relationships {
	margin-top: 24px;
	padding: 15px 0 15px 19px;
	background: #f0efef;
}

#leftColumn .relationships .title {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #414141;
}

#leftColumn .relationships ul {
	margin: 0 -27px 0 0;
	padding: 0;
}

#leftColumn .relationships ul li {
	float: left;
	margin: 0 -3px 16px 0;
	padding: 0;
	width: 265px;
	list-style: none;
	color: #414141;
}

#leftColumn .relationships ul li span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

/* Right Column */

#rightColumn {
	float: right;
	margin: 59px 10px 0 0;
	width: 300px;
}

#rightColumn .sideNavi {
	background: #cacaca;
	padding-top: 30px;
	margin-bottom: 12px;
}

#rightColumn .sideNavi h2 {
    font-family: 'haettenschweilerregular', Arial, sans-serif;
	font-size: 24px;
	color: #231f20;
	padding-left: 24px;
	margin: 0 0 7px;
}

#rightColumn .sideNavi ul {
	margin: 0;
	padding: 0;
	border-bottom: 11px solid #eeeeee;
}

#rightColumn .sideNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
	border-top: 2px solid #e1e1e1;
	font-size: 13px;
}

#rightColumn .sideNavi ul li a {
	display: block;
	padding: 14px 24px;
	color: #231f20;
}

#rightColumn .sideNavi ul li.current-page a,
#rightColumn .sideNavi ul li a:hover, 
#rightColumn .sideNavi ul li.current_page_item a{
	color: #fff;
	background: #129c49;
}

#rightColumn .sideNavi #subnav h2{
    font-color: #00000;
}

#rightColumn .captionedImage, #rightColumn .wp-caption {
	position: relative;
	margin-bottom: 27px;
}

#rightColumn .captionedImage img, .wp-caption img {
	display: block;
}

#rightColumn .captionedImage span, .wp-caption .wp-caption-text {
	position: absolute;
	bottom: 11px;
	left: 0;
	background: #fff;
	font-size: 11px;
	font-style: italic;
	padding: 6px 10px;
	width: 215px;
}

/* Footer */

#footer {
	width: 910px;
	margin: 0 auto;
	padding: 25px;
}

#footer .copyright {
	float: left;
	margin: 0;
	font-size: 12px;
	color: #545454;
}

#footer .links {
	float: right;
	margin: 0;
	padding: 0;
}

#footer .links li {
	float: left;
	margin: 0;
	padding: 0 5px;
	list-style: none;
	font-size: 12px;
	border-left: 1px solid #545454;
	line-height: 1;
}

#footer .links li:first-child {
	border-left: 0;
}

#footer .links li a {
	color: #545454;
}

/* Miscelleneous */

h2 {
    font-family: 'haettenschweilerregular', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #129c49;
	margin: 0 0 14px;
	line-height: 1.3;
}

h6 {
    font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 14px;
	line-height: 1.2;
}

p {
	margin: 0 0 14px;
	line-height: 1.3;
	font-size: 12px;
}

li {
	margin: 0 0 4px;
	line-height: 1.3;
	font-size: 12px;
}

td {
	padding: 5px;
	line-height: 1.3;
	font-size: 12px;
}

a {
	text-decoration: none;
}

#content a {
	color: #129C49;
}

#content a:hover {
	color: #999; 
}


img {
	border: 0;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

/* CONTACT FORM */
#contactform label, form label { 
	width: 150px; 
  	float: left; 
}
#contactform ul, form ul {
   	margin-left: 0px; 
   	padding-left: 0px;   
}
#contactform li, form li { 
  	margin: 5px 0; 
  	list-style: none; 
}
#contactform input, form input { 
  	padding: 3px; 
  	width: 220px; 
}
#contactform textarea, form textarea {
  	padding: 3px; 
  	font-family: Helvetica, Arial, sans-serif;
	width: 420px; font-size: 1em; 
}
#contactform #submitBtn {
 	width: auto; margin-left: 500px; 
}

#content .left {
	float: left; 
	margin-bottom: 15px;
	margin-right: 15px; 
}

#content .right {
	float: right; 
	margin-bottom: 15px;
	margin-left: 15px; 
}

/*TABLE STYLES */
table {
	border-collapse: collapse;
}

table td {
	border-bottom: 1px solid #ccc; 
}


/* FORMS */

fieldset {
	border: none; 
}