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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #262928;
	margin: 0;
	padding: 0;
}

h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 65px;
}

h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 65px;
}


p {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 20.5px;
	margin: 20px 0 0 65px;
}


#container {
	margin: 0 auto;
	height: 100%;
	width: 873px;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	padding:0 px;
}

#header {
}

#nav {
	background: #151515;
	height: 52px;
	width: 873px;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
}

#nav ul {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 0px;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 60px;
}

#nav ul li a {
	color: #666256;
	text-decoration: none;
	background: url(images/default.gif) no-repeat left;
	padding: 0 0 0 40px;
}

#nav ul li a.current {
	background: url(images/hover.gif) no-repeat left;
	color: #fff;
}

#nav ul li a:hover {
	background: url(images/hover.gif) no-repeat left;
	color: #afafaf;
}

#content_area {
	background: #05213f;
	width: 873px;
	height: 100%;
}

#left_content {
	width: 450px;
	height: 100%;
	float: left;
	padding: 50px 0 50px 0;
	text-align: justify;
}

#left_content ul li {
	width: 350x;
	height: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 20.5px;
	margin: 20px 0 0 65px;
}
#left_content ul li {
	font-family: Arial, Helvetica, sans-serif;
}

#right_content {
	width: 388px;
	height: 100%;
	float: right;
	padding: 50px 0 50px 0;
}

#right_content ul {
	list-style: none;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 16px;
}

#right_content ul li {
	padding: 10px 0 10px 30px;
}

#right_content ul li a {
	color: #c5c6c7;
	text-decoration: none;
	background: url(images/default2.gif) no-repeat left;
	padding: 0 0 0 35px;
}

#right_content ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/hover2.gif) no-repeat left;
	padding: 0 0 0 35px;
}

#right_content ul li a.current {
	color: #fff;
	text-decoration: none;
	background: url(images/hover2.gif) no-repeat left;
	padding: 0 0 0 35px;
}

#right_content a img {
	border: 0px;
}

#selections {
	width: 388px;
	height: 100%;
	float: right;
	float: left;
	padding: 0 0 0px 0;
}

.heading {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px 20px 20px;
	margin: 0px;
}
	
#credentials {
	clear: both;
	padding: 0px 0px 50px 50px;
}

.credentials {
	padding: 0 40px 0 20px;
	border: 0;
}

#footer {
	clear:both;
	background: #151515;
	height: 100%;
	width: 873px;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	padding: 0 0 40px 0;
}

#footer p{
	width: 650px;
	height: 100%;
	letter-spacing: 1.5px;
	color: #666256;
	font-size: 10px;
}

#footer a{
	color: #666256;
}

#footer a:hover{
	color: #fff;
}

#footer span {
	color: #fff;
	font-weight: bold;
}

#bottom_nav {
	font-size: 10px;
}

#bottom_nav ul {
	color: #666256;
	list-style: none;
	letter-spacing: 1.5px;
	padding: 30px 0 0 60px;
}

#bottom_nav ul li {
	display: inline;
}

#bottom_nav ul li a {
	color: #666256;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#bottom_nav ul li a.current {
	color: #fff;
}

#bottom_nav ul li a:hover {
	color: #afafaf;
}

#submission_form {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1.5px;
	padding: 50px 0 0px 60px;
}

#phone_contact {
	padding: 170px 0 0 30px;
	width: 388px;
	height: 100%;
	float: right;
}

#phone_contact ul{
	list-style: none;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 16px;
	color: #fff;
}

#phone_contact ul li{
	padding: 0 0 70px 0;
}
	
.gallery {
	float: left;
	padding: 0 0px 20px 20px;
}


/* Light Box Img */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


