/* Reset properties */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* General styling */
body {
	background: url(../images/bg.jpg) repeat-x;
	font-family: "Lucida Grande", Tahoma, sans-serif;

}

.img-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

a {
	text-decoration: none;
	color:#090;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
line-height: 22px;
	text-align: justify;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #48961f;
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
	color: #48961f;
}

h4 {
	font-size: 16px;
	color: #48961f;
}



ul {
	color: #48961f;
	list-style-image: url(../images/check.png);
	list-style-position: outside;
	font-size: 14px;
	margin-left: 20px;
	line-height: 30px;
}

/* Wrapper */

#wrapper1 {
	width: 960px;
	margin: 0 auto;
	padding-left: 0px;
}

#wrapper2 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*Header */

#header {
	width: 940px;
	height: 360px;
	background: url(../images/bg-header.jpg) no-repeat;
	margin: 0px;
}

/* Logo */

#logo {
	padding-top: 5px;
}

/* Billboard */

#billboard {
	margin-top: 35px;
	height: 240px;
	width: 960px;
}

#billboard a{
	color: #fff;
}
#billboard h1 {
	color: white;
}

#billboard p {
	color: #fff;
	width: 410px;
	text-align: justify;
}
.billboard-divider {
	height: 1px;
	background-color: #539c2d;
	border-top: 1px solid #2e6b0f;
	margin: 30px 0px;
	width: 410px;
	overflow: hidden;
}

.billboard-img {
	float: right;
	background: url(../images/featured-bg.png) no-repeat;
	margin-top: -191px;
	width: 520px;
	height: 300px;
}

#billboard-image-core {
	overflow: hidden;
}

#billboard-image-core img {
	background: url(../images/featured-bg-gradient.jpg);
	padding: 4px;
	border: 1px solid #ffffff;
	margin-left: 29px;

}

.billboard-slide ul {
	color:#fff;
	list-style-image: url(../images/check.png);
	list-style-position: outside;
	font-size: 14px;
	margin-left: 20px;
	line-height: 24px;
	width:200px;
	float:left;
}

/* Buttons */

#buttons {
	height: 80px;
}

.button {
	float: left;
	margin-right: 20px;
	margin-top: 25px;
}

.button-border-left {
	background: url(../images/button-bg-left.jpg);
	width: 5px;
	height: 30px;
	float: left;
}

.button-main {
	height: 26px;
	border-top: 1px solid #46921e;
	border-bottom: 1px solid #46921e;
	float: left;
	background: url(../images/button-bg.jpg) repeat-x;
	padding: 2px 10px 0px 10px ;
}

.button-main a {
	color: #f5f5f5;
	font-size: 13px;
}

.button-border-right {
	background: url(../images/button-bg-right.jpg);
	width: 5px;
	height: 30px;
	float: left;
}

/* Footer */

#footer {

	padding: 20px 0px;
	width:100%;
	background:url(../images/footer-bg.jpg) top left repeat-x;
	height:100px;
	margin:10px 0 0 0;
	border-bottom:1px solid #339933;
}


#footer-inner {
	width:960px;
	margin:0 auto;
	position:relative;
}

#footer p{
	color: #333333;
}

#footer a {
	color: #48961f;
}

#footer a:hover {
	text-decoration: underline;
}

/* Main content and columns styling */

#mainContent {
	width: 960px;
	overflow: hidden;
}


.left-column {
	width: 439px;
	padding-right: 30px;
	border-right: 1px solid #e8e5e5;
	float: left;
	height: auto;
	overflow: hidden;
}

.subdivision-left {
	width: 218px;
	float: left;
}
.right-column {
	width: 439px;
	padding-left: 30px;
	border-left: 1px solid #ffffff;
	height: auto;
	overflow: hidden;
}



.left-columnodd {
	width: 539px;
	padding-right: 30px;
	border-right: 1px solid #e8e5e5;
	float: left;
	height: auto;
	overflow: hidden;
}

.left-columnodd h1,.left-columnodd h2,.left-columnodd h3,.right-columnodd h3 {
	font-size:16px;
}
.left-columnodd a {
	font-size:12px;
	line-height:20px;
	color:#000;
}

.right-columnodd {
	width: 339px;
	padding-left: 30px;
	border-left: 1px solid #ffffff;
	height: auto;
	overflow: hidden;
}

.right-columnodd a {
	font-size:12px;
	line-height:18px;
	color:#000;
}

#mainContent .button {
	float: none;
	margin-top: 6px;
}

#mainContent .button p{
	margin-top: 0px;
}


/* Homepage services */

.homepage-service p {
	margin-bottom: 0px;
}

.homepage-service h4 {
	margin-top: 10px;
}
.homepage-services-divider {
	margin: 15px 0px 10px 0px;
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #e8e5e5;
	overflow: hidden;
}

/* Gallery */

.gallery-item {
	width: 200px;
	height: 185px;
	padding: 2px;
	background-color: #f5f5f5;
	margin: 5px 21px 21px 0px;
	float: left;
	border: 1px solid #dadada;
}

.gallery-item div {
	font-size:12px;
	width: 200px;
}

.galtitle {
	font-weight:bold;
}
/* CONTACT FORM */

form {
	border: none;
	font-size: 12px;
	color: #333333;
}

fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
}
.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 408px;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.info_fieldset {
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}



.contact-button {
	border: 1px solid #999999;
	background: white;
	color: #2F3738; 
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

/* Label */
label {
	width: 50px;
	font-size: 12px;
	color: #2F3738;
	font-weight: bold;
	float: left;
}

/* Input, Textarea */
input, textarea
{
padding: 3px;
border: 1px solid #999999; 
color: #2F3738; 
font-family: "Lucida Grande", Tahoma, Verdana;
font-size: 12px;
float: left;
}
input {
	width: 121px;
	margin: 0 20px;
}

textarea {
	margin: 10px 0px;
	width: 410px;
	height: 70px;

}

/* Navigation */

#navigation {
	float: right;
	padding-right: 11px;
	height: 30px;
	margin-top: 13px;
	list-style: none;
}

#navigation li {
	float: right;
	margin-left: 3px;
}

#navigation a {
	color: #000;
}

.menutab-border-left {
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/menu-border-left.jpg);
}

.menutab-border-right {
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/menu-border-right.jpg);
}

.menutab-core {
	float: left;
	height: 30px;
	background-image: url(../images/menutab-bg.jpg);
	padding: 0px 10px;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height:25px;
}


/* MISC */

.clear {
	clear: both;
}



#ie6Warning {
		background: #e3e3e3;
		border: 1px solid #bbbbbb;
		padding: 10px 10px 1p 10pxx;
		margin-top: 10px;
			width:938px;
	margin:0 auto;
	position:relative;
		}

#ie6Warning h2 {
		background: url(images/ie6-warning.gif) 0 50% no-repeat;
		padding-left: 40px;
		}


.quotestart {
	width: 960px;
	overflow: hidden;
	height:20px;
	background:url(../images/quotel.jpg) top left no-repeat;
	
}

.quoteend{
	width: 960px;
	overflow: hidden;
	height:20px;
	background:url(../images/quoter.jpg) top right no-repeat;
	margin-bottom:10px;
	
}

.wrapper {
	padding-top:8px;
}

#notice {
width: 926px;
float:left;
clear:both;
text-align:center;
padding:10px;
margin:5px;
background-color:#CC0000;
color:#FFFFFF;
border:2px solid #000000;
}
#notice strong {
font-size:14px;
font-weight:bolder;
text-decoration:underline;
margin-bottom:4px;
color:#FFFFFF;
}

#notice p {
color:#FFFFFF;
text-align:center;
}
