body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 10px;
	margin: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/*area that operates the style sheet switch links*/
.resize {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	border: 1px solid #006584;
	background-color: #EAEAEA;
	
}
.big {
	font-size: 1.5em;
}
.big a {
	text-decoration: underline;
}
.big a:hover {
	font-size: 1.5em;
	text-decoration: none;
	color: #000000;
}

#wrapper {
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.skip {
	float: right;
}
a:active, a:focus {
	background-color: #D1BB3F;
	text-decoration: underline;
}
#masthead {
	background-color: #429E42;
	background-image: url(../images/pi_header_green.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	line-height: 7em;
}
#branding {
	margin: 0px;
	padding: 8px 10px 0px 15px;
	height: 55px;
}
.logo {
	float: left;
}
.headline {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	padding-top: 0px;
}
#breadcrumbs {
	padding-left: 15px;
	clear: both;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/blue_bg.gif);
	background-repeat: repeat-x;
}

/*Navigation bar containing links to 'about us', 'our work' etc*/

#mainnav {
	margin: 0px;
	padding: 0px;
}
#mainnav ul {
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	font-size: 1em;
	background-color: #E7D373;
}
	
#mainnav li {
	float: left;
	display: inline;
}
#mainnav ul a {
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
	color: #303030;/*#666666 - old color*/
	text-transform: uppercase;
	background-image: url(../images/divider_gold.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.9em;
	font-weight: bold;
	display: block;
	font-size: 1em;
}
/*#mainnav ul a:hover { background-color: #D5BD39;} old*/
#mainnav ul a:hover, #mainnav ul a:focus, #mainnav ul a:active  { background-color: #D5BD39;
	color: #303030; text-decoration: underline;
}
/*content areas for contact and direction pages*/
#maincontent_centre {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.leftcol {
	width: 175px;
	float: left;
	padding-left: 0px;
	margin: 0px;
}
.leftcol img{

}
.rightcol {
	float: right;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 17px;
}
.rightcol img{
}
.left {
	float: left;
}

.right {
	float: left;
	padding-left: 17px;
}
/*
.left2col {
	float: left;
	width: 410px;
}

.right2col {
	float: right;
	padding-left: 12px;
	border: 1px solid #CCCCCC;
	width: 360px;
	background-color: #F0F0F0;
}
*/
/*content areas for most areas of site*/
#wide {
	float: left;
	width: 470px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 15px;
}
#wide h2{
	font-size: 1.1em;
	color: #666666;
	padding: 5px 3px 5px 5px;
	margin: 0px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}

#wide img {
	float: right;
	padding-right: 60px;
}

#narrow {
	width: 300px;
	float: right;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
	margin-bottom: 15px;
}

#narrow h2 {
	font-size: 1.1em;
	color: #666666;
	padding: 5px 3px 5px 5px;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}
#narrow h3 {
	color: #333333;
	font-size: .9em;
	margin: 0px;
	padding-top: 5px;
}
.council {
	background-image: url(../images/council_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 25px 10px;
	background-color: #4279AD;
	background-position: right;
}
.police {
	background-image: url(../images/police_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 25px 10px;
	background-position: right;
	background-color: #4279AD;
}
.fire {
	background-image: url(../images/fire_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 25px 10px;
	background-position: right;
	background-color: #4279AD;
}
.service {
	background-image: url(../images/service_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 25px 10px;
	background-color: #4279AD;
	background-position: right;
}

#yearnav {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B9EC6;
}
#yearnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	font-size: 1.1em;
	width: 100%;
	background-image: url(../images/grey_bg.gif);
	background-repeat: repeat-x;
}
	
#yearnav li {
	float: left;
	display: inline;
}
#yearnav ul a {
	padding-right: 0.7em;
	padding-left: 0.7em;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	line-height: 2em;
	font-weight: bold;
	font-size: .9em;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#yearnav ul a:hover {
	background-color: #999999;
	color: #FFFFFF;
}

.linklist ul {
	margin: 15px 10px 15px 0px;
	list-style-type: none;
	padding-left: 0px;
}

.linklist li {
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.linklist a{
	padding-top: 3px;
}

.linklist ul a:hover{
	text-decoration: underline;
}

.complinks ul {
	margin: 10px 0px;
	list-style-type: none;
	padding-left: 0px;
}

.complinks li {
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.complinks a{
	padding-left: 15px;
}

.complinks ul a:hover{
	text-decoration: underline;
}

.excel {
	background-image: url(../images/excel.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h1{
	font-size: 1.4em;
	font-weight: bold;

}

h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}

h3 {color: #333333;
	font-size: .9em;
	margin: 0px;
	padding-top: 5px;}

p {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul{
	font-size: 0.85em;
}

a {
	text-decoration: none;
	color: #005670;/*#006584* old color*/
}
a:hover {text-decoration: underline;}


.email a{
	padding-left: 17px;
	background-image: url(../images/decorative/mail.gif);
	background-repeat: no-repeat;
	background-position: left;
}



/*back to top link with arrow graphic*/

.top {
	background-image: url(../images/decorative/top.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px;
}


/*Navigation in footer area */

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	/*background-image: url(../images/blue_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 3px;*/
}
#footer a{
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}

.copyright {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}

.utilities {
	float: right;
}
.utilities ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
.utilities li { display: inline; }
.utilities ul a {display: inline; color: #006685; padding-right: 0.35em; padding-left: 0.35em; text-decoration: none; }
.utilities ul a:hover { text-decoration: underline; }


#home .home a, #la .la a, #serv .serv a, #fir .fir a, #pol .pol a, #con .con a, #dir .dir a {
	background-color: #FFFFFF;
	background-image: url(../images/divider_gold.gif);
	color: #303030;
	background-repeat: no-repeat;
	background-position: right;
}

#clear {
	clear:both;
}
.clear {
	clear:both;
}
.yellow {
	color: #E7D784;
}
.year_on {
	background-color:#FFFFFF;
}

/*Splits screen into two halves for police and fire pages*/
#lefthalf {
	float: left;
	width: 385px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 8px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#lefthalf img {
	float: right;
}
#lefthalf h2{
	font-size: 1em;
	color: #666666;
	padding: 5px 3px 5px 5px;
	margin: 0px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}

#righthalf {
	float: right;
	width: 385px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
	margin-bottom: 10px;
}
#righthalf h2{
	font-size: 1em;
	color: #666666;
	padding: 5px 3px 5px 5px;
	margin: 0px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}
.info {
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border: 1px dashed #999999;
	padding: 5px 5px 5px 40px;
}

.sitemap ul{
	margin-left: 20px;
}

.listen {
	padding: 6px 3px 6px 27px;
	background-color: #F4F2F4;
	background-image: url(../images/mp3.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border: 1px solid #CCCCCC;
}
.listen a{
	font-size: .95em;

}
.hide {
	position: absolute;
	right: 2000px;
}
abbr {
	border-bottom:dotted 1px;
}
