@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(background.jpg);
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.twoColFixRtHdr #floatinglogos {
	padding: 25px 0 0 0;
	float:right;
}
.twoColFixRtHdr #social {
	vertical-align: baseline;
	height:20px;
	margin:5px 0 0 20px;
	width:250px;
	}
	
.socialimg {
	width: 100px;
	bottom: 0;
}
.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #666666;
	border-right: 3px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #brokerrates {
	width: 380px;
	height: 418px;
	padding: 42px 10px 10px 10px;
	background-image:url(broker_rates.jpg);
}

.twoColFixRtHdr #brokerratesexample {
	width: 380px;
	height: 370px;
	padding: 50px 10px 10px 10px;
	background-image:url(examples.jpg);
}

.twoColFixRtHdr #fixedrates {
	width: 380px;
	height: 217px;
	padding: 50px 10px 10px 10px;
	background-image:url(fixedrates.jpg);
}

.twoColFixRtHdr #ltvrates {
	width: 380px;
	height: 161px;
	padding: 50px 10px 10px 10px;
	background-image:url(ltvrates.jpg);
}
.twoColFixRtHdr #header { 
	background: #DDDDDD;
	background-image:url(header.jpg);
	height: 200px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #headerbullet {
	float: right;
	margin: 50px 70px 0 0;
	font-style:italic;
	font-size: 12px;
	width: 370px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #terms {
	margin: 0;
	padding: 0 0 0 110px;
	font-size: 70%;
}
.twoColFixRtHdr #news {
	margin: 0 0 20px 40px;
	padding: 40px 25px 0 20px;
	font-size: 11px;
	height: 80px;
	background-image:url(latest_news.jpg);
	background-repeat:no-repeat;
	width: 640px;
	line-height:100%;
}
.twoColFixRtHdr #aboutus {
	margin: 0 20px 0 10px;
	padding: 0px 0px 20px 0px;
	font-size: 70%;
	height: 120px;
	background-repeat:no-repeat;
	width: 220px;
	float: right;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 0 10px;
	margin: 0px 20px 0px 0;
	background-image: url(callback_request2.jpg);
	border: 0px solid #666666;
	font-size: 14px;
	color:#00F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 385px;
	background-repeat:no-repeat;
}
.twoColFixRtHdr #sidebarlower {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 12px;
	color:#00F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	height: 100px;	
	line-height: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	padding: 0px;
}

	
.twoColFixRtHdr #hide_this {
	width: 305px;
	float:right;
	border-left:#CCC 1px solid;
	padding-left:5px;
	}
p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	vertical-align: top;
	color: #000;
} 

.twoColFixRtHdr #sidebar1h1{
	font-size:20px;
	font-style:italic;
	margin-bottom: 20px;
}

.twoColFixRtHdr #quotebody{
	text-align:center;
	margin: 10px 0 20px 55px;
	height: 600px;
}
.twoColFixRtHdr #thankyou{
	text-align:center;
	margin: 20px 55px 20px 55px;
	height: 600px;
}
.twoColFixRtHdr #mainContent {
	margin: 5px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	text-align:justify;
	width: 610px;
} 
.twoColFixRtHdr #feebasedContent {
	margin: 5px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	text-align:justify;
	width: 640px;
} 
.twoColFixRtHdr #applicationContent {
	margin: 5px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	text-align:justify;
} 

.twoColFixRtHdr #nexthomeContent {
	margin: 5px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	text-align:justify;
	height: 480px;
	width: 590px;
} 

.twoColFixRtHdr #repaymentContent {
	margin: 5px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	height: 480px;
	text-align:justify;
} 
.twoColFixRtHdr #contactContent {
	margin: 5px 0px 0 0;
	padding: 0 20px 0 40px;
	font-size: 12px;
	text-align:justify;
	height:430px;
	color:#000;
	width: 610px;
} 
.twoColFixRtHdr #mailingContent {
	margin: 5px 0px 0 0;
	padding: 0 20px 0 40px;
	font-size: 12px;
	text-align:justify;
	color:#000;
	width: 610px;
	background:none;
} 
.twoColFixRtHdr #mainmortgage { 
	margin: 5px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainmortgage p{ 
	font-size: 80%;
}
.twoColFixRtHdr #mainmortgage p2{ 
	font-size: 70%;
	color:#666;
}
.twoColFixRtHdr #faq { 
	margin: 5px 250px 0 0; 
	padding: 0px 30px;
	line-height:10%;
	font-size: 90%;
} 
.hidden { display: none;}

.unhidden { display: block; }


.twoColFixRtHdr #mainterms { 
	margin: 5px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 60%;
} 
.twoColFixRtHdr #contactus { 
	margin: 5px 0px 0 0;
	padding: 20px 0 0 0px;
	width: 270px;
}
.twoColFixRtHdr #contactusright { 
	margin: 5px 0px 0 0;
	padding: 0;
	width: 310px;
	padding-right: 10px;
	float:right;
}
.twoColFixRtHdr #menubar {
	height: 25px;
	width: 980px; 
}
.twoColFixRtHdr #quoteme {
	height: 125px;
	width: 610px;
	padding-top: 2px;
	padding-left: 30px;
}
.twoColFixRtHdr #rssfeed {
	margin:0 100px 0 100px;
}
.twoColFixRtHdr #footer { 
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font-size: 60%;
	color: #000;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footerright {
	float:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top:2px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 0px;
}
.twoColFixRtHdr #faqgen1 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen2 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen3 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen4 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen5 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen6 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen7 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen8 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen9 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen10 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen11 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.twoColFixRtHdr #faqgen12 {
	line-height:100%;
	font-size: 12px;
	text-align:justify;
}
.infotext {
	font-size: 5px;
	}

.togglelink {
	color: #006;
	font-style:italic;
}

