@charset "UTF-8";
body  {
	font: 14px Helvetica, Arial, sans-serif;
	background: #54A815 url(../amicus/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixLt #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 0px;
}
.twoColFixLt #header {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 314px;
	background: #54A815 url(images/web3-home-4a_01.jpg) no-repeat;
	text-align: left;
	
}
.twoColFixLt #container #header .logo {
	float: left;
}

.twoColFixLt #header ul {
	margin: 0;
	padding: 30px 170px 0 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #00CCFF;
	font-size: 14px;
	font-style: normal;
}
.twoColFixLt #header li {
	display: inline;
	font-style: normal;
	color: #00CCFF;
}
.twoColFixLt #header a:link, .twoColFixLt #header a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.twoColFixLt #header a:hover {
	text-decoration: none;
	color: #000033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
#mainimage {
	background-image: url(images/web3-home-4_02.jpg);
	height: 459px;
	width: 990px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
#mainimageservices {
	background-image: url(../amicus/ecoweb/img/services/services.jpg);
	height: 208px;
	width: 992px;
	margin-bottom: 0px;
}
.twoColFixLt    #sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 40px;
	margin: 0px;
	clear: both;
	height: 700px;
}
.twoColFixLt #container #sidebar .rule {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #859E1B;
	padding-left: 5px;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 25px;
}
.twoColFixLt #sidebarservices {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat 35px 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	clear: both;
	width: 200px;
	height: 700px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	display: inline;
}
.twoColFixLt #sidebarservices ul {
	margin: 5 0 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #006633;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: -10px;
	padding-left: 0px;
	padding-right: 0px;
}
.twoColFixLt #sidebarservices li {
	display: list-item;
	list-style-type: none;
	padding-bottom: 7px;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 0px;
	color: #669966;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 5px;
}
.twoColFixLt #container #mainContent .prod {
	padding-right: 0px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
.twoColFixLt #container #mainContent ul {
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-right: 100px;
	margin-bottom: 9px;
}
.twoColFixLt #container #mainContent li {
	padding-bottom: 15px;
}
.twoColFixLt #container #mainContent .small {
	padding-right: 140px;
	font-size: 14px;
	color: #003300;
}
.twoColFixLt #container #mainContent .rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	margin-right: 80px;
	line-height: 0px;
}
.twoColFixLt #container #mainContent .prod img {
	line-height: 0px;
	margin: -5px 0px 0px;
}
.twoColFixLt #container #sidebarservices a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	
}
.twoColFixLt #container #sidebarservices a:visited {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
.twoColFixLt #container #sidebarservices a:hover {
	color: #000000;
	font-weight: bold;
}
.twoColFixLt #container #sidebarservices a:active {
	color: #BFE125;
	background-image: url(../amicus/ecoweb/img/greenline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
.twoColFixLt #container #sidebarservices .menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #BFE125;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.twoColFixLt #container #sidebarservices img {
	padding-top: -100px;
}
.twoColFixLt #container #sidebar .title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}
.twoColFixLt #sidebarwork {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	clear: both;
	width: 200px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 30px;
	display: inline;
	padding-top: 25px;
	background-image: url(img/bg_prodlist.jpg);
	background-repeat: no-repeat;
	background-position: 12px top;
}
.twoColFixLt #sidebarwork ul {
	margin: 20 0 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #789319;
	font-size: 100%;
	font-weight: normal;
	line-height: 2.5em;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixLt #sidebarwork li {
	display: list-item;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #839447;
	padding-bottom: 0px;
	text-decoration: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLt #container #sidebarwork a:link {
	color: #809520;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #sidebarwork a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #sidebarwork a:hover {
	color: #333333;
}
.twoColFixLt #container #sidebarwork a:active {
	color: #BFE125;
	text-decoration: none;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 90px 15px 30px;
} 
.twoColFixLt #container #mainContent .subhead {
	font-size: 16px;
	font-weight: bolder;
	color: #006600;
	text-transform: uppercase;
	padding: 0px;
}
.twoColFixLt #container #mainContent tableheading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.twoColFixLt #container #mainContent .recentworkH {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BFE125;
}
.twoColFixLt #container #mainContent .recentwork {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
}
.twoColFixLt #container #mainContent img {
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.twoColFixLt #container #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
}






.twoColFixLt #container #footerhome {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px;
	border-top-color: #CCCCCC;
	height: 232px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 990px;
	background-image: url(images/footerhome_05.jpg);
}


.twoColFixLt #footerhome ul {
	margin: 0;
	padding: 15px 412px 0 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #BFE125;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.twoColFixLt #footerhome li {
	display: inline;
	font-style: normal;
}
.twoColFixLt #footerhome a:link, .twoColFixLt #footerhome a:visited {
	text-decoration: none;
	color: #333300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.twoColFixLt #footerhome a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}






.twoColFixLt #container #footer {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px;
	border-top-color: #CCCCCC;
	height: 368px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 990px;
	background-image: url(images/web3-home-4a_04.jpg);
} 

.twoColFixLt #footer ul {
	margin: 0;
	padding: 145px 412px 0 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #BFE125;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.twoColFixLt #footer li {
	display: inline;
	font-style: normal;
}
.twoColFixLt #footer a:link, .twoColFixLt #footer a:visited {
	text-decoration: none;
	color: #333300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.twoColFixLt #footer a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #FFFF00;
	padding: 0px;
	font-weight: bolder;
}
h1super {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFF00;
	padding: 0px;
	font-weight: lighter;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #BFE124;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #7F9A1B;
	font-size: 1.9em;
	font-weight: bold;
	margin: 0px 0px -20px;
	padding: 0px;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BA529;
	color: #333333;
	letter-spacing: 0.03em;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4em;
	margin-right: 70px;
}
.twoColFixLt #container #mainContent a {
	font-family: Helvetica, Arial, sans-serif;
}
.p3 {
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 1.7em;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #336600;
	font-family: Helvetica, Arial, sans-serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: None;
	line-height: 0px;
}




.p2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	font-style: normal;
	padding-bottom: 5px;
	text-transform: none;
	padding-top: 0px;
	top: 0px;
	padding-right: 0px;
}

span.green {
	color:#336633;
}.p2italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #FFFFFF;
	font-style: normal;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-top: 3px;
	top: 0px;
	padding-right: 3px;
	background-color: #9AB238;
	padding-left: 3px;
	border: medium solid #9AB238;
}
.twoColFixLt #container #mainContent Super {
	font-size: 4px;
	vertical-align: super;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt #container #mainContent h1 super {
	font-size: 9px;
	vertical-align: super;
}
.twoColFixLt #container #mainContent .flags {
	margin: 5px 5px 15px;
	float: left;
}
.twoColFixLt #container #mainContent .prodrecommend {
	text-transform: uppercase;
	border: 1px dotted #006600;
	padding-left: 7px;
	background-color: #FF9900;
	font-size: 14px;
	color: #006600;
	width: 75px;
	font-weight: bold;
	padding-top: 4px;
}

.twoColFixLt #container #mainContent .prodrecommend a:visited {
	text-decoration: none;
	color: #006600;
}

.twoColFixLt #container #mainContent .prodrecommend a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLt #container #mainContent .prodrecommend a {
	text-decoration: none;
}
.twoColFixLt #container #sidebarservices a.current {
	color: #FFFFFF;
}
.twoColFixLt #container #header .woodland {
	padding-top: 105px;
	padding-right: 50px;
	float: right;
	z-index: 2;
}
