@charset "utf-8";
/* CSS Document */

#Content {
	position:relative;
	width:955px;
	margin: auto;
	padding: 240px 15px 10px 15px;
	z-index:5;
	background-image:url(../images/header-link.jpg);
	background-repeat: no-repeat;
}
.textOverImage {
	background-image:url(../images/link-bus-front-page.jpg);
	color:#FFFFFF;
	margin-top:25px;
	margin-bottom:25px;
	height:220px;
}
.frontPageTitle {
	font-size: 2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #FFFFFF; /*lime green*/
	margin-left:25px;
	position:relative;
	top:110px;
}
.frontPageTextBottom {
	color:#FFFFFF;
	width:300px;
	margin-top:25px;
	margin-bottom:25px;
	vertical-align:bottom;
	margin-left:25px;
	position:relative;
	top:110px;
}
.frontPageText {
	color:#FFFFFF;
	width:760px;
	margin-top:25px;
	margin-bottom:25px;
	vertical-align:bottom;

}
#promoBoxes {
	width:956px;
}
.promoBox{
	width:300px;
	float:left;
}
.promoBoxCenter{
	width:300px;
	float:left;
	margin-left:28px;
	margin-right:28px;
}
.promoImage {
	background-color:#AFD975;
	margin-bottom:5px;
}
.promoTitle{
	background-color:#6F9F32;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
	color:#FFFFFF;
	padding:10px;
	
}
.promoTeaser {
	background-color:#AFD975;
	height:120px;
	padding:10px;
	color:#006600;
}
a:link.promoLink,  a:visited.promoLink {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#006600;
}
a:hover.promoLink {
	text-decoration:underline;
}

.linkToNZBus
{
	color:#F00;
	margin-left:15px;
	text-align:center;
	font-size:13px;
}