/* Landing page */

.content #sponmenu {
	width: 705px;
	float: left;
}
.content #sponmenu ul {
	height: 1.4em;
	margin-left: -10px;
	width:705px;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none !important;
	border-bottom: 4px #e5e5e5 solid;
}
.content #sponmenu ul li {
	height: 1em;
	float: left;
	margin-right: 30px;
	padding-left: 10px;
}
.content #sponmenu ul li a {
	text-align: left;
	font-size: 9pt;
	color: #555;
	padding: 6px 6px 4px 6px;
	text-decoration: none;
}
.content #sponmenu ul li a:hover {
	background: #e5e5e5;
}
.content #sponmenu ul li a.on {
	background: #e5e5e5;
	color: #000;
}
.content #sponbody {
	clear: left;
	background: #bbb;
	color: #fff;
	margin-top: 0;
	margin-left:-10px;
	padding-top: 0;
	width: 705px;
	height: 330px;
}
.content #sponbody.indiv {
	background: url('/images/getinvolved/bg-funding.jpg');
}
.content #sponbody.volunteer {
	background: url('/images/getinvolved/bg-indiv.jpg');
}
.content #sponbody.sponsor {
	background: url('/images/getinvolved/bg-grupo.jpg');
}
.content #sponbody.corporate {
	background: url('/images/getinvolved/bg-corp.jpg');
}
.content #sponbody.glrun {
	background: url('/images/getinvolved/bg-glrun.jpg');
}

.content .sponbodytext {
	padding: 6px;
	padding-top:12px;
	padding-left: 30px;
	line-height:20pt;
	width: 420px;
	background: url('/images/getinvolved/bg-trans.png');
	position: relative;
	top: 140px;
}
.content #sponbody .sponbodytext h1 {
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 0;
}
.content #sponbody .sponbodytext h2 {
	font-size: 10pt;
	font-weight: normal;
}
.content .sponbodytext a {
	text-decoration: none;
	color: #ffc;
}

/* Blanket Statements (to override Volunteer) */

.content ul {
	margin-left: 10px;
}
.content ul li {
	padding-bottom: 6px;
}

/* Bottom Contact Footer */

.content #foot {
	padding-top:10px;
	margin-top:20px;
	border-top: 1px #ccc solid;
}
.content #foot p {
	color: #2d9aac;
	font-size: 11pt;
	text-align: center;
}

/* Corporate Donor pages */

.content h2 {
	line-height:18pt;
	font-weight: normal;
	margin-bottom:20px;
}
.content .quote {
	float: right;
	width: 250px;
	padding:15px;
	text-align: center;
	background: #f5f5f5;
	margin: 10px;
}
.content .quote p {
	color: #2d9aac;
	font-size: 13pt;
	font-weight: normal;
}
.content .quote p.name {
	color: #555;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0;
}
.content .quote p.corp {
	color: #555;
	font-size: 9pt;
}
.content .how ul {
	margin-left: 30px;
	font-size: 9pt;
}
.content .how h3 {
	margin-bottom: 10px;
}
.content .stats {
	font-size: 9pt;
	margin-top: 30px;
}
.content .stats p {
	background: #f5f5f5;
	display: block;
	float: left;
	margin-left: 30px;
	padding: 10px;
	text-align: center;
	width: 260px;
}
