/* ~~~ Maroondah Credit Union Template Stylesheet Created by Brighton Consulting 2008 ~~~ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Brighton Consulting */
/* Added: October 20th, 2008 */
/* Visit www.brightonconsulting.com.au */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without written permission. */

/* ~~~ SITE COLOURS ~~~ */
/*
	#f78f1e - Bright Green
	
	#008c99 - Dark Green
	
	#f7faec - Background light green
	
	Other colours
	
	#666666 - text
	#008c99 - Headings / links
	#f78f1e - Hover
	#979797 - Copywrite	 
*/
	
/* ~~~~~ IE HACK GUIDELINES ~~~~~
p  {
  border:1px solid green; ~~~ works in all
  *border:1px solid red; ~~~ targets IE6 and 7 
  _border:1px solid blue; ~~~ targets IE6 only
}
*/

/* ~~~ GENERAL SITE-WIDE STYLES ~~~ */
/* ~~~ DO NOT MODIFY WITHOUT GOOD REASON ~~~ */

body { }


/* RESET all browsers to zero */
* {    
     margin:0;   
     padding:0;   
 }
table {   
     border-collapse:collapse;   
     border-spacing:0;   
}   
 fieldset,img {    
     border:0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-style:normal;   
    font-weight:normal;   
}   
ol,ul {   
    list-style:none;   
}   
caption,th {   
    text-align:left;   
}   
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border:0;   
}   

html, body {
	height:100%;
	min-height:100%;
}

/* ~~~~~~ PRESET SITE FONTS ~~~~~~ */
html {font-size:13px;} /*Set IE browsers to 13px standard font size */

* html {font-size:81.25%;} /*Set IE browsers to 13px standard font size */

body {
	font-size:1.0em; /*Set all browsers to 13px standard font size */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}

/* Set font sizes for WYSIWYG to match document */
body.mainbody {
	font-size:1.0em; /*Set WYSIWYG to 16px standard font size */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}
div,  span,  input,  select, p, th, dd, table, li {
	font-size:1.0em;
}
h1, .mainbody h1 {font-size:2em; color:#008c99;}
h2, .mainbody h2 {font-size:1.62em; color:#008c99;}
h3, .mainbody h3 {font-size:1.0em; color:#008c99; font-weight:bold;}
h4, .mainbody h4 {font-size:1.0em; color:#008c99; font-weight:bold;}
h5, .mainbody h5 {font-size:1.0em; color:#008c99; font-weight:normal;}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#008c99;
}
/* ~~~~~~ PRESET CONTENT STYLES ~~~~~~ */
p, ul {
	padding-top:5px;
	padding-bottom:3px;
}
table {
	margin:10px 0;
}
table td {
	padding:5px;
}
h4, h5 {
	margin-top:18px;
}
ul {
	list-style-type:disc;
	margin:0 0 0 20px;
	
}


ul li {
	padding:5px;
}
ul li ul {
	list-style-type:circle;
}

ul.generic {
	list-style-type:disc;
	margin:0 0 0 20px;
}

ul.alphalist {
	margin-left:15px;
	list-style-type:lower-alpha;	
}
ul.romanlist {
	margin-left:15px;
	list-style-type:lower-roman;
}
ul.numlist {
	margin-left:20px;
	list-style-type:decimal;
}
ul.arrowlist, ul.ticklist {
	list-style-position:outside;
	_list-style-position:inside;
	list-style-type:none;
	list-style-image:none;
	margin:0 0 0 0px;
}
div.mainbody ul.ticklist li, ul.ticklist li {
	margin-left:0px;
	background:url(/old_uploads/images/page_images/tick_sec.gif) top left no-repeat;
	_background:none;
	_list-style-type:disc;
	padding:3px 0 3px 20px;
	display:block;
	overflow:hidden;
}
div.mainbody ul.arrowlist li {
	margin-left:0;
	padding-left:15px;
	_list-style-type:square;
	background:url(/build/images/arrow_orange.gif) 0px 9px no-repeat;
	_background:none;
	font-size:1.0em;
	display:block;
}
div.mainbody ul.arrowlist li a {
	color:#008c99;
}
div.mainbody ul.arrowlist li a:hover {
	color:#f78f1e;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited {
	color:#008c99;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
a:hover, a:active {
	color:#f78f1e;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}

/* ~~~~~~ Universal Classes ~~~~~~ */
.hidden {
	display:none;
}
.clear {
	clear:both;
}

/* ~~~~~~ CLEARFIX HACK ~~~~~~ */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {

	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

/* ~~~~~~~ NGMENU NOSCRIPT CSS ~~~~~~ */
div#navbar ul {
	color:#fff;
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:12px;
}
div#navbar ul li {
	float:left;
	position:relative;
	padding:0;
	min-width:50px;
	width:auto !important;
	width:50px;
	white-space:nowrap;
}
div#navbar ul li a {
	display:block;
	height:29px;
	line-height:29px;
	padding:0 12px 0 14px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	background:url(/build/images/nav_bar_divider.gif) bottom left no-repeat;
}
div#navbar div div noscript ul li:first-child a {
	background:none;
}
div#navbar ul li a:hover, div#navbar ul li a:active, div#navbar ul li:first-child a:hover, div#navbar ul li:first-child a:active {
	background-color:#f78f1e;
}
div#navbar ul li ul, div#navbar ul li ul ul {
	display:none;
}
div#navbar ul li ul {
	position:absolute;
	top:29px;
	left:0;
	width:auto;
	float:left;
	background-color:#008c99;
	z-index:10000;
}
div#navbar ul li:hover ul {
	display:block;
}
div#navbar ul li:hover ul li {
	float:none;
	position:relative;
	display:block;
	width:100%;
	border-top:1px solid #80bb9a;
}
div#navbar ul li:hover ul li a {
	display:block;
	height:29px;
	line-height:29px;
	color:#fff;
	background:none;
	padding:0 12px;
}
div#navbar ul li:hover ul li:first-child {
	border-top:none;
}
div#navbar ul li:hover ul li a:hover, div#navbar ul li:hover ul li a:active {
	background-color:#f78f1e;
	color:#008c99;
}
div#navbar ul li:hover ul ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	background-color:#008c99;
	float:left;
}
div#navbar ul li:hover ul li:hover ul {
	display:block;
}

/* ~~~~~~~ TABLE STRIPES ~~~~~~ */
table.stripes {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	}
table.stripes tr.odd td	{
	background:#fff;
	}
table.stripes tr.even td	{
	background:#eef7f7;
}
table.stripes td {
	border-bottom:1px solid #9fc5c8;
	padding:.3em 1em;
	}
	
	table.stripes th {
	border-bottom:1px solid #9fc5c8;
	color:#008c99;
	font-size:14px;
	padding:.5em 1em 0 1em;

	
		}
	
/* ~~~~~~~ TABLE FANCY ~~~~~~~ */	
/*table.fancy {
	background:url(/build/images/tbl_fancy_header_top.gif) top left no-repeat;
}*/
#category table.fancy {
	width:688px;
}
	table.fancy thead tr th {
		padding:.3em 1em;
		font-weight:bold;
		border:0;
		color:#fff;
		font-size:13px;
		background:#008c99;
	}
table.loaded {
	background-color:;
	background:#008c99 url(/build/images/tbl_fancy_header_top.gif) top left no-repeat;
}
	table.loaded thead tr {
		background-image:none;
		background:url(/build/images/tbl_fancy_header_btm.gif) bottom left no-repeat;
		position:relative;
	}
		table.loaded thead tr th {
			background:none;
		}
		/*table.fancy thead tr th.round {
			background:url(/build/images/tbl_fancy_header_top.gif) top left no-repeat;
			padding:0;
			line-height:7px;
		}*/
			table.fancy thead th a {
				color:#f7faec;
				text-decoration:underline;
			}
table.fancy tbody {

}
/*
table.stripes th {
	font-weight:bold;
	border:0;
	padding:.3em .5em 0 .5em;
	background:#008c99;
	color:#fff;
	font-size:13px;
	}
table.stripes th a {
	color:#f7faec;
	text-decoration:underline;
	}
table.stripes th.rc_left {
	background:#008c99 url(/build/images/table_rc_left_bg.png) top left no-repeat;
	padding:.3em .5em 0 .5em;
	}

table.stripes th.rc_right {
	background:#008c99 url(/build/images/table_rc_rght_bg.png) top right no-repeat;
	padding:.3em .5em 0 .5em;
	}
table.stripes th.rc_botleft {
	background:#008c99 url(/build/images/table_rc_bot_left_bg.png) bottom left no-repeat;
	padding:0;
	height:7px;
	border-bottom:3px solid #fff;
	font-size:1px;
	}
table.stripes th.rc_botright {
	background:#008c99 url(/build/images/table_rc_bot_rght_bg.png) bottom right no-repeat;
	padding:0;
	height:7px;
	border-bottom:3px solid #fff;
	font-size:1px;
	}
*/

/*
	WYSIWYG FIXES - DON'T CHANGE WITHOUT CONSULTATION
	The following style makes p and ul tags show as br tags in tables for the same results in IE and FF
*/
.mainbody table p, .mainbody table ul  {
	margin-top:0px;
	margin-bottom:0px;
}

/*  Template css   */

/*BACKGROUND STUFF */
.bodybg { background-color:#e3e9e9; }

#container {
	margin:0 auto 0;
	width:980px;
	padding-bottom:0;
	position:relative;
	background-color:#fff;
}

/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:980px;
	height:119px;
	margin-bottom:31px !IMPORTANT;
		margin-bottom:20px;
	

}


#headerLeft{

position:relative;

float:left;
width:480px;
}


	div#logo {
		
		
		width:137px;
		height:125px;
		
	}

#headerRight{

position:relative;

float:left;
width:500px;


}	



div#ib{

padding-left:0px;
margin-top:50px;
position:relative;
float:left;
width:258px;}



	
	div#navtabs {
		position:absolute;
		left:2px;
		bottom:0;
		height:23px;
		width:328px;	
	}
		div#navtabs ul {
			list-style-type:none;
			padding:0;
			margin:0;
		}
			div#navtabs ul li {
				float:left;
				background:url(../../build/images/nav_tabs_bg.gif);
				width:82px;
				height:23px;
				text-align:center;
				font-size:11px;
				line-height:12px;
				margin:0;
				padding:0;
			}
				div#navtabs ul li a:link, div#navtabs ul li a:visited {
					font-size:11px;
					display:block;
					width:82px;
					line-height:23px;
					color:#fff;
				}
				div#navtabs ul li a.green {
					color:#f78f1e;
				}
	div#services {
	
		position:relative;
		padding-top:7px;
		padding-right:10px;
		
		font-size:11px;
		float:right;
		font-weight:normal;
	}
		div#services img#services_heading {
			padding:0 0 2px 0;
		}
		
		div#services a {
					font-weight:normal;
					color:#008c99;
		}
	div#tools {
		width:150px;
		height:106px;
		position:absolute;
		top:7px;
		right:35px;
		z-index:3000;
	}



div#search {
			height:29px;
			width:220px;
			margin-top:40px;
			position:relative;
			float:left;
			
			padding-left:7px;



		}


div#search form input.inputbox {
			
				position:relative;
				float:left;
				width:182px;
				padding:2px;
				margin:0;
				line-height:13px;
				font-size:11px;
				border: 1px solid #002e5f;
background:url(/build/images/sec-search-bg.gif) repeat-x left top;
height:16px;
	
			}

div#search form input.image {
				height:21px;
				width:29px;
				position:relative;
				float:left;
						}
			
			

#contactDetails {

				font-size:12px;
				font-weight:bold;
				color:#018B98;

}

			
		div#tools_select {
			height:58px;
			width:161px;
			
			margin-top:5px;
			z-index:5000;
		}
			div#tools_select form {
				width:161px;
				text-align:right;
			}
				div#tools_select form select {
					width:125px;
					height:21px;
					margin:3px 0;
					text-align:left;
				}
					div#tools_select form select option {
						width:auto;
					}
					div#tools_select form select input {
						height:21px;
						width:21px;
					}
		div#tools_slider {
			width:150px;
			height:auto;
			margin:0;
			padding:0;
			list-style-type:none;
			position:absolute;
			top:30px;
			left:0;
		
			z-index:5000;

		}
		div#tools_slider div#apply_button {
			position:absolute;
			top:0;
			left:0;
		}
		div#tools_slider div#calcs_button {
			position:absolute;
			top:59px;
			left:0;
		}
		
		div#tools_slider div#need_button {
			position:absolute;
			top:29px;
			left:0;
		}
				div#tools_slider div a.apply_button {
					width:150px;
					height:25px;
					display:block;
					background:url(../../build/images/OT_applyfor.png);
					text-indent:-9999px;
				}
				div#tools_slider div a.calcs_button {
						width:150px;
					height:25px;
					display:block;
					background:url(../../build/images/OT_calculator.png);
					text-indent:-9999px;
				}
				
				div#tools_slider div a.need_button {
						width:150px;
					height:25px;
					display:block;
					background:url(../../build/images/OT_ineed.png);
					text-indent:-9999px;
				}
				
				
			div#tools_slider div div.slider {
				width:161px;
			}
			div#tools_slider div div.slideframe {
				background:transparent url(../../build/images/links_dropdown_bot.png) bottom left no-repeat;
				padding-bottom:10px;
				width:161px;
			}
			div#tools_slider ul {
				
				width:165px;
				list-style-type:none;
				margin:0;
				padding:0;
				padding-top:7px;
				background:transparent url(../../build/images/links_dropdown_top.png) top left no-repeat;
			}
				div#tools_slider div ul li {
					margin:0;
					height:28px;
					padding:0;
					width:125px;
				}
				div#tools_slider div ul li.first {
					margin:0;
					height:28px;
					width:125px;
				}
				div#tools_slider div ul li a:link, div#tools_slider div ul li a:visited {
					display:block;
					padding:0 15px;
					background:none;
					height:28px;
					line-height:28px;
					white-space:nowrap;
					width:125px;
				}
				div#tools_slider div ul li a:hover, div#tools_slider div ul li a:active {
					display:block;
					padding:0 15px;
					background:transparent url(../../build/images/links_dropdown_hilite.png) bottom left no-repeat;
					height:28px;
					line-height:28px;
					white-space:nowrap;
					color:#008c99;
					text-decoration:none;
					width:125px;
				}

/* ~~~~CONTENT~~~~ */
#content {
	width:980px;
	overflow:hidden;
	padding-top:0px;

	margin-top:0px;
	padding-bottom:130px;
	position:relative;
	background-image:url(../../build/images/sec-bg-l-btm-orange.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;

}

#contentHome {
	width:980px;
	overflow:hidden;
	padding-top:0px;

	margin-top:0px;
	padding-bottom:38px;
	position:relative;
	background-image:url(../../build/images/sec-bg-l-btm-orange.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;

}

/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		display:none;
	}


/* ~~~~Flash~~~~ */
	div#main {
	
		float:left;
		width:980px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
		
		
}

/* ~~~~MAIN~~~~ */
	div#main {
		float:left;
		width:726px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
	}
		div#main div#main_promo {
			width:726px;
			height:245px;
			margin-bottom:10px;
			clear:right;
		}
		div#main div.sub_promo {
			float:left;
			height:245px;
			display:inline;
			overflow:hidden;
			position:relative;
		}
		div#main .narrow {
			width:229px;
			background:url(../../build/images/subPromo_bg_229.jpg) bottom left no-repeat;
			margin-left:10.5px;
		}
		div#main .wide {
			width:348px;
			background:url(../../build/images/subPromo_bg.jpg) bottom left no-repeat;
			margin-left:10px;
		}
			div#main div.sub_promo p {
				padding:10px;
				font-size:13px;
			}
			div#main div.sub_promo a.promo_button {
				position:absolute;
				bottom:5px;
				right:5px;
			}
		div#main div#sub_promo_1 {
			margin-left:10px;
		}
		div#main div#sub_promo_2 {
		
		}
			div.sub_promo h2 {
				font-height:21px;
				line-height:25px;
				padding:0 5px;
				height:50px;
				color:#008c99;
			}
			
			
			
	  div#main .mainSection {
	  
	  	padding-left:20px;
		padding-top:20px;
		position:relative;
		float:left;
		width:220px;
		overflow:hidden;}
	  
	  div#main .mainSectionHeading {
	  
	  font-size:20px;
	  color:#229ba7;
	}
	  
	  div#main .mainSectionOptions {}
	  
	  div#main .mainSectionOptions ul {
	  	padding:0;
		margin:0;
		list-style-type:none;
		height: 1%;
		padding-top:5px;
		 }
	  
	  div#main .mainSectionOptions li {
	 	list-style-type: none;
		margin: 0px;
		padding:3px 3px 3px 25px;
		background: url(/build/images/arrow_orange.gif) no-repeat 0 0.6em;
		font-size:12px;
		color:#229ba7;

}

/* ~~~~Sidebar_R~~~~ */
	div#sidebar_R {
		float:right;
		width:250px;
		overflow:hidden;
	
	}
	
		div#sidebar_R div.latestNews {
		background:url(/build/images/news/sec-news.gif);
		width:210px;
		height:106px;
		position:relative;
		margin:10px 0px 10px 8px;
		padding:40px 10px 10px 10px
	
		}
		
		div#sidebar_R div.latestNews .newsTitle {position:relative; float:left; font-size:12px;  margin:0; padding:0; line-height:17px  }
		div#sidebar_R div.latestNews .newsCreated { position:relative; float:left; clear:both; font-size:10px; margin:0; padding:0; line-height:14px  }
	
		div#sidebar_R div.latestNewsMore{ position:absolute; left:10px; bottom:2px; font-size:11px;}
	
		div#sidebar_R div#news {
			margin:2px 0 5px;
			background:url(/build/images/news_bg.jpg) bottom left no-repeat;
			font-size:11px;
			position:relative;
			overflow:hidden;
			height:243px;
		}
			div#sidebar_R div#news h2 {
				padding:8px 7px 0;
			}
			div#news div#page_article {
				padding-bottom:8px
			}
				div#news div#page_article h3 {
					padding:0 7px;
				}
				div#news div#page_article p {
					padding:0 7px;
				}
				div#news div#page_article p a {
					font-weight:normal;
				}
			div#news a.promo_button {
				position:absolute;
				bottom:5px;
				right:5px;
				/*padding:5px 5px 5px 0;*/
				height:23px;
				display:block;
				
				
			}
		div#sidebar_R div.newsletter {
			padding-top:2px;
			text-align:center;
		}
		
			div#sidebar_R div.newsletter p a img {
				padding-top:3px;	
			}


	div#sidebar_R .blogLink {
	
	padding-top:10px;
	padding-right:30px;
	text-align:right;
	padding-left:8px;
	}


	div#sidebar_R .rightPromoLink {
	
	padding-top:10px;
	padding-right:30px;
	text-align:right;
	padding-left:8px;
	padding-bottom:10px;
	
	}

/* ~~~~FOOTER~~~~ */

/* ~~~~FOOTER~~~~ */

#footer {
	width:980px;
	height:41px;
	position:relative;
}
	#footer div#footer_bar {
		width:980px;
		height:41px;
		background-color:#E3E9E9;
		font-size:10px;
	}
	
		
		#footer div#footer_bar p {
			position:relative;
			padding-left:4px;
			width:790px;
		}
		
		
		#footer div#footer_bar ul {
			list-style-type:none;
			
			font-size:10px;
		}
		#footer div#footer_bar ul li {
			list-style-type:none;
			margin:0;
			padding:0 6px;
			float:left;
		}

		
		#footer div#footer_bar ul#copyright {
			position:absolute;
			left:2px;
			margin:0;
			padding:0;
			width:490px;
			list-style-type:none;
		}
			#footer div#footer_bar ul#copyright li {
				border-right:1px solid #666;
			}
			#footer div#footer_bar ul#copyright li.last {
				border-right:none;
			}


/* INTERNAL PAGE MAIN CONTENT */

/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	width:100%;
	height:70px;
	overflow:hidden;
	position:relative;

}
div#breadcrumbs { 
		height:28px;
		font-size:.9em;
		background-image:url(../../build/images/campaign_bcrumbs.jpg);
		background-repeat:no-repeat;
	
	}
		div#breadcrumbs span {
			line-height:18px;
		}
		#breadcrumbs span.pagefunctionicon {
			float:right;
			margin:0 5px;
			
		}
			#breadcrumbs span.pagefunctionicon img {
				padding:6px;
				padding-top:0px;
			}
		#breadcrumbs span.styleswitcher {
			float:right;
			
			
		}
			#breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#4AADB7;
			}
			#breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#EAA21A;
			}
		#breadcrumbs .pathway {
			width:630px;
			line-height:20px;
			
			
			padding-left:20px;
			float:left;
			color:#EAA21A;
		
		
		}
		#breadcrumbs .pathway a:hover, #breadcrumbs .pathway a:active {
			color:#EAA21A;
		}
		
		#breadcrumbs  .pathway a:link, #breadcrumbs  .pathway a:visited {
				color:#4AADB7;
			}
			
			
	div#pagetitle {	
		font-size:20px;
		color:#f78f1e;	
		width:600px;
		position:relative;
		
		bottom:10px;
		padding-left:20px;
		padding-top:30px;
	}

	/* div#pagehead_pics {
		position:absolute;
		bottom:0;
		right:2px;
		width:441px;
		height:100px;
	}
	div#pagehead_pics img.pagehead_pics {
		float:right;
		margin-right:8px;
		display:inline;
	}
	
	*/
#int_content {
	padding:0 20px 15px;
}
#int_content p {
	padding:
}


#int_content p.home_loan {
	color:#00539f;
	font-size:1.0em;
}

div#featuredSections {

	padding:0 9px;
	margin-top:10px;
}

div#featuredSections div.section {
	margin-bottom:10px;
}

div#featuredSections div.section div.icon {
	float:left;
	margin-right:15px;
	background-image:url(../../build/images/sec-block-orange.jpg);
	height:90px;
	width:90px;
	position:relative;
	background-repeat:no-repeat;
	
	
	
}

div#featuredSections div.section div.description {
	width:560px;
		position:relative;
		float:right;
}

div#featuredSections div.section div.description h3 {
/*	padding-bottom:2px;
*/
	color:#008c99;
}

div#featuredSections div.section div.description p {
	padding-top:0;
}


div#featuredSections div.section div.description h3 a {
	padding-bottom:2px;
	color:#008c99;
}

div#featuredSections div.section div.description p.btns {
	text-align:left;
}

div#featuredSections div.section div.description p.btns a {
	color:#666666;
	font-weight:bold;
	text-treatment:none;
}

div#featuredSections div.section div.description p.btns a:hover {
	color:#f78f1e;
	font-weight:bold;
	text-treatment:underline;
}

div#featuredSections div.section div.description span.pipe {
	padding:0 4px;
}
div#int_content div#mosarticle {
	width:96%;	
}
div#int_content div#mosarticle div#page_article {
	padding-bottom:24px;
}
div#int_content div#mosarticle h3 {
border-top:1px solid #e0efc4;
color:#008c99;
padding-top:5px;
}
div#int_content div#mosarticle a.promo_button {
	display:none;
}

#map_container {
	border: 1px solid #684f40;
	padding:9px;
}




/* onlineTools */

#onlineToolsHolder {
background-image:url(../../build/images/sec-onlinetools-cat.jpg);
background-repeat:no-repeat;
margin-left:8px;
	padding-left:8px;
padding-right:30px;
padding-top:20px;

height:164px;

}




#onlineTools {
	position:absolute;
	top:25px;
	left:760px;
	z-index:2000;
	font-family:Arial, Helvetica, sans-serif;

}

.onlineHead{

	color:#f78f1e;
	font-size:18px;
	
	}

/* ~~~~ NAVBAR ~~~~ */
#navbar {
	position:absolute;
	top:118px;
	left:0;
	width:980px;
	height:32px;
	background:url(../../build/images/nav_bar_bg.gif) top left repeat-x;
	z-index:2000;
	font-family:Arial, Helvetica, sans-serif;
	
}

/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:666px;
	/*height:435px;*/
	margin: 0 auto 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	background:url(../../build/images/sec_campaign_bg.gif) bottom right no-repeat;
	padding-bottom:40px;
	/*border-right:1px solid #df7917;
	border-left:1px solid #df7917;
	border-bottom:1px solid #df7917;
	border-top:1px solid #df7917;*/
}

#campaign {
	width:650px;
/*	height:100%; */
	margin:0 6px 0 16px;
	padding-top:7px;
}

#campaign #campaign_title {
	padding:20px 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	color:#008c99; 
	font-size:2.3em;
}
#campaign #campaign_wrapper {
clear:both;
width:630px;
}

#campaign #campaign_wrapper div.campaign_img {
float:right;
margin-left:5px;

}

#campaign #campaign_wrapper div.camp_text {
/*width:380px;*/

}

#campaign h4 {
color:#008c99; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.2em;
*font-size:1.1em;
}


/* COMPARE STYLE */
#compare {	background:#FFFFFF }

#conpare_main {
	width:100%;
}

#compare_2 {
	width:730px;
	height:90%;
	margin:0 0 0 15px;

}
#campare_2 div#col2_container_1 {
	padding-bottom:7px;
	width:100%;
	height:100%;
}
#campare_2 div#col2_container_1 div#col2_container_2 {
	padding:10px;
}

#campare_2 div#col2_container_1 div#col2_container_2 div#pagetitle {
	padding:10px;
}
#conpare_2 div#col2_container_1 div#col2_container_2 div#breadcrumbs {
	width:660px;
	margin:2px 0 0 0;
	background-color:#ffffff;
	text-align:right;
	color:#666;
}
div#compare_pagetitle {	
		font-size:20px;
		padding-bottom:10px;
		color:#008c99;	
	}



/* PRINT PAGE */


#printing {
}

h1.title {
	font-size:26px;
	font-weight:normal;
	color:#F78F1E;
	padding:20px 0 5px 9px;	
}

/* IE6 + IE7 Hacks */
#breadcrumbs .pathway {
	_padding-top:2px;
}
div#tools div#search form input.inputbox {
	*line-height:14px;*
}
#conpare_2 div#col2_container_1 div#col2_container_2 div#breadcrumbs {
	*margin:-2px 0 0 0;
}
/*
ul.numlist {
	*margin-left:25px;
}
*/

/* NG Differing Styles */

.ngitem-normal
{
  margin-top:0px;
  margin-bottom:0px;
  *margin-bottom:0;
  width:100%;
  cursor: auto;
  background:#4aadb7;
}

.ngitem-over
{
  margin-top:0px;
  margin-bottom:0px;
  *margin-bottom:0;
  width:100%;
  background:#77c2c9;

  cursor: default;
}


.ngtext-normal
{
  font: 12px "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  color:#00666f;
  padding: 6px 13px 8px 12px;
  font-weight:bold;
}

.ngtext-over
{
  font: 12px "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  color:#00666f;
  padding: 6px 13px 8px 12px;
    font-weight:bold;
}

#dm0m0tbl .ngtext-normal {
  font: 13px "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  color:#00666f;
  padding: 7px 14px;
  background: none;
  width:100%;
  font-weight:bold;
}
#dm0m0tbl .ngtext-over {
  font: 13px "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  color:#00666f;
  padding: 7px 14px;
  background: none;
  width:100%;
   font-weight:bold;
}


.btn_enquire{



background:transparent url(/build/images/buttons/sec-enquire.png) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:27px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:6px;
width:122px;


}


.btn_apply{



background:transparent url(/build/images/buttons/sec-apply.jpg) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:27px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:6px;
width:115px;


}





.btn_proceed{



background:transparent url(/build/images/buttons/sec-proceed.jpg) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:27px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:6px;
width:98px;


}




.mainArrow{

background:transparent url(/build/images/buttons/sec-mainArrow.png) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:12px;

position:relative;
text-indent:-9999px;
top:4px;
*top:0;
width:20px;
}

.tick{

background-image:url(../../build/images/comparetable/sec_tick.gif);
width:13px;
height:16px;
display:inline-block;

}

.cross{

background-image:url(../../build/images/comparetable/sec_cross.gif);
width:18px;
height:16px;
display:inline-block;

}

#sec_flash {
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:980px;
		height:186px;
		/*border:1px solid black;*/
		z-index:0;
	}
	
	
	#bclogo{position:absolute; right:0; top:35px;}
	


div.sitemap ul.list li{ list-style-type:none !IMPORTANT; background:transparent url(/build/images/arrow_orange.gif) no-repeat scroll 0 9px;
display:block;  padding-left:15px;  }


div.sitemap ul.list ul.list li.list_item{ list-style-type:none !IMPORTANT; margin-left:20px; background:transparent url(/build/images/arrow_orange.gif) no-repeat scroll 0 9px; padding-left:15px;
display:block;  }

p.created {
color:#67BAC2;
font-size:12px;
margin:0;
padding:0;
}
div.article_wide hr {
color:#67BAC2;
background-color:#67BAC2;
}

/* Drop downs Int */





div#onlineTools ul  {margin:0; padding:0; list-style:none;}

div#onlineTools ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}





div#calculator{float:left;  height:23px; margin-bottom:5px;   }

.menu_body2 {display:none; width:150px;border-right:1px solid #F78F1E;border-bottom:1px solid #F78F1E;border-left:1px solid #F78F1E; font-size:11px;}
.menu_body2 li{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid}
.menu_body2 li.alt{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid}
.menu_body2 li a{color:#008C99; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body2 li a:hover{  font-size:11px; font-weight:bold; color:#F78F1E;} 

.menu_head2{border:none; display:block;}


div#memberForms{float:left;  height:23px; margin-bottom:5px; z-index:9999;  }

.menu_body3 {display:none; width:150px;border-right:1px solid #F78F1E;border-bottom:1px solid #F78F1E;border-left:1px solid #F78F1E; font-size:11px; z-index:9999;}
.menu_body3 li{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid; z-index:9999;}
.menu_body3 li.alt{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid}
.menu_body3 li a{color:#008C99; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body3 li a:hover{  font-size:11px; font-weight:bold; color:#F78F1E;} 

.menu_head3{border:none; display:block;}








div#applyOnline{float:left; margin-bottom:5px; margin-top:10px;  height:23px; z-index:9999;}

.menu_head{border:none; display:block;}

.menu_body {display:none; width:150px;border-right:1px solid #F78F1E;border-bottom:1px solid #F78F1E;border-left:1px solid #F78F1E; font-size:11px; z-index:999;}

.menu_body li{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid; z-index:999; height:}

.menu_body li.alt{background:#fff; font-size:11px; border-bottom: 1px #F78F1E solid}

.menu_body li a{color:#008C99; text-decoration:none; padding:0px;  display:block; font-size:11px; font-weight:bold;}

.menu_body li a:hover{padding:0px;  font-size:11px; font-weight:bold; color:#F78F1E;} 

.menu_head{border:none; display:block;}
/* Drop downs Int */

