body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #34A900;
}
img {
	display:block;
}
#container {
	width: 980px;
	margin-right:auto;
	margin-left:auto;
}
/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
	height: 105px;
}
#logo {
	height: 105px;
	float: left;
}
#tagline {
	background-image: url(../images/backg_bana.gif);
	background-repeat: no-repeat;
	height: 45px;
	float: left;
	width: 726px;
	padding-top: 60px;
	padding-right: 45px;

}
.heading {
	text-align: right;
}
/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background-image: url(../images/backg_content.gif);
}
/* 2 column left menu settings */
	.leftmenu {
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 0 0 210px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col1 img {
	display: block;
}
.leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:180px;
}
/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width: 100%;
	margin-right: 10px;
	margin-left: 10px;
}
#menu {
	/*height: 189px;*/
	width: 147px;
	background-color: #31AD00;
}
#menutop {
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 147px;
	line-height: 0;
	font-size:1px;
}
#menubottom {
	background-image: url(../images/menu_bot.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 147px;
}
#menucontainer {
	width: 147px;
	margin-left: auto;
	margin-right: auto;
}
#sidebanner {
	width: 147px;
	margin-left: auto;
	margin-right: auto;
}
#sidetop {
	background-image: url(../images/fade1.gif);
	background-repeat: no-repeat;
	height: 19px;
}
#sidecontent {
	background-image: url(../images/fade1.gif);
	background-repeat: no-repeat;
}
#base {
	clear:both;
	float:left;
	width:100%;
	background-image:url(../images/base.gif);
	background-repeat: no-repeat;
	height: 32px;
}
#leftfooter {
	background-image: url(../images/basefade1.gif);
	width: 37px;
	float: left;
	height: 131px;
}
#sitelinks {
	background-image: url(../images/basefade2.gif);
	float: left;
	width: 643px;
	height: 131px;
}
#dynamics {
	float:left;
	width: 279px;
	height: 131px;
}
#contentcols {
	width: 725px;
}
#contenttop {
	background-image: url(../images/fade2.gif);	
	height: 19px;
}
#contentcolcontainer {
	
	background-image: url(../images/backg_grey.gif);
	background-repeat: repeat-x;
}
#widetitle {
	clear:both;
}
#widecontent {
	background-image: url(../images/backg_grey.gif);
	background-repeat: repeat-x;
	float:left;
	padding-left: 30px;
	padding-top: 10px;
	width: 695px;
}
#thintitle {
	float: left;
	width: 452px;
}
#thincontent {
	background-image: url(../images/backg_grey.gif);
	background-repeat: repeat-x;
	float:left;
	width: 452px;
	padding-left: 30px;
	padding-top: 10px;
}
#thinc1 {
	float:left;
	width: 216px;
	padding-right: 10px;
}
#thinc2 {
	float:left;
	width: 215px;
	padding-left: 10px;
}
#thinimage {
	float:right;
	width: 243px;
}
.point {
	clear:both;
}
.pointimg {
	float:left;
	width:80px;
}
.pointtitle {
	/*float:left;*/
}
.pointdiv {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	height:60px;
	clear: both;
}
/* contact form */
.subform {
    margin: 0 0 0 0;
    text-align: left;
}
.subform p {
    width: 100%;
    clear: left;
    margin: 0;
    padding: 0px 0 1px 0;
    margin-top: 4px;
    _height: 18px;
    min-height: 18px;
}
.subform p label {
    width: 9.0em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-size: 100%;
}
.subform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}