@charset "utf-8";
/* CSS Document */

/* basic classes */
html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-color: cbc2ab;
	color:#000;
	margin: 0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p, ul, li{margin:0px; padding:0px; text-align:left; font-weight:normal;}
img, form, input{border:0; margin:0px; padding:0px; outline:none;}
a{text-decoration:none; cursor:pointer;}
input, textarea {font:12px/15px Arial, Helvetica, sans-serif;color:#7f7f7f;}
.img_left{float:left;}
.img_right{float:right;}
.clear { clear:both;}

/* Main page width */
.doc_width { width:1000px; margin:0px auto 0px auto;}

/* header */
.header {
	height:100px;
	float:left;
	width:1000px;
	background-image: url(../landing_images/header_bg.gif);
	background-repeat: repeat-x;
}
	.logo {float:left; margin:0px 0px 0px 20px; display:inline; width:512px;}
	.top_right_tab {float:right; width:229px; margin:55px 0px 0px 0px; }


/* content */
.content {
	float:left;
	width:1000px;
	background-image: url(../landing_images/content_bg.gif);
	background-repeat: repeat-y;
}
	.banner { float:left; width:1000px;}
	.banner img { float:left;}
	
/* left content */
.left { width:235px; float:left; background:#cfc7b6; text-align:center; padding:20px 0px; }
.left p { font-family:Arial, Helvetica, sans-serif; color:#0c4680; font-size:15px; line-height:18px; text-align:center; padding:10px 0px; margin:0px;}
.left p.testimonial { font-style:italic; font-size:18px; line-height:24px; font-family: Georgia, Times New Roman, Times, serif; text-align:left;  float:left; padding:20px 0px 0px 30px;}
.left p.testimonial span { ffont-family: Georgia, Times New Roman, Times, serif; font-size:15px; font-style:normal;line-height:18px; }

/* Middle content */
.middle { width:479px; float:left; background:#e9e0cc; padding:25px;}
.middle h2 { font-size:27px; color:#0c4680; line-height:30px; padding:10px 0px;}
.middle h3 { font-size:18px;color:#0c4680;line-height:28px;padding:5px 0px; }
.middle p { line-height:28px; color:#000; padding:5px 0px;}
.middle a { text-decoration:underline; color:#000;}
.middle a:hover {text-decoration:none;}
.appraisal_box {
	float:left;
	width:147px;
	height:238px;
	margin:10px 10px 10px 0px;
	display:inline;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#b81d07;
	background-image: url(../landing_images/appr_bg.gif);
	background-repeat: no-repeat;
}
.appraisal_box  p { margin:0px; padding:0px 0px 10px 0px; color:#b81d07; font-weight:bold;  line-height:20px;}

.footer_links {text-align:center; font-size:11px; line-height:18px;}
.footer_links a { text-decoration:none; color:#000;}
.footer_links a:hover { text-decoration:underline;s}

/* right content */
.right { width:236px; float:left; background:#cfc7b6; padding:20px 0px; }
.iphone_bg {
	width:116px;
	height:237px;
	float:left;
	margin:20px 0px 0px 40px;
	display:inline;
	padding:55px 20px 0px 18px;
	background-image: url(../landing_images/iphone_bg.gif);
	background-repeat: no-repeat;
}
.iphone_bg p { padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#fff; line-height:19px; text-align:center;}
.iphone_bg img { margin:5px 0px 0px 0px; display:inline;}
.btn_form {float:left; margin:20px 0px 0px 35px; display:inline;}

/* footer */
.footer {
	float:left;
	width:1000px;
	height:70px;
	background-image: url(../landing_images/footer_bg.gif);
	background-repeat: repeat-x;
}

