@charset "utf-8";
body {
	background-image: url(images/main_bg.png);
	font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif;
	color: #252525;
	font-size: 11px;
	font-style: normal;
	background-color: #FFF;
	background-repeat: repeat-x;
}
h2 {
	color: #76a119;
	font-size: 20px;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h3 {
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 100;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #76a119;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #76a119;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.keyword {
	color: #FFF;
}



.center_div {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	line-height: 100px;
	height: 100px;
	width: 940px;
	float: left;
}
.header #logo {
	margin-top: 26px;
	float: left;
}
.navbar {
	float: right;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}

.navbar ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	float: left;
}

.navbar li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
}
.navbar li a:hover {
	color: #acd373;
}
.navbar li.current_page_item a {
	background-image: url(images/navbar_selected_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
	padding-right: 12px;
	display: block;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.navbar li.current_page_item a span {
	background-image: url(images/navbar_selected_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
.banner {
	float: left;
	height: 400px;
	width: 940px;
}
.banner_text {
	float: right;
	width: 365px;
	margin-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d7d7d7;
	line-height: 20px;
	font-size: 14px;
}
.banner_text a {
	color: #ACD373;
	border-bottom-color: #ACD373;
}

.banner #portfolio_img {
	margin-top: 50px;
	float: left;
}
.getintouch {
	float: right;
	width: 365px;
	margin-top: 20px;
	border: none;
}
.getintouch a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content {
	float: left;
	width: 940px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
.column1 {
	width: 290px;
	line-height: 22px;
	float: left;
}
.column2 {
	width: 290px;
	line-height: 22px;
	float: left;
	margin-left: 35px;
}
.column3 {
	width: 290px;
	line-height: 22px;
	float: left;
	margin-left: 35px;
}
.footer_bg {
	background-image: url(images/footer_bg_tile.png);
	background-repeat: repeat-x;
	clear: both;
}
.footer {
	background-image: url(images/footer_bg.png);
	width: 940px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 224px;
	padding-top: 30px;
	color: #d7d7d7;
}

.footer a {
	color: #ACD373;
	border-bottom-color: #ACD373;
}

.footer ul li {
}
.footer ul li a {
	color: #d7d7d7;
	width: 270px;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424237;
	background-image: url(images/footer_bullet2.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.footer ul li a:hover {
	color: #FFF;
}
.footer_column1 {
	height: 150px;
	float: left;
	width: 290px;
}
.ftcolumn2 {
	float: left;
	margin-left: 35px;
	line-height: 22px;
}
.footer_column3 {
	width: 290px;
	margin-left: 35px;
	float: left;
	height: 150px;
	line-height: 22px;
}


.bottom_line {
	clear: both;
	width: 940px;
	margin-top: 25px;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: right;
}
.bottom_line a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottom_line a:hover {
	color: #FFF;
}
