2@charset "UTF-8";
/* CSS Document */
html {
  	margin:0;padding:0;
}
body {
	background-color: #000;
	font-size: 12px;
	font-weight:100;
	color: #000;  
	margin: 0px;
	text-align: left;
}
#wrapper {
	background-color: #000;
	background: url('../images/bkg2.jpg') center repeat-y;
	margin: 0 auto;
}
#wrapperInner {
	background: #000 url('../images/bkg2-inner.jpg') center repeat-y;
	margin: 0 auto;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:60px;
}
    .container_12 .grid_2 {
	width:140px;
}
    .container_12 .grid_3 {
	width:220px;
}
    .container_12 .grid_4 {
	width:300px;
}
    .container_12 .grid_5 {
	width:380px;
}
    .container_12 .grid_6 {
	width:460px;
}
    .container_12 .grid_7 {
	width:540px;
}
    .container_12 .grid_8 {
	width:620px;
}
    .container_12 .grid_9 {
	width:700px;
}
    .container_12 .grid_10 {
	width:780px;
}
    .container_12 .grid_11 {
	width:860px;
}
    .container_12 .grid_12 {
	width:940px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Float Left/Right and spacing
----------------------------------------------------------------------------------------------------*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.margin_top {
	margin-top: 20px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_bottom {
	margin-bottom: 5px;
}
.margin_left {
	margin-left: 10px;
}
.margin_right {
	margin-right: 10px;
}
/* Text Styles
----------------------------------------------------------------------------------------------------*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 21px;
}
a {
color: #FFF;
text-decoration: underline;
}
a:active, a:hover {
text-decoration: underline;
color: #000;
}
h2 {
color: #000;
font-weight: bold;
font-size: 22px;
margin-bottom: 15px;
}
h3 {
color: #333;
font-weight: 900;
font-size: 19px;
margin-bottom: 10px;
margin-top: 15px;
}
h4 {
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 5px;
	margin-top: -40px;
	padding-left: 190px;
}
h5 {
	color: #CCC;
	font-weight: bold;
	font-size: 35px;
	padding-left: 190px;
	margin-top: -25px;
}
h6 {
	color: #903;
	width: 375px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 19px;
	background: url(../images/img06.gif) repeat-x left bottom;
}
img {
	border:0;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 9px;
}

/* Header Elements 
----------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	margin-top: 0;
	height: 110px;
	background: url('../images/hdr-bkg.png') top left repeat-x;
	z-index: 2;
}

#subheader {
	width: 617px;
	height: 185px;
	background-image:url(../images/hdr-banner.png);
}
	
/* BEGIN NAVIGATION */

#nav ul {
position: relative;
margin: 0 auto;
}
	#nav li { 
	display:inline; 
	float:left; 
	font-size: 18px;
	font-weight: 900;
	margin-top: 5px;
	text-align: right;
	}
	#nav a {
	width: auto;
	padding: 5px;
	margin: 5px;
	display: block;
	color: #FFF;
	font-weight: 900;
	text-decoration: none;
	text-shadow: 0 2px 2px #4D4D4D;
	}
	#nav a:hover, #nav a:active {
	color: #CCC;
	}
	#nav a.current {
	color: #EFEFEF;
	}

/* Content Elements 			
----------------------------------------------------------------------------------------------------*/
#content {
	margin: 0 auto;
}
#contentBKG {
	background: url('../images/bkg-slide.gif') repeat;
	padding: 10px;
	width: 600px;
	display:inline;
	float: left;
	position: relative;
	margin-right: 10px;
	height: auto;
}
ul.bullets {
	list-style: outside;
	list-style-type: disc;
	margin-left: 15px;
}
a.pdf {
	background: url('../images/pdf.gif') center right no-repeat;
	padding:0 16px 0 0;
	white-space:nowrap;
}

.sideBox {
	background-color: #000;
	padding: 10px;
	width: 280px;
}
	.sideBox p {
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		margin: 5px 0;
	}
	.sideBox a {
	color: #FFF;
	text-decoration: underline;
	}
	.sideBox a:active, .sideBox a:hover {
	text-decoration: none;
	color: #CCC;
	}
.contentBox {
	background-color: #000;
	padding: 10px;
	width: 600px;
	height: 120px;
}
	.contentBox p {
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		margin: 5px 0;
	}
	.contentBox a {
	color: #FFF;
	text-decoration: underline;
	}
	.contentBox a:active, .contentBox a:hover {
	text-decoration: none;
	color: #CCC;
	}
.email {
	background: url('../images/icon-email.gif') center left no-repeat;
	padding:0 0 0 20px;
	line-height: 20px;
	white-space:nowrap;
}
.phone {
	background: url('../images/icon-phone.gif') center left no-repeat;
	padding:0 0 0 20px;
	line-height: 20px;
	white-space:nowrap;
}
.grey {
	color: #CCC;
}
.large {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
}

/* Form Elements 
----------------------------------------------------------------------------------------------------*/

.form-item {
height:100px;
width: 280px;
padding:10px 0 0;
}
.form-item .text {
position: relative;
background:url('../images/news-txt-bkg.png') no-repeat;
height:24px;
width: 180px;
padding:0 8px;
}
.form-item .text input {
background:none;
float: left;
border:0;
color:#000;
width:180px;
padding:5px 0 0;
}
.form-item .btn { position: relative; float:right}
.focusField{
border:0;
background:#000;
color:#FFF;
}
.idleField{
background:#EEE;
color: #000;
border:0;
}


/* Footer Elements 
----------------------------------------------------------------------------------------------------*/
#footer {
	margin-top: 0;
	background-color: #000;
	height: 135px;
}
#ftrRight, #ftrLeft {
	margin-top: 20px;
	color: #FFF;
}
#ftrRight a:link, #ftrRight a:visited, #ftrRight a:hover,
#ftrLeft a:link, #ftrLeft a:visited, #ftrLeft a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* Easy Slider 
----------------------------------------------------------------------------------------------------*/

#slideshow {
	background: url('../images/bkg-slide.gif') repeat;
	width: 600px;
	height: 305px;
	padding: 15px 0 0 15px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:585px;
		height:293px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		left:20px;
		top:140px;
		z-index:1000;
		text-indent:-9999px;
		}	
	#nextBtn, #slider1next{ 
		left:565px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:30px;
		background:url(../images/btn-prev.png) no-repeat 0 0;	
		}
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn-next.png) no-repeat 0 0;	
		}	

/* Lightbox 
----------------------------------------------------------------------------------------------------*/

.lightboxpic {
  position: relative;
  width: 220px;
  height: 220px;
}
.lightboxpic span {
	width: 25px;
	height: 25px;
        display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url('../images/template/zoom-icon.gif') no-repeat;
}

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

/* Photo Gallery */

.thumbnail
{
float: left;
width: 175px;
height: 175px;
margin: 0 15px 15px 0;
padding: 5px;
background:url(../images/thumb_background.png) no-repeat;
background-position: -20px -12px;
}

.clearboth { clear: both; }

