@charset "UTF-8";
/* CSS Document */
#body {
	padding-top: 10px;
	padding-left: 6%;
}
#breadcrumbs {
	padding-bottom: 15px;
}
#breadcrumbs span {
	font-size: 11px;
	color: #929292;
}
#content {
	width: 60%;
	float: left;
}
#main > #content {
	width: 60%;
}
#title {
	padding-bottom: 20px;
	font-size: 25px;
}
#quicklinks {
	width: 200px;
	padding-right: 4%;
	float: right;
}
#quote-button {
	margin-bottom: 20px;
	text-align: center;
}
.menubox-header {
	background: url(../img/menubox-header2.gif) no-repeat;
/*	width: 200px;*/
	height: 29px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
}
.menubox-title {
	padding: 0;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.menubox-content {
	background: #fafafa;
	width: 180px;
	padding: 5px 10px 8px 10px;
	background: url(../img/menubox-edge2.gif) repeat-y;
}
.menubox-content hr {
	margin-top: 6px;
	margin-bottom: 6px;
}
#quicklinks a {
	/* This removes underline from bullets */
	text-decoration: none;
	font-size: 14px;
}
/*.underline {
	text-decoration: underline;
}*/
.img-bullet {
	margin-right: 5px;
}
.menubox-footer {
/*	width: 200px;*/
	height: 6px;
	background: url(../img/menubox-footer2.gif) no-repeat center top;
	margin-bottom: 20px;
}