#feature {
	width: 920px;
	height: 130px;
	background: transparent;
	padding-bottom: 30px;
	margin-left: -30px;
}

#feature a {
	float: left;
	width: 307px;
	height: 130px;
	display: block;
	background: transparent;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

#feature_01 a {
	background: url('images/feature_01.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#feature_01 a:hover {
	background: url('images/feature_01.jpg');
	background-position: 0px -130px;
	background-repeat: no-repeat;
}

#feature_02 a {
	width: 306px;
	background: url('images/feature_02.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#feature_02 a:hover {
	width: 306px;
	background: url('images/feature_02.jpg');
	background-position: 0px -130px;
	background-repeat: no-repeat;
}

#feature_03 a {
	background: url('images/feature_03.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#feature_03 a:hover {
	background: url('images/feature_03.jpg');
	background-position: 0px -130px;
	background-repeat: no-repeat;
}

#number_1 {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 169px;
	height: 126px;
}

#quote {
	position: absolute;
	top: 25px;
	left: 670px;
	width: 270px;
	height: 305px;
	padding: 10px;
	background: url('images/bg_quote.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#quote .fieldname {
	color: #FFFFFF;
	width: 100px;
	font-weight: normal;
}

#quote .form_field {
	width: 141px;
	height: 17px;
	border: 1px solid #004A8D;
    background: #FFFFFF;
	margin: 0px;
	color: #004A8D;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}

#quote .dropdown {
	border: 1px solid #004A8D;
    background: #FFFFFF;
	height: 25px;
	margin: 0px;
	color: #004A8D;
	font-family: Arial;
	margin: 0px;
	padding: 2px;
}

h2 {
	font-size: 26px;
}

#quote h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#content {
	padding-top: 0px;
}

#column_left {
	padding-right: 23px;
}

#column_right {
	padding-left: 17px;
	padding-top: 0px;
}

#bg_content {
	padding-top: 287px;
	background: #F5F5F5;
	background-image: url('images/bg_image_home.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

