#home-intro {
	padding: 12px 30px;
}
#home-intro .callout {
	margin-right: 120px;
}


#postal {
	margin: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #70959a;
}
#postal h2 {
	color: black;
}

#contact-list {
	margin: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #70959a;
	width: 520px;
}
#contact-list th {
	color: black;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.comp-terms {
	padding: 1em 0 0 0;
	font-size: 0.8em;
	line-height: 100%;
	color: #999999;
}
.comp-terms h2 {
	font-size: 1em;
	color: #999999;
	margin: 0;
	padding: 0;
}
.comp-terms ol {
	margin: 0;
	list-style: decimal;
	list-style-position: inside;
}

#comp-form label {
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
	width: 100px;
}
#comp-form label.required {
	font-weight: bold;
}
#comp-form label.checkbox, #comp-form label.radio {
	clear: none;
	margin-right: 0;
	margin-left: 10px;
	width: 200px;
	line-height: 1.5em;
}
#comp-form input, #comp-form select, #comp-form textarea {
	display: block;
	float: left;
	width: 265px;
}
#comp-form input[type="hidden"] {
	display: inline;
	clear: none;
	width: auto;
}
#comp-form textarea {
	height: 100px;
}
#comp-form input.checkbox, #comp-form input.radio {
	clear: left;
	margin-left: 110px;
	width: auto;
	line-height: 1.5em;
}
#comp-form input.button {
	margin-left: 110px;
	clear: left;
	width: auto;
}
#comp-form #opt-out {
	font-size: 0.8em;
}