@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top 10px;
	background:url(../images/bg_body.gif) repeat-x;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#7c0d24;
	margin-bottom:10px;
}
h2{
	font-size:16px;
	font-weight:normal;
	color:#7c0d24;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	font-weight:normal;
	color:#7c0d24;
	margin-bottom:10px;
}
p{
	line-height:18px;
	padding-bottom:8px;
}
a{
	color:#7c0d24;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	margin-left:20px;
	margin-top:5px;
}
li{
	padding-bottom:10px;
}
/* Simple Classes */
.clear{clear:both;}
.pad1{padding:1px;}
.pad2{padding:2px;}
.pad3{padding:3px;}
.pad4{padding:4px;}
.pad5{padding:5px;}
.pad6{padding:6px;}
.pad7{padding:7px;}
.pad8{padding:8px;}
.pad9{padding:9px;}
.pad10{padding:10px;}

.split1{height:1px;}
.split2{height:2px;}
.split3{height:3px;}
.split4{height:4px;}
.split5{height:5px;}
.split6{height:6px;}
.split7{height:7px;}
.split8{height:8px;}
.split9{height:9px;}
.split10{height:10px;}

/* START */
#wrapper{
	width:730px;
	margin:auto;
	background:#fff9eb;
	padding:20px;
	margin-top:20px;
}
#header{
	margin-bottom:10px;
}
#header #logo{
	float:left;
}
#header #tel{
	float:right;
	padding-top:10px;
}
#hero{}

#menu_top{
	border-top:1px solid #c9c7c2;
	border-bottom:1px solid #c9c7c2;
	background:url(../images/bg_topmenu.gif) repeat-x;
	height:29px;
	width:710px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#5c5d60;
	padding-left:20px;
	margin-bottom:15px;
}
#menu_top .item{
	float:left;
	margin:6px 0px;
	padding:0px 10px;
	border-left:1px solid #818284;
}
#menu_top .item.first{
	border-left:none;
}
#menu_top a{
	color:#5c5d60;
}
#menu_top a:hover{
	color:#7c0d24;
	text-decoration:none;
}

#left{
	width:172px;
	float:left;
	margin-right:10px;
}
#body{
	width:401px;
	float:left;
	margin-right:10px;
}
#right{
	width:137px;
	float:left;
}

#menu_left{
	font-size:12px;
}
#menu_left a{
	color:#FFF;
}
#menu_left a:hover{
	color:#dfbdc4;
	text-decoration:none;
}
#menu_left .item{
	margin-bottom:5px;
}
#menu_left .item .top{
	background:url(../images/bg_menuleft_top.gif) no-repeat;
	width:172px;
	height:4px;
}
#menu_left .item .link{
	background:url(../images/bg_menuleft_mid.gif) no-repeat;
	width:155px;
	padding:0px 3px 0px 15px;
}
#menu_left .item .bot{
	background:url(../images/bg_menuleft_bot.gif) no-repeat;
	width:172px;
	height:4px;
}

#menu_right{
	margin-top:10px;
	border-top:1px solid #be8388;
}
#menu_right .item{
	border-bottom:1px solid #be8388;
	padding:8px;
	background:url(../images/ic_bullet.gif) left no-repeat;
}
#menu_right a{
	color:#5c5d60;
}	

#footer_hero{
	margin:10px 0px;
	width:730px;
	height:51px;
	background:url(../images/footer.jpg) no-repeat;
}
#footer{
	border-top:1px solid #939598;
	border-bottom:1px solid #939598;
	width:720px;
	padding:3px 5px;
	/*height:34px;
	background:url(../images/bg_footer.gif) repeat-x;*/
	background:#f1f2f2;
	font-size:9px;
}

#footer #contact{
	float:left;
	width:426px;
}
#footer #links{
	float:right;
	text-align:right;
	width:260px;
}

#contactform input{
	border:1px solid #be8388;
	padding:3px;
	width:200px;
}
#contactform textarea{
	border:1px solid #be8388;
	padding:3px;
	width:200px;
	height:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contactform td{
	padding:5px;
}
.righttext{
	text-align:right;
}
.quote{
	width:137px;
	height:30px;
	background:url(../images/but_getaquote.gif) no-repeat;
}
.quote:hover{
	background:url(../images/but_getaquote_roll.gif) no-repeat;
}

#mortgageform input{
	border:1px solid #be8388;
	padding:3px;
	width:150px;
}
#mortgageform textarea{
	border:1px solid #be8388;
	padding:3px;
	width:150px;
	height:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mortgageform td{
	padding:5px;
}
	