/* -----------------------------------------------------------------------------------

+ MHP

+ Authors: 
  Craig Henry 
  Bill Bushee

+ Site Fonts: 
  Univers
  Arial
  
+ Color Info 
  Desaturated, Slightly-Rich Pastels

----------------------------------------------------------------------------------- */


/*  Base Styles
----------------------------------------------------------------------------------- */

html {
	font-size: 11px;
}

body, input, select, li {
	background-color: #FFFFFF;
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0px;
}

body {
	background: url(/images/common/bg.gif);
}

sup {
	font-size: 5px;
}

img {
	border: 0px;
	display: block;
}

legend {
	color: #006666;
}

fieldset {
	border:1px solid #006666;
	padding: 20px;
}

p {
	margin: 8px 0 13px 0;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0 0 16px 0;
}

ul.become_a_lender li {
	margin: 0 0 10px 0;
}

ol li {
	margin: 0 0 13px 36px;
	padding: 0px 0px 9px 0px;
}

ol {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

/*  Structure Styles
----------------------------------------------------------------------------------- */

.site_casing {
	width: 816px;
	margin: 0 auto;
	padding: 0px 6px 6px 6px;
	background-color: #715a3f;
}

.header {
	width: 806px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	background-color: #fff;
}

/* Used to hide printer friendly img header */

.header a img.printer_friendly {
	display: none;
}

.navigation {
	width: 806px;
	margin: 0px auto;
	padding: 1px 5px 1px 5px;
	background-color: #FFFFFF;
}

.torso {
	width: 771px;
	padding: 20px 25px 30px 20px;
	margin: 0 auto;
	background-color: #fff;
}

.subnav_frame {
	width:187px;
	float:left;
	display:inline;
	background-image:url('/images/subnav/frame_bg.gif');
	background-repeat:no-repeat;
}

.subnav {
	width:auto;
	margin: 4px 4px 0px 4px;
	background-image:url('/images/subnav/bg.gif');
	background-repeat:repeat-x;
}
	.subnav .header, 
	.subnav .up, 
	.subnav .over, 
	.subnav .up2, 
	.subnav .over2 {
		font: 11px Arial, Helvetica, sans-serif;
		height: 26px;
		line-height:26px;
		border-top: 1px solid #ca9978;
		padding: 0 0 0 10px;
		display: block;
		width: auto;
		font-weight: bold;
	}

	.subnav .header, 
	.subnav .header:visited {
		background-color:#ae715f;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration :none;
		background-image: none;
		padding-left: 10px;
	}
	.subnav .header:active, 
	.subnav .header:hover {
		color:#fff;
	}
	
	.subnav img {
		display: inline;
		margin-right: 4px;
		vertical-align: middle;
	}
	.subnav .up, 
	.subnav .up2  {
		color: #bb5159;
		text-decoration:none;
	}
	.subnav .over {
		color: #9261A7;
		text-decoration: none;
		background-image:url('/images/subnav/rollover_bg.gif');
		background-repeat: repeat-x;
		/*padding-left: 10px;*/
	}
	.subnav .up:hover, 
	.subnav .up2:hover,
	.subnav .over:hover 
	{
		color: #9261A7;
		text-decoration:none;
		background-image:url('/images/subnav/rollover_bg.gif');
		background-repeat: repeat-x;
	}
	
	.subnav .up2,
	.subnav .over2,
	.subnav .subitem.up,
	.subnav .subitem.over {
		border-top: none;
		padding: 0 0 0 20px;
		text-decoration: none;
	}
	
	.subnav .up2:hover,
	.subnav .over2:hover,
	.subnav .subitem.up:hover,
	.subnav .subitem.over:hover {
		color: #9261A7;
		background-image:url('/images/subnav/rollover_bg.gif');
		background-repeat: repeat-x;
		text-decoration: none;
	}

.content {
	width:558px;
	margin-left:20px;
	float:left;
	display:inline;
}

	dt.question {
		cursor: pointer;
		font-weight: bold;
		margin: 0;
		color: #ae715f;
		font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 13px;
		padding: 18px 0 4px 0;
	}

	dd.answer {
		padding-top: 10px;
		padding-bottom: 17px;
	}

.footer {
	width: 798px;
	margin: 0 auto;
	background-color: #aaa; 
	border-top: 4px solid #999; 
	padding: 7px 9px 10px 9px; 
	font-size: .9em; 
	color: #fff;
}

.arrow_align {
	display: inline;
	margin-right: 5px;
	vertical-align: -9px;
}

.readmore {
	width: 549px;
	height: 27px;
	background: url(/images/bg_readmore.gif) bottom right no-repeat;
	padding: 20px 11px 0 0;
	margin: 0 0 0 0;
	text-align:right;
	vertical-align:top;
	line-height: 0px;
	clear: right;
}

.readmore a, .readmore a:visited, .readmore a:hover{
	color: #a65870;
	font-weight:bold;
	text-decoration:none;
}

.highlight1 {
	border: 1px solid #c6d1e5;
	background-color: #ecf1fa;
	padding: 10px 10px 13px 10px;
	margin: 11px 0 8px 0;
}

.highlight2 {
	border: 1px solid #c6d1e5;
	background-color: #f7f5fc;
	padding: 10px 10px 13px 10px;
	margin: 15px 0 15px 0;
}

.highlight1 h1, .highlight2 h1 {
	font: bold  1.35em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #626b98;
	margin: 0px 0px 3px 0px;
}

.page_split {
	width: 275px;
	float: right;
	margin-left:20px;
}

.subscriptions {
	width: 226px;
	height: 18px;
	margin: 0 auto 20px auto;
}

.pdf_icon {
	vertical-align: -3px;
	display: inline;
	margin-right: 3px;
}

a.icon_question {
	background: url(/images/icon_question.gif) no-repeat;
	font-weight: bold;
	padding-left: 19px;
	padding-bottom: 4px;
}

.project_thumbnail {
	display: inline;
	margin: -5px 0 0 1em;
	float: right;
	padding: 4px;
	border: 1px solid #aa8;
	background-color: #fff;
	clear: right;
	}
	
.project_thumbnail img {
	display: block;
	border: 1px solid #666;
	}
	
/* styles for interest rates page */

.interest_table {
	border: 1px solid #8A9DDC;
	border-collapse: collapse;
	width: 100%;
}

.interest_table th, .interest_table td {
	text-align: right;
	padding: .4em .7em;
	overflow: hidden;
	border-bottom: 1px solid #8A9DDC;
	color: #123;
}

.interest_table .caption td {
	text-align: left;
	color: #fff;
	background-color: #8A9DDC;
}

table.home_safe_providers {
	margin: 0;
	padding: 0;
}
	table.home_safe_providers th {
		text-align: center;
		font-weight: bold;
	}

	table.home_safe_providers tr {
	}

	table.home_safe_providers td {
		padding: 4px;
	}

	table.home_safe_providers tr.odd {
		background-color: #fbe9dd;
    }
    table.home_safe_providers tr.even {
	    background-color: #FFF;
    }
