/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:2em;
		color:#839e7b;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#5f974e;}
a:hover{text-decoration:none;}
p {padding-top:5px;}
#row2 p {padding-top:12px;}

/* ============================= main layout ====================== */

.link {background:url(images/link-bg.gif) no-repeat top right; padding-right:11px; float:right; display:block; margin-top:20px; font-size:10px; text-transform:uppercase; line-height:12px;}
#row2 .link {margin-top:35px;}

li {color:#5f974e; font-size:1.273em; line-height:1.5em;}

.imgindent {margin:0 30px 0 0; float:left;}
#row1 .title {margin:-8px 0 21px 0;}
#row2 .title {background:url(images/title-tail.gif) bottom repeat-x; padding-bottom:2px; margin-bottom:24px;}

/* ============================= header ====================== */

#header span {float:right; font-size:0.917em; text-transform:uppercase; display:block; padding:44px 20px 0 0;}
.logo {margin:26px 0 17px 48px;}
.menu {margin-left:20px; background:url(images/menu-bg.jpg) top left no-repeat; padding:58px 0 56px 30px;}

/* ============================= content ====================== */

#row1 {background:#142e0c url(images/row1-tail-bg.gif) repeat-y top center;}
#row1 .main {background:url(images/row1-bg.gif) top left no-repeat;}
#row1 .indent {padding:40px 50px 57px 20px;}

#row2 {background:#0d1f08 url(images/row2-tail-bg.gif) top repeat-x; font-size:0.917em; line-height:1.636em; color:#8ea487;}
#row2 .main {background:url(images/row2-bg.gif) top left no-repeat;}
#row2 .indent {padding:29px 50px 46px 20px;}

.col-pad {padding-right:29px;}
.col-pad2 {padding-right:60px;}
.indent1 {padding:0 37px 0 21px;}
.indent2 {padding:0 0 0 21px;}
.text2 {color:#cedbca; font-size:1.25em; line-height:1.6em;}
#row2 .text2 {font-size:1.273em; line-height:1.5em;}
.text3 {line-height:1.5em;}
.phone {float:right; margin-right:70px;}

/* ============================= footer ====================== */

#footer a {color:#839e7b; text-decoration:none;}
#footer a:hover {text-decoration:underline;}


/* ============================= forms ============================= */


#ContactForm .rowi {height:26px;}
#ContactForm .link {margin-left:12px;}

.input {width:215px; height:18px; border:1px solid #b4b4b4; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:215px; height:69px; border:1px solid #b4b4b4; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
