#mainfeature {
	border: none;
	height: auto;
	clear: both;
	padding-top: 0;
	padding-bottom: 30px;
	text-align: left;
}

#cs-title {
	font-size: 24px;
	line-height: 1.2em;
	color: #0066cb;
	font-weight: bold;
	margin: 0;
	padding: 25px 0 10px 0;
	border-bottom: 1px solid #a3a3a3;
}

#cs-title span {
	color: #000067;
}

#cs-buttons .left-button,
#cs-buttons .right-button {
	color: #fff;
	height: 25px;
	display: block;
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 8px;
}

#cs-buttons .left-button {
	float: left;
	width: 226px;
	background-image: url(../images/cs-left-button.jpg);
	background-color: #bfd9f2;
}

#cs-buttons .right-button {
	float: right;
	width: 195px;
	background-image: url(../images/cs-right-button.jpg);
	background-color: #0066cb;
}

#cs-buttons .left-button:hover,
#cs-buttons .right-button:hover {
	text-decoration: underline;
}

#instruction {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2em;
	color: #ccc;
}

#cs-boxes {
	padding: 20px 0 0 25px;
}

#cs-boxes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cs-boxes ul img {
	border: none;
}

#cs-boxes ul li {
	float: left;
	padding: 0 0 25px 11px;
	text-align: center;
}

#cs-boxes ul a {
	display: block;
	width: 195px;
	height: 200px;
	text-decoration: none;
}

#cs-boxes ul a span {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	color: #a6a6a6;
	display: block;
	padding: 10px 0 0 2px;
}

#cs-boxes ul a:hover span {
	color: #0066cb;
}

#pagination {
	float: right;
	padding-top: 25px;
}

#pagination a {
	text-decoration: none;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #0066cb;
	float: left;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 2px;
}

#pagination a,
#pagination a * {
	cursor: pointer;
}

#pagination a:hover {
	text-decoration: underline;
}

#pagination a.selected {
	background-color: #000067;
}

#pagination a.arrow {
	background: none transparent;
}

#pagination img {
	border: none;
	position: relative;
	top: 7px; left: 0;
}

#cs-highlight {
	padding-top: 25px;
}

#cs-highlight-left {
	width: 520px;
	float: left;
	padding-left: 5px;
}

#cs-highlight-right {
	float: right;
	width: 335px;
}

#cs-highlight-left h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.2em;
	color: #0066cb;
	font-weight: bold;
}

#cs-highlight-left p {
	margin: 15px 0 0 0;
}

#cs-highlight-left p.highlight {
	padding: 0;
	font-size: 20px;
	line-height: 1.2em;
	color: #e69a3f;
	font-weight: bold;
}