@charset "UTF-8";
/* CSS Document */

html {

	height: 100%;
	overflow: inherit;
	margin: 0px;
	padding: 0px;
	background-color: #0a101a;

}

body {

	min-width: 960px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #f0f4ff;
	cursor: default;

}

body, div, span, p, table, td, tr {

	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;

}

A, A:link, A:visited {

	color: #e5c12e;
	font-weight: normal;
	text-decoration: underline;

}

A:hover {

	font-weight: normal;
	text-decoration: none;

}

A:active {

	color: #ffe566;
	font-weight: normal;
	text-decoration: none;

}

img {

	background-color: transparent;
	border: 0px;

}

#goldstrip {

	position: relative;
	top: 0px;
	width: 100%;
	height: 240px;
	background-color: #a36700;
	background-image: url(../images/bg_gold.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;

}

#headerstrip {

	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_gold_overlay.png);
	background-position: bottom center;
	background-repeat: repeat-x;

}

#header {

	position: relative;
	top: 16px;
	left: 0px;
	width: 960px;
	height: 96px;
	text-align: center;
	margin: 0px auto 0px auto;
	z-index: 20;

}

#headerleft {

	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 464px;
	text-align: left;

}

#headerright {

	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	width: 464px;
	text-align: right;

}

#buttons {

	clear: both;
	position: relative;
	top: 0px;
	width: 960px;
	height: 24px;
	margin: 0px auto 0px auto;
	z-index: 20;

}

#blackstrip {

	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #0a101a;
	background-image: url(../images/bg_black.jpg);
	background-position: top center;
	background-repeat: no-repeat;

}

#bodystrip {

	position: relative;
	top: 0px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	background-image: url(../images/body_bg.png);
	background-position: top center;
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	z-index: 10;

}

#body {

	position: relative;
	top: 0px;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 24px 0px 192px 0px;
	text-align: left;
	z-index: 20;

}

#body:after {

	content: " ";
	display: block;
	clear: both;

}

* html #body {

	height: 240px;

}

#menu {

	float: left;
	width: 960px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 20;

}

#splash {

	position: relative;
	top: 0px;
	right: 0px;
	width: 960px;
	height: 120px;
	margin: 0px auto 0px auto;
	text-align: right;

}

.left {

	clear: left;
	float: left;
	width: 436px;
	text-align: justify;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 28px;
	z-index: 20;

}

.right {

	float: right;
	width: 464px;
	text-align: justify;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 20;

}

.full {

	float: right;
	width: 932px;
	text-align: justify;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 28px;
	z-index: 20;

}

#footer {

	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 960px;
	height: 144px;
	text-align: center;
	margin: 0px auto 16px auto;
	z-index: 20;

}

#footerleft {

	float: left;
	width: 464px;
	text-align: left;

}

#footerright {

	float: right;
	width: 464px;
	text-align: right;

}

.footertext {

	font-family: Helvetica Neue, Helvetica, Arial, Sans Serif;
	font-size: 10px;
	color: #585c66;
	font-weight: normal;
	line-height: 12px;

}

.footertext A, .footertext A:link, .footertext A:visited {

	text-decoration: none;
	color: #585c66;

}

.footertext A:hover {

	color: #878d99;

}

#slideshow {

	position: relative;
	width: 436px;
	height: 240px;
	opacity: 0.8;
	filter: alpha(opacity=80);

}

#slideshow img {

	position: relative;
	left: 0;
	top: 0;

}

.slide {

	display: none;

}

#nextslide {

	z-index: 100;

}

.date {

	font-size: 11px;
	color: #9aa6b3;

}

.switch {

	opacity: 0.8;
	filter: alpha(opacity=80);

}

.switchon {

	opacity: 1;
	filter: alpha(opacity=100);

}

.button {

	position: relative;
	left: 0px;

}

.buttonon {

	position: relative;
	left: 0px;

}

#demo {

	position: absolute;
	top: 64px;
	left: 240px;
	width: 480px;
	height: 264px;
	background-image: url(../images/demo_bg.png);
	background-position: top center;
	background-repeat: repeat;
	padding: 24px 0px 32px 0px;
	z-index: 100;

}

.mediabutton {

	float: right;
	position: relative;
	top: 0px;
	left: -2px;
	width: 464px;
	height: 40px;
	text-align: left;
	cursor: hand;

}

.photo {

	opacity: 0.8;
	filter: alpha(opacity=80);

}

.photoleft {

	float: left;
	margin: 24px 16px 8px 0px;

}

.photoright {

	float: right;
	margin: 16px 0px 8px 16px;

}

.captionleft {

	clear: left;
	text-align: left;
	font-size: 10px;
	color: #9aa4b3;
	margin: 0px 0px 16px 0px;

}

.captionright {

	clear: right;
	text-align: right;
	font-size: 10px;
	color: #9aa4b3;
	margin: 0px 0px 16px 0px;

}

form {

	line-height: 32px;
	padding: 0px;
	margin: 0px;

}

input, select, textarea, .requiredfield {

	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #769bcc;
	border: solid 1px #272a33;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 8px 0px;
	padding: 2px;
	background-color: #0a101a;

}

textarea {

	font-size: 12px;

}

#recaptcha_response_field {

	color: #769bcc;

}

input[type=image].button {

	padding: 2px 0px 0px 0px;
	border: 0px;
	background: transparent;
	background-color: #0a101a;
	border: solid 0px #0a101a;

}

input[type=checkbox], input[type=radio], input[type=file] {

	border: 0px;

}

div.item {

	clear: both;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;

}

form label {

	display: inline;
	padding: 0px;
	margin: 0px;

}

.fieldname {

	float: left;
	width: 160px;
	text-align: right;
	padding: 2px 0px 0px 0px;

}

.fielddata {

	float: right;
	width: 268px;
	text-align: left;
	padding: 0px;
	margin: 0px;

}

br {

	clear: left;

}

hr {

	clear: both;
	float: right;
	width: 100%;
	height: 1px;
	border: 0px;
	border-color: #ffffff;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	opacity: 0.2;
	filter: alpha(opacity=20);

}

p {

	display: block;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: justify;
	opacity: 0.9;
	filter: alpha(opacity=90);

}

p.quote {

	padding: 24px 28px 0px 28px;
	margin-bottom: 8px;

}

p.quoter {

	text-align: right;
	color: #7d8499;
	margin-bottom: 24px;
	padding: 32px 28px 0px 0px;

}

.quotertitle {

	font-size: 11px;

}

.highlight {

	color: #e5c12e;

}

.sm {

	font-size: 10px;
	line-height: 20px;

}

.lg {

	font-size: 13px;
	line-height: 24px;

}

.normal {

	font-weight: normal;

}

ul {

	clear: left;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);

}

ol {

	clear: left;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 8px;
	opacity: 0.9;
	filter: alpha(opacity=90);

}

ul li {

	list-style-type: none;
	text-align: left;

}

ol li {

	text-align: left;
	margin-bottom: 8px;

}

h1, h2, h3, h4 {

	color: #ffffff;
	padding: 0px;

}

h1 {

	float: left;
	position: relative;
	top: 0px;
	left: 28px;
	width: 960px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0px 8px 0px;

}

h2 {

	clear: both;
	float: left;
	position: relative;
	top: 0px;
	width: 436px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding-left: 28px;

}

h3 {

	clear: both;
	position: relative;
	top: 0px;
	right: 88px;
	height: 48px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin: 0px;

}

h4 {

	text-transform: uppercase;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;

}