@charset "UTF-8";
/* CSS Document */

.qqbutton a {
	display:block;
	width: 180px;
	padding:0;
	;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/quickquotebutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	height: 71px;
}
.qqbutton a:hover {
	background-position: 0 -71px;
}

.infobutton a {
	display:block;
	width: 180px;
	padding:0;
	;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/infobutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	height: 51px;
	margin: 0 10px 10px 0;
	float: left;
	font-size: 125%;
	line-height: 50px;
}
.infobutton a:hover {
	background-position: 0 -51px;
}


.contbutton a {
	display:block;
	width: 82px;
	padding:10px 0 0 0;
	;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/continuebutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	height: 24px;
	margin: 10px 0 5px 0;
}
.contbutton a:hover {
	background-position: 0 -34px;
}
.selectbutton a {
	display:block;
	width: auto;
	padding:5px 0 5px 0;
	;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/selectbg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	margin: 3px 0 3px 0;
}
.selectbutton a:hover {
	background-position: 0 -36px;
}
.selectbuttonLEFT a {
	display:block;
	width: 86px;
	padding:5px 0 5px 0;
	;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/selectbg2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	margin: 0 0 3px 0;
	float: left;
}
.selectbuttonLEFT a:hover {
	background-position: 0 -36px;
}
.selectbuttonRIGHT a {
	display:block;
	width: 86px;
	padding:5px 0 5px 0;
	;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/selectbg2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	margin: 0 0 3px 0;
	float: right;
}
.selectbuttonRIGHT a:hover {
	background-position: 0 -36px;
}

