@charset "utf-8";
/* C&E branch colours are: #757d8a and #303258 */

/* Elements *******************************************************************/
a {
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	color: #ff4400;
}
body {
	background-color: #757d8a;
	background-image: url("images/background.jpg");
	background-position: center top;
	margin: 0px;
	font-family: arial,sans-serif;
	font-size: 16px;
}
body, html {
	height: 90%;
}
h1 {
	background: #000000;
	background-image: url("images/header-bg2.jpg");
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 5px;
	text-align: center;
}
h3 {
	color: #303258;
}
h3, h6 {
	margin: 0px;
}
h6 {
	color: #757d8a;
	font-size: 12px;
}
hr {
	display: block;
}
/* Ids ************************************************************************/
#Body {
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	min-height: 105%;
	padding: 10px 10px 70px 10px;
	width: 920px;
}
#Footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
#Footer a:link, #Footer a:visited {
	color: #f8d114;
}
#Footer a:active, #Footer a:hover {
	color: #ff4400;
}
#Footer, #Header, #Navigation {
	padding: 5px;
	min-width: 920px;
}
#Header {
	background-color: #000000;
	background-image: url("images/header-bg2.jpg");
	color: #ffffff;
	height: 90px;
}
#HeaderPOTM {
	margin: -5px;
}
#Navigation {
	background-color: #303258;
	color: #757d8a;
	font-weight: bold;
	text-align: center;
	padding: 0px auto 0px auto;
}
#Navigation a:link, #Navigation a:visited {
	color: #ffffff;
}
#Navigation a:active, #Navigation a:hover {
	color: #ff4400;
}
#Regions {
	background-image: url("images/map.png");
	background-position: right top;
	background-repeat: no-repeat;
}

/* Classes ********************************************************************/
.CentreImage {
	display: block;
	margin: 0px auto 0px auto;
}
.CenterText {
	display: block;
	text-align: center;
}
.ContentContainer {
	clear: both;
	display: inline-block; /* Stops floating elements inside it from "spilling" out */
	width: 100%;
}
.ContentLeft {
	float: left;
	margin-right: 10px;
}
.ContentCenter {
	margin: 0 auto;
	display: table;
}
.ContentRight {
	float: right;
	margin-left: 10px;
}
.Footnote {
	color: #ff4400;
	font-weight: bold;
	text-align: center;
}
.LinkImage {
	border: 1px solid #777777;
	float: left;
	height: 100px;
	margin-right: 10px;
	width: 200px;
}
.MemorialPhoto {
	border: 3px solid #000000;
	float: right;
	height: 210px;
	margin: 5px;
	width: 150px;
}
.NewsContent {
	display: table; /*so if the text is taller than the image it doesn't flow around it */
}
.NewsItem {
	margin-bottom: 50px;
}
.NewsPhoto {
	float: left;
	width: 100px;
}
.NoticeBox {
	background-color: #ffddaa;
	border: 1px solid #ff4400;
	color: #ff4400;
	font-weight: bold;
	margin: 5px 40px 5px 40px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}