#navbar {
	min-width: 700px;
}

.title-div {
	width: 600px;
}

.title-caption {
	width: 420px;
}

.feature {
	margin: 20px 0;
	clear: both;
}

.feature-icon-left {
	float: left;
	margin: 0 20px 20px 80px;
}

.feature-icon-right {
	float: right;
	margin: 0 20px 20px 20px;
}

p.address {
	text-align: center;
}

h4 {
	margin-bottom: 4px;
}

/**** Quote ****/

.two-columns {
	position: relative;
}

.main-column {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 200px;
}

.side-column {
	float: right;
	width: 220px;
	position: absolute;
	margin: 0;
	top: 0;
	right: 10px;
}

.sample-quote .quote-box {
	color: #dddce8;
	background-color: #4443a7;
	float: right;
	margin-top: 10px;
}

.read-more a {
	color: #b5b3df;
}

/**** Stores ****/

.store-choices {
	text-align: center;
	margin-left: 80px;
}

.store-choice {
	float: left;
}

.store-choice .quote-box {
	width: 300px;
	color: #000;
	background-color: #dedede;
}

.store-choice .quote-box-contents {
	height: 30px;
	text-align: center;
	margin-top: 10px;
}

.quote-box-contents-with-icon {
	margin-left: 40px;
}

.store-choice .quote-box-contents-with-icon img {
	position: absolute;
	left: 20px;
	top: 14px;
}

ul ul {
}

