@charset "utf-8";
.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background-image: url(../images/header-.png);
	background-repeat: repeat-x;
	height: 150px;
	margin-bottom: 5px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.headerText {
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.header h1 {
	font-family: "Lucida Sans";
	padding-top: 15px;
	margin-top: 0px;
	color: #FFFFFF;
}
.cta {
	float: right;
	margin-right: 100px;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.imagery {
	float: right;
	width: 600px;
	text-align: right;
}
#video {
	float: right;
	width: 600px;
    margin-bottom: 50px;
    text-align: center;
}
.links {
	float: right;
	width: 900px;
	text-align: left;
	padding-left: 10px;
}
.viewerDisplay {
	margin-right: 10px;
	width: 520px;
	text-align: center;
}
.viewerControl {
	float: right;
	width: 70px;
}
.viewerControl img {
}
.viewerControl img:hover {
	cursor: pointer;
}
.content {
	width: 300px;
}
.box {
}
.contact {
}
.footer {
	font-size: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	color: #333333;
	padding-top: 10px;
	border-top-color: #999999;
}
#nav {
	width: 900px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
	background-color: #CCCCCC;
	height: 18px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	height: 18px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #0033CC;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans";
	font-size: 13px;
	display: inline;
}
p {
	margin-top: 2px;
	margin-bottom: 1px;
}
h1 {
	font-size: 18px;
}
.hidden-fields { 
  display: none;
}
.highlight {
  color: #ff0000;
}