@charset "utf-8";
/* CSS Document */

* html body { behavior:url(csshover.htc); /* IE6 only */ }
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#347430;
	background-color:#347430;
	background-image:url(../img/pattern.gif);
}
a {
	color:#347430;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
} 
h1 {
	font-size:1.67em;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:1.33em;
}
h3 {
	font-size:1.1em;
}
/* Layout */
#wrapper {
	margin:50px auto;
	width:746px;
}
#faux {
	background:#fff;
	margin: 0px 0px;
	width: 100%;
	overflow:visible;
}
* html #faux { overflow: auto; /* Paul O Brien Fix for IE */ } /* IE6 only */
* + html #faux { overflow: auto; /* Paul O Brien Fix for IE */ } /* IE7 only */
#leftcolumn {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 214px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 532px;
	display: inline;
	position: relative;
}
#content {
	margin-right:7px;
	padding:7px 14px;
	background-color:#D1E231;
}
.clear {
	clear: both;
	background: none;
}
/* End of layout */
h3#powered {
	float:right;
}
#powered a {
	background:url(../img/powered_by_vanner.gif) no-repeat top center scroll;
	height:27px;
	text-indent:-9999px;
	width:121px;
	display:block;
	padding-right:14px;
}
#powered a:hover {
	border-bottom:none;
}
#footer p.copy {
	color:#347430;
	font-size:.8em;
	float:left;
}
img#logo {
	border:none;
}
img.banner {
	padding: 7px 7px 7px 0;
}
div.bannerPhoto {
	width:532px;
	height:451px;
	background:url(../img/banner_intro_bg.jpg) no-repeat;
}
#rightcolumn .bannerPhoto div {
	position:relative;
	width:265px;
	height:140px;
	top:293px;
	left:230px;
	font-size:1.0em;
	font-weight:normal;
	color:#fff;
}
#rightcolumn .bannerPhoto div h1 {
	color:#ffcb05;
	font-weight:bold;
	font-size:1.0em;
	margin:0;
	text-transform:none;
}
#rightcolumn .bannerPhoto div h2 {
	color:#fff;
	font-weight:normal;
	font-size:1.0em;
	margin:0;
}
dt {
	font-weight:bold;
	margin:1em 0 .3em 0;
}
dd {
	margin-left:7.5em;
	border-left:#fff 1px solid;
	padding-left:.5em;
}
dd.groove {
	margin-bottom:.3em;
}