.full-column {
	clear: both;
}

#alternative {
	width: 602px;
	margin: 20px auto 0;
}

h2 {
	color: #6ab9e6;
	margin-left: 0;
}

p,
ul {
	color: #5c5c61;
	margin: 0 0 1.4em 0;
}
h3 {
	color: #5c5c61;
	margin: 2em 0 0.4em;
}
h3 a,
h3 a:link,
h3 a:visited {
	color: #5c5c61;
}
h3 a:hover {
	color: #6AB9E6;
}

#flash {
	outline: 0;
}
#flash:focus::-moz-focus-inner { border-color: transparent ! important; }

p.value-box {
	float: left;
	width: 154px;
	min-height: 146px;
	height: auto !important;
	height: 146px;
	margin-right: 15px;
	background: url(/assets/common/content/value/value-box-bg.png) 0 0 no-repeat;
	padding: 32px 14px 0 17px;
	color: #6f6f74;
}

p.value-box strong {
	color: #5c5c61;
	font-size: 1.4em;
	display: block;
	margin-bottom: 0;
}

p.value-box a {
	color: #fff;
	display: block;
	background: url(/assets/common/content/value/value-btn-bg.png) 0 0 no-repeat;
	width: 122px;
	height: 22px;
	margin-top: 10px;
}
p.value-box a span {
	padding: 3px 0 0 13px;
	display: block;
}

a.value-blue,
a.value-blue:link,
a.value-blue:visited {
	color: #6ab9e6;
}
a.value-blue:hover {
	color: #5c5c61;
	text-decoration: underline;
}
