/************ COLOURS ************
	
	#009DDC		link blue
	#B0B0B0		top menu grey
	
*/
/************ CSS RESET (YUI) ************/
body,div,dl,dt,dd,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, abbr,acronym { 
	border:0;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
*/
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
q:before,q:after {
	content:'';
}

/************ UTILITY ************/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}

#SilverStripeNavigatorMessage {
	display:none;
}


/************ TAGS ************/
html {
	height:100%;
}

body {
	font-size:69%;
	height:100%;
	font-family:verdana, helvetica, arial;
	color:#000000;
}
	html > body {
		font-size:12px;
	}



a {
	text-decoration:none;
}
	 a:link {
	}
		 a:focus {
			text-decoration:underline;
		}
		 a:active {
		}
		a:visited {
		}
		a:hover {
			text-decoration:underline;
		}





/************ STRUCTURE ************/

#Wrapper {
	width:886px;
	position:relative;
	margin:0px auto 10px auto;
	padding:0px 10px 0px 0;
	
	background:url('../images/sidebar_bg.gif') left top repeat-y;
}
	#WrapperBullseye {
		position:absolute;
		left:-29px;
		bottom:-14px;
	}
	#DebtNav {
		position:absolute;
		right:-33px;
		bottom:-6px;
		z-index:4;
	}
	#WrapperBottomBorder {
		position:absolute;
		left:-4px;
		bottom:-4px;
		z-index:2;
	}

#ContentContainer {
	float:left;
	width:750px;
	padding:0 0 31px 10px;
	
}

/************ TOP MENUS ************/

.topMenu {
	color:#B0B0B0;
	background:#FFFFFF;
}
	.topMenu li {
		float:left;
		border-left:1px solid #B0B0B0;
		
		height:1em;
		overflow:visible;
	}
		.topMenu li.last {
			border-right:1px solid #B0B0B0;
		}
	.topMenu a, .topMenu span {
		color:#B0B0B0;
		padding:0 12px;
		display:block;
		text-transform:lowercase;
		
		display:block;
		line-height:2em;
		position:relative;
		top:-0.5em;
	}
	.topMenu a:hover, .topMenu a:focus, .topMenu span {
		color:#009DDC;
		text-decoration:underline;
	}
	

#TopLeftMenu {
	float:none;
}
	#TopLeftMenu li {
		border-left:1px solid #009DDC;
	}
		#TopLeftMenu li.last {
			border-right:1px solid #009DDC;
		}
	
	#TopLeftMenu a, #TopLeftMenu span {
		color:#009DDC;
	}
	#TopLeftMenu a:hover, #TopLeftMenu a:focus, #TopLeftMenu span {
		color:#B0B0B0;
	}


#TopRightMenu {
	float:right;
}

/************ BOTTOM MENU ************/

#BottomMenu {
	margin:0;
	position:absolute;
	bottom:0;
	left:136px;
}

#BottomMenu li {
	float:left;
	
	margin-right:9px;
	height:30px;
	width:105px;
	position:relative;
}


#BottomMenu a, #BottomMenu em {
	color:#FFFFFF;
	background:url('../images/menuitem_placeholder.jpg') center 26px no-repeat;
	display:block;
	font-size:12px;
	line-height:13px;
	text-align:center;
	text-transform:lowercase;
	
	position:absolute;
	bottom:0;
	height:30px;
	
	overflow:hidden;	/* for IE 6 */
}

	#BottomMenu span {
		background:url('../images/bottommenu_tab.png') center top no-repeat;
		padding:1px 15px 0 15px;
		height:30px;
		width:75px;
		display:block;
	}
	
		#BottomMenu em span {
			color:#000000;
		}

	#BottomMenu a:hover, #BottomMenu a:focus {
		text-decoration:none;
		height:85px;
	}
	#BottomMenu a.withJS:hover, #BottomMenu a.withJS:focus {
		height:30px;
	}

/************ HEADER ************/

#Header {
	padding-top:35px;
	position:relative;
	width:100%;
	height:80px;
	
	background:#FFFFFF;
}

#Logo {
	position:absolute;
		right:0;
		bottom:4px;
}
#Fern {
	position:absolute;
		right:-47px;
		bottom:4px;
}

#PhoneNumber {
	position:absolute;
		left:0;
		bottom:4px;
}

#BlueBar {
	line-height:10px;
	height:12px;
	padding:2px 6px;
	color:#FFFFFF;
	font-style:italic;
	text-align:right;
	background:#009DDC;
	border-bottom:10px solid #FFFFFF;
	font-size:10px;
	clear:both;
}



/************ SIDEBAR ************/
#Sidebar {
	width:126px;
	position:relative;
	float:left;
	font-size:10px;
	color:#666666;
	padding:4px 0 51px 0;
}
	#Sidebar p {
		line-height:1.1em;
	}
	#Sidebar h3 {
		line-height:1.1em;
		font-size:11px;
		margin:0;
		font-weight:normal;
	}
	
	.buttonHolder {
		text-align:center;
		position:relative;
		color:#333333;
		padding:0 5px;
	}
		.buttonArrowLeft {
			float:left;
			display:block;
			width:11px;
			overflow:hidden;
			background:url('../images/sidebar_arrows.png') left center no-repeat;
			text-indent:-99em;
		}
		.buttonArrowRight {
			float:right;
			display:block;
			width:11px;
			overflow:hidden;
			background:url('../images/sidebar_arrows.png') right center no-repeat;
			text-indent:-99em;
		}

	#NewsTicker {
		list-style-type:none;
		margin:0 0 5px 0;
		position:relative;
		width:100%;
		height:160px;
		overflow:hidden;
		width:126px;
		border-bottom:5px solid #FFFFFF;
	}
	#NewsTicker li {
		background:url('../images/sidebar_bg.gif') left top repeat-y;
		padding:5px;
		width:116px;
		position:absolute;
			top:0;
			left:0;
		display:none;
	}
		#NewsTicker li.first {
			display:block;
		}
	#NewsTicker p {
		position:relative;
	}
		.newsFindOutMoreArrow {
			float:right;
			position:absolute;
				bottom:0;
				right:0;
			width:11px;
			overflow:hidden;
			background:url('../images/sidebar_arrows.png') right center no-repeat;
			text-indent:-99em;
		}
		
	.newsFindOutMore {
		text-align:right;
		font-size:11px;
	}
	

.sidebarItem {
	text-align:center;
	padding:5px 10px;
	color:#333333;
}
	.sidebarItem img {
		display:block;
		margin:0 auto;
	}
	.sidebarItem a {
		font-size:9px;
	}
	
	
	
	

/************ SEARCH FORM ************/

#SearchForm_SearchForm {
	clear:both;
	display:block;
	position:absolute;
	bottom:0;
	background:url('../images/sidebar_bg.gif') left top repeat-y;
	
	height:56px;
	z-index:10;
	
	
}
#SearchForm_SearchForm .fieldset {
	padding:5px;	
	
	
	position:relative;
}

#SearchForm_SearchForm .text {
	width:108px;
	padding:1px 2px;
	border:1px solid #99999;
	font-size:10px;
}

#SearchForm_SearchForm .action {
	display:none;
}
#SearchForm_SearchForm .actionLink {
	font-size:12px;
	float:right;
	color:#009DDC;
	padding:0 2px;
	display:block;
}

#SidebarSearchResults {
	clear:both;
	list-style-type:none;
	margin:0 0 5px 0;
	position:relative;
	width:100%;
	height:380px;
	overflow:hidden;
	width:126px;
}

	.sidebarSearchResultsPage {
		background:url('../images/sidebar_bg.gif') left top repeat-y;
		padding:0 5px;
		width:116px;
		position:absolute;
			top:0;
			left:0;
		
	}
		#NewsTicker li.first {
			display:block;
		}

	.paginator {
		padding:5px;
	}
	.paginator .current {
		color:#000000;
	}
	.paginator .current:hover {
		text-decoration:none;
	}
	
	#CloseSearchButton {
		position:absolute;
			top:5px;
			right:5px;
		font-weight:bold;
	}

/************ CONTENT AREA ************/

#Banner {
	display:block;
	background:#e2eef4 center center no-repeat;
	height:316px;
	width:308px;
	padding:21px 8px;
	float:left;
	
}
	body.HomePage #Banner {
		width:734px;
		margin-bottom:10px;
	}

#Banner.withContent {
	border:1px solid #2b8ebc;

	padding:20px 7px;
}

#Banner.withMap {
	border:1px solid #2b8ebc;
	height:356px;
	width:322px;
	padding:0px;
}

#OuterContent {
	width:414px;
	height:356px;
	border:1px solid #8B8B8B;
	float:left;
	margin-right:10px;
}
#Content {
	height:316px;
	margin:5px;
	overflow:auto;
	position:relative;
}



/************ SUBPAGE MENU ************/

#SubpageMenu {
	height:30px;
	background:url('../images/subpagemenu_bg.png') left bottom repeat-x;
}
	#SubpageMenu li {
		float:left;
		padding-right:4px;
		background:url('../images/subpagemenu_bg.png') right -27px repeat-x;
		margin:3px 0 0 2px;
	}
	#SubpageMenu a, #SubpageMenu h1 {
		float:left;
		line-height:26px;
		color:#000000;
		line-height:26px;
		padding: 1px 11px 0 15px;
		background:url('../images/subpagemenu_bg.png') left -27px repeat-x;
		font-size:0.9em;
	}
	
	#SubpageMenu li.current {
		background-position:right 0;
	}
#SubpageMenu h1 {
	background-position:left 0;
}


/************ ACCORDION ************/

.accordion {
	/*width:380px;*/
	
	overflow-x:hidden;
}

.accordion .accordionHeader {
	border:1px solid #9fdaf1;
	outline: none;
	position:relative;
	font-weight:normal;
	margin-bottom:3px;
}

	.accordionHeader a {
		font-size:0.9em;
		display:block;
		line-height:28px;
		outline: none;
		padding-left:30px;
		margin:0 0 0 1px;
		background:#F8FCFD url('../images/accordion_header_bg.gif') left center repeat-x;
		text-decoration:none;
	}
		.accordion .ui-state-active a {
			background-image:none;
		}
		
	
	.accordion .ui-icon {
		width:9px;
		height:28px;
		background:url('../images/accordion_arrows.png') left center no-repeat;
		position:absolute;
			left:9px;
			top:0px;
	}
		.accordion .ui-state-active .ui-icon {
			background-position:right center;
		}

.accordionContent {
	border:1px solid #9fdaf1;
	padding:5px;
	margin-bottom:4px;
}


.bannerPreloader {
	display:none;
}


/************ NEWS PAGE ************/

ul.fileList {
	list-style-type:none;
	margin-left:0;
}
	ul.fileList li {
		padding-bottom:0.25em;
	}


/************ BRANCHES ************/

#MapContainer {
	width:100%;
	height:100%;
}


/************ SITE MAP ************/

#SiteMap {
	
}
	#SiteMap ul {
		margin-bottom:0 !important;
	}

#SiteMap a {
	line-height:1.3em;
}

/************ RATES ************/

#RatesTable .titleColumn {
	width:187px;
}

#RatesTable .valueColumn {
	width:28px;
}

tr.highlighted td {
	color:#1576A5;
}

.typography table {
	border-spacing:12px;
	border-collapse:separate;
	
	margin-bottom:0;
}
.typography td {
	border:1px solid #8FC3DB;
	background:#EFF6F9;
	padding: 7px 20px;
}


/************ FORMS ************/

.typography form {
	
}
	.field {
		float:left;
		display:block;
		margin-bottom:4px;
	}
	label.left {
		display:block;
		width:112px;
		float:left;
		clear:left;
		line-height:20px;
		text-align:right;
		padding-right:9px;
	}
	label.right {
		line-height:20px;
	}
	
	.middleColumn {
		float:left;
	}
	input.text, textarea {
		border:1px solid #757575;
		padding:4px 4px;
		font-family:verdana;
		color:#333333;
		font-size:0.9em;
		width:206px;
	}
		input.text.anysize {
			width:auto;
		}
	textarea {
		width:226px;
		overflow:auto;
	}
	.checkbox {
		padding-left:121px;
	}
	label.required {
		display:block;
		clear:both;
	}
	.Actions {
		padding:3px 0 0 141px;
	}
	input.action {
		border:0;
		background:url('../images/button_bg.png') left center no-repeat;
		cursor:pointer;
		cursor:hand;
		color:#FFFFFF;
		font-size:10px;
		height:20px;
		padding:0 15px 2px 30px;
	}
	
	label.required {
		color:red;
		font-size:0.9em;
		width:216px;
	}
	
	.typography fieldset h3 {
		padding-left:121px;
		color:#2A8EC0;
		margin-bottom:0.25em;
		font-size:0.9em;
	}	
	
	#start_monthly {
		color:#2A8EC0;
		font-weight:bold;
	}
	
	
	