@charset "UTF-8";
/* CSS Document */

/* --------------- */
/* MAIN LAYOUT CSS */
/* --------------- */

#wrapper {
	width: 980px;
	margin: 0px auto;
	border-left: 10px solid #c6baa0;
	border-right: 10px solid #c6baa0;
	border-bottom: 10px solid #c6baa0;
}
#header {
	height: 195px;
	background-color: #FFFFFF;
}
#header h1 {
	display:none;
}
#header .logo {
	float:left;
}
#header .bckgrnd {
	float:right;
	text-align: right;
}
	
#nav	{
	height: 40px;
	background-color: #1c5b34;
	background-image:url(../images/layout/nav.gif);
	background-repeat: repeat-x;
	padding-left:150px;
}
#nav ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#nav li {
	list-style: none;
	padding:0px;
	margin:0px;
	display: inline;
	color: #FFFFFF;
}
#nav li.spacing {
	width: 120px;
	display: block;
	float:left;
}
#nav li.contact {
	width: 120px;
	display: block;
	float:left;
}
#nav a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 16px 12px 16px;
}
#nav a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image:url(../images/layout/nav_over.gif);
	background-repeat: repeat-x;
}
#nav li#current a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image:url(../images/layout/nav_over.gif);
	background-repeat: repeat-x;
}
.whitebck {
	background-color: #FFFFFF;
}
#pageheader {
	background-color: #FFFFFF;
	margin-left: 45px;
	height: 78px;
	border-bottom: 1px solid #c8c2b7;
}
#pageheader h1 {
	padding: 25px 0px 0px 5px;
}
#main_content {
	background-color: #FFFFFF;
	background-image:url(../images/layout/right_col_bck.jpg);
	background-color: #e6dece;
}
.rightborder {
	border-right: 1px solid #c8c2b7;
	float:left;
}
#leftcontent {
	width: 590px;
	padding: 15px 35px 15px 45px;
	border: solid 5px #FFFFFF;
	background-color: #f5f2ea;
}
.contentrule {
	clear: both;
	border-bottom: solid 1px #c8c2b7;
	padding-top: 10px;
	margin-bottom: 15px;
}

#rightcol {
	float:left;
	padding: 10px;
	width: 278px;
}
#rightcol h1 {
	background-color: #d1c6b0;
	padding:16px 0px 16px 8px;
	margin:0px 5px 0px 3px;
}
#rightcol h1.newsletter {
	background-image:url(../images/layout/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#rightcol h1.contact {
	background-image:url(../images/layout/contact_phone.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.rightbox {
	width: 250px;
	background-image:url(../images/layout/rightbox.jpg);
	background-repeat: repeat-y;
	padding: 12px 14px 4px 12px;
}
.rightboxbot {
	width: 278px;
	height: 10px;
	background-image:url(../images/layout/rightboxbot.jpg);
	background-position: bottom;
	margin-bottom:20px;
}
#pageNav {
	margin-bottom: 4px;
}
#pageNav ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#pageNav li {
	list-style: none;
	margin: 0px;
	padding:0px;
	display:inline;
}
#pageNav a {
	color:#336633;
	font-weight: bold;
	font-size: 14px;
	padding: 0 18px 10px 0;
}
	

.home {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.content strong {
	color: #336633;
}
.content a {
	color:#000000;
}

.subtitle {
	font-weight: normal;
	font-size:14px;
	color:#333333;
	line-height:28px;
}
.teamPic {
	width: 130px;
	float:left;
}
.teamText {
	width: 450px;
	float: left;
}

.casePic {
	width: 240px;
	float:left;
}
.casePic img {
	margin-bottom: 10px;
}
.caseText {
	width: 340px;
	float: left;
}

#footer {
	clear:both;
	height: 165px;
	background-image: url(../images/layout/footer_bck.jpg);
	background-color: #8c7e60;
	padding: 5px 15px;
}
#footer a {
	color: #FFFFFF;
}
#footer .address {
	color:#FFFFFF;
	font-size: 11px;
	width: 220px;
	float: left;
	padding-top:30px;
	margin-left: 580px;
}
#footer .logos {
	float: left;
	width: 150px;
	text-align: center;
}
.tablink  {
	color: #2c6947;
	text-decoration: none;
	font-weight: normal;
	float:left;
}
.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
.rightNav {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.rightNav ul {
	list-style: none;
	padding:0;
	margin:0;
}
.rightNav li {
	list-style: none;
	padding:0;
	margin:0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #2c6947;
	width:150px;
}

#gallerymain .imgholder {
	width: 130px;
	height: 85px;
	overflow:hidden;
	float: left;
	margin: 0 15px 15px 0;
}
#gallerymain img {
	width: 160px;
	margin-left: -15px;	
}
.description {
	width: 400px;
	float:left;
}