/* CSS Document */
#logoBox {
	background-image: url(/images/logoBox.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
}
#getAquote {
	background-image: url(/images/getAquoteBg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
}
#getAquote form {
	margin-top: 205px;
	text-align: center;
}
#bottom {
	background-color: #FFFFFF;
	border: none;
	margin-top: 25px;
}
#bottom h2 {
	font-size: 14pt;
	line-height: 15pt;
	font-weight: bold;
	color: #4B224A;
	margin-bottom: 6px;
}
.columnsA {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD7CA;
}
.columnsB {
	padding-left: 15px;	
}
.photoPadding {
	padding-bottom:15px;
}
