* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

body, html {
	background: #bfd0cb;
	font-size: 12px;
}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 907px;
	background: url('../images/main_bg.png') repeat-y;
}

body div.top {
	position: relative;
	margin: 38px auto 0 auto;
	height: 18px;
	width: 907px;
	background: url('../images/top_bar.png') no-repeat;
}

.bot {
	position: relative;
	margin: 0 auto 0 auto;
	height: 24px;
	width: 907px;
	background: url('../images/bot_bar.png') no-repeat;
}

#container #header {
	padding-top: 0px;
}
#container #header div.breadcrumbs {
	padding-left: 25px;
}
#container #header div.breadcrumbs a {
	text-decoration: none;
	color: #0088ca;
}

#container #header div.subtitle {
	background-image: url('../images/police-check.png');
	background-repeat: repeat-x;
	width: 900px;
	height: 20px;
}

#container #header div img {
	margin: 0 0 0 25px;
}

#container #header div.title {
	height: 24px;
	margin-bottom: 1px;
}


#container .content {
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#container .content .footer {
	padding:  0;
}




div#menu {
	width: 900px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding-bottom: 24px;
}

div#menu ul {
	list-style-type: none;
}

div#menu ul li {
	position: relative;
	display: inline;
}

div#menu ul li div {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 10px 0 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

a {
	text-decoration: none;
	color: #0088ca;
}



h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}

h1, h2 {
	color: #0088ca;
}

ul, ol {
	margin: 0 15px;
}

.index .main .map {
	float: right;
	zborder-left: 1px solid #ccc;
	padding: 10px;	
}

.index .main .map img#map {
	margin-top: 0px;
}

.index .main .left {
	float: left;
	width: 480px;
	border-right: 1px solid #ccc;
}

.index .main .left .inner {
	padding: 10px;
}

.index .main .clear {
	clear: both;
}

.index .main .left p {
	padding: 15px 20px 0px 10px;
	line-height: 1.5;
}

.index .main .left p.images {
	text-align: center;
}
.index .main .left p.images a img {
	margin: 0 10px;
	border: none;
}

.index .main .text {
	zborder-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	zheight: 450px;
}

.index .form {
	padding-top: 15px;
}
.form .form_i {
	margin: 10px 0 0 50px;
}

.form input.search {
	height: 18px;
	margin-right: 10px;
}

.form input[type=submit] {
	font-size: 0.9em;
}

h2.search {
	color: #888;
}

.results .main, .constituency .main, .about .main {
	padding: 10px 20px;
}

.results h2.title {
	color: #0088ca;
}

.results ul {
	list-style-type: none;	
}

.results .left, .results .right {
	padding: 10px 5px ;
}

.results .noresults {
	padding: 25px 40px;
}

.results .left {
	float: left;
	width: 400px;
	border-right: 1px solid #ccc;
}

.results .right {
	float: right;
	width: 380px;
}

.results .clear {
	clear: both;
}

.results li a {
	text-decoration: none;
	color: #001748;
}

.constituency .section {
	padding: 20px 20px 0 20px;
	line-height: 1.5;
}

.constituency .section li {
	list-style-type: none;	
}

.constituency .section li.support {
	margin: 5px 0 10px 0;
}

.constituency ul.detail {
}
.constituency .detail .label {
	width: 70px;
	float: left;
}
.constituency ul.detail li .info {
	width: 600px;
	padding-left: 80px;
}

.constituency .section ul .name {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.constituency .section .section_title {
	border-bottom: 1px solid #ccc;
}

.main ul.pledges {
	padding-top: 10px;
	line-height: 1.2;
}
.constituency ul.pledges {
	padding-top: 0;
	line-height: 1.2;
}

ul.pledges li {
	background-image:url('../images/tick.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left: 20px;
	margin: 1px 0 1px 5px;
	list-style-type: none;	
}
ul.pledges li span {
	color: #479ad0;
	font-weight: bold;
}

.about div.section {
	padding: 20px 20px 0 20px;
}

.about ul.pledge {
	margin: 0;
	list-style-type: none;
	font-size: 1.2em;
}

.about ul.pledge span {
	color: #479ad0;
	font-weight: bold;
}

