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

+ MHP

+ Authors: 
  Craig Henry 
  Bill Bushee

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

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

/*  Paginator
------------------------------------- */
.paginator {
	margin: 10px 0px;
	padding: 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color:#aaa;
	font-size:1.1em;
}
	.paginator a, .paginator a:visited {
		color: #6873CC;
		text-decoration:none;
	}
	.paginator a:active, .paginator a:hover {
		color: #92485f;
		text-decoration:underline;
	}
	
.page_direct a, .page_direct a:visited {
	text-decoration:none;
}
	
.page_relative a, .page_relative a:visited {
	font-size:.9em;
	color: #6873CC;
	text-decoration:none;
}
.page_relative a:active, .page_relative a:hover {
	text-decoration:none;
	color: #92485f;
}

.page_relative_disabled {
	font-size:.9em;
	color: #ababab;
}

.page_highlighted {
	font-weight:bold;
}
	.page_highlighted a, .page_highlighted a:visited {
		color: #92485f;
		text-decoration:underline;
	}
	.page_highlighted a:active, .page_highlighted a:hover {
		color: #6873CC;
		text-decoration:underline;
	}
	
/*  Contact Form
------------------------------------- */	
.contact_form {
	width:550px;
	padding: 10px 10px 10px 0px;
}
	.contact_form input, .contact_form textarea {
		width: 250px;
		display: block;
		margin: 3px 0px 6px 0px;
	}
	
	.contact_form textarea {
		height: 100px;
	}

	.contact_form table.address {
		float: right;
		width: 270px;
		border: 0px;
	}
	
	.contact_form table.address td{
		vertical-align: top;
		text-align:left;
		padding: 0px 7px 3px 2px;
	}		
		
	.contact_form .button, .form_input .button, .button {
		background-color:#86a1c6;
		border:1px solid #577eb4;
		color: #ffffff;
		width:auto;
		padding: 1px 2px 2px 2px;
		margin: 10px 0px;
		font-weight:bold;
	}

	textarea.forms, input.forms  {
		border: 1px solid #888;
		background-color:#fcfcff;
	}

/*  Header Search field
------------------------------------- */	

.searchfield {
	background-color: #703749;
	border: 1px solid #5a2938;
	color:#ffecb3;
	height: 15px;
	width: 100%;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.searchbutton {
	display: inline;
	margin: 1px 0 0 5px;
	border:none;
}

	
/*  Dividers
------------------------------------- */	
div.hr_dark {
	border: 0px;
	border-top: 1px solid #aaa;
	height:1px;
	margin: 2px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	display:block;
	line-height:1em;
}

div.hr_light {
	border: 0px;
	border-top: 1px solid #dedede;
	height:1px;
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	display:block;
	line-height:1em;
}

/*  Toggle slider and visibility stuff
------------------------------------- */	
.toggle_content {
	overflow:hidden;
}
.toggle_open {
	height:30px;
	background-image:url(/images/navigate_down.gif);
	background-repeat:no-repeat;
	cursor: pointer;
	width: 100px;
}
.toggle_close {
	height:30px;
	background-image:url(/images/navigate_up.gif);
	background-repeat:no-repeat;
	cursor: pointer;
	width: 100px;
}
	
/*  Miscellaneous
------------------------------------- */	
.detail_img {
	float:right;
	display:inline;
	margin:0px 0px 10px 10px;
	padding:5px;
	border:1px solid #CCCCCC;
}

.left_banks {
	width:40%;
	float:left;
}
.right_banks {
	width:55%;
	float:right;
}
	.left_banks a, .right_banks a, .left_banks a:visited, .right_banks a:visited {
		font: bold 1.1em Arial, Helvetica, sans-serif;
		color:#8467b3;
		text-decoration: none;
	}
	.left_banks a:active, .right_banks a:active, .left_banks a:hover, .right_banks a:hover {
		color:#8467b3;
		text-decoration: underline; 
	}
.quote_block {
	float:right;
	margin:0px 5px 3px 16px;
	padding-left:14px;
	border-left:1px solid #bbb;
}
.styled_bullets {
	margin:6px;
	list-style:url(/images/list_arrow.gif);
	margin-left:0px;
	padding-left:0px;
}
.styled_bullets li {
	margin-left:15px;
	padding-left:5px
}

.simple_table {
	background-color:#000000;
	margin:15px 0px;
}
	.simple_table th, .simple_table td {
		background-color:#ffffff;
		vertical-align:top;
	}
	.simple_table .percent {
		vertical-align:middle;
	}
.interest_subsidy_list li {
	list-style-type:none;
}
