a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: inherit;
}
html {
	font-family: Helvetica;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 28px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#master-container {
	width: 951px;
	margin: 0 auto;
	height: 689px;
	padding-top: 40px;
}
#header-container {
	height: 100px;
}
#front-main-container {
	background: url('/img/front-main.png');
	width: 951px;
	height: 689px;
	padding-top: 1px;
}
#main-container {
	padding: 12px 60px 12px 20px;
	min-height: 450px;
}
#front-main-content {
	margin-top: 195px;
	height: 200px;
	text-align: center;
}
#spride-logo {
	float: left;
	position: relative;
	left: 10px;
}
#main-nav {
	float: right;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	top: 10px;
	right: 60px;
}
#main-nav a {
	padding-left: 30px;
	color: black;
}
#main-nav a:hover {
	color: #0071bc;
	text-decoration: none;
}
#get-started-button {
	margin: 0 auto;
}
#front-main-description {
	margin-top: 40px;
	padding: 0 50px;
	line-height: 1.2em;
	font-size: 18px;
	text-align: left;
}
#front-main-content-bottom {
	height: 174px;
	margin-top: 50px;
}
#front-main-content-bottom-left, #front-main-content-bottom-right {
	width: 471px;
	float: left;
	height: 174px;
}
#front-main-content-bottom-left {
	padding-top: 30px;
}
#front-main-content-bottom-right {
	
}
#front-main-content-divider {
	background: url('/img/front-main-divider.png');
	height: 174px;
	width: 9px;
	float: left;
}
#front-main-links {
	font-size: 22px;
	font-weight: bold;
	margin-left: 40px;
}
#front-main-quote {
	font-size: 24px;
	text-align: left;
	width: 390px;
}
.blue {
	color: #0071bc;
}
#quote-signature {
	font-size: 21px;
	padding-left: 200px;
}
#quote-signature-position {
	font-size: 16px;
}
#footer {
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1.6em;
}
#footer a {
	color: black;
}
#footer a:hover {
	color: #0071bc;
}
.faq-question {
	color: #0071bc;
	font-weight: bold;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}