@charset "utf-8";
/* CSS Document */


#left_panel {
	margin: 0px;
	float: right;
	width: 395px;
	height: 950px;
}
#left_border {
	background-image: url(../images/left_bottom_Border.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: 305px;
	margin-right: auto;
	margin-left: auto;
}

#quote_request {
	padding: 0px;
	width: 300px;
	margin-top: 30px;
	background-image: url(../images/left_section_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center bottom;
	height: 110px;
}
#quote_request_img {
	width: 76px;
	height: 110px;
	float: left;
}
#quote_request_text {
	float: right;
	height: 110px;
	width: 214px;
	margin-left: 10px;
}
#docs_forms {
	background-image: url(../images/left_section_bg.jpg);
	background-position: center bottom;
	height: 110px;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#doc_forms_pic {
	height: 110px;
	width: 76px;
}
#doc_forms_text {
	float: right;
	height: 110px;
	width: 214px;
	padding-left: 10px;
}
#admin_login {
	background-image: url(../images/left_section_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#admin_login_pic {
	height: 110px;
	width: 76px;
}
#admin_login_text {
	float: right;
	height: 110px;
	width: 214px;
	padding-left: 10px;
}

