/* One Yellow Door CSS - Developed by ClickSpace Interactive - http://www.clickspace.com */

/* @group Body Styles */
html, body {	height: 100%;
}

body {
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.Yellow {
	color: #e2d339;
}

.Blue {
	color: #618FB0;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

#Wrapper {	min-height: 100%;	height: auto !important;	height: 100%;	margin: 0 auto -78px; /* the bottom margin is the negative value of the footer's height */}

h1 {
	font-size: 160%;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
}

p {
	font-size: 95%;
	line-height: 140%;
	margin: 5px 0px 15px 0px;
	color: #464646;
}

ul {
	font-size: 95%;
	line-height: 140%;
	margin: 5px 0px 15px 0px;
	color: #464646;
}

.NextLink {
	font-size: 115%;
	line-height: 140%;
	margin: 20px 0px 20px 0px;
	color: #464646;
}

a:link, a:visited {
	text-decoration: underline;
	color: #618FB0;
}

a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
/* @end */


/* @group Header Styles */

.MinWidth {
	width: 850px;
	margin: 0px auto;
}

#Header {
	width: 100%;
	height: 168px;
	background: #000000 url(../i/bg_header.jpg) repeat-x;
	min-width: 850px;
}

/* @end */

/* @group Footer Styles */
.Footer, .Push {	height: 78px; /* .push must be the same height as .footer */}

.Footer {
	width: 100%;
	background: #000000 url(../i/bg_footer.jpg) repeat-x;
	color: #FFFFFF;
	min-width: 850px;
}

.Footer a:link, .Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #373737;
	padding-bottom: 3px;
}

.Footer a:hover {
	color: #FFFFFF;
	border-color: #666666;
	}

.Footer .Left {
	font-size: 85%;
	margin: 48px 0px 0px 20px;
}

.Footer .Right {
	font-size: 85%;
	margin: 45px 25px 0px 0px;
	color: #666666;
}

.BackToTop {
	margin: 0px 0px -10px 10px;
}
/* @end */

/* @group Sliding Menu Styles */




#fancymenu {
	position: relative;
	width: 825px;
	margin: 7px 0px 0px 10px;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 50px;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
}


#menu_mortgage a {
	width: 225px;
	background: url('../i/menu_mortgage.gif') no-repeat top center;
	margin: 0px 0px 10px 0px;
}

#menu_home a {
	width: 199px;
	background: url('../i/menu_home.gif') no-repeat top center;
}

#menu_blog a {
	width: 96px;
	background: url('../i/menu_blog.gif') no-repeat top center;
}

#menu_test a {
	width: 160px;
	background: url('../i/menu_testimonials.gif') no-repeat top center;
}

#menu_contact a {
	width: 145px;
	background: url('../i/menu_contact.gif') no-repeat top center;
}

#fancymenu li.background {
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../i/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin: 0px 30px 0px 30px;
}

/* @end */

/* @group Content Styles */

#Content {
	width: 835px;
	margin: 10px auto 10px auto;
	padding-left: 15px;
}

.LeftContent ul {
	list-style: disc;
	padding: 0px 0px 0px 30px;
}.LeftContent{
	float:left;
	width:600px;
	margin: 10px 0px 0px 0px;
}

.RightContent{ 
	float:right;
	width:200px;
	margin: 10px 0px 0px 0px;
}

.SideTable {
	border: 1px solid #d2d2d2;
	margin: 0px 0px 25px 0px;
}

.SideTableHeader {
	color: #FFFFFF;
	background: #000000;
	border-bottom: 6px solid #262626;
	text-align: center;
	padding: 4px 0px 2px 0px;
	font-size: 120%;
	font-weight: bold;
}

.SideTableContent {
	width: 90%;
	margin: 10px 10px 10px 12px;
	font-size: 90%;
	line-height: 140%;
	color: #464646;
}

.SideTable ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

.SideTable ul li {
	padding: 0;
	margin: 0;
}

.SideTable ul a:link, .SideTable ul a:visited {
	display: block;
	background: #FFFFFF;
	text-decoration: none;
	color: #666666;
	padding: 8px 0px 8px 5px;
	font-size: 90%;
	border-top: 1px solid #d2d2d2;
}

.SideTable ul a:hover {
	background: #fff9bd;
	color: #000000;
}

.SideTable ul .HighLighted a:link, .SideTable ul .HighLighted a:visited {
	display: block;
	background: #618FB0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 0px 8px 5px;
	font-size: 90%;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}

.SideTable ul .HighLighted a:hover {
	background: #BFE4FF;
	color: #1c1c1c;
	text-align: center;
}

 .Required, .diserrorhilite {
	font-weight: bold;
	color: #ca0000;
}

.CalculatorForm {
	width: 100%;
	font-size: 0.9em;
}

.CalculatorForm .Label {
	width: 200px;
	text-align: left;
	padding: 10px 8px 10px 5px;
	vertical-align: top;
}

.CalculatorForm .Input {
	padding: 10px 8px 10px 5px;
}

.CalculatorForm input {
	font-size: 1em;
	color: #666666;
	border: 1px solid #C4C4C4;
}

 input[type=text], select {	font-size: 1em;
	width: 200px;
	color: #666666;
	border: 1px solid #C4C4C4;
}

.Grey {
	background: #f0f0f0;
}

.validation-advice {
	font-weight: bold;
	color: #ca0000;
	margin: 5px 0px 10px 0px;
}

 .validation-failed input {
	border: 1px solid #ca0000;
}

	.Savings {
	background: url(../i/bg_savings.jpg) no-repeat;
	height: 80px;
	width: 600px;
	color: #FFFFFF;
	margin: 5px 0px 15px 0px;
	padding: 13px 0px 0px 0px;
	}

	.Savings h2 {
		font-size: 130%;
		margin: 0;
	}
/* @end */


.postmetadata {	border-top: 1px dotted #dcdcdc;	border-bottom: 1px dotted #c6c6c6;	padding: 5px 0px 5px 0px;	margin: 10px 0px 10px 0px;}
.alignleft {	float: left;}.alignright {	float: right;}.clear {	clear: both;}

.dislabel, .digparagraph {
	font-size: 0.9em;
	line-height: 1.8em;
}

.disquestionnumber {
	display: block;
	font-size: 0.9em;
	margin-top: 18px;
	font-weight: bold;
}

#Header .MinWidth {	background: url(/i/bg_header_girl.jpg) no-repeat top left;}
