/* @group Body Styles */

/* @group Reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;} table, td, th {vertical-align: middle;} blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";} a img {border: none;} :focus {outline: 0;} /* @end Reset */

html {
	background: #147d3c;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 13px/18px Arial, sans-serif;
	background: #147d3c url(../images/bg.gif) repeat-x left top;
}

a {
	outline: none;
}

em {
	font-style: italic;
}

img {
	display: block;
}

.clear {
	clear:both;
}

/* @end */

/* @group Container */

#container {
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;
}

#container-inner {
	background: #eee;
	max-width: 1240px;
	min-width: 960px;
	margin: 0px 20px;
	-webkit-box-shadow: 0px 0px 20px #0d4521;
}

/* @end */

/* @group Header */

#header {
	background:#222 url(../images/logo.gif) no-repeat 7% center;
	min-height: 152px;
}

/* @group Logo */

#logo {
	float: left;
	text-indent: -9999px;
}

/* @end */

/* @group Quote */

#quote {
	padding: 40px 0;
	float:right;
	text-align: right;
	font-size: 19px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	margin: 0 5% 0 0;
	width:45%;
}

#quote small {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	margin-right: 15px;
	color: #bbb;
}

#header .our-name {
	width: 50% !important;
}

#header .services-overview {
	width: 30% !important;
}

/* @end */

/* @end */

/* @group Navigation */

#navigation {
	background:#7ac36b url(../images/nav-bg.jpg) no-repeat 5% top;
	height: 50px;
	/*overflow: hidden;*/
}

#nav {
	list-style: none;
	float: right;
	margin-right: 5%;
	width: 370px;
	/*width: 510px;*/
}

#nav li {
	display: inline;
	/*float: left;*/	
}

#nav li a {
	float: left;
	display: inline;
	/*display: block;*/
	height: 50px;
	margin-left: 10px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

#nav li a.active {
	background-position: 0px -50px;
}

#nav-home a {
	width: 65px;
	background-image: url(../images/nav-home.png);
}

#nav-about a {
	width: 75px;
	background-image: url(../images/nav-about.png);
}

#nav-services a {
	width: 97px;
	background-image: url(../images/nav-services.png);
}

#nav-investments a {
	width: 130px;
	background-image: url(../images/nav-investments.png);
}

#nav-contact a {
	width: 93px;
	background-image: url(../images/nav-contact.png);
}

/* @end */

/* @group Main Image */

#main-image {
	height: 200px;
	background: url(../images/main-image.jpg) no-repeat center top;
}

/* @end */

/* @group Content */

#content {
	/*position: relative;*/
	background: #fff url(../images/content-bg.gif) repeat-x left top;
	padding-left: 5%;
	padding-bottom: 10px;
}

/* @group Home Specific */

/* @group Home Image */

#home-image {
	width: 62%;
	height: 45em;
	float: left;
	margin: 30px 0 20px 0;
	overflow: hidden;
}

#home-image-1, #home-image-2, #home-image-3, #home-image-4, #home-image-5, #home-image-6 {
	width: 744px;
	height: 50em;
	overflow: hidden;
	color: #fff;
}

#home-image-1 {
	background: url(../images/home-image-1.jpg) no-repeat center top;
}

#home-image-2 {
	background: url(../images/home-image-2.jpg) no-repeat center top;
}

#home-image-3 {
	background: url(../images/home-image-3.jpg) no-repeat center top;
}

#home-image-4 {
	background: url(../images/home-image-4.jpg) no-repeat center top;
}

#home-image-5 {
	background: url(../images/home-image-5.jpg) no-repeat center top;
}

#home-image-6 {
	background: url(../images/home-image-6.jpg) no-repeat center top;
}

/* @end */

/* @group Home Text */

#home-text-container {
	position: relative;
}

#home-text {
	width: 329px;
	/*width: 28%;*/
	margin: 30px 5% 0 0;
	position: absolute;
	right: 0;
	background: #fff;
	/*float: right;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 999;
}

#home-text h2 {
	background: #399247;
	padding:10px;
	color: #fff;
	font-size: 15px;
	margin: 10px 10px 18px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}

#home-text h3 {
	padding:10px;
	color: #007c35;
	font-size: 15px;
	margin: 18px 20px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	background: #e1e9d2;
}

#home-text p {
	margin: 18px 20px;
}

#home-text ul {
	margin: 18px 40px;
}

#home-text .readmore {
	color: #777;
	font-weight: bold;
	margin: 18px 20px 20px 20px;
}

#home-text a:link,
#home-text a:visited {
	color: #007c35;
}

/* @end */

/* @end */

/* @group Sub-Navigation */

#sub-navigation {
	float: left;
	display: inline;
	width: 19%;
	margin-right: 5%;
	/*margin-top: 122px;*/
	/*margin-top: 99px;*/
	margin-top: 42px;
	color: #555;
}

#sub-nav {
	border-top: double 3px #ccc;
	margin-bottom: 45px;
}

#sub-nav,
#sub-nav ul {
	list-style: none;
}

#sub-nav li {
	border-bottom: double 3px #ccc;
	position: relative;
	font-weight: bold;
	/*background: url(../images/sub-nav-border.gif) no-repeat right bottom;
	margin-bottom: -1px;
	padding-right: 20px;*/
}

#sub-nav li li {
	border-top: solid 1px #ccc;
	border-bottom: none;
	position: relative;
	font-weight: normal;
	/*background: url(../images/sub-nav-border.gif) no-repeat right bottom;
	margin-bottom: -1px;
	padding-right: 20px;*/
}

.sub-nav-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}

#sub-nav li span {
	width: 10px;
	height: 20px;
	background: url(../images/indicator.gif) no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 9px;
	margin-right: -10px;
}

#sub-nav .active {
	font-weight: bold;
	background: url(../images/active-bg.png) no-repeat right center;
}

.here a {
	background: url(../images/active-bg.png) no-repeat right center;
}

.here ul li a {
	font-weight: normal !important;
	background: none !important;
}

#sub-nav a:link,
#sub-nav a:visited {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 10px 35px 10px 10px;
}

#sub-nav ul a:link,
#sub-nav ul a:visited {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 5px 35px 5px 5px;
}

.sub-sub,
.sub-level-1 {
	font-size: 11px;
	padding-left: 25px !important;
	background: url(../images/sub-sub.gif) no-repeat 10px center;
}

/* @end */

/* @group Main Content */

#main-content {
	width: 49%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

#main-content a:link,
#main-content a:visited {
	color: #187d3c;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

#main-content a:hover {
	color: #333;
	border-bottom: solid 1px #999;
}

#main-content h2 {
	background: #fff url(../images/h2-logo.gif) no-repeat right center;
	margin: 30px 0 20px 0;
	padding: 20px 70px 20px 20px;
	font-size: 30px;
	line-height: 30px;
	color: #71a648;
	text-transform: uppercase;
	border-bottom: solid 10px #a9cbae;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	font-weight: bold;
}

.tl,
.tr {
	height: 10px;
	width: 10px;
	position: absolute;
	display: block;
	top: 0;
}

.tl {
	left:  0;
	background: url(../images/h2-bg-left.gif) no-repeat right top;
}

.tr {
	right:  0;
	background: url(../images/h2-bg-right.gif) no-repeat right top;
}

#main-content h3 {
	margin: 18px 20px -9px 20px !important;
	color: #147d3c;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

#main-content h3 em {
	font-weight: normal;
	font-style: normal;
}

#main-content p {
	margin: 18px 20px;
}

#main-content ul,
#main-content ol {
	margin: 18px 60px 18px 45px;
}

#main-content img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

ul#contact-details {
	margin: 18px 20px;
	list-style: none;
	border-top: solid 1px #ccc;
}

ul#contact-details ul {
	margin: 5px 0px -3px 15px;
	list-style: none;
}

ul#contact-details li {
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}

ul#contact-details ul li {
	padding: 5px 0;
	border-bottom: none;
	border-top: dashed 1px #ccc;
}

#main-content .label,
#main-content .label-add {
	display: block;
	float: left;
}

#main-content .label {
	width: 225px;
}

#main-content .label-add {
	color: #555;
	width: 210px;
}

#main-content .readmore {
	background: #eee;
	margin: 20px 0 5px 0 !important;
	font-size: 15px;
	padding: 10px 20px;
	font-weight: bold;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #147d3c;
}

#main-content .read-more-list {
	margin: 5px 20px 18px 45px !important;
}

/* @end */

/* @group Image */

#images {
	width: 18%;
	float: right;
	display: inline;
	margin-right: 5%;
	margin-top: 134px;
	/*margin-top: 111px;*/
	/*margin-top: 54px;*/
	overflow: hidden;
}

.image {
	margin-bottom: 40px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #373737 url(../images/footer-bg.gif) no-repeat 5% top;
	padding: 15px 0;
	color: #bbb;
	border-top: solid 5px #00a84b;
	clear: both;
}

#footer a {
	color:#bbb;
}

.footer-left {
	float:left;
	margin-left: 5%;
}

.footer-right {
	float: right;
	margin-right: 5%;
	font-size: 11px;
}

/* @end */