@charset "utf-8";
/* CSS Document */

/* Main stuff */
#wrapper {
	margin:15px auto 0;
	width:960px;
}
#footerWrap {
	margin:15px auto 0;
	width:960px;
}
#contentarea h1#superheader {font-size:9px;line-height:9px;color:#337931;text-align:center;position:absolute;top:0;left:0;width:960px;z-index:100;} /*B2CFA1*/
#contentarea {width:980px;margin:auto; position:relative;}
#content {}
#bodycontent {padding:30px 50px;}

/* Main Page */
#homecontent {
	width:100%;  /*980px*/
	position:relative;
	clear:both;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
#homecontent #hc_left {
	width:304px;
/*	position:absolute;
	left:0; top:0;*/  /*hehehehe. now THAT is how you get around rising-footers (not quite as bad as rising-damp) */
	padding:10px;
}
#homecontent #hc_middle {
	width:304px;
	position:absolute;
	left:327px; top:0;
	padding:10px;
}
#homecontent #hc_right {
	width:304px;
	position:absolute;
	left:654px; top:0;
	padding:10px;
}

.mailwrap {width:290px;margin:auto;clear:left;}
.mailwrap .mailtitle {width:40px;float:left;margin:5px;padding:2px 0;}
.mailwrap .mailinput {width:220px;float:left;margin:5px;}
.mailwrap .mailinput input {width:100%; background-color:#A1A66E; border: 1px solid #B2CFA1;}
.mailwrap .mailbutton {text-align:right;padding:0 13px;float:right;}
.mailwrap .mailbutton input {border: 0;margin:5px 0;}

