/* Style Sheet for "Who Cares" */

/* Global Styles */
html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../img/v_back.gif");
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	height: 100%;
}

img {
	border: none;
}

fieldset {
	border: none;
}

/* Header Styles */

#header {
	background-color: #68DF00;
	padding: 5px 15px;
	position: static;
	height: 60px;
}

#header_search {
	position: absolute;
	top:5px;
	right: 15px;
}

#header_search fieldset {
	border: none;
	display: inline;
}

#header_search input.searchbox {
	background-image: url("../img/top_menu_search_mid.png");
	background-repeat: repeat-x;
	border: 0;
	padding: 0px;
	padding-top: 5px;
	padding-left: 3px;
	margin-right: 5px;
	height: 19px;
	width: 105px;
}


/* Top Menu */

#top_menu {
	height: 36px;
	background-image: url("../img/top_menu_back.jpg");
	position: static;
}

#top_menu div.menu_connect {
	background-image: url("../img/menu_connect.jpg");
	position: absolute;
	right: 203px;
	top: 70px; 
	width: 1px;
	height: 36px;
}

html>body #top_menu div.menu_connect { right: 204px; }



#top_menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 10px;
	color: black;
}

#top_menu li {
	display: inline;	
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #68DF00;
	
}

#top_menu a {
text-decoration: none;
color: black;	
}


/* Side bar */

#sidebar {
	float: right;
	width: 205px;
}

#sidebar img {
	margin: 5px auto;
}

#sidebar #links {
	text-align: center;
}

/* Content */

#content {
	margin-right: 205px;
	padding: 5px 10px;
	font-size: 14px;
	height: 350px;
}

html>body #content {
	height: auto;
	min-height: 350px;
}

#content h1,h2,h3 {
	color: #408000;
	margin: 10px 5px 5px 0px;
	font-weight: normal;
}

#content h1 {
	font-weight: bold;
}  

#content p {
	margin: 5px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

#content img.top {
	display: block;
	margin: 0px auto;
}

#content ul {
	list-style-image: url("../img/bullet.png");
	margin: 5px;
	padding-left: 20px;
}

/* Footer */
#footer {
	font-size: 12px;
	padding-left: 20px;
	color: #4C4C4C;
	margin-right: 205px;
	border-top: 1px solid #68DF00;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* poll styles */

#poll {
	width: 195px;
	font-size: 11px;
	border-bottom: 1px solid #68DF00;
	padding-bottom: 15px;
	padding-left: 10px;
}

#poll strong {
	display: block;
	margin-bottom: 3px;
}

#poll div.percentbar {
	color: gray;
}

#poll form {
	padding: 0px; margin: 0px;
	margin-bottom: 7px;
}

#poll ul {
	list-style: none;
	margin: 5px 5px 5px 0;
	padding: 5px  5px 5px 0;
}

#poll li {
	margin-top: 0;
	
}


#poll h3 {
		margin-bottom: 2px;
		font-size: 14px;
}
