@charset "UTF-8";
/* CSS Document */

/****************************************************************
   Selectricity || selectricity.org
   Design by Courtland Allen
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1;
    color: black;
	background: #ffffff url(/images/bg_index.png) repeat-x top center;
}

a {
    color: #dc0d13
}

#body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: white;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}

#body a {
	text-decoration: underline;
	color: white;
	display: inline;
	opacity: 0.8;
}

#body a:hover {
	opacity: .5;
}

/* Header */
#header h1 {
	background: url(/images/title_front.png) center top no-repeat;
	overflow: hidden;
	padding-top: 189px;
	height: 0px;
	margin-top: 10px;
	margin-left: 231px;
}

#top-bar {
	
	position: relative;
	float: right;
	width: 231px;
	text-align: center;
}

#top-bar a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}


/* Body */

#body {
	margin-top: 9px;
	height: 609px;
}

h2 {
    margin-top: 0.3em;
	font-size: 24px;
}

h3 {
    margin-top: 1em;
	font-size: 16px;
}

.main-section {
	float: left;
	padding-left: 115px;
	padding-right: 0px;
}

.main-section p {
	font-size: 12px;
	overflow: hidden;
	line-height: 2em;
    margin-bottom: 1em;
}


#voters {
	padding-top: 50px;
	height: 559px;
	width: 185px;
	background: url(/images/bg_voters.png) top left no-repeat;
}

#voters-content {
	height: 516px;
}

#control-room {
	padding-top: 139px;
	height: 470px;
	width: 185px;
	background: url(/images/bg_controlroom.png) top left no-repeat;
}

#control-room-content {
	height: 428px;
}

#quickvotes {
	padding-top: 80px;
	height: 529px;
	width: 185px;
	background: url(/images/bg_quickvotes.png) top left no-repeat;
}

#quickvotes-content {
	height: 486px;
}

