/* Reset default browser CSS
-------------------------------------------------------------- */
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,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:baseline;
}em{font-style:italic;}strong{
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{font-weight:normal;}

/* Layout Settings
-------------------------------------------------------------- */
html {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.color1 {
	color: #4D8D29;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #696666;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

#wrapper {
	background: url(images/content-bg.jpg) bottom left repeat-x #FFF;
	width: 920px;
	padding: 10px 20px;
	margin: 15px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #c6c6c6;
}

/* Header Settings
-------------------------------------------------------------- */
#header {
	margin-bottom: 10px;
}

.logo a {
	display: block;
	width: 288px;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#navigation li {
	float: left;
	border-right: 1px solid #67bd37;
	padding-right: 8px;
	margin-right: 8px;
}

#navigation li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#navigation li a {
	font-weight: normal;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
#navigation li a:hover {
	color: #58A330;
}

#navigation li .current {
	font-weight: bold;
	font-size: 14px;
	color: #58A330;
	text-decoration: none;
}

/* Content Settings
-------------------------------------------------------------- */
.featured {
	width: 960px;
	background: url(images/main-img-bg.png) no-repeat left bottom;
	padding-bottom: 24px;
	margin: 0 0 10px -20px;
}


#content {
	width: 700px;
}
#contentInner {
	width: 899px;
}

.tagline {
	margin-bottom: 15px;
}

.tagline h2 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	margin-bottom:5px;
	letter-spacing:-1px;
}

.tagline h3 {
	color: #356e3b;
	font-weight: bold;
	font-size: 15px;
	margin:0px;
	padding:0px;
}

.tagline p {
	font: 15px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#about-us li {
	float: left;
	width: 193px;
	margin-right: 52px;
}

#about-us li:last-child {
	margin-right: 0;
}

#about-us li h3, #about-us li h3 a {
	color: #282927;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

#about-us li h3 span {
	color: #67be36;
}

#about-us li img {
	border: 2px solid #67bd37;
	margin: 5px 0 10px;
}

#about-us li p {
	font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#updates {
	background: url(images/border.png) left top repeat-y;
	padding-left: 17px;
	width: 195px;
}

#updates h3 {
	font-weight: bold;
	font-size: 16px;
	color: #292b2b;
	margin-bottom: 20px;
}

#updates li {
	background: url(images/arrow.png) top left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
}

#updates a {
	color: #696666;
	text-decoration: none;
}


/* Search Settings
-------------------------------------------------------------- */
.gsc-control-cse { font-family: Arial, sans-serif; border-color: #ffffff; background-color: #ffffff; }
input.gsc-input { border-color: #dfe2df; width:200px; margin-right:-63px; margin-bottom:8px; z-index:9999 }
input.gsc-search-button {
	text-transform: uppercase;
	font-size: 11px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 85px;
	background-color:transparent;
	border:none;
	color: transparent;
	
}
.gsc-tabHeader.gsc-tabhInactive { border-color: #999999; background-color: #777777; }
.gsc-tabHeader.gsc-tabhActive { border-color: #333333; background-color: #333333; }
.gsc-tabsArea { border-color: #333333; }
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult { border-color: #FFFFFF; background-color: #FFFFFF; }
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover { border-color: #000000; background-color: #FFFFFF; }
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b { color: #444444; }
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b { color: #444444; }
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b { color: #444444; }
.gsc-branding-text, .gsc-branding-img { display: none; }
.gsc-input input { border: 1px solid #DFE2DF !important; }

/* Footer Settings
-------------------------------------------------------------- */
#footer {
	width: 900px;
	margin: 20px auto 0;
}

#footer li {
	float: left;
	font-size: 11px;
	color: #767373;
}

#footer li a {
	color: #767373;
	text-decoration: none;
}

#footer .designed {
	border-left: 1px solid #6ea673;
	padding-left: 10px;
	margin-left: 10px;
}
/*=============================== Contact Form ==================================*/

#form_box {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#form_box div {
	padding:11px;
	width:600px;
}
#form_box span {
	padding-right:11px;
	float:left;
	width:100px;
}
#form_box div.hr {
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
#form_box .forInput {
	padding:2px;
}
#log {
	width: 700px;
	margin-top: 10px;
	font-size:12px;
}
#log_res {
	overflow: auto;
}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
#form_box input#forButton {
	position:relative;
	left:118px;
	top:0px;
	background-image: url(images/submit.jpg);
	height: 30px;
	width: 114px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
