﻿.headerContainer {
	width: 900px;
	height: auto;
	background: white;
}

/* There are different logos displayed depending on what media the site is being presented on.  */
.headerLogo {
	margin: 10px 10px 10px 30px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-width: thin;
	position: relative;
	width: 160px;
	height: 58px;
	float: left;
	background:white;
	background-position: 0 14px;
	background-repeat: no-repeat;
}

.headerLogoForPrint {
	display: none;	
}

.headerLogoForHandheld {
	display: none;	
}

.bodyContainer {
	position:relative;
	height:auto;
}

.bodyHeader {
	background-image: url(images/bodyHeader.png);
	height:30px;
	width:900px;
	margin-top:0px;
}

.bodyImage {
	height:143px;
	width:80px;
	margin-top:0px;
	background-color: white; 
	padding: 0px 0px 10px 20px
}

.bodyContent {
	width:900px;
	height:auto;
	position:relative;
	margin-top:10px;
	background-color: white; 
	z-index:1;
}

.bodyContent h1 {
	 padding-top:10px;
}

.bodyContent_col1 {
	border-right: 0.1em #0e3192 solid;
	width: 570px;
	height:auto;
	float: left;
	position: relative;
	padding: 0px 0px 0px 20px;
}
	
.bodyContent_col2 {
	width: 270px;
	height:auto;
	position: relative;
	margin-left:590px;
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;
}

.bodyContent-item {
	min-height:45px;
	padding: 5px 15px 5px 0px;
	width: 530px;
	float:left;
	position:relative;
	background-color: #fff;	
}

.bodyContent-item a {
	float:left; 
	padding-top: 10px;
	padding-right: 15px;
	min-height:120px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html .bodyContent-item p {
	float:left;
	padding-left:5px;
}



.bodyContent-item2 {
	min-height:45px;
	padding: 5px 15px 5px 0px;
	width: 230px;
	float:left;
	position:relative;
}

.bodyContent-item2 a {
	float:left; 
	padding-top: 10px;
	padding-right: 15px;
	min-height:120px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html .bodyContent-item2 p {
	float:left;
	padding-left:5px;
}


.alignCentre {
	text-align:center;	
}

.bodyFooter {
	clear:both;
	padding-top:30px;
	border-bottom:1px solid #dedeff;
	position:relative;
	margin-left:0px;
	height:20px;
	width: 900px;
}

.siteFooter {
	width:100%;
	padding-top:1em;
 	text-align:center;	
	background-color:#ffffff;
	height:30px;
	clear:both;
}

.siteFooterMenu {
	width:100%;
	padding-top:1em;
 	text-align:center;	
	background-color:#ffffff;
	height:10px;
}

.featureTitle {
	margin: 10px 0px 0px 10px;
	padding: 0px 20px 0px 20px;
}

.featureDetail {
	margin: 10px 10px 0px 10px;
	padding: 0px 20px 0px 20px;
	height:auto;
}

.featureDetail p {
}
	
.featureDetailColumnA {
	width:570px;
	float:left;
}

/* This hack below is to ensure that the search label and textbox appear in one line in ie6 */
/*\*/
* html .featureDetailColumnA {
	width:550px;
	float:left;
}
/*end*/


.featureDetailColumnB {
	width:270px;
	float:left;
}

	
/* This is the container for the feature detail menus */
.featureDetailColumnB-menu {
	top: 0px;
	width: 230px;
	float:left;
	font-size: .8em;
	position:relative;
	left:45px;
	margin:0px 0px 0px 0px;
}


/* These are the menu style for the feature detail menu */
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 14px;
	text-decoration: none;
	color:#214992;
	background-color:#f0f0f0;
}

#navlist a:hover {
	color: #cc0000;
}

#navlist dt {
	font-size: 1.2em;	
	font-weight:bold;
	line-height: 1.2em;
	color: #444444;
	background-color:#f0f0f0;
	padding: 5px 2px 2px 15px;
	display: block;
}

#navlist dd {
	padding: 5px 0px 0px 0px;
	display: block;
	color:#214992;
	background-color:#f0f0f0;
}
	
		
/* styles for the breadcrumb trail */
.breadcrumb{
	font: bold 14px "Arial", "Placard Condensed";
}

.breadcrumb a{
	background: transparent url(images/pipe.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 10px;
	color: #ccc;
	
}

.breadcrumb a:active {
	color: #ccc;
	background-color:inherit;
}

.breadcrumb a:visited {
	color: #ccc;
	background-color:inherit;
}

.breadcrumb a:hover{
	color:#CC0000;
}

/* List formatting */
.bodyTextList {
}

.bodyTextList ol, li {
	font-size: 10pt;
	list-style-type: disc;
	list-style-position:outside;
	margin-left: 15px;
	padding-left: 10px;
}

.bodyTextList li:first-child {
	padding-top:5px;
	margin-top:5px;
}

.tel {
	background-image: url(images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left:20px;
}
	
.email {
	background-image: url(images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left:20px;
	height:15px;
}

.search {
	width:182px;
	margin-left: 710px;
	margin-top:10px;
}

/* This hack below is to ensure that the search label and textbox appear in one line in ie6 */
/*\*/
* html .search {
	width:190px;
	margin-left: 690px;
	margin-top:10px;
}
/*end*/

.search form {
	width: auto;	
}

.searchText {
	background-color: white; 
	height:18px;
	font-size:12px; 
	padding: 2px 0 0 2px;
	border-style:none;
}

#search-box .submit
{
	width:30px;
	margin-left:0;
	position:relative;
	float:left;
	margin-top:-25px;
	margin-left:35px;
	cursor:hand;
}


/* hide the pda menu class */
.pdaMenu {
	display:none;
}


/* Start - style for the rounded corners of the on screen menus */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/* End - style for the rounded corners of the on screen menus */
