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

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 0.78em;
	color: #fff;
	letter-spacing: 0.02em;
	background-color: #1e1e1d;
}

.foliobg {
	background-color: #0dadc7;
	background-image: url(../images/bg_folio.png);
	background-repeat: repeat-x;
}

.aboutbg {
	background-color: #385cf2;
	background-image: url(../images/bg_about.png);
	background-repeat: repeat-x;
}

.contactbg {
	background-color: #f25238;
	background-image: url(../images/bg_contact.png);
	background-repeat: repeat-x;
}

.newsbg {
	background-color: #f2cd38;
	background-image: url(../images/bg_news.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-weight: normal;
	font-size: 14px;
	color: #fefb00;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 14px;
	text-decoration: none;
	color: #fefd00;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #fefb00;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


a {
	color: #fff;
}

a:hover {
	color: #fefb00;
}

a img {
	border: none;
	border-style: none;
}

.clear {
	clear: both;
}

#container {
	float: left;
	width: 992px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(../images/spotlight.png) no-repeat;
}

#content {
	float: left;
	width: 960px;
	padding-left: 30px;
	background: url(../images/header.png) no-repeat;
}

#nav {
	float: left;
	width: 960px;
	height: 60px;
	padding: 113px 0px 0px 0px;
}

#nav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #0596ff;
}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px 80px 0px 0px;
	list-style: none;
}

#nav ul li a {
	display: block;
	padding: 4px, 0px, 0px, 0px;
	line-height: 14px;
	text-decoration: none;
	color: #e8ede8;
}

#nav ul li a:hover {
	color: #fefb00;
}

.headline {
	float: left;
}

.aboutdesc {
	float: left;
	width: 474px;
	font-weight: normal;
	font-size: 18px;
	margin: 12px 0px 0px 0px;
	letter-spacing: 0.05em;
}

#subnav {
	float: left;
	width: 960px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#subnav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#subnav ul li {
	float: left;
	margin: 0px;
	padding: 0px 80px 0px 0px;
	list-style: none;
}

#subnav ul li a {
	display: block;
	padding: 4px, 0px, 0px, 0px;
	line-height: 14px;
	text-decoration: none;
	color: #fefd00;
}

#subnav ul li a:hover {
	color: #fefb00;
}

.col1 {
	float: left;
	width: 151px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

.col1 ul {
	list-style-type: none;
	padding: 0px 0px 0px 23px;
}

.col1 ul li {
	display: inline;
	margin: 0px 2px 0px 0px;
}

.resume {
	text-align: center;
}

.col2 {
	float: left;
	width: 312px;
	margin: 12px 0px 0px 12px;
}

.col3 {
	float: left;
	width: 312px;
	margin: 12px 0px 0px 12px;
}

.col4 {
	float: left;
	width: 140px;
	margin: 12px 0px 0px 12px;
}

.col5 {
	float: left;
	width: 440px;
	margin: 12px 12px 0px 0px;
}

.col6 {
	float: left;
	width: 312px;
	margin: 0px 0px 0px 0px;
}

.col7 {
	float: left;
	width: 700px;
	margin: 12px 0px 0px 0px;
}


/*-----CONTACT FORM------*/

fieldset {
	margin: 0px 16px 0px 0px;
	padding: 0px;
	border-style: none;
}

fieldset ol {
	padding: 16px 16px 0px 0px;
	list-style: none;
}

fieldset li {
	padding-bottom: 10px;	
}

fieldset.submit {
	border-style: none;	
}

legend {
	font: italic 30px Georgia, Serif;
	color:#FFFFFF;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	line-height: 32px;
	letter-spacing: -1px;
}

label {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 100px;
	padding-top: 3px;
	font-size: 0.9em;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

input, textarea {
	background-color: #FFF;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	border: 2px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	background-color:#fff;
	border: 2px solid #fefb00;
}

select {
	font-size: .80em;
	border: 1px solid #666;
}

.shiftleft {
	padding: 0px 0px 0px 110px;
}

.required {
	color: #fefb00;
}
/*-----END CONTACT FORM------*/

.date {
	font-weight: normal;
	color: #fff;
}
	








#copyright {
	float: left;
}



/*-----LIGHTBOX----------*/


#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/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; outline: none;}	 	
	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	


