h1,
h2 {
	color: #FFF;
	text-transform: uppercase;
}

	h1 {
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 37px;
	}

	h1 span {
		float: left;
		padding-right: 13px;
	}
	
h2 {
	clear: both;
	font-size: 20px;
	line-height: 24px;
	margin: 0.9em 0;
}

#navigation {
	bottom: 28px;
}

.text {
	background: url("../images/bg_75_black.png");
	float: left;
	padding: 30px 30px 15px 30px;
	width: auto;
}

.video {
	background: #000;
	border: 8px solid #00B5CB;
	height: 286px;
	margin-bottom: 30px;
}

.sub-nav {
	list-style: none;
	width: 200px;	
}

	.sub-nav li.first a {
		border-top: 1px solid #FFF;	
	}

	.sub-nav li a {
		color: #EE2375;
		background: url("../images/bg_90_black.png");
		border-bottom: 1px solid #FFF;
		display: block;
		padding: 8px 0 8px 10px;
	}
	
	.sub-nav li a:hover {
		color: #FFF;
		background: #EE2375;
		border-bottom: 1px dashed #FFF;
		text-decoration: none;
	}

.gallery {
	background: #00B5CB;
	clear: left;
	overflow: auto;
	padding: 15px 9px 0 9px;
}

	.gallery .thumbnail {
		background: #000;
		border: 1px solid #000;
		padding: 4px;
		float: left;
		margin: 0 12px 12px 0;
	}
	
	.gallery .thumbnail:hover {
		background: transparent;
		border: 1px dashed #FFF;
		padding: 4px;
	}
	
	.gallery .thumbnail img {
		border: 0;
		display: block;
	}
	
	.gallery .row {
		clear: both;
		float: left;
	}
	
	.gallery .last {
		margin-right: 0;	
	}
	
	.gallery .navigation {
		clear: both;
		text-align: right;
	}
	
	.gallery .navigation a {
		color: #000;
	}
	
	.gallery .navigation a:hover {
		color: #FFF;	
	}

.logo-list {
	clear: both;
	float: left;
	list-style: none;	
}

	.logo-list li {
		float: left;
		margin-bottom: 0.9em;
	}

	.logo-list p {
		float: right;
		margin: 0 0 0.9em 0;
		width: 85%;
	}

	.logo-list .image {
		float: left;
		height: 100%;
		width: 15%;	
	}
	
.labeled-list {
	list-style: none;	
}

	.labeled-list .label {
		color: #00B5CB;
	}
