/*
Theme Name: Mortgage People Theme
Description: This theme is intended for Mortgage People website
Version: 1.0
Tags: blue, custom header, fixed width, sidebar, widgets

	Theme Name v1.0

	This theme was custom buil intended for Mortgage People.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: center;
	background:url(images/body-background.jpg) repeat-x #0b334c;
	margin: 0;
	padding-top: 10px;
	}

.clearer    {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* C[WhoverNX */
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
ul {list-style-type: none}
ol {list-style-type: decimal}

.float_left {float: left;}
.float_right {float: right;}

a img { border: none; }
a {color:#308ACD; text-decoration: none;}
a:hover {color:#308ACD; text-decoration: underline;}
 
#page {
	width: 870px;
	background:url(images/content-top-background.jpg) top left no-repeat #FFF;
	margin: 0 auto;
	font-size: 12px;
}

div#header { width: 870px; }

#logo-container {
	float: left;
	width: 286px;
	padding: 30px 0 0 18px;}

#logo-container h1, #logo-container img{ float: left; margin: 0; }
h1#logo {
	width: 286px;
	height:55px;
	background:url(images/logo.gif) no-repeat;
}

h1#logo a{ display:block; text-indent: -9999px; height:53px;}

#contact-container {
	float: right;
	width: 176px;
	height: 120px;
	margin: 12px 15px 0 0;
	_margin: 12px 7px 0 0;
	background:url(images/contact-background.gif) no-repeat;
	position: relative;
}

h2.callnow {
	position: absolute;
	top: 34px;
	left: 70px;
	font-size: 18px; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #707070; }

div.contactno {
	position: absolute;
	top: 60px;
	left: 50px;
	font-size: 21px;
	color:#e9035d;
}

div#menu-container {
	clear: both;
	width: 100%;
	background: url(images/menu-bk.jpg) repeat-x left 5px;
}

ul.menu {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
}

ul.menu * {margin:0; padding:0}

ul.menu li.spacer{
	float: left;
	width: 1px!important;
	margin: 0;
	padding: 0;
	position:relative;
}

ul.menu li{
	float: left;
	height: 42px;
	padding: 0 20px;
	position:relative;
	text-align: left;
}

ul.menu li a{
	display: block;
	font-size: 13px;
	text-decoration: none;
	margin-top: 14px;
	color: #e9035d;
}

ul.menu li a:hover{ text-decoration:none; color: #e9035d;}

ul.menu ul {position:absolute; top:41px; left:0; display:none; opacity:0; list-style:none; z-index: 100;}
ul.menu ul li {position:relative; border-top:1px solid #aaa; width:170px; margin:0; padding: 0 !important; height: auto; }
ul.menu ul li a {display:block; padding:3px 10px 5px; background-color:#FFF; margin: 0;}
ul.menu ul li a:hover {background-color:#FAF8F8 !important; color: #0D3E5E !important;}
ul.menu .sub {background:#FFF url(images/arrow.gif) 156px 8px no-repeat}
ul.menu ul ul {left:170px; top:-1px}

ul.menu .topline {border-top:1px solid #aaa}

ul.menu li#home-menu{
	width: 122px;
	background:url(images/home-background.jpg) repeat-x;
	padding: 0;
	text-align: center;
}

ul.menu li#home-menu a{
	display: block;
	color: #FFF;
}

ul.menu li.separator{
	width: 1px;
	padding: 0;
	background:url(images/menu-separator.gif) no-repeat;
}

div#lower-menu-container{
	width: 868px;
	padding: 0 0 15px 0;
	margin: 1px 0 0 1px;
	background:url(images/head-lowermenu-bottom.jpg) bottom left #114160 no-repeat;
}

div#lower-menu-container ul{
	float: left;
	width: 850px;
	padding: 2px 0 0 10px;
	margin: 0;
}

div#lower-menu-container ul li{
	float: left;
}

div#lower-menu-container ul li a{
	display:block;
	text-indent: -9999px;
	height: 68px;
}

div#lower-menu-container ul li#mortgage a{
	width: 278px;
	background:url(images/btn-mortgage.jpg) no-repeat;
}

div#lower-menu-container ul li#win {padding-left: 7px; }
div#lower-menu-container ul li#win a{
	width: 276px;
	background:url(images/btn-win.jpg) no-repeat;
}

div#lower-menu-container ul li#want { padding-left: 9px; }
div#lower-menu-container ul li#want a{
	width: 277px;
	background:url(images/btn-want.jpg) no-repeat;
}

div#content{
	background-color: #FFF;
	padding-bottom: 50px;
}

div#mortgage-container {
	float: left;
	padding: 15px 0 0 15px;
	width: 610px;
}

div#content-left{
	float: left;
	width: 625px;
	text-align: left;
}

div#content-left select option{ color: #555555 !important; }

#MLCalcForm {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 600px;
	background:url(images/calculator-background.gif) no-repeat !important; 
}

#MLCalcForm form {
	background: none;
}
	
#MLCalcForm td {
	background: none !important;
	text-align: left !important;
	color: #555555 !important;
}

#MLCalcForm td input{
	color: #555555 !important;
	border:solid 1px #B6B6B6 !important;
	background-color: #FFF;
}

#MLCalcForm div {
	background: none !important;
}

#MLCalcForm img{
	display: none;
}

#MLCalcForm td select.inputfloat {
	float: left !important;
	margin: 10px 10px 0 0;
	border:solid 1px #B6B6B6 !important;
	background-color: #FFF;
	color: #555555 !important;
}

#MLCalcForm td  input.sbmButtonx { padding: 0 !important; float: left !important; border: none !important; }

table.form-float {
	float: left !important;
	padding: 0;
	margin: 0;
	width:600px !important;
}

table.formFields {
	float: left !important;
	margin: 45px 0 0 100px !important;
	_margin: 45px 0 0 50px !important;
}


table.formFields tr td label{
	font-size: 14px !important;
	color: #0c3d5d !important;
}

#MLCalcForm td.form-container-td {
	width: 600px !important; 
}

#sidebar {
	float: left;
	width: 235px;
	padding-top: 15px;
}

#sidebar ul.side-content-custom, #sidebar ul {
	float:left;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

#sidebar ul li{
	text-align: left;
	display:block;
}

#sidebar ul li ul{
	margin-left: 10px;
	width: 87%;
}

#sidebar ul li ul li{
	padding: 5px 10px 5px 15px;
	border-bottom: dotted 1px #CCC;
	background:url(images/arrow-pink.gif) no-repeat 0 50%;
}

#sidebar a { color: #0c3d5d; }

#sidebar h2{
	float: left;
	font-size: 16px;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	color: #e9035d;
}

#sidebar h2.widgettitle {
	width: 80%;
	background-color: #e9035d;
	padding: 5px 10px;
	color: #FFF;
	border-left: solid 10px #991A63;
}

.content-custom-container {
	float: left;
	width: 230px;
	padding: 2px 0 0 2px;
	background:url(images/side-top-bk.gif) no-repeat;
}

#content-custom-freephone {
	float: left;
	width: 222px;
	height: 201px;
	position: relative;
	background:url(images/side-content-bk01.gif) no-repeat;
}

#content-custom-bewin {
	float: left;
	width: 221px;
	height: 156px;
	position: relative;
	background:url(images/side-content-bk02.gif) no-repeat;
}

#sidebar ul li img{ float: left; }

span.pharked-text { display: none; }

img#free-phone-button { position:absolute; top: 160px; left: 8px; }

div#introductory-text {
	float: left;
	width: 570px;
	padding: 25px 0 0 17px;
	text-align: left;
}

label.screen-reader-text { display:block; color: #e9035d; font-weight: bold; }

.post {
	text-align:left;
	padding: 15px 20px 0 20px;
}

.post p{ margin: 0; padding: 0 }

.post h2 {
	font-size: 18px;
	color: #e9035d;
	border-bottom: solid 1px #A0A0A0;
	padding:  0;
	margin: 0 0 10px 0;
}

.post h3 {
	font-size: 16px;
	color: #e9035d;
	padding:  0;
}

.post ul li {
	list-style-type: disc;
}

.bein-thanks {
	font-size: 16px;
	color: #e9035d;
	font-weight: normal;
}

h3.contact-title {
	font-size: 18px;
	color: #e9035d;
}

input.textform{
	width: 240px;
}

input.textform2{
	width: 400px;
}

div#footer {
	width: 870px;
}

table#win-form-input {
	padding-bottom: 20px;
}

table#win-form-input tr td, table#win-form-input tr th{
	text-align: left;
}

div#calendar_wrap {
	float: left;
	width: 100%;
}

div#calendar_wrap table {
	width: 90%;
}

div#calendar_wrap table tr td, div#calendar_wrap table tr th {
	text-align: center;
}

div#calendar_wrap table tr td#today {
	background-color: #e9035d;
	color: #FFF;
}

ol.commentlist {
	clear: both;
	margin: 0;
	padding: 0;
	width: 83%;
}

ol.commentlist li { list-style-type: none; border-bottom: dotted 1px #999; padding-bottom: 10px; }

div#footer-inner {
	float: left;
	width: 836px;
	padding: 10px 17px;
	color: #FFF;
	background-color: #155885;
	text-align: left;}

div#footer-inner h2{ font-size: 16px; color: #FFF; margin: 0; padding: 0;}

div#footer ul.footer-menu{ float: left; width: 100%; margin: 0; padding: 0;}

div#footer ul.footer-menu li { color: #b4b4b4; float: left; }

div#newsletter-container {
	float: left;
	width: 285px;
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #033F64;
}

div#form-newsletter {
	float: left;
	width: 200px;
}

div#form-newsletter input {	color: #555555; }

div#footer ul.footer-menu li a { color: #b4b4b4; text-decoration: none; }
div#footer ul.footer-menu li a:hover { color: #b4b4b4; text-decoration: underline; }

input.news-submit { float: right; margin-top: 5px; }

#copyright-holder {
	float: left;
	width: 830px;
	text-align:right;
	color: #b4b4b4;
	font-size: 11px;
}