#page_bg {
	background-color: white;
	padding: 0px 0;
	margin-bottom: 1px;
	font-family: sans-serif;
}

.center {
	
	margin-left: auto;
	width: 860px;
	margin-right: auto;
	background: #f7f7f7;

}

#wrapper {
	position: absolute;
	background-color: #ffffff;
}

div#header {
	background: url(../gp-top_banner.gif) 0 0 no-repeat;
	width: 859px;
	height: 158px;	
}

div#topMenu {
	position: absolute;
	left: 450px;
	top: 8px;
	color: white;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: sans-serif;
	font-size: 10pt;
}

div#headTitle {
	position: absolute;
	
	top: 110px;
	color: #75a533;
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

div#mainMenu {
	position: absolute;
	top: 158px;
	width: 843px;
	background-color: #75a533;
	color: white;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: sans-serif;
	font-size: 10pt;
}

div#main {
	position: absolute;
	top: 188px;
	width: 858px;
	background-color: white;
	color: black;
	padding-top: 20px;
}

div#footer {
	float: left;
	background-color: white;
	width: 849px;
	color: gray;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 4px;
}

#leftPanel {
	float: left;
	top: 10px;
	width: 200px;
}

#rightPanel {
	
	float: left;
	top: 10px;
	width: 658px;
}

#topMenu a:link, #topMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#topMenu a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

#mainMenu a:link, #mainMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#mainMenu a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #527324;
}
	
a:hover {
	text-decoration: none;
	color: #404040;
}

.errmess {
	color:#C00;
}

/** generic styles **/
/** from onlygreen **/
ul, ol  {
list-style-type: none;
list-style-image: none;
list-style-position: outside;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {
	display: inline-block;
}

button.over {
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;	
}

button.over:hover {
	background-position: bottom left;	
}

button.over span {
	display: none;
}

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

/** footer images**/
footer { 
	display: block;
	clear: both;
	margin: 20px 0 0 0; 
	}

.list-footer { margin: 0 0 0 -5px; }

.list-footer li {
	font-size: 0.9em;
	float: left;
	margin: 0 0 0 5px;
}

.list-footer li a {
	color: #000000;
	text-decoration: none;
	background:url(/css/bg-footer-lnk.png) no-repeat scroll 100% 0 transparent;
	height: 20px;
	padding: 18px 10px 0 0;
	float: left;
	cursor: pointer;
	white-space: nowrap;
	font-size: 76%;
	font-family: Verdana, Arial, sans-serif;
}



.icon-join,
.icon-donate,
.icon-find,
.icon-sign-up,
.icon-members { 
	width: 47px; 
	height: 38px;
	display: block;
	float: left;
}

.icon-join { background: url(/css/icon-join.png) no-repeat 0 0; }

.icon-donate { background: url(/css/icon-donate.png) no-repeat 0 0; }

.icon-find { background: url(/css/icon-find.png) no-repeat 0 0; }

.icon-sign-up { background: url(/css/icon-sign-up.png) no-repeat 0 0; }

.icon-members { background: url(/css/icon-members.png) no-repeat 0 0; }



