/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 2em;
	font-size: 0.8em;
}

#base	{
	width: 760px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid  #c60c30;
	border-right: 1px solid  #c60c30;
	border-bottom: 1px solid  #c60c30;			
}

.skips {
	display: none;
}

/* BANNER AREA */


#banner {
	width: 760px;
	background-color: #FFFFFF;	

}
#bannerInside {
	height: 96px;
	background-image: url(../images/banner_bg5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	padding: 0px;
	border-bottom:1px solid #fff;
}

#banner h1, #banner h4 {
	display: none;
}

/*top level navigation*/

#topnav	{
	float:right;
	padding:0px;
	margin:0px;
	width:559px;
	background-color: #c60c30;
	border-left: 1px solid  #c60c30;
}

#topnav ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;}

#topnav ul li{ display: inline;}


#topnav li a{
	color: #fff;
	padding: 0.7em 0.9em;
	background-color: #c60c30;
	text-decoration: none;
	float: left;
	margin: 0px;
}


#topnav li a:hover{
	background-color: #fff;
	text-decoration: none;
	color: #c60c30;

}

#topnav li#selected a{
	background-color: #fff;
	color: #c60c30;
}





/* MAIN AREA */

#mainArea {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 1.2em;
	line-height: normal;
	padding: 0px;
	background-color:#fff;

}

/* MAIN AREA - ALL CONTENT */
#ContentArea	{
	float: left;
	width: 559px;
	background-color:#fff;
	border-left: 1px solid #c60c30;
}


/* MAIN AREA - LEFT COLUMN */

#mainArea #leftColumn {
	float: left;
	width: 200px;
	font-size:0.8em;
	line-height: 1.4em;	
	background-color:#fff;
}

#mainArea #leftColumn h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin: 1.7em;
	margin-top: 25px;
	border-bottom: 1px solid #c60c30;
}

#mainArea #leftColumn .HomeNews {
	margin: 1.7em;
	padding-bottom:1em;
	border-bottom:dotted 1px #000;
}

#mainArea #leftColumn .HomeNews a {
	color:#336699;
}

#mainArea #leftColumn .HomeNews a:hover {
	color:#c60c30;
	text-decoration: none;
}

/* MAIN AREA - LEFT COLUMN - first level navigation */

#mainArea #leftColumn #mainNavDiv h3 {
	font-size: 1.1em;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	border-bottom: 1px solid #c60c30;
}

#mainArea #leftColumn h4 {
	font-size: 1em;
	font-weight:normal;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom: 1px solid #c60c30;
}

#leftColumn #mainNavDiv {
	display: block;
	clear: both;
	float: left;
}
#mainArea #leftColumn h2 {
	margin-left: 15px;
	margin-bottom:8px;
	margin-right:0px;
	margin-top:1.7em;
	padding: 0px;
	font-size:1.3em;
}


#mainNavDiv ul{list-style: none; margin:0px; padding:0px; width:170px;margin-left:15px;}
#mainNavDiv ul li {display: block;font-weight:normal;text-decoration: none;margin: 0px;margin-left:0px;width:170px;}
#mainNavDiv ul li.selected {padding: 0.3em;border-bottom: 1px dotted #333;width:165px;}
html>body #mainNavDiv li a{width: auto;}
#mainNavDiv li a {display: block; padding: 0.3em;text-decoration: none;margin: 0px;color: #c60c30;border-bottom: 1px dotted #333;}
#mainNavDiv li a:hover {background-color:#bcd9ed;}
#mainNavDiv li ul	{margin-left:0px;}




/* MAIN AREA - CENTRE COLUMN */

#mainArea #centreColumn {
	float: left;
	width: 365px;
	margin-right: 15px;
	margin-bottom: 3em;
	font-size: 0.8em;
	color:#666;
	line-height: 1.4em;
	margin-top: 0.7em; 
}

#mainArea #centreColumnWide {
	float: left;
	width: 480px;
	margin-right: 2em;
	margin-bottom: 3em;
	font-size: 0.8em;
	color:#666; 
	line-height: 1.4em;
	margin-top: 0.7em; 
}

#mainArea #centreColumnMap {
	float: left;
	width: 760px;
	margin-right: 2em;
	margin-bottom: 3em;
	font-size: 0.8em;
	color:#666; 
}

#centreColumn #centreContent, #centreColumnWide #centreContent, #centreColumnMap #centreContent {
	padding: 0em 12px 0px;
	margin-left: 1px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
}
#centreColumn p, #centreColumnWide p {
	margin-top: 0em;
	margin-bottom: 1em;  
}
#centreColumn a:link, #centreColumnWide a:link {
	color: #336699;
}
#centreColumn a:visited, #centreColumnWide a:visited {
	color: #666;
}
#centreColumn a:hover, #centreColumn a:visited:hover, #centreColumnWide  a:hover, #centreColumnWide a:visited:hover {
	color: #c60c30; 
}
#centreContent h1 {
	font-size: 1.5em;
	color: #000;
	padding: 0em;
	margin-top: 0em;
	margin-bottom: 1em;
	clear: both;
	line-height: 1.2em;
}
#centreContent h2  {
	font-size: 1.2em;
	color: #333;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	clear: both;
}

#centreContent h3  {
	font-size: 1em;
	color: #333;
	margin-bottom: 0.2em;
	padding: 0px;
	margin-top: 0.75em;
	clear: both;
}

#centreContent h4 {
	font-size: 1em;
	font-style: italic;
	font-weight:normal;
	color: #333;
	margin-bottom: 0em;
	padding: 0px;
	margin-top: 0.75em;
}
#centreContent ul {
	margin-left: 2em;
	padding: 0px;
	list-style-image:url(../images/bullet_1.gif)}
#centreContent ul li {
	margin: 0px;
	padding: 0.2em;
}
#centreContent ol {
	margin-top: 0.5em;
	margin-bottom: 1em;	
}
#centreContent ol li {
	padding-bottom: 0.2em;
}

#centreContent .caption {
	width:145px;
	margin-bottom: 1em;
	background-color:#e1eff9;
	font-size: x-small;
}

#centreContent .caption_right {
	float: right;
	width:145px;
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 0.6em;
	background-color:#e1eff9;
	font-size: x-small;
}

#centreContent .caption_left {
	float: left;
	width:145px;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-top: 0.6em;
	background-color:#e1eff9;
	font-size: x-small;
}

#centreContent .caption img, #centreContent .caption_right img, #centreContent .caption_left img {
	margin-bottom: 0.2em;
}

#centreContent .caption p, #centreContent .caption_right p, #centreContent .caption_left p {
	margin: 0.0em 0.2em;
	line-height:1.3em;
}





/* MAIN AREA - RIGHT COLUMN */

#mainArea #rightColumn {
	float: left;
	width: 154px;
	margin-top: 2em;
	
}

#rightColumn img {
	margin-bottom: 0.5em;
}


.rightColumnHeader {
	width: 154px;
	padding: 5px;
	background-color:#369;
	margin-bottom: 0px;
}

.rightColumnContent {
	width: 162px;
	border-left: 1px dotted #369;
	border-right: 1px dotted #369;
	border-bottom: 1px dotted #369;
	margin-bottom: 0.5em;
}

.rightColumnContent p {
	padding: 5px;
	font-size: 0.8em;
	margin-top:0px;
}

.rightColumnContent img	{
	padding:5px;
	}

.rightColumnHeader h3 {
	font-size: 0.8em;
	color: #fff;
	margin: 0px;
}

.rightColumnContent a:link {
	font-weight: bold;
	color: #369;
}

.rightColumnContent a:visited {
	font-weight: bold;
	color: #333;
}
.rightColumnContent a:hover, .rightColumnContent a:visited:hover {
	color: #c60c30;
	text-decoration: none;
}
.ieSixBugFix {
	clear: both;
	float: left;
	width: 154px;
}

/* CLEAR AFTER FOOTER */

#footerClear {
	clear: both;
	width: 559px;
}


/* FOOTER */

#footer {
	width: 559px;
	clear: both;
	background-color: #fff;
	border-top: 1px dotted #000;
}
#footerInside {
	width: 365px;
	margin-right:15px;
	background-color: #fff;
	padding:5px;
	float:left;	
}
#footerInside p {
	color: #fff;
	font-size:0.8em;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.5em;
}
#footerInside a:link, #footerInside a:visited {
	color: #c60c30;
	padding: 2px;
	margin-right: 2em;
}
#footerInside a:hover {
	background-color: #bcd9ed;
	text-decoration:none;
	padding: 2px;
	margin-right: 2em;
}

#footerLogo		{
	font-size:0.8em;
	float: left;
	width: 164px;
	background-color: #fff;
}
#footerLogo a:link, #footerLogo a:visited {
	color: #369
}
#footerLogo a:hover {
	color: #c60c30;
}
#footerLogo p	{
	margin-top:0.5em;
}
#footerInside p.copyright	{
	color:#333;
}

/*FOOTER FOR MAP PAGE*/

#mainArea #centreColumnMap #footer{
	 width: 760px; 
}
	 
#mainArea #centreColumnMap #footerInside{
	width: 500px;
}

#mainArea #centreColumnMap #footerInside p,
#mainArea #centreColumnMap #footerLogo {
	font-size:1.0em;
}


/*TABLE STYLES */

table	{
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
}

table caption	{
	text-align:left;
	color:#333;
	font-weight:bold;
	}

th	{
	background-color: #bcd9ed;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding: 5px;
	text-align:left
}

td	{
	background-color: #e1eff9;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:5px;
}

.updated	{
	font-size: x-small;
	padding:5px;
}

/*FORM STYLES */

form	{
	padding:0.5em;
	border:1px dotted #333;
	background-color:#e1eff9;
}

.formmessage	{
	font-weight:bold;
	color: #000;
	background-color:#d0e2ee;
	padding:0.5em;
	margin-bottom:0.5em;
}

fieldset	{
	padding: 0.5em;
	border-color:#e1eff9;
}
legend	{
	font-weight:bold;
	color:#333;
	font-size:1.1em;
}