
body {
	margin:0;
	background:#255A2E;
}
img {
	border:0;
}
h3 {
	margin:0;
	color:#255A2E;
	font:bold 12px georgia;
	letter-spacing: 1px;
	line-height:19px;
}
h4 {
	margin:0;
	font:bold 12px arial;
	line-height:normal;
}
hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #8B8889;
}

.topgrad {
	background:url(../images/common/bg-top.gif) repeat-x;
	text-align:center;
}
.wrapper {
	width:920px;
	background:url(../images/common/main-bg.jpg) repeat-y 26px 0;
}
.leftcol1 {
	width:303px;
	float:left;
	background:url(../images/common/page-left.jpg) no-repeat 26px 248px;
}
.rightcol1 {
	width:617px;
	float:left;
	background:url(../images/common/page-right.jpg) no-repeat 597px 106px;
	text-align:left;
}
.leftbox {
	margin:0 0 27px 54px;
}
.leftboxtext {
	background:url(../images/common/leftbox-bg.gif) no-repeat left bottom;
	width:232px;
}
.leftboxtext span {
	text-align:left;
	font:10px verdana;
	display:block;
	padding:9px 15px 25px 22px;
	color:#595959;
	line-height:15px;
}
.footer {
	background:url(../images/common/footer-bg.jpg) no-repeat;
	width:920px;
	height:146px;
}
.footernav {
	padding:23px 0 0 20px;
	font:10px verdana;
	color:#2B5736;
}
.footernav a {
	color:#AEBCB0;
}
.footernav a:hover {
	color:#FFF;
}
.footercopy {
	padding:30px 0 0 20px;
	font:10px verdana;
	color:#ccc;
	line-height:17px;
}
.footercopy a {
	color:#D8DBDD;
}
.footercopy a:hover {
	color:#FFF;
}
.latestnews {
	width:597px;
	padding-top:15px;
}
.latestnews span {
	display:block;
	padding:0 15px 15px 15px;
}
.latestnews .item {
	background:url(../images/common/article.gif) no-repeat 12px 9px;
	font:bold 10px verdana;
	color:#23562B;
	padding:8px 0 0 25px;
	line-height:14px;
}
.latestnews .item a {
	color:#255A2E;
}
.latestnews .item a:hover {
	color:#333;
}
.content {
	width:557px;
	padding:20px;
	font:12px arial;
	line-height:19px;
	color:#333;
}
.content a {
	color:#255A2E;
}
.content a:hover {
	color:#333;
}
.pic {
	border:0;
	border-collapse:collapse;
}
.pic td {
	padding:0;
}
#left {
	float:left;
	margin:0 15px 15px 0;
}
#right {
	float:right;
	margin:0 0 15px 15px;
}
.pic-top-md {
	background:url(../images/common/pic-top-md.gif);
}
.pic-btm-md {
	background:url(../images/common/pic-btm-md.gif);
}
.pic-mid-lt {
	background:url(../images/common/pic-mid-lt-bg.gif);
	vertical-align:bottom;
}
.pic-mid-rt {
	background:url(../images/common/pic-mid-rt-bg.gif);
	vertical-align:bottom;
}
.pic-caption {
	font:bold 10px verdana;
	padding:3px 0 0 4px !important;
	line-height:15px;
}
.title {
	padding:5px 0 31px 0;
	background:url(../images/common/title-bg.gif) repeat-x 0 28px;
}
.subtitle {
	border-bottom:1px solid #B5BCC0;
	padding-bottom:7px;
	width:80%;
}
.dt {
	border-collapse:collapse;
	border:0;
}
.dt td {
	padding:0;
}
#portfolio {
	border-collapse:collapse;
	border:0;
	margin:0 0 15px 0;
	border-bottom:1px solid #8B8889;
}
#portfolio td {
	padding:0 0 20px 5px;
	font:bold 10px verdana;
}
#portfolio img {
	margin:0 0 9px 0;
}
.hr {
	width:100%;
	height:1px;
	clear:both;
	margin:15px 0;
}
.hr2 {
	width:75%;
	height:1px;
	margin:16px 0 11px 0;
}
.data {
	float:left;
	width:277px;
	border-top:1px solid #B5BCC0;
	border-right:1px solid #B5BCC0;
}
.data b {
	display:block;
	padding:4px 5px;
	font:normal 10px verdana;
	border-bottom:1px solid #B5BCC0;
	border-left:1px solid #B5BCC0;
}
.r1 {
	background:#F1F2F3;
}
.progressphotos {
	float:right;
	margin:0 0 0 15px;
}
.expedition {
	float:right;
	margin:0 15px 0 25px;
}


.difftable {
	border-collapse:collapse;
	width:100%;
}
.difftable td {
	padding:4px 5px;
	font:10px verdana;
}
.difftable tr.header2 td {
	color:#DEE2E4;
	font:bold 10px verdana;
	padding:5px 6px;
	background:#255A2E;
}
.difftable tr.row1 td {
	border:1px solid #B5BCC0;
}
.difftable tr.row2 td {
	border:1px solid #B5BCC0;
	background:#F1F2F3;
}


#menuwrapper ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#menuwrapper li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	font-size:1px;
}
#menuwrapper li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#menuwrapper li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 0;
	left: 0;
}
#menuwrapper li:hover ul, #menuwrapper li.over ul { /* lists nested under hovered list items */
	display: block;
}
#menuwrapper  div.menu {
	background:#51895D;
	border-bottom:1px solid #36623E;
	padding:17px 0 10px 0;
	margin:0;
	text-align:left;
}
#menuwrapper  div.menu a {
	color:#E9EEEA;
	font:bold 10px verdana;
	text-decoration:none;
	display:block;
	padding:4px 15px 4px 15px;
}
#menuwrapper  div.menu a:hover {
	color:#E9EEEA;
	background:#1C4B24;
}
a.nav-home {
	display:block;
	float:left;
	width:63px;
	height:26px;
	background-image:url('../images/common/nav-home.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
a.nav-home:hover {
	background-position: 0 -26px;
}
a.nav-contact {
	display:block;
	float:left;
	width:105px;
	height:26px;
	background-image:url('../images/common/nav-contact.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
a.nav-contact:hover {
	background-position: 0 -26px;
}
.nav-about {
	background:url(../images/common/nav-about.gif);
}
.nav-services {
	background:url(../images/common/nav-services.gif);
}
.nav-portfolio {
	background:url(../images/common/nav-portfolio.gif);
}
.nav-news {
	background:url(../images/common/nav-news.gif);
}
.nav-projects {
	background:url(../images/common/nav-projects.gif);
}
.nav-safety {
	background:url(../images/common/nav-safety.gif);
}
.nav-inthenews {
	background:url(../images/common/nav-inthenews.gif);
}


.leftnav {
	padding:0 0 30px 57px;
}
.leftnav div {
	width:219px;
}
.leftnav1 a {
	display:block;
	background:#24592D;
	padding:6px 14px;
	font:bold 10px verdana;
	text-decoration:none;
	text-align:left;
	color:#fff;
	border-top:1px solid #464941;
	border-bottom:1px solid #464941;
}
.leftnav1 a:hover {
	background:#51895D;
}
.leftnav2 a {
	display:block;
	background:#fff;
	padding:5px 14px;
	border-bottom:1px solid #B3B3B3;
	font:bold 10px verdana;
	text-decoration:none;
	text-align:left;
	color:#666;
}
.leftnav2 a:hover {
	background:#D9D9D9;
}
#inthenewsnav, #servicesnav {
	display:none;
}