@charset "utf-8";
/* CSS Document */

#sustainerList li {
	/*	list-style-type: circle; */
	list-style: disc inside;
	margin-left: 20px;
}
#membershipGrid h2, #membershipGrid p, #sustainerList li {
	margin-top: 3px;
	margin-bottom: 16px;
	font-size: 14px;
}
#membershipGrid h2 {
	margin-bottom: 0;
}
a.sustainerLink, a:visited.sustainerLink {
	font-weight: bold;
	color: #b32327;
	text-decoration: underline;
}
a:hover.sustainerLink {
	font-weight: bold;
	color: #fff;
	background-color: #b32327;
	text-decoration: none;
}

/*
.alpha h1 {
	background-color: #0099FF;
}
.grid_3 {
	background-color: #66FFCC;
}
.grid_5 {
	background-color: #FFFFCC;
}
*/

.membershipHeader {
	margin-bottom: 20px;
}
.leftBox1 {
	border: 1px solid #969696;
	padding: 10px;
	margin-bottom: 10px;
}
.leftBox2 {
	padding: 10px;
	background-color: #8cc63f;
	margin-bottom: 10px;
}
.leftBox3 {
	padding: 10px;
	background-color: #dcddde;
}


h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
}
a.membershipButton, a:visited.membershipButton {
	font-weight: bold;
	color: #fff;
	background-color: #b32327;
	
	text-decoration: none;
	padding: 5px;
	float: right;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #380B0C;
}

a:hover.membershipButton {
	background-color: #CC3300;
}
h2.leftBox1title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px;
}