div.top-content-feature {
	width: 739px;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom: 10px;
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/top-feature-bkgd.png) repeat-x bottom left;
	color: #666666 !important;
	position: relative;
	float: left;
	clear: both;
}

/*[HEADER COLORS]*/
h2.top-content-feature {
	position: absolute;
	top: -20px;
	left: 10px;
	width: 300px;
	height: 42px;
	color: #ffffff;
	padding-top: 0;
	font-size: 20px !important;
	padding-left: 15px;
	overflow: hidden;
}
h2.top-content-feature.blue-bkgd {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/blueHeader.png) no-repeat top left;
}
h2.top-content-feature.green-bkgd {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/greenHeader.png) no-repeat top left;
}
h2.top-content-feature.orange-bkgd {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/orangeHeaderLong.png) no-repeat top left;
}
h2.top-content-feature.gray-bkgd {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/grayHeader.png) no-repeat top left;
}

/*[IMAGES]*/
.top-content-feature img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
.top-content-feature img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*[COLUMNS]*/
div.top-content-feature .outer {
	margin: 0;
	padding: 0;
	float: left;
}
div.top-content-feature .inner {
	float: left;
	width: 739px;
}
div.top-content-feature .inner .inner-col {
	float: left;
}

/*[COLUMN WIDTH]*/
.top-content-feature .inner-col.one, .top-content-feature .inner-col.two, .top-content-feature .inner-col.three {
	margin: 0 10px;
	padding: 0;
}
.top-content-feature .inner-col.one {
	width: 226px;
}
.top-content-feature .inner-col.two {
	width: 449px;
}
.top-content-feature .inner-col.three {
	width: 719px;
}

/*[HEADING FONTS]*/
div.top-content-feature .inner h2 {
	margin-top: 35px;
}
div.top-content-feature .inner h2.georgia {
	font-family: Georgia, "Times New Roman", serif !important;
}
div.top-content-feature .inner h2.arial {
	font-family: Arial, Helvetica, sans-serif !important;
}
div.top-content-feature .inner h2.interstate {
	font-family: 'Interstate' !important;
}

/*[PARAGRAPH]*/
div.top-content-feature .inner p {
	margin: 0 0 5px 0 !important;
	color: #333333 !important;
}

/*[BUTTON COLORS]*/
div.top-content-feature a.orange-button, div.top-content-feature a.blue-button, div.top-content-feature a.green-button, div.top-content-feature a.gray-button {
	text-align: center;
	display: block;
	width: 177px;
	height: 31px;
	padding-top: 6px;
	overflow: hidden;
	border: none;
	outline: none;
	float: left;
	margin-top: 15px !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, san-serif;
	border: none !important;
	margin-left: -3px;	
}
.top-content-feature a.blue-button {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -128px;
}
.top-content-feature a.blue-button:hover {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -87px;
}
.top-content-feature a.green-button {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -208px;
}
.top-content-feature a.green-button:hover {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -167px;
}
.top-content-feature a.orange-button {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -288px;
}
.top-content-feature a.orange-button:hover {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -247px;
}
.top-content-feature a.gray-button {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -48px;
}
.top-content-feature a.gray-button:hover {
	background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/cms-buttons-sprite-long.png) no-repeat 0 -7px;
}

/*[FONT COLORS]*/
.top-content-feature .blue {
	color: #0285FC;
}
.top-content-feature .green {
	color: #3EA102;
}
.top-content-feature .orange {
	color: #FD6800;
}
.top-content-feature .gray {
	color: #666666;
}