﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #abc;
	background-repeat: repeat-y;
}
#masthead {
	width: 800px;
	height: 100px;
	background-color: #747474;
	padding-top: 10px;
}
#logoleft {
	width: 15%;
	height: 100px;
	float: left;
}
#logocentre {
	width: 70%;
	height: 100px;
	float: left;
	text-align: center;
}
#logoright {
	width: 15%;
	height: 100px;
	float: right;
}
#navigation {
	background-color: #89a;
	overflow: hidden;
}
#column_l {
	width: 45%;
	background-color: #abc;
	padding: 10px 5px 10px 10px;
	float: left;
	list-style-type: none;
}
#column_r {
	width: 45%;
	float: right;
	background-color: #abc;
	padding: 10px 10px 10px 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead Images */
#masthead img {border:none;}
#masthead a:link {border:none;}
#masthead a:visited {border:none;}
/* Styles for Parish Councillors Page */
#councillors { width: 100%;
}
#wards {
	width: 40%;
	float: left;
}
#executive {
	width: 60%;
	float: right;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
}
#navigation li {
	padding: 5px;
	float: left;
}
#navigation a {
	color: #fff;
	display: block;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
}
/* Styles for Content */
h1 {
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	font-family: "Futura Md";
	top: 40px;
	position: relative;
}
h2 {
	color: #5B433C;
	font-size: x-large;
}
h3 {
	color: #5B433C;
	font-size: large;
}
h4 {
	color: #5B433C;
	font-size: medium;
}
h5 {
	color: #5B433C;
	font-size: small;
}
h6 {
	color: #5B433C;
	font-size: x-small;
}
#column_r p {
	color: #000;
	text-align: left;
	font-style: italic;
}
#column_r ul {
	list-style: none;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #5B433C;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
}/* Styles for Tables */
table.localinfo {
	width: 800px;
	color: #000000;
	border-spacing: 0px 0px
}
tr.localinfo {
	vertical-align: top;
}
td.localinfo_left{
	width: 400px;
	text-align: left;
	border-top-style: solid;
	border-top-color: #5B433C;
	border-top-width: thin;
	
}td.localinfo_right {
	width: 400px;
	text-align: left;
	border-top-style: solid;
	border-top-color: #5B433C;
	border-top-width: thin;
}