body {
	background:url(images/bg.jpg) #ecfae3 repeat-x;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#313131;
	}
.wrap {
	width:960px;
	margin:0 auto;
	}
.logo {
	background:url(images/logo.jpg) no-repeat;
	height:123px;
	line-height:123px;
	}
.menu {
	padding:0 30px 0 30px;
	}
.home {
	width:199px;
	float:left;
	height:44px;
	}
.home a {
	background:url(images/home.jpg) no-repeat;
	text-decoration:none;
	display:block;
	height:44px;
	width:199px;
	line-height:44px;
	}
.home a:hover {
	background:url(images/home-hover.jpg) no-repeat;
	text-decoration:none;
	}
.history {
	width:159px;
	float:left;
	height:44px;
	}
.history a {
	background:url(images/history.jpg) no-repeat;
	text-decoration:none;
	display:block;
	height:44px;
	width:159px;
	line-height:44px;
	}
.history a:hover {
	background:url(images/history-hover.jpg) no-repeat;
	text-decoration:none;
	}
.projects {
	width:172px;
	float:left;
	height:44px;
	}
.projects a {
	background:url(images/projects.jpg) no-repeat;
	text-decoration:none;
	display:block;
	height:44px;
	width:172px;
	line-height:44px;
	}
.projects a:hover {
	background:url(images/projects-hover.jpg) no-repeat;
	text-decoration:none;
	}
.press {
	width:148px;
	float:left;
	height:44px;
	}
.press a {
	background:url(images/press.jpg) no-repeat;
	text-decoration:none;
	display:block;
	height:44px;
	width:148px;
	line-height:44px;
	}
.press a:hover {
	background:url(images/press-hover.jpg) no-repeat;
	text-decoration:none;
	}
.contact {
	width:222px;
	float:left;
	height:44px;
	}
.contact a {
	background:url(images/contacts.jpg) no-repeat;
	text-decoration:none;
	display:block;
	height:44px;
	width:222px;
	line-height:44px;
	}
.contact a:hover {
	background:url(images/contact-hover.jpg) no-repeat;
	text-decoration:none;
	}
.header {
	background:url(images/header.jpg) no-repeat;
	height:218px;
	padding:0 530px 44px 30px;
	font-size:25px;
	line-height:33px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.head-table {
	height:218px;
	}
.content {
	background:url(images/cont-bg.jpg) repeat-y;
	}
.cont-top {
	background:url(images/cont-top.jpg) no-repeat;
	padding:0 30px 10px 30px;
	}
.left {
	width:535px;
	float:left;
	padding:0 40px 0 40px;
	line-height:24px;
	}
.page-title {
	border-bottom:1px #ededed solid;
	font-size:30px;
	padding:10px 0 20px 0;
	}
.page-title a {
	color:#313131;
	text-decoration:none;
	}
.page-title a:hover {
	color:#313131;
	text-decoration:underline;
	}
.page-title2 {
	border-bottom:1px #ededed solid;
	font-size:20px;
	padding:5px 0 10px 0;
	}
.page-title2 a {
	color:#313131;
	text-decoration:none;
	}
.page-title2 a:hover {
	color:#313131;
	text-decoration:underline;
	}
.right {
	width:230px;
	padding:0 25px 0 30px;
	float:right;
	background:url(images/right-bg.jpg) no-repeat;
	}
.right-cont {
	padding:15px 0 20px 0;
	}
.right-cont p {
	padding:0;
	margin:0;
	}
.project-box {
	background:#ffc425;
	padding:15px 15px 10px 15px;
	font-size:15px;
	margin:0 0 10px 0;
	color:#000000;
	text-align:center;
	}
.project-img {
	border:1px #FFFFFF solid;
	margin:0 0 5px 0;
	}
#cat-posts-442927311 {
	background:url(images/our-projects.jpg) no-repeat left center;
	line-height:40px;
	padding:0 0 0 35px;
	font-size:25px;
	color:#007739;
	border-bottom:1px #ededed solid;
	}
.more {
	text-align:left;
	font-size:13px;
	color:#007739;
	font-style:italic;
	line-height:30px;
	}
.more a {
	color:#007739;
	text-decoration:none;
	}
.more a:hover {
	color:#007739;
	text-decoration:underline;
	}
.latest-news {
	background:url(images/latest-news.jpg) no-repeat left center;
	line-height:40px;
	padding:0 0 0 35px;
	font-size:25px;
	color:#007739;
	border-bottom:1px #ededed solid;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background:#ffc425;
	padding:15px 15px 10px 15px;
	font-size:15px;
	margin:0 0 10px 0;
	color:#000000;
	text-align:center;
	}

.wp-caption img {
	padding: 0;
	border:1px #FFFFFF solid;
	margin:0 0 5px 0;
}

.wp-caption p.wp-caption-text {
	font-size:15px;
	padding:0;
	margin: 0;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.date {
	color:#276102;
	font-style:italic;
	}
.new {
	padding:0 0 20px 0;
	}	
.new a {
	color:#313131;
	text-decoration:none;
	}
.new a:hover {
	color:#313131;
	text-decoration:underline;
	}
.footer {
	background:url(images/footer-bg.jpg) no-repeat;
	height:80px;
	text-align:center;
	padding:49px 0 0 0;
	font-size:13px;
	}
.foot-menu {
	text-transform:uppercase;
	color:#686868;
	font-size:11px;
	padding:0 0 10px 0;
	}
.foot-menu a {
	text-decoration:none;
	color:#409b22;
	padding:0 5px 0 5px;
	}
.foot-menu a:hover {
	text-decoration:underline;
	color:#409b22;
	}
a {
	text-decoration:none;
	color:#007739;
	}
a:hover {
	text-decoration:underline;
	color:#007739;
	}