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

#call-line{
	margin-top:15px;
	font-style:italic;
}

#contact-form{
	padding:20px 20px 0 20px;
	background: #fff url("../images/finishrightllc_form_bg.png") no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#383838;
	width: 321px;
}

#contact-form form input#submit {
	margin-left:170px;
	width:90px;
	height:29px;
	cursor:pointer;
	background: #ba1c00 url(../images/finishrightllc_submit_bg.png) top repeat-x;
	color:#fff;
	text-align:center;
	padding-bottom: 3px;

}

#contact-form p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#51585c;
    font-size: 14px;
    line-height: 27px;
	margin-bottom:5px;
}

#contact-form #full-name, #contact-form #email-address{
	height:20px;
}

#contact-form #full-name, #contact-form #email-address, #contact-form #message, #contact-form #captcha{
	margin-bottom:12px;
	border: 1px solid #e3e3e3;
	width:258px;
	background: #fff url(../images/text_area_bg.png) top repeat-x;
}

#contact-info{
	margin:13px 0 20px 0;
	width: 900px;
}

#contact-info p{
	font-size:14px;
	line-height:20px;
	color:#383838;
}

	#contact-info h2 {
		margin-top: 0;
	}
	
	#contact-info .section1 {
		float: left;
		padding-right: 179px;
	}
	
	#contact-info .section2 {
		float: left;
		padding-right: 50px;
	}
	
	#contact-info .section3 {
		float: left;
	}

#content{
	padding:25px 24px 42px 28px;
	width:908px;
}

iframe{
	border: 4px solid #e6dbb3;
}

#left-column{
	margin-right:18px;
	width:321px;
}

#right-column{
	margin-top: -415px;
	width:569px;
}

