html, body{margin: 0;padding: 0; height: 100%;}
img{border: none;}
a:active, a:focus{outline: none;}
.clearer{clear: both;}
div{padding: 0; margin: 0;}

body {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	background: #f4f4f4 url(images/bg.jpg) center repeat-y;
}
#wrapper{
	text-align: left;
	width: 750px;
	margin: 0px auto;
	position:relative;
}
#subpage{
	padding: 30px 0;
}
	#subpage li{
		margin:0;
		padding:0;
		list-style:none;
	}
	.text-content{
		text-align: left;
		width: 650px;
		margin-left: 45px;
	}
#subpage-bottom{
	background: url(images/bottom-graphics.gif) bottom repeat-x;
	height: 120px;
}
h1, h2, h3, h4, h5{
	font-family: 'Myriad pro', Arial;
	font-weight: bold;
}
h1{
	font-size: 33px;
	line-height: 35px;
	margin: 0 0 35px 0;
}
	.no-margin{
		margin: 0;
	}
h2{
	font-size: 25px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: normal;
}
	h3 a{
		color: #000;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 23px;
		margin: 0;
	}
h3{
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
}
h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.red, .subject{color: #d1001f;}
.green {color: #44a12b;}
/* Links */
a{
	color: #d1001f;
	font-weight: normal;
}
a:hover{color: #8b0015;}


/* Results */
.preamble{
	margin-bottom: 15px;
	font-weight: bold;
}
.content{
	padding: 13px 0 0 80px;
}
	.content h1{
		font-weight: normal;
		font-size: 30px;
		margin-bottom: 10px;
	}

.number{
	float: left;
	width: 60px;
	height: 44px;
	color: #fff;
	font-weight: bold;
	font: 30px/32px 'times new roman', arial;
	background: url(images/red-circle.gif) left no-repeat;
	text-align: center;
	padding: 16px 0 0 0;
}

.subject{
	font-size: 20px;
	color: #d1001f;
	text-transform: uppercase;
	font-family: 'Myriad pro', arial;
	margin-bottom: 20px;
}

.grey, .preamble, .percentage-text, .comments h2, .comments h3{
	color: #9c9e9f;
}
.percentage-text{
	font-size: 18px;
	margin-bottom: 15px;
}

.party-logos{
	width: 750px;
}
.party-logo-item{
	float: left;
	height: 60px;
	margin-right: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.comments{
	margin: 20px 0 0 0;
	width: 665px;
}
.comments h2{
	font-size: 16px;
	margin: 0px 0 5px 0;
	font-weight: bold;
}
.comments h3{
	font-size: 14px;
	margin: 0;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:750px;
		height:870px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left: -50px;
		top:350px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:760px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:34px;
		height:27px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

