
/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px/1.4em "lucida grande",arial,sans-serif;
	background: #000 url(/site_images/bg_body.jpg) center top no-repeat;
}
p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #fff;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #36BA00;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.cd-credit {
	color: #95dbe8;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
blockquote {
	margin: 0 20px 16px;
	padding: 0;
	font-style: italic;
	text-align: justify;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 20px;
}
li {
	margin: 8px 0;
	list-style: url(/site_images/bullet_dbl_arrows.gif);
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #000;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
}
h1 {
}
#section-index h1, #section-index2 h1 {
	display: none;
}
h2 {
}
h3 {
}
h4 
}
h5 {
}

/* Layout */
#container {
	width: 96%;
	padding: 2% 2% 0 2%;
}
#section-index #container {
	width: 980px;
	padding: 30px 30px 0 30px;
	margin: 0 auto;
}
#content {
	padding: 0 0 161px;
}
#brand {
	background: url(/site_images/bg_opacity.png) left top repeat-x;
	position: fixed;
	bottom: 0;
	width: 96%;
	height: 161px;
	padding: 10px 2%;
}
#section-index #brand {
	width: 980px;
	padding: 10px 0;
	z-index: 10;
	background: none;
}
#extender {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 161px;
	padding: 10px 0;
	background: url(/site_images/bg_opacity.png) left top repeat-x;
	z-index: 2;
}
#logo {
	float: left;
}
#contact {
	float: right;
	margin: 45px 0 0 0;
}
#contact .details {
	clear: both;
}
p.location {
	float: left;
	font-weight: bold;
	font-size: 11px;
}
p.numbers {
	margin: 0 0 0 17em;
	font-size: 11px;
}
/* Misc */
.forward, .back {
	display: block;
	padding: 3px;
	font-weight: bold;
	color: #711b04;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #797979;
}

/* Spots page */
.videoItem {
	float: left;
	display: block;
	width: 224px;
	margin: 0 10px 30px 10px;
}
.videoItem:hover {
	text-decoration: none;
}
.videoItem img {
	margin: 0 0 8px 0;
	border: 3px solid #b0b0b0;
	width:225px;
	height:124px;
}
.videoItem:hover img, .videoItem.active img {
	border-color: #00b2c0;
}
/* Forms */
form {
	font-size: 10px;
}
form#login {
	float: right;
	margin-bottom: 40px;
}
.form-line {
	margin: 9px 0;
	clear: both;
}
input {
	width: 95px;
	padding: 3px;
	color: #686868;
	border: 1px solid #1b1b1b;
	background: #0d0e14;
}
input#submit {
	width: auto;
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
	color: #dce0df;
}

.button {
	background: #000;
	color: #dce0df;
	padding: 2px;
	cursor: pointer;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}
.error-line {
	background: #D7B6B6;
}
.error {
	padding: 0 0 0 10px;
	color: #740000;
}

