@CHARSET "UTF-8";
body
{
	margin: 0;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}
body,td
{
	font-size: 0.9em;
	font-family: arial, verdana, helvetica;
	

}

h4
{
	background-color: #eeeeee;
	margin: 5px 10px 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#container
{
	display: block;
	width: 730px;
	margin: 0 auto;
	position: relative;
}
#header
{
	width: 280px;
	height: 130px;
	background: url("../img/bg-header.png");
	background-repeat: no-repeat;
	margin: 20px auto;
}

#header a
{
	display: block;
	width: 100%;
	height: 100%;
}

.blind
{
	display: none;
}

#menu
{
	display: block;
	position: absolute;
	width: 24px;
	top: 10px;
	left: -28px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#menu li {
	height: 76px;
	width: 24px;
	margin-top: 5px;
	display: block;
	float: top;
}
#menu li.itemFaq
{	
	background-image: url("../img/buttonFaq.gif");
}
#menu li.itemVote
{
	background-image: url("../img/buttonVote.gif");
}
#menu li.itemResults
{
	background-image: url("../img/buttonResults.gif");
}

#menu li.itemBlogs
{
	background-image: url("../img/buttonBlogs.gif");
}
#menu li a
{
	display: block;
	width: 100%;
	height: 100%;
}

#faq
{
	text-align: left;
}
#faq p
{
	margin: 1em 30px 1em 30px;
}

#ballot form ul li
{
	text-align: center;
	width: 50%;
	display: block;
	float: left;
}

#ballot form ul
{
	list-style: none;
	margin-bottom: 20px;
	margin: 0;
	padding: 0;
	
}
#ballot form ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	

#obama
{
	background-image: url("../img/barack_obama.jpg");
}
#mccain
{
	background-image: url("../img/john_mccain.jpg");
}

#ballot ul input
{
	position: relative;
	top: 30px;
	
}

#ballot label
{
	display: block;
	padding: 230px 40px 15px 40px;
	width: 143px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center center;
	border: 1px solid #666699
}

#ballot .selected
{
	background-color: #bbffbb;
}
#ballot .notSelected
{
	background-color: #eeeeee;
}

#ballot .button
{
	padding: 0 50px 0 50px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

table 
{
	margin:auto;
}
td
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
tr.header
{
	font-weight: bold;	
}

tr.header td
{
	padding: 5px;
	background-color: #dddddd;
	height: 1.5em;
}

#results table tr td
{
	padding: 0 10px 0 10px;
}

.box
{
	display: block;
	border: 1px solid gray;
	background-color: #eeeeee;
	text-align: left;
	width: 500px;
	margin: auto;
	padding: 10px;
}

.box p
{
	margin: 10px;
}
.row1 td
{
	background-color: #efefef;
}
.row2 td
{
	background-color: #e5e5e5;
}

.barContainer, .bC
{
	width: 101px;
}

td .barSideContainer
{
	width: 100px;
	display: block;
	float: left;
}
td .obamaBar, td. oB, td .mccainBar, td. mB
{
	display: block;
	height: 15px;
}
td .obamaBar, td .oB
{
	background-color: #3333ff;
	float: left;
}

td .mccainBar, td .mB
{
	background-color: #ff3333;
	float: right;
}

.footer
{
	border-top: 1px solid #cccccc;
	text-align: center;
	margin: 20px 10px 5px 10px;
	padding: 10px;
}

.strong
{
	font-size: 1.1em;
	font-weight: bold;
}
.right, .r
{
	text-align: right;
}

.colorBox {
	width: 18px;
	height: 18px;
	margin: 1px;
	border: 1px solid #999999;
	display: block;
	float: left;
}

.colorLabel {
	float: left;
	display: block;
	margin: 0 10px 0 10px;

}

.ghost {
	color: #999999;
	text-decoration: none;
}