/* @override http://localhost/css/home.css */

#nav ul,
#nav {	
	width: 200px;
}
#rightColumn {
	min-width: 732px;
}
#mission {
	margin-left: -15px;
	color: #FFF;
	background: #357521 url(/css/images/members.gif) no-repeat;
	padding: 25px 0 30px 100px;
}
#mission p {	
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	clear: none;
	margin-right: 50px;
}
#mission strong {
	font-size: 170%;
	color: #FFF;
}
#mission a {
	position: relative;
	float: right;
	margin-top: 5px;
	font-size: 75%;
	padding-right: 50px;
}
#logInOut a {
	background: #6EA000 url(images/tab_mission_right_off.gif) no-repeat right bottom;
}
#logInOut span {
	background: url(images/tab_mission_left_off.gif) no-repeat left bottom;
}
#leftColumn {
	background: none;
}
.poll {
	border: 1px solid #C90;
}
.pollWrapper {
	width: 215px;
	padding-left: 28px;
}
form .pollWrapper {
	padding-left: 0;
}
.pollQuestion,
.pollTotalVotes,
.pollResult {
	font-size: 80%;
	font-weight: normal;
}
.pollResultPercent,
.pollSelectedPercent {
	font-size: 80%;
}
.pollSelectedPercent,
.pollResultVotes,
.pollSelectedVotes {
	font-size: 80%;
}
.pollSelectedPercent,
.pollSelectedVotes {
	
	font-weight: bold;
	color: #333;
}
.pollWrapper img {
	margin: 0;
}
.pollWrapper label {
	font-weight: normal;
}
.pollQuestion,
.pollTotalVotes {
	font-weight: bold;
	margin-bottom: 10px;
}
.pollResult {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDD;
}
