@charset "utf-8";
/******************************************/
/* Mortage International | By Paul Cooper */
/******************************************/

/* Global Reset */

body, div, h1, h2, h3, h4, h5, p, ul, li, dt, dd, ol, form, img, a, input, label {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	background: #fff;
}

/* Layout Elements */

#wrapper {
	margin: 0 auto;
	width: 700px;
}

#header {
	background: #3465FF url(../images/top_bar.jpg) no-repeat bottom left;
	padding: 9px 15px 11px 15px;
	color: #fff;
}

#header span {
	font-size: 0.8em;
	background: url(../images/telephone-symbol.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
}

/* Menu Styling */

#menu {
	list-style-type: none;
	padding: 0 0 0 320px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	float: right;
	padding: 20px 0;
}

#menu .last a {
	border: none;
}

#menu a {
	display: block;
	border-right: 1px solid #ccc;
	padding: 2px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menuwrap {
	background: url(../images/logo.jpg) no-repeat 10px 50%;
	padding: 10px 0;
}

/* Content Styling */

#content {
	color: #333;
	background: url(../images/content_top.jpg) no-repeat top left;
	padding: 10px;
}

#content .home {
	background: url(../images/content_top_home.jpg) no-repeat top left;
}

#content h1 {
	border-bottom: 1px solid #333;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

#content h2 {
	padding: 0 0 3px 0;
	margin: 0 0 8px 0;
	font-size: 1.2em;
	font-weight: normal;
}

#content p {
	padding: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.7em;
}

#content ul {
	padding: 0 0 0 20px;
	font-size: 0.8em;
	line-height: 1.7em;
}

#content a {
	color: #333;
}

/* Submenu Menu */

#content #submenu {
	float: right;
	list-style: none;
	width: 220px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: url(../images/subback.jpg) no-repeat top left;
	margin: 0 0 0 10px;
}

#submenu #heading {
	background: #3465FF url(../images/subhead.jpg) no-repeat bottom left;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 1.1em;
}

#submenu a {
	display: block;
	padding: 8px 10px;
	font-size: 0.9em;
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#submenu a:hover {
	background: #ccc;
	color: #fff;
}

/* Footer Styling */

#footer {
	background: #d0d0d0 url(../images/bottom_bar.jpg) no-repeat bottom left;
	padding: 9px 10px 9px 10px;
	font-size: 0.8em;
}

#footerinfo {
	color: #ccc;
	font-size: 0.7em;
	padding: 10px;
}

/* Global Classes */

.clear {
	clear: both;
}
