/* Styles specific to the home page */
#header {
	height: 192px;
}

#tagline {
	display: block;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -158px;
}

#headerNavMain {
	display: none;
}

#headerNavSecond li.News {
	display: block;
}

#headerNavSecond li.Contact {
	display: none;
}

#contentWrapper {
	background: none;
}

#contentContainer {
	min-height: 0;
	background: none;
	width: 960px;
}

#mainContentWrapper {
	background: none;
	width: 100%;
	margin-top: 15px /* Undo negative margin used on sub-pages */;
	min-height: 300px;  /* Minimum 225px needed to ensure footer gradient blends */
}

#mainContent {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

.homeLink a {
	color: #ffffff;
	font-weight: bold;
}

.vidLink {
	border: 1px solid #3e454c;
	color: #ffffff;
	float: left;
	margin-right: 3.0em;
	padding: 10px 20px;
	text-align: center;
	width: auto;
	min-width: 270px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 1.5em;
	font-size: 1.2em;
	letter-spacing: 1px;
}

	.vidLink a {
		width: 95%;
	}
	
	.vidLink a, .vidLink a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.vidLink a:hover, .vidLink a:active, .vidLink:hover, .vidLink:active {
		background-color: #7c8592;
		text-decoration: none;
	}

	.bl-hover, .bl-hover a.bl-bigger, .bl-hover a:hover, .bl-hover a:active {
		background-color: transparent;
		text-decoration: none;
		color: #316472;
	}

	.bl-hover a, .bl-hover a:hover, .bl-hover a:active {
		border-bottom: 0px;
	}

#sideContentWrapper {
	display: none;
}

#footerWrapper {
	background: none;
}

#footer {
	color: #d2d8dd;
	background-image: none;
}

#footerNav {
	display: none
}