@charset "utf-8";
body {
	font: 13px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #252525;
	background-color: #000000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	color:#DC120A;
	font-size: 22px;
	font-family: "Arial Black", Gadget, sans-serif;
}

h2 {
	color:#DC120A;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#DC120A;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 974px;
	margin: 0 auto;
	text-align: left;
	
}


.oneColFixCtrHdr #header {
	
	position: relative;
	width: 974px;
	height: 129px;
	float: left;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	width: 974px;
	float: left;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #content {
	background-image: url(images/subpage_16.jpg);
	background-repeat: no-repeat;
	width: 817px;
	float: left;
	padding: 0px 75px;
	margin: 0px 0px 0px 7px;
	
}

.oneColFixCtrHdr #content  p{
	line-height: 20px;
	
	
}
.oneColFixCtrHdr #footer { 
	width: 974px;
	float: left;
	font-size: 10px;
	color:#b7b7b8;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	letter-spacing: 0.2em;
}

.oneColFixCtrHdr #footer a { 
	color:#b7b7b8;
	text-decoration: none;
}
#menu {
	width: 659px;
	float: right;
	position: relative;
}

#rigs {
	position:absolute;
	width:43px;
	height:45px;
	z-index:1;
	left: 271px;
	top: 125px;
	background-color: #5A5A59;
	border-top: 3px solid #DD170A;
	border-right: 1px solid #DD170A;
	border-bottom: 1px solid #DD170A;
	border-left: 1px solid #DD170A;
	visibility: hidden;
}

.dropdown a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.dropdown ul{
	margin:4px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
	
}
.dropdown li{

line-height: 20px;
}

.dropdown a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown a:hover {
	color: #FFF;
	background-color:#DC1416;
	text-decoration: none;
	display: block;
}
.dropdown a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#addthis {
	position:absolute;
	width:127px;
	height:20px;
	z-index:1;
	left: 806px;
	top: 24px;
}
#contentBtm {
	margin-left: 7px;
	float: left;
	width: 967px;
	height: 49px;
}

#watermark {
	background-image:url(images/bg-2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding: 0px;
	margin:0px;

}

.thumb {
	
	float: left;
	margin: 20px 20px 0px 0px;
	
}

/*form*/
.contactAddress {width: 240px;float: right;text-align: left;padding: 10px;border: 1px solid #360;color:#124112;}
.contactform {width:380px; border: 1px dashed #ccc; padding: 5px; background: #FFF}
.addressTitle {	color: #444544;}
.contactus {float: left;padding-right: 50px;}
form{width:390px;}
.formTitle{float:left; width:150px; font-weight:bold; padding:1px 0; margin:4px 0; clear: left;}
.formInput, .formSubmit{float:left; vertical-align:top; padding:4px; margin:4px 0;}
.formSubmit{ width:80px; background:#CCC; font-weight:bold;}
textarea, input, select{border:1px solid #999999; margin:0; padding:2px 0; color:#666666; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.checkbox{margin-left:20px; border:0;}
.clear {clear: both;}
/*rounded stuff and shadow*/
.rounded-corners {-moz-border-radius: 20px;-webkit-border-radius: 20px;-khtml-border-radius: 20px;border-radius: 20px;}
.round-bottom {-moz-border-radius: 0 0 20px 20px;-webkit-border-radius: 0 0 20px 20px;-khtml-border-radius: 0 0 20px 20px;border-radius: 0 0 20px 20px;}
.shadow {-moz-box-shadow: 0px 0px 10px #000;-webkit-box-shadow: 0px 0px 10px #000; }
/*lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
