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, sub, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

div#wrapper {
	width:807px; 
	margin: 30px auto;
	position:relative;
}

div#shadow_l {
	float:left;
	width:7px;
	height:639px;
	background: url(../images/shadow_l.png) no-repeat center bottom;
}

div#twocolumns {
	position:relative;
	width:800px;
	height:631px;
	float:right;
	background:url(../images/twocol_bg.jpg) repeat-y;
}
 
#maincol {
	position:absolute;
	top:0;
	left:0;
	width:528px;
	border: 1px solid #CEDC53;
	border-right:none;
	background:url(../images/leftcol_bg.jpg) no-repeat right top;
	height:630px;

 }

#rightcol_outer {
	position:absolute;
	top:0;
	left:529px;
	width:269px;
	border: 1px solid #CEDC53;
	border-left:none;
	height:630px;
	background:url(../images/rightcol_bg.jpg) no-repeat top;
}

#rightcol_outer #topmenu {
	height: 32px;
	background:#6C501E url(../images/menu_bg.jpg) repeat-x;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	line-height:34px;
	padding-left:15px;
}
.current {
	padding-bottom: 8px;
	background: url(../images/menu_current.jpg) no-repeat left bottom;
}

#topmenu a {
	color:#C6DF4A;
	text-decoration:none;
}

#topmenu a:hover,
#topmenu a.active {
	padding-bottom: 8px;
	background: url(../images/menu_current.jpg) no-repeat left bottom;
}

#rightcol_inner h3 {
	padding:10px 0 0 13px;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}

#rightcol_inner ul { margin:10px 10px 0 15px; }
#rightcol_inner li { padding:5px 0; }

#rightcol_inner ul.toplist li {
	list-style:none;

}

#rightcol_inner ul.sublist li {
	list-style:disc;
	text-transform:none;

}

#rightcol_inner h2 {
	font-weight:bold;
	margin:1em;
	padding-left:42px;
	height:40px;
	background: url(../images/hotbutton_green.png) no-repeat 0 0;

}

.hbquestion {
	color: #FFF;
	text-transform:uppercase;
	font-size: 0.9em;
	}
	
#bottom_shadow {
	position:absolute;
	top:632px;
	left:7px;
	background: url(../images/shadow_b.png) no-repeat top left;
	height:9px;
	width:799px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	 content: "."; 
	 display: block;
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/* FORMATTING */
#maincol p{margin:1em 5em;}
#rightcol_inner p.new { line-height:15px; margin-bottom:10px; }
body { background:#F5E2B8 url(../images/ecovision_bg.jpg) repeat; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6E4B22;
}

#rightcol_inner p{margin:0 1em;}

address {
	font-size:8pt;
	text-align:center;
	margin: 0 0 0 20px;
}

.quote {
	margin:1em 6em;
	padding:0.5em 1em;
	background-color:#F5DFB3;
	border-top: 2px solid #CEDC53;
	border-bottom: 2px solid #CEDC53;
	text-align:center;
}

a:link, a:visited {
	color:#6E4B22;
	text-decoration:underline;
}

a:hover, a:active {
	color:#CEDC53;
	text-decoration:none;
}

hr.divider {
	 width:100%;
	 color:#BFDA4F;
}

div.spacer1, div.spacer2 {
	margin-top:30px;
	width:100%;
}
