/* ~~~ 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 ~~~ */
/*
	#4e8dd3 - Bright Green
	
	#034ea2 - Dark Green
	
	#f7faec - Background light green
	
	Other colours
	
	#666666 - text
	#034ea2 - Headings / links
	#4e8dd3 - 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:#034ea2;}
h2, .mainbody h2 {font-size:1.62em; color:#034ea2;}
h3, .mainbody h3 {font-size:1.0em; color:#034ea2; font-weight:bold;}
h4, .mainbody h4 {font-size:1.0em; color:#034ea2; font-weight:bold;}
h5, .mainbody h5 {font-size:1.0em; color:#034ea2; font-weight:normal;}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#034ea2;
}
/* ~~~~~~ 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-left:15px;
}
ul li {
	padding:5px;
}
ul li ul {
	list-style-type:circle;
}
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:url(/build/images/tick_fccs.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/arrowBlue.gif) 0px 9px no-repeat;
	_background:none;
	font-size:1.0em;
	display:block;
}
div.mainbody ul.arrowlist li a {
	color:#034ea2;
}
div.mainbody ul.arrowlist li a:hover {
	color:#4e8dd3;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited {
	color:#034ea2;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
a:hover, a:active {
	color:#4e8dd3;
	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:14px;
}
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:14px;
	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:#4e8dd3;
	
}
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:#034ea2;
	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:#4e8dd3;
	color:#034ea2;
}
div#navbar ul li:hover ul ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	background-color:#034ea2;
	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:#e8eef4;
}
table.stripes td {
	border-bottom:1px solid #034DA2;
	padding:.3em 1em;
	}
	
	table.stripes th {
	color:#034ea2;
	font-size:14px;
	padding-bottom:5px;
	padding-top:5px;
	
	
		}
	
/* ~~~~~~~ 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:#034ea2;
	color:#fff;
	font-size:13px;
	}
table.stripes th a {
	color:#f7faec;
	text-decoration:underline;
	}
table.stripes th.rc_left {
	background:#034ea2 url(/build/images/table_rc_left_bg.png) top left no-repeat;
	padding:.3em .5em 0 .5em;
	}

table.stripes th.rc_right {
	background:#034ea2 url(/build/images/table_rc_rght_bg.png) top right no-repeat;
	padding:.3em .5em 0 .5em;
	}
table.stripes th.rc_botleft {
	background:#034ea2 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:#034ea2 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:#fcfcfc; }




#mainContainer {
	margin:0 auto;
position:relative;
width:953px;
}
	



#container {
	margin:0 auto 0;
	width:953px;
	padding-bottom:0;
	position:relative;
	background:transparent url(/build/images/sidehighlights/left.jpg) repeat-y scroll left top;
	
}

#container2 {
	margin:0 auto 0;
	width:940px;
	padding-bottom:0;
	position:relative;
	background-color:#fff;
}


#btmPage {
background-image:url(/build/images/sidehighlights/btm.jpg);
background-repeat:repeat-x;
height:4px;
width:953px;
}


/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:940px;
	height:105px;
	margin-bottom:36px;
	background:url(/build/images/headerbg.jpg) top right no-repeat;
}

#headerLeft{

position:relative;

float:left;
width:300px;
}


#headerRight{

position:relative;

float:left;
width:640px;


}	



	div#logo {

		width:200px;
		height:75px;
		padding-top:3px;
		position:relative;
		float:left;
	}
	
	
	div#stamp {

		width:80px;
		height:75px;
		padding-top:6px;
		position:relative;
		float:left;
		
	}
	
	
	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:#4e8dd3;
				}
	div#services {
			position:relative;
		padding-top:7px;
		padding-right:0px;
		
		font-size:10px;
		float:right;
		font-weight:normal;
		margin-right:140px;
		_margin-right:70px;
		width:182px;
	}
	
			
				 div#services a:link,  div#services a:visited {
			color:#FFF;
			font-weight:normal;

			text-decoration:none;
			outline:none;
		}
		 div#services a:hover, div#services a:active {
			color:#FFF;
font-weight:normal;
			text-decoration:underline;
			outline:none;
		}
		
		
		
	div#tools {
		width:161px;
		height:106px;
		position:absolute;
		top:7px;
		right:0px;
		z-index:3000;
	}
		
		div#search {
			height:27px;
			width:130px;
		
			position:relative;
			float:left;
			
			padding-left:20px;



		}


div#search form input.inputbox {
			
				position:relative;
				float:left;
				width:97px;
				padding:2px;
				margin:0;
				line-height:13px;
				font-size:11px;
				border: 1px solid #83a1ca;
background:url(/build/images/search-bg.gif) repeat-x left top;
height:14px;
color:#FFFFFF;
	
			}

div#search form input.image {
				height:20px;
				width:18px;
				position:relative;
				float:left;
				padding-left:3px;
						}
			
			
			
div#contactDetails{

float:right;
color:#FFFFFF;
position:relative;

margin-top:30px;
margin-right:0px;
width:200px;}			
		
		
		div#contactDetails img{


		display:inline-block;
		top:2px;
		position:absolute;
		left:88px;}			
		
div#contactDetails .phoneno{

padding-left:30px;
}
		div#tools_select {
			height:58px;
			width:161px;
			position:absolute;
			top:19px;
			left:14px;
		    _top:17px;
			z-index:5000;
		}
			div#tools_select form {
				width:183px;
				_width:200px;
				text-align:left;
				_margin-bottom:5px;
		
				
			}
				div#tools_select form select {
					width:147px;
					width:_180px;
					height:21px;
					
					margin:3px 0;
					_margin:0;
					text-align:left;
					
						
				}
					div#tools_select form select option {
						width:auto;
						
					}
					div#tools_select form select input {
						height:21px;
						width:21px;
						
					}
					
					
					div#tools_select form .submit {
					
					display:inline-block;
					top:5px;
					}
		div#tools_slider {
			width:161px;
			height:auto;
			margin:0;
			padding:0;
			list-style-type:none;
			position:absolute;
			top:16px;
			right:0px;
			z-index:5000;
			left:8px;

		}
	
									div#tools_slider div#apply_button {
			position:absolute;
			top:29px;
			left:6px;
		}	
		
			div#tools_slider div#need_button {
			position:absolute;
			top:0px;
			left:6px;
		}

		div#tools_slider div#forms_button {
			position:absolute;
			top:59px;
			left:6px;
		}
		
		
		div#tools_slider div#calcs_button {
			position:absolute;
			top:89px;
			left:6px;
		}

		
	
				
				div#tools_slider div a.apply_button {
					width:181px;
					height:27px;
					display:block;
					background:url(/build/images/dropdown/apply.jpg);
					text-indent:-9999px;
				}
				div#tools_slider div a.forms_button {
						width:181px;
					height:27px;
					display:block;
					background:url(/build/images/dropdown/forms.jpg);
					text-indent:-9999px;
				}
				
				div#tools_slider div a.calcs_button {
						width:181px;
					height:27px;
					display:block;
					background:url(/build/images/dropdown/calc.jpg);
					text-indent:-9999px;
				}
				
				div#tools_slider div a.need_button {
						width:181px;
					height:27px;
					display:block;
					background:url(/build/images/dropdown/wantto.jpg);
					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;
			}
			div#tools_slider ul {
				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;
				}
				div#tools_slider div ul li.first {
					margin:0;
					height:28px;
				}
				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;
				}
				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:#034ea2;
					text-decoration:none;
				}

/* ~~~~CONTENT~~~~ */
#content {
	width:940px;
	overflow:hidden;
	
	padding-bottom:5px;
}


	
	#alternativeOuter {
		display:block;
		width:712px;
		height:442px;
		border:1px #919193 solid !Important;
		overflow:hidden;
		float:left;
	
	}
	
		
	#alternative {
		display:block;
		width:712px;
		height:442px;
		
		overflow:hidden;
		float:left;
	
	}

/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		width:200px;
		overflow:hidden;
		padding-left:10px;
			position: relative;
	}
	
	
	div#mainLinksLeft{
	
	background-image:url(/build/images/dropdown/greyIBbg.gif);
	background-repeat:no-repeat;
	height:48px;
	padding-top:5px;
		

	
	}
	
		div#oldMainLinksLeft{
	
	background-image:url(/build/images/dropdown/greySecLink.gif);
	background-repeat:no-repeat;
	height:74px;
	padding-top:8px;
	margin-top:5px;
	
	*margin-top:0px;

	
	}
	
	

	.mIB{padding-left:8px;
			padding-top:6px;
			width:181px;
			display:inline-block;
			_padding-top:6px; }
			
			
	.ml1{padding-left:8px;
			padding-top:1px;
			width:181px;
			display:inline-block;
			_padding-top:2px; }
	

	
	div#secondaryLinksLeft{
	
	background-image:url(/build/images/grey_bg.jpg);
	background-repeat:no-repeat;
	height:130px;
	/*margin-top:5px;*/
	position:relative;
	


}

	div#secondaryLinksLeftCat{
	
	background-image:url(/build/images/grey_bg.jpg);
	background-repeat:no-repeat;
	height:130px;
	margin-top:0px;
	position:relative;
	


}
		

	div#advertLeft{
	
	
	margin-top:10px;


}


	div#advertLeftHome{
	
	
	margin-top:5px;
	_margin-top:7px;
	float:left;
	position:relative;


}

div#advertLeftHome p{
 margin:0; padding:0;
}

	div#advertLeft img{
	
	
	margin:0px;
	display:block;
	padding:0px;
	margin-top:5px;


}


div#newsContainer{

background-image:url("/build/images/news/bg.gif");
float:left;
height:116px;
overflow:hidden;
position:relative;
width:198px;
margin-top:5px;
*margin-top:10px;
_margin-top:7px;
clear:both;

}



	div#advertLeftInternal{
	
	
	margin-top:10px;


}





	div#advertLeftInternal img{
	
	
	margin:0px;
	display:block;
	padding:0px;
	margin-top:10px;


}



#onlineTools {
	position:absolute;
	top:289px;
	*top:286px;
	left:25px;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	
 width:181px;
	

	
	
	

}

div#onlineTools ul  {margin:0; padding:0; list-style:none; }

div#onlineTools ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}



#onlineToolsCat {
	position:absolute;
	top:148px;
	left:25px;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	
 width:181px;
	


	
	

}

div#onlineToolsCat ul  {margin:0; padding:0; list-style:none; }

div#onlineToolsCat ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}






/* ~~~~MAIN~~~~ */
	div#main {
		float:left;
		width:715px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
		padding-left:12px;
	}
	
		div#mainHome {
		float:left;
		width:715px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
		padding-left:8px;
	}
	
	
		div#mainWide {
		float:left;
		width:915px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
		padding-left:12px;
	}
		div#main div#main_promo {
			width:726px;
			height:195px;
			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:#034ea2;
			}

/* ~~~~Sidebar_R~~~~ */
	


/* ~~~~FOOTER~~~~ */

#footer {
	/*width:940px;
	height:41px;
	position:relative;*/
}
	#footer div#footer_bar {
		height:80px;
		background-color:#fcfcfc;
		font-size:10px;
		float: left;
	}
	
		
		#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:650px;
			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;
			}
			
		#footer div#industrylogo {
			float:right;
			padding: 10px 0 5px 0;
		}




/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	width:100%;
	height:79px;
	
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}


div#mainWide div#page_header {
	width:100%;
	height:29px;
	
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}

div#pageHeaderGraphic{
position:relative;
z-index:0;
display:inline-block;
}
	div#breadcrumbs { 
		height:28px;
		font-size:.9em;
		z-index:2000;
		position:absolute;
top:0px;
left:0px;
	}
		div#breadcrumbs span {
			line-height:28px;
		}
		#breadcrumbs span.pagefunctionicon {
			float:right;
			margin:0 5px;
		}
			#breadcrumbs span.pagefunctionicon img {
				padding:6px;
			}
		#breadcrumbs span.styleswitcher {
			float:right;
			padding-right:10px;
		}
			#breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#fff;
			}
			#breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#fff;
			}
			
			
			div#mainWide #breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#034ea2;
			}
			div#mainWide #breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#034ea2;
			}
			
			
		#breadcrumbs .pathway {
			width:630px;
			line-height:28px;
			padding-left:10px;
			float:left;
			color:#FFFFFF;
		}
		#breadcrumbs .pathway a:hover, #breadcrumbs .pathway a:active {
			color:#fff;
		}
		
		#breadcrumbs .pathway a:link, #breadcrumbs .pathway a:visited {
			color:#5077a2;
		}
		
		
	div#pagetitle {	
		font-size:20px;
		color:#034ea2;	
		width:600px;
		position:absolute;
		bottom:10px;
		left:15px;
		z-index:100;

	
	}
	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 10px 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;
	
}

div#featuredSections div.section div.description {
	width:100%;
}

div#featuredSections div.section div.description h3 {
	border-bottom:1px solid #f3ba49;
	color:#034ea2;
	text-transform:uppercase;
}

div#featuredSections div.section div.description h3 a {

	color:#034ea2;
}

div#featuredSections div.section div.description p.btns {
	text-align:right;
}

div#featuredSections div.section div.description p.btns a {
	color:#034ea2;
	font-weight:bold;
	text-treatment:none;
	text-transform:uppercase;
}

div#featuredSections div.section div.description p.btns a:hover {
	color:#4e8dd3;
	font-weight:bold;
	text-treatment:none;
	text-decoration:none;
	
}

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:#034ea2;
padding-top:5px;
}
div#int_content div#mosarticle a.promo_button {
	display:none;
}

#map_container {
	border: 1px solid #684f40;
	padding:9px;
}

div#featuredSections div.section{
width:50%;
position:relative;
float:left;
height:130px;}

div#featuredSections div.section .container_1{
width:90%;
}

div#featuredSections h4{
clear:both;
text-transform:uppercase;

}

div.section .btns img{

cursor:pointer;
display:inline-block;
height:18px;

position:relative;
top:4px;
width:18px;

}

/* ~~~~ NAVBAR ~~~~ */
#navbar {
	position:absolute;
	top:100px;
	left:6px;
	height:30px;
	background:url(/build/images/nav_bar_bg.gif) top left repeat-x;
	border:1px solid #9ab8da;
	z-index:2000;
	width:920px;
	margin-left:10px;


}



/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	background:url(/build/images/campaign_bg.jpg) bottom left repeat-x;
}

#campaign {
	width:100%;
	height:100%;

	padding-top:7px;
	background-color:#fcfcfc;
}
	#campaign div#container {
		width:758px;
		background:#fff;
		border:1px solid #d3d3d3;
		margin:0 auto;
	}
		#campaign div#container div#header {
			width:100%;
			height:40px;
			background: url(/build/images/campaign_header_bg.gif) top left repeat-x;
			position:relative;
			margin-bottom:0px !important;
		}
			#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:738px; !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:2.3em;
}
#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:#FFFFFF;
padding-top:10px;
padding-Left:10px;
font-weight:bold;

}



/* 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;
	
		padding-left:20px;
		color:#034ea2;	
	}



/* PRINT PAGE */


#printing {
}

h1.title {
	font-size:26px;
	font-weight:normal;
	color:#684f40;
	padding:20px 0 5px 9px;	
}

/* IE6 + IE7 Hacks */
#breadcrumbs .pathway {
	_padding-top:7px;
}
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;
}
*/



/* Drop downs Int */


div#quickLinks{float:left; height:80px!IMPORTANT; width:181px; background:#D9EBF7; }

div#quickLinksHolder {position:absolute; top:205px; right:6px; width:181px;}

div#quickLinksHolder ul  {margin:0; padding:0; list-style:none; }

div#quickLinksHolder ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}



div#dd_calculator{float:left;  height:27px; margin-bottom:2px; z-index:9999;   }

.menu_body4 {display:none; width:180px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px;}
.menu_body4 li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body4 li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body4 li a{color:#025099; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body4 li a:hover{  font-size:11px; font-weight:bold; color:#4E8DD3;} 

.menu_head4{border:none; display:block;}



div#dd_memberForms{float:left;  height:27px; margin-bottom:2px;  z-index:9999;  }


.menu_body3 {display:none; width:180px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px; z-index:9999;}
.menu_body3 li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid; z-index:9999;}
.menu_body3 li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body3 li a{color:#025099; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body3 li a:hover{  font-size:11px; font-weight:bold; color:#4E8DD3;} 

.menu_head3{border:none; display:block;}



div#dd_iWantTo{float:left;  height:27px; margin-bottom:2px; z-index:9999;  }


.menu_body2 {display:none; width:180px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px;}
.menu_body2 li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body2 li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body2 li a{color:#025099; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body2 li a:hover{  font-size:11px; font-weight:bold; color:#4E8DD3;} 

.menu_head2{border:none; display:block;}




div#dd_applyOnline{float:left; margin-bottom:2px;  height:27px; z-index:9999;}



.menu_body {display:none; width:180px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px; z-index:999;}

.menu_body li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid; z-index:999; height:}

.menu_body li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}

.menu_body li a{color:#025099; 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:#4E8DD3;} 

.menu_head{border:none; display:block;}
/* Drop downs Int */


