/*~~~~~~~~~~~~ [ General Layout ] ~~~~~~~ */

div#maincontainer {
	background-color: #a5d664;
	text-align: center;
	padding: 30px 0;
}

div#globalcontainer {
	  min-width: 1000px; /* sets min-width value for all standards-compliant browsers */
}

* html div#globalcontainer { 
   width: expression( document.body.clientWidth < 1000 ? "1000px" : "auto" ); /* set min-width for IE */
   min-width: 1000px; /* sets min-width value for all standards-compliant browsers */
}
/*~~~~~~~~~~~~ [ Header ] ~~~~~~~ */

div#header {
	background: url('img/header-bg.jpg') repeat-x left top;
}

div#headergrass {
	background: url('img/header-grass-bg.jpg') repeat-x 638px bottom;
}

div#headertree {
	background: url('img/header-tree-bg.jpg') no-repeat left bottom;
}

div#headerroad {
	background: url('img/header-road-bg.gif') no-repeat scroll right bottom;
	height: 320px;
	height: 465px;
	position: relative;
}

div#headerslogan {
background:  url('img/slogan-bg.gif') no-repeat right 200px;

}

div#hdrbanner {
	height: 320px;
	text-align: center;
	padding-top: 67px;
	margin-right: 380px;
}

div#hdrbanner div {
	float: right;
	width: 445px; 
	height: 320px;
	background: url('img/banner-bg.gif') no-repeat ;
	text-align: left;
}

div#hdrbanner div ul {
	list-style: none;
	padding: 20px 30px 0 170px;
}

div#hdrbanner div ul li {
	background: url('img/servmenu-bg.gif') no-repeat left 50%;
	padding: 3px 0 3px 25px;
	border-bottom: 1px solid #994127;	
}

div#hdrbanner div ul li.last {
	border: none !important;
}

div#hdrbanner div ul li a {
	text-decoration: none !important;
	font-size: 11pt;
	font-weight: bold;
	color: #f7e195;
}

a#headerlogo {
	width: 204px; 
	height: 145px;
	position: absolute;
	left: 0px;
	right: 0px;
}


ul#techmenu {
	position: absolute;
	right: 9px;
	top: 9px;
	list-style: none;
}


/*~~~~~~~~~~~~ [ Subline ] ~~~~~~~ */

div#subline {
	background:#387303 url('img/subline-bg.gif') repeat-x left top;
	height: 116px;
}

div#subline table {
	width: 100%;
	height: 116px;
}
div#subline table td {
	text-align: center;
	padding-top: 12px;
}

div#subline table td a {
	color: #fff;
	text-decoration: none;
}

div#subline table td h3 {
	background-color: #62a223;
	font-size: 100%;
	width: 172px;
	margin: 5px auto 0 auto;
	padding: 2px;
}

/*~~~~~~~~~~~~ [ Left column ] ~~~~~~~ */



/*~~~~~~~~~~~~ [ Footer ] ~~~~~~~ */

div#footer {
	color: #1f3a00;
	font-size: 90%;
	background: #b8e47b url('img/footer-bg.gif') repeat-x left top;
}

div#footerinner {
	padding: 25px 0 10px 25px;
	background: url('img/footer-logo-bg.jpg') no-repeat right top;
	height: 60px;
}

div#footerright {
	float: right;
	text-align: right;
	margin: 5px 30px 0px 0px;
}

/*~~~~~~~~~~~~ [ Content ] ~~~~~~~ */

div#contentblock {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}

ul.twocolumns {
	list-style: none;
}

ul.twocolumns li {
	float: left;
	width: 41%;
	padding: 0;
	margin: 0 3.5% 0 3.5%;
}

div#boxform {
	background-color: #dff8be;
	margin: 30px 40px;
	padding: 25px 0px;
}

div.formrow {
	height: 30px;
}

div.formrow label {
	display: block;
	float: left;
	width: 120px;
	padding-right: 24px;
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
}

div.formrow input, div.formrow select {
	width: 175px;
}

div.boxitem {
	float: left;
	width: 200px;
	margin: 40px;
	text-align: center;
}

div.boxitem h3 {
	background-color: #d8efbb;
	color: #ff0000;
	font-size: 9pt;
	height: 28px;
	padding: 3px;
}

div.boxitem dl dd, div.boxitem dl dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}

div.boxitem dl dd input, div.boxitem dl dt input {
	background: url('img/boxbutton-bg.gif') no-repeat left top;
	border: none;
	width: 94px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

div.boxitem dl dd {
	text-align: left;
}

div.boxitem dl dt {
	text-align: right;
}

div.boxitem dl dd input {
	color: #5a5a5a;
}

div.boxitem dl dt input {
	color: #a90000;
}

input.formbtn {
	background: url('img/searchbtn-bg.gif') no-repeat scroll top left;
	width: 184px;
	height: 29px;
	border: none;
	margin-left: 139px;
	color: #a90000;
	font-weight: bold;
	cursor: pointer;
}
/*~~~~~~~~~~~~ [ Index ] ~~~~~~~ */

div.newsitem {
	float: left;
	width: 45%;
	padding-right: 4%;
	min-height: 90px;
	margin-bottom: 30px;
	font-size: 90%;
}

div.newsitem img {
	border: 1px solid #808082;
}

div.newsitem code {
	color: #42493a;
}

div.newsimg {
	float: left;
	width: 120px;
}

div.newstext {
	margin-left: 120px;
}

div.newstext h3 {
	font-size: 100%;
	margin: 0;
}

/*~~~~~~~~~~~~ [ widgets ] ~~~~~~~ */

.clearfix:after {
    content: ".";
 	display: block;
    height: 0; 
    clear: left; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


