@charset "utf-8";
@font-face {
    font-family: "headerFont";
    src: url("../fonts/smeared.ttf");
}
html {
	height: 100%; 
}
body  {
	height: 100%;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background-color: #121b24; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	COLOR: #333;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#container {
	width: 692px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 928px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -346px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-image: url('../images/main.png');
	-khtml-opacity:.0; -moz-opacity:.0; -ms-filter:”alpha(opacity=0)”; filter:alpha(opacity=0); opacity:.0;
}
#blog {
	top: 60px;
	height: 630px;
	overflow: auto;
}
.divider {
	clear:both;
	width: 600px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/divider.gif');
	background-position: top;
}
/* HEADER */

#header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	

}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* MAIN CONTENT */

#mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#tp1 {
	position: relative;
	top: 100px;
	padding: 0px 0px 0px 4px;
	width: 650px;
}

.header {
	FONT-SIZE: 1.2em;
	TEXT-TRANSFORM: uppercase;
	text-align: left;
	COLOR:#3c7fb1;
	LINE-HEIGHT: normal;
	FONT-FAMILY: "headerFont", Arial Black, Helvetica, sans-serif;
	FONT-WEIGHT: bolder;
}

/* BLOG */
.blogDate {
	FONT-SIZE: 0.8em;
	color: #888;
}

/* FOOTER */

#footer {
	position: relative;
	top: 105px;
	padding: 0px 0px 0px 0px;
}

/* LINKS */

A {
	COLOR: #F60;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link img {
         text-decoration: none;
         border:0;
         border:none;
}
A:visited img {
         text-decoration: none;
         border:0;
         border:none;
}
A:hover {
    COLOR: silver;
    TEXT-DECORATION: none;
}

/* HEADERS */

H1 {
	FONT-SIZE: 1.2em;
	TEXT-TRANSFORM: uppercase;
	text-align: left;
	COLOR:#3c7fb1;
	LINE-HEIGHT: normal;
	FONT-FAMILY: "headerFont", Arial Black, Helvetica, sans-serif;
	FONT-WEIGHT: bolder;
}

/* BLOCKQUOTE */

blockquote {
	margin: 10px 15px;
 	padding: 10px 10px 10px 28px;  
    border: 1px solid #222d38;
	background: #192129; 
  	font: normal 1.1em/1.1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #ACACAC;
}
blockquote h1{
	margin: 0;
  	font: normal 1em/1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
}

/* LISTS */

UL {
    COLOR: white;
    FONT-FAMILY: Verdana;
    LIST-STYLE-TYPE: square
}
OL {
    COLOR: white;
    FONT-FAMILY: Verdana;
    LIST-STYLE-TYPE: decimal
}
/* TABLES */

table {
	margin: 0px 0px; 
	border-collapse: collapse;
}
th strong {
	color: #fff;
}
th {
	background: #222d38;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #222d38;
	border-bottom: solid 1px #222d38; 
	border-top: solid 1px #222d38;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #1c262f;
}
tr.row-b {
	background: #192129;
}

/* Contact Form */
#theName{
}
#Name{
	width: 580px;
}
#theEMail {
	float:left;
	width: 280px;
}
#eMail {
	float:left;
	width: 270px;
}
#thePhone {
	margin-right: 15px;
	float:right;
	width: 270px;
}
#Phone {
	float:right;
	width: 270px;
}
#theMessage {
	float: left;
}
#Message {

	width: 583px;
}
#theDescription {
		clear:both;
}

form {
	margin: 0px 0px; 
	padding: 0px; 
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:normal;
	margin: 0 0;	
}
input {
	padding: .2em;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	padding: .2em;
	font: normal 1em/1.5em Verdana, sans-serif;
}
input.button { 
	font: normal 1em Arial, Sans-serif; 
	margin: 0px 0px 0px 5px;
	padding: .2em .2em;
	cursor: pointer;
}
.buttons {
	float:left;
	margin-bottom: 5px;
	width: 590px;
}
#messageHeader {
	margin-top: -38px;
	margin-right: 50px;
	float:right;
}
#theCode {
	background-image: url('../images/form.gif');
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	width: 590px;
}
#captcha {
	border: 1px, #999;
}
#eviteCode {
	vertical-align:top;
	height: 20px;
	border-style: none;
}

/* IMAGES */
img.float-center {
   margin: .5em 1em 0em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images//photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;  
}
img.float-right {
   margin: .5em 1em 1em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;
}
img.float-left {
   margin: .5em 1em 1em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;
}

/* ALIGNMENT CLASSES */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent_10 { padding-left: 10px; }
.indent_20 { padding-left: 20px; }

/* BG_FILL */

#bg_fill{
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: visible;
	z-index: -1001;
	background-attachment: scroll;
}
#bg_video{
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: visible;
	z-index: -1000;
	background-attachment: scroll;
}
#bg_splats{
	position: absolute;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	border: 0px;
	overflow: visible;
	z-index: -999;
	background-attachment: scroll;
}
/* ALERT SCRIPT BOX */

#scriptAlertBox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 525px;
	height: 302px;
	margin: 0 auto;
	margin-left: -263px;
	margin-top: -151px;
	text-align: left;
	color: #FFF;
	padding: 1px 0 0 60px;
	background-color: #666;
	z-index: 1000;
    border: 5px solid #F00;
}

/* LIGHT BOX */

#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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }