/* HEADER
---------------------------------------------------------- */

h1 {
	margin: 35px 65px 10px;
}

h3 {
	margin-bottom: 0;
}

.rightCol h2 {
	margin: 1em 20px 5px;
}


/* LAYOUT
---------------------------------------------------------- */

.bigMargin {
	margin-top: 40px;
}

.main {
	padding-bottom: 30px;
}

.leftCol {
	width: 490px;
	margin-right: 25px;
}

.rightCol {
	float: left;
	width: 286px;
}

.dottedRuleBottom {
	float: left;
	margin: 0 65px;
	padding: 20px 0;
}

.highlightBox {
	padding: 10px;
	width: 266px;
}

.highlightBox h3, .highlightBox p {
	margin: 10px;
}

.highlightBox table {
	width: 266px;
}

.highlightBox table th {
	padding: 0 10px 5px;
}

.highlightBox table th.priceCell {
	width: 30px;
}

.highlightBox table td {
	background: #fff;
	border-bottom: 1px solid #efefef;
	padding: 2px 10px;
}

.highlightBox .bigMargin {
	margin-top: 20px;
}