/* CSS just for the home page --> */
#top-box {
	height:205px;
	background:url(../images/transparent-blue.png);
	width:100%;
	margin:10px 0px 10px -500px;
	padding-left:500px; /*this and the -500px margin above make the transparency run to the left, and only to the left*/
}
#top-left-text {
	width:400px;
	padding:35px 28px;
}

#video-box {
	background-color:#0264ac;
	width:450px;
	height:195px;
	float:right;
	padding:5px;
}
#video-box img {
	float:left;
	padding-right:10px;
}

#features {
	background-color:#18bcf2;
	border: #FFF 1px solid;
	width:630px;
	height:195px;
	float:right;
	padding:10px;
}

.feature1 {
	width:192px;
	float:left;
	margin-right:27px;
}

.feature2 {
	width:192px;
	float:left;
	margin-right:27px;
}
.feature3 {
	width:192px;
	float:right;
}
.feature-box {
	border: #FFF 1px solid;
	background-color:#fff;
	width:190px;
	height:165px;
}
.feature-box p {
	font-size:12px;
	padding-left:5px;
}

.feature-box a {
	color:#004e96;
	text-decoration:none;
}
.feature-box a:hover {
	color:#ff7200;
	text-decoration:none;
}

#more-links {
	margin-top:100px;
	margin-left:-33px;
}
#more-links li {
	margin-bottom:12px;
	list-style:none;
}

/*these shift the "can I afford it" etc images on the front page for rollover effect*/
.more-info {
	width:247px;
	height:20px;
	overflow:hidden;
	padding:0px;
}
.more-info a:hover {
	margin-left:-247px;
}

#top-left-text p {
	color:#004e96;
	font-weight:bold;
	font-size:12px;
}

#video-box p {
	color:#FFF;
	font-size:12px;
}

/* SW: */
#video-box
{
	color:#FFF;
	font-size:12px;
}

