﻿#Content span#VideoContainer
{
	background: url('/images/promo-video.png') no-repeat top left;
}

#Content a#Video
{
	float: left;
	display: inline;
	width: 680px;
	height: 233px;
	background: url('/images/promo-video.png') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

#Content a#Video:hover
{
	background: url('/images/promo-video-hover.png') no-repeat top left;
}

#Content span#CalculatorContainer
{
	background: url('/images/promo-calculator.png') no-repeat top left;
}

#Content a#Calculator
{
	float: left;
	display: inline;
	width: 680px;
	height: 165px;
	background: url('/images/promo-calculator.png') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

#Content a#Calculator:hover
{
	background: url('/images/promo-calculator-hover.png') no-repeat top left;
}

#Content span#EducationContainer
{
	background: url('/images/promo-education.png') no-repeat top left;
}

#Content a#Education
{
	float: left;
	display: inline;
	width: 680px;
	height: 177px;
	background: url('/images/promo-education.png') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

#Content a#Education:hover
{
	background: url('/images/promo-education-hover.png') no-repeat top left;
}