@charset "UTF-8";

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #0099cc;
}

body {
	margin:0px;
	background-color:#ddd;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color:#333;
}

.headertext {
	color:#09c;
	font-size:30px;
	letter-spacing:-2px;
	border-bottom:solid;
	border-width:2px;
	border-color:#09c;
	margin-bottom:4px;
}

.statement {
	color:#333;
	font-size:24px;
	line-height:36px;
	width:800px;
	text-align:center;
	margin:auto;
	position:relative;
}

.footertext {
	font-size:14px;
	color:FFF;
}

.blueline {
	background-color:#0099cc;
	height:15px;
	width:100%;
}

.video {
	margin:auto;
	position:relative;
	padding:30px;
	width:960px;
}

.columns {
	border-top:solid;
	border-top-color:#09c;
	border-width:15px;
	float:left;
	width:260px;
	padding:20px;
	background-color:#FFF;
	height:400px;
	display:inline-block;
}

.columnspace {
	float:left;
	width:30px;
	background-color:#ddd;
	height:400px;
	display:inline-block;
}

.columnwide {
	border-top:solid;
	border-top-color:#09c;
	border-width:15px;
	width:960px;
	background-color:#FFF;
}

.main-text-footer {
	background-color:#222;
	position:relative;
	margin:auto;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}

