
	
/* ~~~~~ 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 { behavior:url("/build/javascript/csshover2.htc"); }


/* RESET all browsers to zero */
* {    
     margin:0;   
     padding:0;   
 }
table {   
     border-collapse:collapse;   
     border-spacing:0;   
}  

table#producttable {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	}

table#producttable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px;
}

table#producttable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px;
	color: #000;
	text-align:center;
} 
 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:#0f1671;}
h2, .mainbody h2 {font-size:1.62em; color:#0f1671;}
h3, .mainbody h3 {font-size:1.0em; color:#0f1671; font-weight:bold;}
h4, .mainbody h4 {font-size:1.0em; color:#0f1671; font-weight:bold;}
h5, .mainbody h5 {font-size:1.0em; color:#0f1671; font-weight:normal;}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#0f1671;
}
/* ~~~~~~ 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.list 
{
	margin:5px 0 0 20px;	
	padding:0 0 0 5px;
}

.list li 
{
	list-style-image: url(/uploads/images/page_images/arrow2.gif);
	margin:0 0 5px 0;
	padding:0;
}

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(/uploads/images/page_images/tick_2.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(/uploads/images/page_images/arrow2.gif) 0px 11px no-repeat;
	_background:none;
	font-size:1.0em;
	display:block;
}
div.mainbody ul.arrowlist li a {
	color:#0F1671;
}
div.mainbody ul.arrowlist li a:hover {
	color:#575B9B;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited {
	color: #0f1671;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}


a:hover, a:active {
	color: #575b9b;
	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:#575B9B;
}
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:#0f1671;
	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:#575B9B;
	color:#0f1671;
}
div#navbar ul li:hover ul ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	background-color:#0f1671;
	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:#f7faec;
	}
table.stripes tr.even td	{
	background:#ecf0cf;
}
table.stripes td {
	border-bottom:1px solid #999;
	padding:.3em 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:#0f1671;
	}
table.loaded {
	background-color:;
	background:#0f1671 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:#0f1671;
	color:#fff;
	font-size:13px;
	}
table.stripes th a {
	color:#f7faec;
	text-decoration:underline;
	}
table.stripes th.rc_left {
	background:#0f1671 url(/build/images/table_rc_left_bg.png) top left no-repeat;
	padding:.3em .5em 0 .5em;
	}

table.stripes th.rc_right {
	background:#0f1671 url(/build/images/table_rc_rght_bg.png) top right no-repeat;
	padding:.3em .5em 0 .5em;
	}
table.stripes th.rc_botleft {
	background:#0f1671 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:#0f1671 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:url(/uploads/images/template/page_bg.jpg) repeat-x top left; }

#container {
	margin:0 auto 0;
	width:962px;
	padding-bottom:0;
	position:relative;
	background-color:#fff;
}

#mainContainer{

position:relative;
float:left;

background-image:url(../../build/images/bg-test.gif);
background-repeat:repeat-y;

}


#leftHandSide{ position:relative;
float:left;
width:201px;


}

#leftHandSideMiddle{ position:relative;
float:left;
width:201px;

background-image:url(../../build/images/lefthandside/main-bg-left-middle.gif);
background-repeat:repeat-y;
height:333px;
}



#rightHandSide{

position:relative;
float:left;
width:761px;
 background:#FFFFFF url(../../build/images/border-left.gif) top right repeat-y;
 margin:0px;
  padding:0px;


}

/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:962px;
	height:86px;
	background:url(../../build/images/lefthandside/main-bg-left-top.gif) top left no-repeat;
}
	div#logo {
		position:absolute;
		top:15px;
		left:53px;
		width:111px;
		height:120px;
	}
	
		div#logoHunter {
		position:absolute;
		top:5px;
		left:53px;
		width:111px;
		height:120px;
	}
	
	div#services {
		width:138px;
		height:73px;
		position:absolute;
		top:2px;
		right:200px;
		text-align:center;
		background-image:url(../../build/images/login-bg.gif);
		background-repeat:no-repeat;
	}
		div#services img#services_heading {
			padding:0 0 2px 0;
		}
		div#services ul {
			list-style-type:none;
			margin:0;
			padding:6px;
			padding-top:20px;
			width:128px;
			display:block;
		}
			div#services ul li {
				margin:0;
				padding:0;
				height:27px;
				width:107px;
				float:left;
			}
				div#services ul li a {
					display:block;
					width:107px;
					height:27px;
				}
	div#tools {
		width:169px;
		height:70px;
		position:absolute;
		top:7px;
		right:10px;
		z-index:3000;
	}


	div#contactdetails{
	
	
		top:37px;
		right:9px;
		z-index:3000;
		text-align:right;
	}
	
	
div#contactdetails p{
line-height:10px;
font-family:Tahoma;
font-size:12px;
color:#6666a3;
}

		div#contactdetails img{


		display:inline-block;
		top:22px;
		position:absolute;
		right:93px;}			
		

div#search {
float:left;

position:relative;
width:168px;

}
		
		
div#search .seachPos {
clear:both;
float:left;
margin:0;
padding-left:0;

position:relative;

}


div#search .searchBox {
background:transparent url(/build/images/search.gif) no-repeat scroll left center;
border:medium none;
margin:0 0 1em;
padding-left:5px;
padding-top:5px;
width:134px;
height:28px;
overflow:hidden;
font-size:11px;

}

div#search .searchbtn {
left:140px;
position:absolute;
top:2px;
}


			div#tools div#search form input.inputbox {
				height:14px;
				width:81px;
				position:absolute;
				top:5px;
				left:7px;
				border:none;
				padding:2px;
				margin:0;
				line-height:13px;
				font-size:11px;
				outline:none;
				background:transparent;
			}
			div#tools div#search form input.image {
				height:19px;
				width:62px;
				position:absolute;
				top:5px;
				right:4px;
			}
		div#tools_select {
			height:58px;
			width:161px;
			position:absolute;
			top:57px;
			right:35px;
			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:161px;
			height:auto;
			margin:0;
			padding:0;
			list-style-type:none;
			position:absolute;
			top:54px;
			right:35px;
			z-index:5000;

		}
		div#tools_slider div#links_button {
			position:absolute;
			top:0;
			left:0;
		}
		div#tools_slider div#calcs_button {
			position:absolute;
			top:29px;
			left:0;
		}
				div#tools_slider div a.links_button {
					width:161px;
					height:29px;
					display:block;
					background:url(../../build/images/header_tools_links.gif);
					text-indent:-9999px;
				}
				div#tools_slider div a.calcs_button {
					width:161px;
					height:29px;
					display:block;
					background:url(../../build/images/header_tools_calcs.gif);
					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:#0f1671;
					text-decoration:none;
				}

/* ~~~~CONTENT~~~~ */

div#menu {display:block; height:33px !IMPORTANT; width: 760px; float:left; position:relative;  background-color:#fff; overflow:hidden; }
div#menu ul {margin:0; padding:0; list-style-type:none; float:left; padding-left:5px;}
div#menu li {float:left; margin:0px; display:block; width:140px; border:0; padding-top:0px; padding-left:4px;}
div#menu li.list1 a {background:transparent url(../../build/menu/loans.gif);}
div#menu li.list2 a {background:transparent url(../../build/menu/savings.gif);}
div#menu li.list3 a {background:transparent url(../../build/menu/investments.gif);}
div#menu li.list4 a {background:transparent url(../../build/menu/insurance.gif);}
div#menu li.list5 a {background:transparent url(../../build/menu/business.gif);}
div#menu a {display:block; width:140px; padding-top:33px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:33px; he\ight:0;}

div#menu li a:hover, div#menu li a.selected {background-position: 0 -33px;}

* html #menu a:hover {height:86px; he\ight:0;}


#content {
	width:759px;

	background:url(../../build/images/main-bg.gif) top left no-repeat;
	
	position:relative;
	float:left;
	min-height:473px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;

}

/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		display:none;
	}
	
	
	div#quote {
	position:relative;
	float:left;
	width:148px;
	background:url(/build/images/lnews/top.gif) no-repeat top left;
	margin:60px 0 -8px 15px;
	padding:0px 10px 0 10px;
	overflow:hidden;
	height:92px;
	
	_margin:60px 0 -8px 7px;
display:none;
}

div#quote_bot {
	width:163px;
	background:url(/build/images/lnews/btm.gif) no-repeat top left;
	margin-left:15px;
	_margin-left:7px;
	height:28px;
	position:relative;
	float:left;
display:none;
}

	div#quote h4 {
	margin-top:5px;

}


div#laptopgirl{ 

position:absolute;
top:185px;
left:3px;}


/* ~~~~MAIN~~~~ */
	div#main {
		float:left;
		width:759px;
		overflow:hidden;
		position: relative; 
		z-index: 0;
	}
		
		
		div#main div#homeMainPromo{
		
		margin-left:8px;
		margin-top:8px;
		}
		
		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:#0f1671;
			}

/* ~~~~Sidebar_R~~~~ */
	div#sidebar_R {
		float:left;
		width:204px;
		overflow:hidden;
		padding:0 15px;
	}
		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:193px;
		}
			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;	
			}



#homeBottom{

position:relative;
float:left;
width:740px;
margin-left:8px;
_margin-left:4px;

margin-top:8px;

}
                
#latestNews{

position:relative;
float:left;
background-image:url(../../build/images/latest-news.gif);
width:235px;
_width:238px;
height:196px;


padding-top:36px;
padding-left:5px;
_padding-left:2px;
overflow:hidden;}

#latestNews .greyArrow {
padding-right:5px;
}

#latestNews .created {
color:#666666;
font-size:10px;
padding-left:8px;
line-height:5px;
}



#latestNews table{
padding-top:0px;
*padding-top:2px;
}

#latestNews table td {
padding:0;

*padding:3px;
_padding:1px;
padding-left:5px;
}

#newsBreaker{

padding:0px; 
margin:0px; 
_margin-top:5px;
line-height:1px;}



#popLinks{

position:relative;
float:left;
background-image:url(../../build/images/pop-links.gif);
width:230px;
height:187px;
margin-left:10px;

padding-top:45px;
padding-left:10px;

}





#popLinks p{

background:url(../../build/images/arrow-blue.gif) center left no-repeat;
padding-left:10px;

}

/*
#popLinks a:link,  #popLinks a:visited {
	color: #010167;
	font-weight:bold;
	text-decoration:none;
	
	outline:none;
}
#popLinks a:hover,  #popLinks a:active {
	color: #010167;
	font-weight:bold;
	
	text-decoration:underline;
	outline:none;
}


*/
               
#rotator{

position:relative;
float:left;

width:240px;
height:232px;
margin-left:10px;
}
                    	
				
				


/* ~~~~FOOTER~~~~ */


#footerBreak{
position:relative;
	float:left;
	clear:both;
	background-image:url(../../build/images/footer-bg.gif);
	width:962px;
	height:16px;

}


div#footer {

	padding:10px 0;
	font-size:0.9em;
	line-height:1.5em;
	width:962px;
	position:relative;
	float:left;
}
div#footer div#foot-content {
	width:860px;
	float:left;
}
div#footer div#siteby {
	float:right;
	padding-left:20px;
}

/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	width:100%;
	height:140px;
	background:url(../../build/images/pagehead_bg2.jpg) top left no-repeat;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}

div#pathway {
	text-align:right;
	padding:0 0 5px 15px;
	border-bottom:1px solid #d5d5d5;
}

div#pathway span {
	
	position:absolute;
	top:60px;
	right:10px;
	*top:65px;

}

	div#pagetitle {	
		font-size:14px;
		color:#000;	
		padding:15px 0 15px 0;
		
	}
	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;
}



#featuredSections; #ezyapply {
	padding: 1px 0;
}

#featuredSections .section, #ezyapply .section {
	/*clear: both;*/
	display: block;
	margin: .5em 0 1.5em 0;
	padding: 10px 0 0 0;
	background: transparent url(/uploads/images/template/section_bg.gif) no-repeat;
	width: 702px;
}
#ezyapply .section {
	background: transparent url(/uploads/images/template/ezyapply_bg.gif) no-repeat;
}

#featuredSections .icon, #ezyapply .icon {
	display: inline;
	float: left;
	height: 81px;
	margin: 0 15px 0 10px;
	width: 81px;
}

#featuredSections .description, #ezyapply .description {
	display: inline;
	float: left;
	width: 575px;
}

#ezyapply .description {
	display: inline;
	float: left;
	width: 455px;
}

#featuredSections .sectionClose, #ezyapply .sectionClose {
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
	background: transparent url(/uploads/images/template/section_bot.gif) no-repeat;
}
#ezyapply .sectionClose {
	height: 10px;
	background: transparent url(/uploads/images/template/ezyapply_bot.gif) no-repeat;
}

#featuredSections p, #ezyapply p {
	margin: 0;
	padding: 0;
}

#featuredSections h3, #ezyapply h3 {
	background: transparent url(/uploads/images/template/arrow.gif) no-repeat 0 .55em;
	border: none;
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 7px 15px;
	font-weight: bold;
}

#ezyapply p.btns {
	text-align: right;
	float:right;
	width:115px;
	margin:5px 15px 0 0;
}
#ezyapply p.btns img {
	margin-bottom:15px;
}


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:#0f1671;
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:2px;
	left:214px;
	width:385px;
	height:24px;
    background:transparent url(../../build/menu/sec-nav.gif) no-repeat scroll left top;
	z-index:2000;
	padding:0 5px;
}
#navbar table td {padding:0;}

/* ~~~~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:700px;
	height:100%;
	margin:0 6px 0 16px;
	padding-top:7px;
}

#campaign #campaign_title {
	padding:20px 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	color:#0f1671; 
	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:#0f1671; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.0em;
}


/* 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:#0f1671;	
	}



/* 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;
}
*/

div#contentInternal {
	width:701px; 
background:url(../../build/images/main-bg.gif) top left no-repeat;
	float:left;
	text-align:left;
	padding:30px 30px 15px 30px;
	min-height:460px;
	overflow:hidden;
}


#moreLnk{

position:absolute;
bottom:5px;
right:10px;}