
/* 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 ~~~ */
/*
	#99ca3c - Bright Green
	
	#666666 - Dark Green
	
	#f7faec - Background light green
	
	Other colours
	
	#666666 - text
	#666666 - Headings / links
	#99ca3c - 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; 
}   
ul {   
    list-style:none;   
}

ol { list-style: decimal; margin-left:0px;} 

ol li{padding:3px 0 3px 20px;}
ol { list-style-position: inside; }
   
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: "Tahoma", Verdana, Helvetica, sans-serif; 
	color:#000;
	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: "Tahoma", 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:23px; color:#045f71;}
h2, .mainbody h2 {margin:10px 0 4px; font-size:18px; line-height:1.4em; color:#045f71; font-weight:normal; text-transform:capitalize;}
h3, .mainbody h3 {margin:10px 0 4px; font-size:13px; line-height:1.4em; color:#045f71; font-weight:bold;}
h4, .mainbody h4 {margin:10px 0 4px; font-size:11px; line-height:1.4em; color:#045f71; font-weight:bold;}
h5, .mainbody h5 {font-size:10px; color:#045f71 ; font-weight:normal; line-height:1.4em}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#666666;
}
/* ~~~~~~ PRESET CONTENT STYLES ~~~~~~ */
p, ul {
	padding-top:5px;
	padding-bottom:3px;
}
table {
	margin:10px 0;
}
table td {
	padding:5px;
}
h4, h5 {
	margin-top:18px;
	margin-bottom:5px;
}
ul {
	list-style-type:disc;

	
}

div#int_content ul{ 	margin-left:20px; }

ul li {
	padding:1px 0px 1px 3px; 
}
ul li ul {
	
}
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, .mainbody ul.arrowlist, .mainbody ul.ticklist {
	list-style-position:outside;
	_list-style-position:inside;
	list-style-type:none;
	list-style-image:none;

}
ul.ticklist li, .mainbody ul.ticklist li {
	margin-left:0px;

	_background:none;
	_list-style-type:disc;
	padding:3px 0 3px 20px;
	display:block;
	overflow:hidden;
}
#int_content ul li, #int_content ul.arrowlist li, ul.arrowlist li, .camp_text ul li {
	margin-left:0;
	padding:3px 0 3px 20px;
	_padding:3px 0 3px 10px;
	list-style-type:none;
	_list-style-type:square;
	background:url(/build/images/arrow.gif) 0px 9px no-repeat;
	_background:none;
	font-size:12px;
	display:block;

	
}
div.mainbody ul.arrowlist li a {
	color:#1091DB;
}
div.mainbody ul.arrowlist li a:hover {
	color:#1e3a7e;
	text-decoration:underline;
	outline:none;
}




ul.arrowlist, ul.arrowlist2, ul.ticklist, .mainbody ul.arrowlist, .mainbody ul.arrowlist2, .mainbody ul.ticklist, ul {
	list-style-position:outside;
	
	list-style-type:none;
	list-style-image:none;

}


div.mainbody ul.arrowlist2 li, ul.arrowlist2 li{
	margin-left:0;
	padding:3px 0 3px 15px; !important;
	_list-style-type:square;
	background:url(/build/images/arrow.gif) 0px 9px no-repeat !important;
	_background:none !important;
	font-size:1.0em !important;
	display:block;

	
}
div.mainbody ul.arrowlist2 li a {
	color:#045F71;
}
div.mainbody ul.arrowlist2 li a:hover {
	color:#FA8513;
	text-decoration:none;
	outline:none;
}




div.mainbody ul.arrowlist li a {
	color:#045F71;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
div.mainbody ul.arrowlist li a:hover {
	color:#FA8513;
	cursor:pointer;
	outline:none;
	text-decoration:underline;
}


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited {
	color:#0000ff;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover, a:active {
	color:#000063;
	cursor:pointer;
	outline:none;
	text-decoration:underline;
}



div#slideme2{ vertical-align:bottom;}

/* ~~~~~~ Universal Classes ~~~~~~ */
.hidden {
	display:none;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}

/* ~~~~~~ CLEARFIX HACK ~~~~~~ */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {

	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block; 
	clear:both;
}



/*  Template css   */

/*BACKGROUND STUFF */
.bodybg {background:#f78320}


#outerContainer {
	width:100%;
	position:relative;
	float:left;
	min-height:100%;
	_height:100%;
	margin-bottom:0px;
	padding-bottom:0;
	background: url(/build/images/horizon_BG_rays.jpg) bottom center no-repeat ;
}


#mainContainer {
    position: relative;
	margin:0 auto 0;
	width:960px;


}

#outerContainerInt {
	margin:0 auto 0;
	width:970px;
	padding-bottom:0;
	position:relative;
	background: #F1F1F1 url(/build/images/main-bg.gif) no-repeat;
}


#container {
	
	padding-left:2px;
	width:958px;
	padding-bottom:0;
	position:relative;
	background:url(/build/images/bg/frame.png) repeat-y top left;
		_background:url(/build/images/bg/frame.gif) repeat-y top left;
}


#btmFooter{margin:0 auto 0;
	padding-left:2px;
	width:958px;
	padding-bottom:0;
	position:relative;}
	

#btmFooter .left {float:left}

#btmFooter .right {float:right}

	
	



#btmHills{  bottom:0; left:0; position:absolute; margin:0; padding:0; background:url(/build/images/footer_hills.png) repeat-x top center; width:100%; height:190px;
}

#intContainer{
background:url(/build/images/internal/sideMain.png) repeat;
margin-left:10px;
_margin-left:5px;
width:930px;
_width:930px;
position:relative;
float:left;

}


#btmContainer{

	
	
		margin:0 auto 0;
	padding-left:2px;
	width:958px;
	padding-bottom:0;
	position:relative;
	background-color:#fff;
	background:url(/build/images/bg/frame_bottom.png) no-repeat bottom left;
	height:10px;
}


#intContainerFooter{
background:url(/build/images/main-footer.gif) no-repeat;
margin-left:10px;
_margin-left:5px;
width:930px;
position:relative;
float:left;
height:24px;

}



#intgreyheader{

background:#fff url(/build/images/internal/int-Top.png) no-repeat top left;
margin-left:2px;
width:926px;
_width:924px;
position:relative;
float:left;
}



#btmGraphic{

background:url(/build/images/internal/btm-Graphic.gif) bottom right;

	position:absolute;
	bottom:0px;
	right:0px;
	width:521px;
	height:183px;

}
/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:960px;
	height:114px;
	margin-bottom:35px;
	
}



#headerLeft{

position:relative;
top:2px;
float:left;
width:380px;
left:15px;
}	

#headerRight{

position:relative;
float:right;
width:550px;
 text-align:right; padding-right:20px;
 padding-top:40px;
}

#headerRight p{ 
font-size:11px; color:#FFFFFF;

}


#headerRight p a:link, #headerRight p a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
 #headerRight p a:hover, #headerRight p a:active {
	color:#fff;
	cursor:pointer;
	outline:none;
	text-decoration:underline;
}



	
	div#logo {
		width:235px;
		height:110px;
	}
	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;
				
				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:#99ca3c;
				}


				div#search {
					right:5px;
					position:absolute;
					top:5px;
					z-index:2000;
							
				}
		
		
			 div#search form input.inputbox {
				background:transparent url(/build/images/search-box.jpg) repeat-x scroll left top;
				border:none;
				float:left;
				font-size:11px;
				height:18px;
				line-height:13px;
				margin:0;
				padding-top:5px;
				padding-left:5px;
				position:relative;
				width:141px;
			}
			 div#search form input.image {
				
				margin-left:5px;
			}
	

/* ~~~~CONTENT~~~~ */
#content {
	width:950px;
	overflow:hidden;
	
	padding-bottom:10px;
}





/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		display:none;
	}


/* ~~~~MAIN~~~~ */

#main{ position:relative; float:left; width:698px; padding-left:12px; padding-top:10px; }




#intBackground{ position:relative; float:left; width:928px; margin-left:12px;
_margin-left:6px;
 margin-right:4px; margin-top:10px; border:1px solid #DF6900; background-color:#fff; }


#mainInt{ position:relative; float:left; width:680px; }



#bottomLinks{ position:relative; float:left; padding-top:5px; _padding-top:10px;}	


               
div#bottomLinks #video{ width:340px; height:168px; position:relative; float:left; }  

div#bottomLinks #video p{ margin:0; padding:0; }  




                       
div#bottomLinks #rediAtm{width:340px; height:168px; position:relative; float:left; margin-left:10px;}

div#bottomLinks #rediAtm p{ margin:0; padding:0;}         

				   
				   
#latestFlash{width:298px; height:142px; position:absolute; bottom:0; left:621px;}                            
							
							

/* ~~~~//MAIN~~~~ */


/* ~~~~Sidebar_R~~~~ */

#right{ position:relative; float:left; width:231px; padding-left:2px; padding-top:10px; }


#homeIBHolder{ position:relative; float:left; width:225px; background:url(/build/images/home/ib-panel.png)  no-repeat top left;
_background:url(/build/images/home/ib-panel-ie6.gif)  no-repeat top left;
 height:263px; padding-left:6px; }


#intIBHolder{ position:relative; float:left; width:224px; background:url(/build/images/internal/toolsServices.gif) no-repeat top left; height:75px; *height:81px; padding-left:6px; padding-top:30px; *padding-top:24px; display:block; }


div#internetBanking{ float:left; position:relative; margin-top:32px;}

div#internetBanking div#ib_title{ margin:5px 0 6px 0; padding:0;}

div#internetBanking div#ib, div#internetBanking div#etrade, div#internetBanking div#hdirect { margin:0 0 5px 0; padding:0;}
div#etrade {float:left; width: 105px; position:relative;}
div#youtube {float:left; margin:0 0 5px 0; width: 105px; position:relative; margin-left:8px;}



	div#internetBanking div#padlock { margin:0 0 15px 0; padding:0; font-size:10px; clear:both;}

		div#internetBanking div#padlock  a:link, div#internetBanking div#padlock  a:visited {
			color:#fff;
			text-decoration:none;
			outline:none;
			cursor:pointer;
		}
		div#internetBanking div#padlock  a:hover, div#internetBanking div#padlock  a:active {
			color:#fff;
			cursor:pointer;
			outline:none;
			text-decoration:underline;
		}






div#tools{ float:left; position:relative; padding-top:13px;}

div#toolsHome{ position:absolute; top:360px; right:22px; width:218px;}

div#tools div#tools_title, div#toolsHome div#tools_title{ margin:0px 0 6px 0; padding:0;}






#right_spot1{ float:left; margin:0; padding:0; margin-top:5px;}

#latestNews{float:left; margin:0; padding:0; width:230px; height:125px; padding-top:50px;

background-image:url(/build/images/news/newsbg.png);

_background-image:url(/build/images/news/newsbg.jpg);

 }


#right_spot2, #right_spot3 { float:left; margin:0; padding:0; margin-top:3px;}



#right_spot1 p, #right_spot2 p, #right_spot3 p {margin:0; padding:0;}

#right_spot1 .mainbody, #right_spot2 .mainbody, #right_spot3 .mainbody {margin:0; padding:0; line-height:0px;}


/* ~~~~FOOTER~~~~ */







#footer {

	height:76px;
	
	
	
	padding-left:5px;
	_padding-left:3px;
	padding-right:5px;
	width:950px;
	_width:950px;
	
	padding-bottom:0;
	position:relative;
		background:url(/build/images/bg/frame_footer.png) no-repeat top left;
		_background:url(/build/images/bg/frame_footer.gif) no-repeat top left;
		display:block
}
	#footer div#footer_left {
		width:680px;
			font-size:10px;
		position:relative;
		float:left; color:#045f71; padding-left:10px;
	
	}
	
		
		#footer div#footer_left p {
			position:relative;
			padding-left:4px;
			width:680px;
		}
		
		
		#footer div#footer_left ul {
			list-style-type:none;
			
			font-size:10px;
		}
		#footer div#footer_left ul li {
			list-style-type:none;
			margin:0;
			padding:0 6px;
			float:left;
		}

		
		#footer div#footer_left ul#copyright {
			margin:0;
			padding:0;
			width:490px;
			list-style-type:none;
		}
			#footer div#footer_bar ul#copyright li {
				
			}
			#footer div#footer_bar ul#copyright li.last {
				border-right:none;
			}


				#footer div#footer_right{
				
				width:250px;
		
				font-size:10px;
				position:relative;
				float:right;
				text-align:right;
				padding-right:10px;
				
				}


	
					div#footer_right a:link, div#footer_right a:visited {
						color:#045f71;
						text-decoration:none;
						outline:none;
						cursor:pointer;
					}
					 div#footer_right a:hover, div#footer_right a:active {
						color:#045f71;
						cursor:pointer;
						outline:none;
						text-decoration:underline;
					}



/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	width:100%;
	
		_width:90%;
	height:100px;
	position:relative;
	margin-left:20px;
			margin-right:20px;

}
	div#breadcrumbs { 
		height:37px;
		font-size:.9em;
		border-bottom:1px solid #6d6c6c;
			position:relative;
			float:left;
			width:650px;
			padding-top:20px;
			
	}
		div#breadcrumbs span {
			line-height:28px;
		}
		
		
		div#breadcrumbs #printFontSize{ margin-right:120px; }
		
		#breadcrumbs span.pagefunctionicon {
			float:right;
			margin:0 5px;
			position:relative;
		
		}
			#breadcrumbs span.pagefunctionicon img {
				padding:6px;
				padding-top:0px;
				*padding-top:9px;
			}
		#breadcrumbs span.styleswitcher {
			float:right;
			width:22px;
			
			
		}
			#breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#666666;
			}
			#breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#000;
			}
		#breadcrumbs .pathway {
			width:450px;
			line-height:28px;
	
			float:left;
			position:relative;
			font-family:Tahoma;
		}
		
		#breadcrumbs .pathway a:link, #breadcrumbs .pathway a:visited { color:#045f71;}
		
		#breadcrumbs .pathway a:hover, #breadcrumbs .pathway a:active {
			color:#045f71;
			text-decoration:underline;
		}
		
		
		#breadcrumbs .pathway .dividerBreadcrumb { padding:0 7px 0 7px;}
	div#pagetitle {	
		font-size:23px;
		font-weight:bold;
		line-height:60px;
		color:#045f71;	
		width:100%;
		height:40px;
		clear:both;
		

		/*position:absolute;
		bottom:10px;
		left:10px;*/
		padding-bottom:10px;
	
	}
	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:10px 20px 10px 20px;
}
#int_content p {

}


#int_content p.home_loan {
	color:#00539f;
	font-size:1.0em;
}


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:#666666;
padding-top:5px;
}
div#int_content div#mosarticle a.promo_button {
	display:none;
}

#map_container {
	border: 1px solid #684f40;
	padding:9px;
}




/* ~~~~ NAVBAR ~~~~ */
#navbar {
	position:absolute;
	top:118px;
	left:4px;
	
	height:35px;
 background:url(/build/images/nav-bg-main.jpg) no-repeat top left;
/*	border-top:1px solid #006e30; */
	
	z-index:2000;
	margin-left:10px;
	padding-top:1px;
	width:930px;

}

#ibLogin {
	position:absolute;
	top:118px;
	left:715px;
	
	
	
	z-index:2000;

}



/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 

}

#campaign {
	width:100%;
	height:100%;
	/*margin:0 6px 0 16px;
	padding-top:7px; */


}


#campaign div#outerContainer {
	
	padding-top:17px !IMPORTANT;
}


	#campaign div#container {
		width:732px;
		background:#fff;
		border:1px solid #d3701c;
		margin:0 auto;

		position:relative;
		
	}
		#campaign div#container div#header {
			position:absolute;
			margin-bottom:0px !important;
			width:732px;
			top:-20px;
			left:20px;
			height:30px;
		}
			#campaign div#container div#header a img.close {
				position:absolute;
				right:10px;
				top:9px;
			}
		#campaign div#container div#content {
			width:100%;
			margin-top:10px;
			overflow:hidden;
			margin-bottom:10px;
		}
			#campaign div#container div#content div#main {
			
			width:732px; !important;	
			padding-right:10px;
			}
			#campaign div#container div#content div#main img.campaign {
				float:right;
				margin-left:10px;
				border:1px solid #d3d3d3;
			}
		
#campaign #campaign_title {
	padding:20px 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	color:#034ea2; 
	font-size:23px;
	font-weight:bold;
}
#campaign #campaign_wrapper {
clear:both;

width:700px;
}

#campaign #campaign_wrapper div.campaign_img {
float:right;
}

#campaign #campaign_wrapper div.camp_text {
width:380px;
}

#campaign h4 {
color:#034ea2; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.0em;
}

.pageTitleCampaign{

font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:16px;
text-transform:uppercase;
color:#005288;
padding-top:10px;
padding-Left:10px;
font-weight:bold;

}

/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 

}

#campaignWelcome {
	width:100%;
	height:100%;
	/*margin:0 6px 0 16px;
	padding-top:7px; */

}


#campaignWelcome div#outerContainer {
	
	padding-top:17px !IMPORTANT;
}


	#campaignWelcome div#container {
		width:732px;
		background:#fff;
		border:1px solid #d3701c;
		margin:0 auto;

		position:relative;
		
	}
		#campaignWelcome div#container div#header {
			position:absolute;
			margin-bottom:0px !important;
			width:732px;
			top:-20px;
		
			height:30px;
		}
			#campaignWelcome div#container div#header a img.close {
				position:absolute;
				right:-20px;
				top:9px;
			}
		#campaignWelcome div#container div#content {
			width:100%;
			margin-top:10px;
			overflow:hidden;
			margin-bottom:10px;
		}
			#campaignWelcome div#container div#content div#main {
			
			width:732px; !important;	
			padding-right:10px;
			}
			#campaignWelcome div#container div#content div#main img.campaign {
				float:right;
				margin-left:10px;
				border:1px solid #d3d3d3;
			}
		
#campaignWelcome #campaign_title {
	padding:20px 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	color:#034ea2; 
	font-size:23px;
	font-weight:bold;
}
#campaignWelcome #campaign_wrapper {
clear:both;

width:700px;
}

#campaignWelcome #campaign_wrapper div#left {
position:relative; float:left; width:280px; }

#campaignWelcome #campaign_wrapper div.camp_text {

} 

#campaignWelcome h4 {
color:#034ea2; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.0em;
}

.pageTitleCampaign{

font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:16px;
text-transform:uppercase;
color:#005288;
padding-top:10px;
padding-Left:10px;
font-weight:bold;

}


#campaignWelcome #campaign_wrapper div#right {
position:relative; float:right; width:405px; }


/* COMPARE STYLE */
#compare {	background:#FFFFFF }

#conpare_main {
	width:100%;
}

#compare_2 {
	width:700px;
	height:90%;
	margin:0 0 0 15px;
	padding-top:7px;
}
#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:#666666;	
	}



/* PRINT PAGE */


#printing {
}

h1.title {
	font-size:26px;
	font-weight:normal;
	color:#FAA634;
	padding:20px 0 5px 9px;	
}

/* IE6 + IE7 Hacks */
#breadcrumbs .pathway {
	_padding-top:7px;
}
div#tools div#search form input.inputbox, div#toolsHome 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;
}





/* Drop downs Int */





div#tools ul, div#toolsHome ul  {margin:0; padding:0; list-style:none;}

div#tools ul li, div#toolsHome ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}











div#factsheet{float:left;  height:23px; margin-bottom:5px;  *margin-top:5px;  }


div#factsheet p { margin:0; padding:0px; }

.menu_body3 {display:none; width:189px;border-right:1px solid #F9A11A;border-bottom:1px solid #F9A11A;border-left:1px solid #F9A11A; font-size:11px;}
.menu_body3 li{background:#fff; font-size:11px; border-bottom: 1px #F9A11A solid}
.menu_body3 li.alt{background:#fff; font-size:11px; border-bottom: 1px #F9A11A solid}
.menu_body3 li a{color:#045f71; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}  #045F71
.menu_body3 li a:hover{  font-size:11px; font-weight:bold; color:#ffa634} 

.menu_head3{border:none; display:block;}




div#applyOnline{float:left; margin-bottom:10px;  height:23px;}
div#applyOnline p { margin:0; padding:0px; }

.menu_head{border:none; display:block;}

.menu_body {display:none; width:189px;border-right:1px solid #F9A11A;border-bottom:1px solid #F9A11A;border-left:1px solid #F9A11A; font-size:11px; z-index:999;}

.menu_body li{background:#fff; font-size:11px; border-bottom: 1px #F9A11A solid; z-index:999; height:}

.menu_body li.alt{background:#fff; font-size:11px; border-bottom: 1px #F9A11A solid}

.menu_body li a{color:#045f71; 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:#ffa634} 

.menu_head{border:none; display:block;}
/* Drop downs Int */


.rates{

position:relative;
float:left;
width:620px;
}


.ratesInfo{

position:relative;
float:left;
width:320px;

}
.ratesInfo .rInfo{
font-size:0.9em;
padding:4px;
margin-top:5px;
}



.ratesNumbers{
position:relative;
float:left;

padding-left:10px;
width:140px;
}


 .number1{
color:#000;
font-size:26px;
margin-top:0px;
padding:0;

}

.percentRate1{
color:#000;
font-size:16px;
font-family:Verdana;}

.percentRate2{
color:#959595;
font-size:16px;
font-family:Verdana;}



 .number2{
color:#959595;
font-size:26px;
margin-top:0px;
padding:0;
}





 .interest{
color:#045f71;
font-size:13px;}

.ratesApply{
position:relative;
float:left;
margin-top:70px;
width:100px;}



.sectionBreak{
margin:10px auto 10px;
width:100%;
height:1px;
border-bottom:1px solid #CDCDCD;
}




.btn_enquire{



background:transparent url(/build/images/buttons/enquire.gif) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:31px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:-2px;
*top:6px;
width:122px;


}


.btn_apply{



background:transparent url(/build/images/buttons/apply.gif) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:31px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:-2px;
*top:6px;
width:133px;


}





/* ~~~~~~~ TABLE STRIPES ~~~~~~ */

.mainbody table p, .mainbody table ul  {
	margin-top:0px;
	margin-bottom:0px;
}


 .customerDetailsThead {



	margin:0;
	
	text-align: left;

	
	line-height:20px;
	color: #045f71;
	font-size:12px;font-weight:bold;
	border-bottom:1px solid #f58220;

}

.customerDetails {
	padding: 5px 3px !important;
	background-color:#fee8d5;
	font-family:Tahoma;
	border-top:1px solid #cccccc;
	
		border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
}



.customerDetails a:link , .customerDetails2 a:link {color: #1091DB;}
.customerDetails a:visited, .customerDetails2 a:visited {color: #1091DB;}
.customerDetails a:hover, .customerDetails2 a:hover { color:#ffa634}
.customerDetails a:active, .customerDetails2 a:active { color:#ffa634}
.customerDetails a, .customerDetails2 a {text-decoration:none;}

tr.even {
	margin:0px;
	padding:7px 0px 5px 0px;
	font-size:10px;
	font-family:Tahoma;
	color:#15428b;

}

tr.odd {
	margin:0px;
	padding:7px 0px 5px 0px;
	font-size:10px;
	font-family:Tahoma;
	color:#15428b;
}

td.customerDetailsTitle {
	margin:0px;
	padding:7px 0px 5px 0px;
	font-size:10px;
	font-family:Tahoma;
	color:#15428b;
	font-weight:bold;
}

td.customerDetailsTitle2 {
	margin:0px;
	padding:7px 0px 5px 0px;
	font-size:10px;
	font-family:Tahoma;
	color:#0000FF;
	font-weight:bold;
}

.tablebutton button {
background-color:#F5F5F5;
border:1px solid #DEDEDE;
color:#565656;
cursor:pointer;
display:block;
float:right;
font-family:"Tahoma",Tahoma,Arial,Verdana,sans-serif;
font-size:100%;
font-weight:bold;
line-height:130%;
margin:0;
overflow:hidden;
padding:5px 10px 6px 7px;
text-decoration:none;
width:auto;
}

table.tablesorter2, table.agenda {
	font-family:Tahoma;
	margin:0px 0pt 0px;
	font-size:10px;
	width: 100%;
	text-align: left;
}

table.agenda th {
	font-weight: bold;
	text-align: right;
}

table.tablesorter thead tr th, table.tablesorter2 tfoot tr th, table.agenda thead tr th, table.agenda tfoot tr th , table.agenda th {
	border-bottom: 1px solid #ddd;
	padding: 1px;
	color:#00486F;
}
table.tablesorter2 thead tr .header, table.agenda thead tr .header {
	cursor: pointer;
	font-size:12px; color:#666666; font-weight:bold;
	padding-left:5px;

}
table.tablesorte2 thead td, table.agenda thead td  {
	color: #15428b;
	padding: 1px;
	font-weight:bold;
	border-bottom: 1px solid #ddd;

	
	
}
table.tablesorter2 tbody td , table.agenda tbody td  , table.agenda td {
	color: #565656;
	padding: 3px 0;
	vertical-align: top;
		font-size:12px;
}

table.tablesorter2 tbody td.top {
	vertical-align: top;
	padding-top:5px;
}

table.tablesorter2 tbody tr.even td, table.agenda tbody tr.even td , table.agenda tr.even td {
	background-color: #fef2e6;
} 

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

#rotate {


line-height:100%;
}

#rotate ul li {
	padding:0px;
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Tahoma", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/build/images/tabs/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #f1cbc6;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: 005288;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -151px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -101px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #666;

	
	overflow:hidden;
	margin-left:1px !important;
	margin-left:2px;
	width:278px;
	
   /* background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/build/images/tabs/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* Slick box styles */

a#slick-slidetoggle2 {
	line-height:30px;
}
h4 a img {
	margin-bottom:-4px;
}



table.productTable { padding:0px; margin:0px; margin-top:15px; margin-bottom:15px; }

table.productTable tr td { padding:0px; margin:0px; }

table.productTable tr { padding:0px; margin:0px; }



table.productTable2 { padding:0px; margin:0px; margin-top:15px; margin-bottom:15px; }

table.productTable2 tr td { padding:0px; margin:0px; width:0%;}

table.productTable2 tr { padding:0px; margin:0px; }


div.pullQuote {width:98%; color:#6a6a6a;  font-size:16px; font-weight:bold; margin:15px 0 15px 0; line-height:20px;}


div#shareIt{ position:absolute; top:25px; right:0px; _right:0px;}




/* Social Netwrork */


div#socialNetwork {
position: absolute;
color:#FFFFFF;
border:1px solid #CCCCCC;
width:248px;
overflow:hidden;

}	

div#socialNetwork div#title{ position:relative; float:left; background:url(/build/images/social/bg.gif) repeat-y; width:246px; padding:3px; border-bottom:1px solid #626264;  }

div#socialNetwork div#left{  position:relative; float:left; width:115px; padding:0 0 0 10px; background-color:#fff; color:#666666; font-size:11px;}

div#socialNetwork div#right{ position:relative; float:right; width:118px; padding:0 5px 0px 0; background-color:#fff;  color:#cccccc;  font-size:11px;}

div#socialNetwork div.object{ position:relative; float:left; width:115px; padding:3px 0px 3px 0; border-bottom:1px solid #cccccc; }

div#socialNetwork div.last{ border-bottom:none; }

div#socialNetwork div.image{ position:relative; float:left; width:30px; padding-top:2px;}

div#socialNetwork div.link{ position:relative; float:left; width:70px;}

div#socialNetwork a:link{ color: #000; text-decoration:none; font-weight:normal  }

div#socialNetwork a:visited{ color: #000;  text-decoration:none; font-weight:normal   }

div#socialNetwork a:hover, div#socialNetwork a:focus{ color: #000;	text-decoration:underline; font-weight:normal  }


div#sendFriendTitle{ margin:10px 0 10px 0;} 


.step1DropDown{
	




float:left;
position:relative;
margin:0 0 0 5px;
padding:10px 20px 10px 10px;
background-color:#fdfaf5;





}	



.step1DropDownLeft {
	

text-align:Left;


float:left;

width:130px;

font-size:12px;

font-weight:bold;
color:#000;



}	

.step1DropDownRight {
	
	width:220px;
	text-align:left;
	float:left;

font-size:12px;
color:#000;
padding-left:10px;
}



 .fadeThisSend {
		position:relative;
		display:block;
		height:23px;
		width: 57px;
		background:url(/build/images/social/send.gif) 0 0 no-repeat;
		outline-style:none;
	}
	
	 .fadeThisSend * {
	  display: none;
	}
	
	 .fadeThisSend span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 23px;
		width: 57px;
		background:url(/build/images/social/send.gif) 0 -24px no-repeat;
		outline-style:none;
	}


 .fadeThisTryAgain {
		position:relative;
		display:block;
		height:23px;
		width: 93px;
		background:url(/build/images/social/tryAgain.gif) 0 0 no-repeat;
		outline-style:none;
	}
	
	 .fadeThisTryAgain * {
	  display: none;
	}
	
	 .fadeThisTryAgain span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 23px;
		width: 93px;
		background:url(/build/images/social/tryAgain.gif) 0 -24px no-repeat;
		outline-style:none;
	}




#messageSent{ margin:30px 0 0 30px;} 


div#portfolio{ }

div#flashIntro #alternative {
width:690px;
height:262px;
}

#mainInner
{ width:698px; padding:30px; font-family:verdana, sans-serif; font-size:12px; }
#CT_1
{ width:280px; float:left; height:340px; margin-right:20px; margin-bottom:30px; border:1px solid #ccc; padding:10px; }
#CT_1 h2
{ color:#045f71; font-size:22px; margin-top:0px; font-weight:bold; }
.itemRate
{ width:200px; font-size:12px; color:#fa950f; margin:10px auto; line-height:24px; }
.theRate
{ font-size:36px; font-weight:bold; }
#CT_1 ul
{ padding-left:15px; list-style-type:none; line-height:22px; }
#CT_2
{ width:300px; float:left; height:360px; margin-bottom:30px; }
#CT_3
{ width:300px; float:left; height:130px; padding-top:48px; line-height:22px; color:#0547cb; font-weight:bold; margin-right:40px; background:URL(/images/stories/boxCompareAndCalculate.png) no-repeat; }
#CT_4
{ width:300px; float:left; height:130px; padding-top:48px; line-height:22px; color:#0547cb; font-weight:bold; background:URL(/images/stories/boxEnquireNow.png) no-repeat; }
#CT_3 ul, #CT_4 ul
{ padding-left:20px; }
#terms
{ width:660px; clear:both; font-size:9px; }
.spacer

{ clear:both; width:100%; height:1px; }


/*////////////////////EASY SHEETS//////////////////////////////////////*/
 #form_requestor_top{	
	background-repeat: no-repeat;
	background-position: top; padding:10px 0;
	width:659px; position:relative;
}
	 #form_requestor_bottom{	
	background-repeat: no-repeat;
	background-position: bottom; position:relative;margin:0; padding:0 0 10px 0;
	}
	
	 #form_requestor_middle{ background:#fff;  margin:0; padding:0;position:relative; 
	 _width:659px; *width:659px;
}


#factsheet_submission input.button{ text-indent:-999px;background: transparent url(http://assets.horizoncreditunion.com.au/images/buttons/submit.gif) no-repeat center;
width:80px; height:23px; font-size: 0px; border:none;display:block;overflow: hidden;
line-height: 0;

 }

#factsheet_submission{display:inline;
float:left;
padding:10px;
width:600px;}
#factsheet_captcha{padding:10px;margin:0;float:left; display:block;}
#factsheet_captcha input{border: solid 1px #F8A53F;}
#factsheet_captcha img{margin:0 0 20px 0;}
#factsheet_contact{display:inline;
float:left;
padding:10px;
width:600px;}
#factsheet_contact input.form_checkbox{float:left;display:inline; margin: 0 5px 0 0;}
#factsheet_list{}
#factsheet_list span.please_select{padding: 0 0 0 10px;}
#factsheet_list div.odd input{  margin: 0 5px 0 0;}
#factsheet_list div.even input{  margin: 0 5px 0 0;}
#factsheet_list div.odd{ float:left; width:300px; display:inline; padding:0 0 0 10px; }
#factsheet_list div.even{ float:left; width:300px; display:inline; padding:0 0 0 10px; }
#factsheet_requestor div.factsheet_row div.right{ float:right;display:block; position:relative;}
#factsheet_requestor div.factsheet_row div.left{ float:left; display:inline; position:relative;width:400px;}
#factsheet_requestor div.factsheet_row{ float:left; display:inline; position:relative;width:550px;margin-right:200px;padding:10px;}
#factsheet_requestor div.factsheet_row input {border: solid 1px #F8A53F;}


/* Calc*/


table#rewardCalc{display:none;}

#rewardCalcInit{ background-color:#fff;
 }
 
 #rewardCalcInit td.labelheader {
	 background-color:#0073bb;}
	 
	  #rewardCalcInit td.labelheader h2{ color:#fff; margin:0;}

 table#rewardCalc {margin:3px 0 0 0 !IMPORTANT;

}


table.calcClean td{     border-bottom: 1px dotted #999; }



#rewardCalc .calculateForm input{ border:none;}
#rewardCalc  input.calculateForm.gray{ border:none; background-color:#f9f9f9; border: solid 1px #ccc;}

#rewardCalcInit td{ padding:5px 5px 5px 10px;}
 #rewardCalc td{ padding:5px 5px 5px 10px;
     border-bottom: 1px dotted #999;}
 
 #rewardCalc td.labelheader {
	 background:none;}
	 
	  #rewardCalc td.labelheader h2{ color:#0073bb; margin:0;}
	 
#rewardCalcInit input.readonly, #rewardCalc input.readonly  {
    background-color: #F5F5F5;
    border: 1px solid #888888;
    color: #2D2D2D;
}
#rewardCalcInit input.readonly:focus, #rewardCalc input.readonly:focus  {
    background-color: #F5F5F5;
    border: 1px solid #888888;
    color: #2D2D2D;
}



#rewardCalcInit input, #rewardCalc input {
    border: 1px solid #ccc;
    height: 20px;
    margin: 0 0 0 2px;
    padding-left: 4px !important;
    position: relative;
    vertical-align: middle;
	color:#00457C;
	font-weight:bold;
	background-color:#FEF5D6;
	width:160px;
}
#rewardCalcInit input:focus, #rewardCalc input:focus {
    border: 1px solid #888;

	color:#000;
		font-weight:bold;
		background-color: #fff;
width:160px;
}

#rewardCalcInit input.readonly, #rewardCalc input.readonly {
    background-color: #F5F5F5;
    border: 1px solid #888888;
    color: #2D2D2D;
}


#rewardCalcInit .labelfooter hr, #rewardCalc .labelfooter hr{ padding:0 10px;color: #93C3E2;
background-color: #93C3E2;border:0;
height: 1px;}

td.refreshBtn{    padding: 0 0 0 15px !IMPORTANT; }


.radio input{ border:none !IMPORTANT;}
input[type=checkbox]{ border:none!IMPORTANT;}

#rewardCalcInit select{ background-color:#FEF5D6;    border: 1px solid #ccc;     height: 20px;
    margin: 0 0 0 5px;
    padding-left: 2px !important;
    position: relative;
    vertical-align: middle;
		width:165px;
		text-align:left;
}


#rewardCalcInit select:focus{ background-color:#FFF; }

.beyondAffordability{display:none;}
.approvedAffordability{display:none;}
.unsureAffordability{display:none;}



a.resetForm:hover, a.resetForm:active {
color: #000063;
cursor: pointer;
outline: none;
text-decoration: underline;
}
/*
tr.even td.customerDetails{ background-color: #fff !IMPORTANT; border-left:none; border-right:none;}

tr.odd td.customerDetails{ background-color: #fff; border-left:none; border-right:none;}
td.label.customerDetailsThead.header.customerDetails{padding:5px 0 5px 11px !IMPORTANT; }

*/

span.spacing{margin:0;}

#rewardCalc input.calculateForm{ 
    padding-left: 4px !important;
    position: relative;
    vertical-align: middle;
    width: 160px;
}

 input#borrowAmount{ }
input#netIncome{ }
input#yourAffordability {margin: 0 0 0 22px;}
input#numberDependants{margin: 0 0 0 13px;}
td.customerDetailsThead.header.spacing{padding:0 0 0 10px!IMPORTANT;}
