@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7e0025;
	font-size: 12px;
	background-color: #D9D9D9;
}
a {
	color: #7e0025;
	font-weight: bold;
	text-decoration: none;
}
a:hover  {
	color: #454d80;
	font-weight: bold;
}
#container { 
	width: 980px; /* was 960 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/background/headerBars.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
} 
#header { 
	height: 130px;
	background-attachment: scroll;
	background-image: url(../images/logo/ERB_logo_and_strapline.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*---- START LEFT SIDE BAR ----*/
#LeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* was150 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#LeftSidebar a {
	font-weight: normal;
}
#LeftSidebar a.menu_current {
	color: #454d80;
}
#LeftSidebar a:hover {
	color: #454d80;
	text-decoration: none;
	font-weight: bold;
}
#LeftSidebar p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#LeftSidebar ul, #LeftSidebar img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 160%;
	margin: 0px;
}
#LeftSidebar img:hover, #RightSidebar img:hover {
	opacity: 0.8;
}
#LeftSidebar li {
	list-style-type: none;
}
#LeftSidebar ul li ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#LeftSidebar ul li ul li {
	color: #454d80;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#LeftSidebar ul li ul li a {
	color: #454d80;
}

#LeftSidebar div h2 {
	background-color: #e5f2d4;
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#LeftSidebar div p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}
/*---- END LEFT SIDE BAR ----*/

/*-------- START MAIN CONTENT --------*/
#mainContent {
	float: left;
	width: 620px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent div.homeIntroBlock {
	width: 450px;
}
#mainContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	color: #454d80;
}
#mainContent ul li {
	line-height: 18px;
	list-style-type: disc;
}
/*-------- END MAIN CONTENT --------*/

/*---- START RIGHT SIDE BAR ----*/
#RightSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#greenPanel {
	background-color: #e5f2d4;
	margin-bottom: 10px;
}
#greenPanel strong {
	margin-bottom: 4px;
}
#RightSidebar ul {
	font-size: 9px;
	margin: 0px;
	padding-left: 24px;
}
#RightSidebar li {
	width: 120px;
	margin-bottom: 5px;
}
#RightSidebar div h2 {
	background-color: #e5f2d4;
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#RightSidebar div p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}
/*---- END RIGHT SIDE BAR ----*/

.greenText {
	font-weight: bold;
	color: #92c750;
}
.blueText {
	color: #454d80;
}
.underGreenTable {
	font-size: 85%;
	color: #454d80;
	font-weight: bold;
	font-style: italic;
	background-color: #e5f2d4;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-top: 0px;
}
#footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-attachment: scroll;
	background-image: url(../images/background/baseBars.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 101px;
	padding: 0;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#afterfooter {
	background-color: #D9D9D9;
	height: 30px;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 0px;
} 
#afterfooter p {
}
h4 {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454d80;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-bottom: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #454d80;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
}
h2 {
	color: #454d80;
	font-size: 21px;
	margin: 0px;
}
h3 {
	font-size: 95%;
	text-align: left;
	padding-bottom: 2px;
	font-weight: bold;
	padding-top: 4px;
	margin: 0px;
}
#sidebar1 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent h2 {
	margin-top: 6px;
	margin-bottom: 0px;
}
#maincontent body {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #CCFF00;
	color: #9966FF;
}

/* ---- TABLES ---- */


#tables, #tables2, #tables3 {
	font-size: 12px;
}
#tables {
	margin-bottom: 10px;
	font-size: 12px;
}
#tables td, #tables2 td, #tables3 td {
	vertical-align: top;
}

#tables td, #tables3 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6633CC;
}
#tables .column1, #tables .column2, #tables2 .column1, #tables2 .column2 {
	width: 6%;
}
#tables .column3, #tables2 .column3 {
	width: 14%;
	text-align: center;
}
#tables .column5 {
	width: 12%;	
	text-align: center;
}
#tables .column6 {
	width: 12%;
	text-align: center;
}

#tables2 {
	margin-top: 10px;
}
#tables2 tr {
	background-color: #eed8d6;
}
#tables2 .column5 {
	width: 20%;	
}

#tables3 .column2, #tables3 .column3, #tables3 .column4 {
	width: 8%;
	text-align: center;
}
#tables3 tr {
	background-color: #e5f2d4;
	display: table-row;
	color: #454d80;
}
#tables3 a {
	color: #7e0025;
	font-weight: normal;
}
#tables3 a:hover {
	color: #454d80;
	font-weight: bold;
}


td {
	padding-top: 1px;
	padding-bottom: 1px;
}
p {
	margin-top: 8px;
	margin-bottom: 6px;
}
ul.NoIndent {
	margin-left: 14px;
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
}

#formBG {
	width: 600px;
	float: left;
	background-color: #C6C8DE;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
#column1, #column2 {
	float: left;
	width: 295px;
}
#column2 {
	padding-left: 10px;
}
#formBG textarea, #formBG .textfield, #formBG .email {
	width: 290px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#formBG input {
	width: 170px;
	padding: 4px;
}

#missingDetails {
	float: left;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #F0E2DD;
}
#successDetails {
	float: left;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #C6C8DE;
}

#contactHolder {
	width: 620px;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	float: left;
}
#contactMap {
	padding-top: 0px;
	margin: 0px;
	float: left;
	width: 305px;
}
#contactText {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 315px;
}
a#ERBmap {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a#ERBmap:hover {
	opacity: 0.8;
}
div.anynews ul li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.anynews ul li a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div.anynews {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.anyNewsDate {
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
}
div.anynews strong {
	text-decoration: none;
	font-size: 10px;
}

