BODY {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    margin: 0px;
    padding: 0px;
	background: #ffffff url(swanback.jpg) no-repeat fixed right 100px;
  }

h1, h3, h4 {
	color: #006600;
    background-color: inherit;
}

h2 {
	padding: 1px;
	color: #FFFFFF;
	background-color: #308030;
}

h1 {
	text-align: center;
	margin-top: 3px;
}

.header {
	background: url(swanbanner.png) no-repeat scroll center top;
	background-color: #609960;
	height: 81px;
	text-align: center;
}

img {
	border: none 0px;
}

A:link {
	color: #006600;
}
A:visited {
	color: #006600;
}
A:hover {
	color: #000000;
}
A:active {
	color: #FFFFFF;
}

h2 a {
	text-decoration: none;
}

.link-bar {
	margin: 0px;
	padding: 0px;
	background:#FFFFFF url("border.jpg") repeat-x top;
	float:left;
    width:100%;
	font-size: 10pt;
	color: #cce6cc;
}
.link-bar UL {
    margin: 0px;
    padding :0px 0px .5em .5em;
 	list-style: none;
}

.link-bar LI {
    margin: 3px 0px 0px 1px;
    padding: 0px;
    background:url("bg-tab-right.jpg") no-repeat right bottom;
	float: left;
}

.link-bar #active {
    background-image:url("tab-right.jpg");
	margin: 0px 0px 0px 1px;
	padding: 3px 0px 0px 0px;
    }

.link-bar A {
	display: block;
    background:url("bg-tab-left.jpg") no-repeat left bottom;
    padding: 1px 10px 3px 10px;
	float: left;
    text-decoration: none;
	color: #FFFFFF;
}
 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .link-bar A {float:none;}
  /* End IE5-Mac hack */

.link-bar A:link, .link-bar A:visited, h2 A:link, h2 A:visited {
	color: #ffffff;
}

.link-bar A:hover, h2 A:hover {
	color: #cce6cc;
}

.link-bar #active A {
	margin-top: -3px;
	padding-top: 4px;
    background-image: url("tab-left.jpg");
}

.link-bar #tabs-end {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background: #609960 url(border.jpg) repeat-x bottom;
	float:right;
}
.link-bar #tabs-end .tabs-end-inner {
	margin-top: -3px;
    padding: 4px 10px 3px 10px;
	background: url(tab-left.jpg) no-repeat left bottom;
	display:block;
}

.link-bar #tabs-end .tabs-end-inner A {
       background: none;
       display:inline;
}

.link-bar h1 {
	display: none;
	visibility: hidden;
}
.end-of-link-bar {
	clear: both;
}

.left-bar {
	clear: left;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	width: 180px;
	/*background-color: #cce6cc;*/
	color: #006600;
	float: left;
}

.left-bar .link-header {
	font-weight: bold;
}

.left-bar UL {
    margin: 0px 0px 3px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	border: 1px solid #99c399;
	background-color: #cce6cc;
}

.left-bar LI {
    margin: 0px;
	border: 1px solid #99c399;
	padding: 2px 5px;
}

.left-bar .urgent {
    color: #ff0000;
    font-weight: bold;
}

/* override heading styles */
.left-bar h2 {
	background-color: #cce6cc;
    font-weight: bold;
    font-size: 10pt;
	margin: 0px;
	padding: inherit;
	color: #003300;
}

/* branch - use blue */
.left-bar ul.branch, .left-bar ul.branch li {
	background-color: #E7F0F9;
	border-color: #7799BB;
}

.left-bar ul.branch h2 {
	background-color: #7799BB;
	color: #FFFFFF;
	margin: -2px -5px;
}

/* other - use orange */
.left-bar ul.other, .left-bar ul.other li {
	background-color: #F9F0E7;
	border-color: #BB9977;
}

.left-bar ul.other h2 {
	background-color: #BB9977;
	color: #FFFFFF;
	margin: -2px -5px;
}

/* css popup for event details */
.left-bar a.popup {
	position: relative;
}

.left-bar a.popup span.popup {
	display: none;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	text-align: left;
}

.left-bar a.popup span.popup h2 {
	text-align: center;
}

.left-bar a.popup:hover {
	background: none; /* IE hack */
	z-index: 100;
}

.left-bar a.popup:hover span.popup {
	display: block!important;
	display: inline-block;
	min-width: 150px;
	max-width: 200px;
	position: absolute;
	top: 1.5em;
	left: 5em;
	padding: 0 0px;
	/*cursor: help; *//* the cherry ;-) */
}


.right-bar {
	clear: right;
	margin: 15px 5px 5px 5px;
	border: solid 2px #7799BB; /*#609960;*/
	padding: 0px;
	width: 250px;
	background-color: #E7F0F9; /*#cce6cc;*/
	float: right;
	position: relative; /* allow z-index to work */
	z-index: 1; /* force in front of summary items */
}

/* If you recolour the right bar then split the colour out of these styles */
.right-bar H2, .right-bar H3, .blog H3, .event h3 {
	margin: 0px;
	padding: 2px 0px;
	color: #FFFFFF;
	background-color: #609960;
	text-align: center;
}

.right-bar h2 img {
	float: none;
	display: inline-block;
	text-align: center;
}

.right-bar H2, .right-bar H3 {
	clear: both;
	background-color: #7799BB;
}

.right-bar H3, .blog H3, .event H3 {
	font-size: 10pt;
	font-weight: bold;
}

.right-bar IMG {
	margin: 1px;
	float:left;
}

.right-bar P, .right-bar UL {
	clear: left;
	margin: 2px;
}

.right-bar UL {
	padding: 0px;
	list-style: none;
}

.right-bar LI {
	margin-bottom: 3px;
}

.right-bar H3 A, .right-bar H2 A {
	color: #FFFFFF;
    text-decoration: none;
}

.right-bar H3 A:hover, .right-bar H2 A:hover {
    text-decoration: underline;
	/*color: #cce6cc;*/
}

/*.left-box {
	clear: left;
	margin: 10px 10px 5px 5px;
	border: dashed 1px #006600;
	padding: 5px;
	width: 170px;
	color: #006600;
	font-size: smaller;
	float: left;
}*/

.localnews p {
	margin-top:2pt;
	margin-bottom:2pt;
}

.localnews h3 {
	margin-bottom:4pt;
}
.localnews h4 {
	font-style:italic;
	font-size:70%;
	padding: 0px 1px 0px 0px;
	margin: 0px 1px 0px 0px;
}
.localnews a {
	text-decoration:none;
	font-weight:bold;
}

.main {
	margin: 0px 5px 5px 200px;
	padding: 1px 0px 0px 0px;
}

.widemain {
	margin: 0px 5px 5px 5px;
	padding: 1px 0px 0px 0px;
}

.news h3 {
	padding: 0px 3px 0px 0px;
	margin: 0px 3px 0px 0px;
}

.news h4 {
	font-style:italic;
	font-size:70%;
	padding: 0px 1px 0px 0px;
	margin: 0px 1px 0px 0px;
}
.news p {
	margin-top:2pt;
	margin-bottom:2pt;
}
.section {
	padding: 5px;
}
.section IMG, .section #map{
	margin: 2px;
	float: left;
}

#map {
	height: 600px;
	width: 600px;
	border:1px solid #006600;
}

.section #map {
	width: 510px;
}

#pubslist {
	float: right;
	border:1px solid #006600;
}

.footer {
	clear: both;
	position: relative;
	font-size: 8pt;
}

.footer HR {
	clear: both;
	margin: 2px 10px;
}

.footer UL {
    padding : 2px 0px;
	background-color : #609960;
	color: #FFFFFF;
	font-size: 10pt;
 	list-style: none;
	text-align: center;
}

.footer LI {
	display: inline;
	margin: 0px;
    padding: 0px 5px;
	border-left: solid 1px #FFFFFF;
}

/* IE doesn't do this - so it will have an extra left border */
.footer LI:first-child {
	border-left: none
}

.footer LI A {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}
.footer LI A:hover {
	color: #cce6cc;
}

.webmaster {
	width: 300px;
	position: absolute;
	left: 0px;
}
.disclaimer {
	margin-left: 350px;
}

.caption {
    font-weight: bold;
}

.blog, .event {
	clear: right;
	margin: 5px;
	border: dashed 1px #99c399;
	padding: 0px;
	background-color: #cce6cc;
}

/* don't make the header move below the left bar */
.blog H3 {
	clear: right;
}

.blog .title {
	font-weight: bold;
}

.blog .date {
	float: right;
	padding: 0px 5px 0px 0px;
	text-align: right;
	font-size: smaller;
}

.blog .author {
	padding: 0px 5px;
	font-style: italic;
}

.blog .delete {
	float: left;
	padding: 0px 5px 5px 5px;
	text-align: left;
	font-size: smaller;
}

.blog .delete A {
	color: red;
}

.blog P {
	padding: 5px;
}

.precis {
	font-style: italic;
}

.help {
	font-size: 8pt;
	font-style: italic;

}

IMG .validator {
	width: 88px;
	height: 31px;
}

#popup {
	position:absolute;
	z-index: 5;
	margin: 5px;
	padding: 5px;
	background-color: #cce6cc;
	border: solid 2px #003300;
}

.hidden {
	display: none;
}

div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800;
	margin:0;
	padding:0;
}

/* new article image styles */
.image-left, .image-right, .image-centre {
	margin: 5px;
}
.image-left img, .image-right img, .image-centre img {
	float: none;
}
.news-image {
	text-align:center;
}
.image-left {
	float: left;
}
.image-right {
	float: right;
}
.image-centre {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.no-flow {
	clear: both;
}

.caption {
	font-style: italic;
	font-size: 9pt;
	text-align: center;
	margin-top: 0px;
	padding-top: 0.1em;
}

.thumb {
	float: left;
	margin: 5px;
}

.summaries {
	font-size: 85%;
}

.summary {
	position: relative;
}

.summaries h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.summaries .icon {
	height: 48px;
	width: 48px;
	position: absolute;
	left: -58px;
}

.summaries div.national {
	background: url(national.gif) left center no-repeat;
	margin-left: 0px;
}

.summaries div.local {
	background: url(local.gif) left center no-repeat;
	margin-left: 0px;
}

.summaries div.protz {
	background: url(protz.jpg) left center no-repeat;
	margin-left: 0px;
}

.summaries div.girly {
	background: url(girly.jpg) left center no-repeat;
	margin-left: 0px;
}

.summaries .summary {
	margin-left: 58px;
	margin-bottom: 20px;
}

.newsnav {
	margin: 5px 10px;
}

h3 .newsnav {
	color: #cccccc;
}

h3 .newsnav a {
	text-decoration: none;
}

/* To make regional events stretch round google buttons */
.regional.event {
	float: left;
	width: 96%;
}