@charset "utf-8";
/* CSS Document for www.reversemortgagemike.com 
Created by Web Wise Concepts, Dec 2009 */

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
	border: none;
}
body {
	background-color: #798996;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 75%;
	margin: 25px auto;
	border: 2px solid #0f437d;
	background: white;
}
h1, h2, h3 { font-family:Georgia, "Times New Roman", Times, serif; }
h1, h2, h3 { color: #0f437d; }
h2 {
	margin: 10px 10px 3px 10px;
	padding: 10px 0 5px 0;
}
h3 { font-size: 1.35em; }
ul { margin: .5em 4.75em; }
ul li { padding-bottom: 5px; }
a, a:link, a:visited {
	color: #1a74d9;
	text-decoration: none;
}
a:hover {
	color: #0f437d;
	background: #c6def8;
}
/* Header */
#header {
	height:100px;
	background: #c6def8;
	border-bottom: 6px solid #0f437d;
}
#header h1 {
	line-height:50px;
	margin-left:25px;
	padding: 10px 0 0 10px;
	font-size: 2.5em;
}
#header p#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-left: 68px;
}
#navigation {
	height:100px;
	background: #c6def8;
	border-bottom: 6px solid #0f437d;
	height:25px;
	text-align:center;
}

/* Content */
#content {
	float:left;
	width:100%;
	margin-left:-220px;
	line-height:1.4;
}
#content p { margin:0 10px 10px; }
#content_main {
	margin-left:220px;
	padding: 10px 20px 10px 25px;
}
#content_main h3 {
	padding: 10px;
	margin-left: 10px;
}
#content_sub {
	float:left;
	width:215px;
	height: auto;
	margin: 10px 5px 10px 0;
}
#content_sub h3 {
	background: #c6def8;
	text-align: center;
	border-bottom: 4px solid #0f437d;
	margin-bottom: 20px;
	padding: 10px 0;
}
#content_sub p { padding: 0 6px 5px 6px; }
/* Footer */
#footer {
	clear:both;
	width:100%;
	border-top: 6px solid #0f437d;
	background: #c6def8;
}
#footer p {
	padding: 10px 10px;
	font: .8em Arial, Helvetica, sans-serif;
}
/* Generic ------------------------ */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}


.addspace { margin-top: 2em; }
/* Images ------------------------- */
img#mk { margin: 10px 25px; }

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0 5px 0 25px;
	font-size: 1em;
	font-weight: bold;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #fdf0bc;
	border-left: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #c6def8;
	padding: 3px 10px;
	color: #0f437d;
	border-left: 6px solid #c6def8;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #c6def8;
	border-left: 6px solid #990000;
	letter-spacing: .01px;
	background: #c6def8;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark { color: #999; }
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image: url(../p7pm/img/p7PM_medium_south.gif);
	background-repeat:	no-repeat;
	background-position: 100px center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #fecc35;
	color: #999;
	border-left: 6px solid #990000;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 10000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 150px;
}
#p7PMnav ul li { float: none; }
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li { width: 140px; }
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666699;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
#nav_container {
	background-color: #fff;
	height: 20px;
	border-bottom: 3px solid #fecc35;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

