/******** START Layout ********/
html, body, form {
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	background: #000 url(../images/bodyBG.gif) no-repeat top center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
}
/* Start Mozilla dotted lines */
:focus {
	-moz-outline-style: none;
}
/* End Mozilla dotted lines */
a:link {
	color: #edd39c;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #edd39c;
	text-decoration: underline;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	background: transparent url(../images/contentBG.gif) no-repeat top center;
}
.header {
	height: 330px;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	position: relative;
}
.content {
	width: 944px;
	margin: 0 auto;
	padding:8px;
	position: relative;
	height: auto;
	text-align: left;
}
.contentBlock {
	border:2px solid #767676;
	background-color: #333333;
	position:relative;
	min-height: 332px;
}
.feature {
	width: 626px;
	height: 352px;
}
.videos {
	width:908px !important;
}
.secondaryPage {
	width:606px;
	padding: 10px;
	min-height:332px;
}
.secondaryPage p {
	font-size: 0.85em;
	margin: 10px 0;
	line-height:1.4em;
}
.rightSide {
	width: 260px;
	right: 20px;
	top: 8px;
	position:absolute;
	padding: 10px;
	height: 332px
}
.followUs {
	width: 260px;
	padding: 10px 0;
	height: 33px;
	position:absolute;
	right:40px;
}
.followUs span {
	float: right;
	margin: 9px 0;
	text-transform:uppercase;
	font-size: 0.85em;
	color: #edd39c;
}
.followUs .icon {
	float:right;
	height:33px;
	width:33px;
}
.facebook, .twit {
	margin: 0 0 0 10px;
}
.facebook {
	background: url(../images/facebook.png)
}
.twit {
	background: url(../images/twitter.png)
}
/******** END Layout ********/
/******** START Navigation ********/
.topNav {
	height: 45px;
	position: relative;
	padding-left:8px;
}
.topNav ul {
	list-style-type: none;
}
.topNav li {
	background-color: #333333;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 8px 8px 8px 0;
}
.topNav a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #edd39c;
	padding: 6px;
	border:2px solid #767676;
}
.topNav a:hover {
	text-decoration: none;
	color: #ffffff;
}
a.on {
	color: #ffffff;
}
/******** END Navigation ********/
/******** START Content Formatting ********/
.mainLogo {
	position: absolute;
	margin: 0 0 0 -30px;
}
.crest_1, .crest_2 {
	position: absolute;
	padding:0 !important;
	border: none !important;
}
.crest_1 {
	right: 145px;
	bottom: 0px
}
.crest_2 {
	right: 15px;
	bottom: 0px
}
h1 {
	font-size: 1.7em;
	margin-top:-5px;
	color: #edd39c;
}
.updates p {
	font-size: 0.85em;
	border-bottom: 1px dotted #edd39c;
	color: #edd39c;
	margin: 0 0 8px;
	padding: .5em 0 1em;
}
.updates span.date {
	float: right;
	display: block;
	width: 20px;
	right:10px;
	position: relative;
	font-size: 0.85em;
	top:5px;
	color: #ffffff;
	text-align:right;
	width:60px;
}
.pressContainer {
	width: 190px;
	margin: 0 10px;
}
.pressContainer a {
	text-decoration: none;
}
.pressDate, .pressTitle, .pressContainer a {
	font-size: 0.85em;
}
.pressTitle {
	text-transform: uppercase;
	color: #edd39c;
}
.pressPadding {
	padding:0 0 0 40px;
}
/******** START Content Formatting ********/
/* Lightbox 2 v2.03.3 Released 5/21/07 */
.thumb img {
	border: none;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#lightbox {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
.thumb img {
	border: none;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* END Lightbox 2 END */
