@charset "utf-8";

/* General CSS */

/* Standardize different browser margin/padding differences */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0px;
	padding: 0px;
}

a {
	/*color: inherit;	
	text-decoration: none;*/
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	
	cursor: pointer;
}

#wrapper-two a{
	color: inherit;
	text-decoration:none;
}

fieldset, a img, iframe, map + img {
	border: 0;
}

input {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.i {
	font-style: italic;
}

.inline {
	display: inline;
}

.relative {
	position: relative;
	text-align:justify;
}

/*
	All versions of IE (as of 2009-07-27) will not shrink
	an element's height smaller than the font size, unless
	overflow: hidden is specified
*/
/* 
* {
	font-size: 1px;
}
*/

/* END General CSS */

/* Global CSS */

html {
	overflow: scroll;
}

body {
	padding-bottom: 1em;
	
	font-family: Calibri, "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	background-color: #2f2c2d;
	/*color: #9e9e9e;*/
	color:#222222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

object {
	/* hide outline when clicking on flash elements */
	outline-color: #fff;
}

.third {
	width: 33%;
	height:100%;
	float: left;
	margin-top:7px;
}
.first { width: 211px;}

.the-rest {
	width: 58%;
	
	float: left;
}

.portfolio {
	width: 20%;
	margin-top:13px;
	float: left;
}

.mission {
	width: 65%;
	padding-right:40px;
	padding-top: 5px;
	float: right;
}

.clip {
	overflow: hidden;
}

.green {
	color: #7bcb49;
}

#preload {
	width: 100%;
	height: 100%;
	
	position: absolute;
	
	top: 0;
	left: 0;
	
	background-color: #2f2c2d;
	
	z-index: 9001;
}

#one {
	width: 902px;
	height: 54px;
	
	margin: 0 auto;
	padding: 37px 38px 0 42px;
	
	background: #2f2c2d url("images/bg/top.png") no-repeat scroll bottom center;
}

#one .left a:active{
	border:0px none;
}

#one .search {
	width: 191px;
}

#one .search .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9e9e9e;
}

#one .search .form .input {
	height: 20px;

	border: 1px solid #d8d8d8;
	border-right: 0;
}

.form form > * {
	float: right;
}

#top h1 {
	font-size: 3em;
	margin-bottom: 0.5em;
}

input#email {
	width: 147px;
	padding-top: 2px;
	background: transparent none;
	border: 0;
}

#shadow {
	width: 948px;
	height: 11px;
	
	position: absolute;
	top: 127px;
	left: 50%;
	
	margin: 0 0 0 -474px;
	
	line-height: 11px;
	font-size: 5px; /* gotta love IE6 */
	
	background: transparent url("images/bg/shadow.png") no-repeat scroll;
	
	z-index: 6;
}

#wrapper-two {
	min-width: 982px;
	height: 35px;	
	border-top: 1px solid #fff;
	background-color: #cecece;
}

#two {
	width: 902px;	
	margin: 0 auto;
	padding: 9px 38px 0 42px;	
	font-size: 14px;	
	color: #2f2c2d;
	position:relative;
	z-index:6;
}

#two a {
	color: #2f2c2d;
}

#two .item {
	/*margin-right: 33px;*/
	margin-right:60px;
}

.cufon-active #two .item {
	/*font-size: 12px;*/
	font-size:15px;
}

#two .has-secondhover {
	z-index: 5;
}

#two .hover-item {
	padding: 0px;
	/*width:150px;*/
	position: absolute;
	top: 35px;	
	background-color: #cecece;	
	z-index: 6;
}

#two .hover-item div {
	margin: 9px 0;
	width:auto;
	/*padding:0 10px;*/
	padding:0;
	height:15px;
	padding-top:3px
}

#two .hover-item .link{
	padding:0px 10px;
}

#two .hover-item .link:hover{
	background-color:#ffffff;
}

.cufon-active #two .hover-item {
	/*font-size: 12px;*/
	font-size:14px;
}

#three {
	width: 948px;
	margin: 0 auto;
	padding: 0 17px;
	background: transparent url("images/bg/main.png") repeat-y scroll;
}

#four {
	width: 879px;
	height: 105px;
	
	margin: 0 auto;
	padding: 8px 29px 8px 74px;
	
	background: transparent url("images/bg/dark.png") repeat-y scroll;

	
	overflow: hidden;
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	line-height: 14px;
}

#four .third div, #four .the-rest div {
	/*margin: 22px 0 0 62px;*/
	margin:0 0 0 30px;
	height:100%;
}

#four h1 {
	margin-left: 5px;
	
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

#four h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

ul.news{
	/*margin:15px 10px 0 10px;*/
	margin: 15px 10px 0 18px;
}

#four ul {
	/*margin: 7px 0 0 5px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#four ul > li {
	list-style-image: url("images/bullet.png");
}

#four li > a.right {
	margin-top: 7px;
}

#four li > a > img {
	width: 75px;
	height: 18px;
}

#four li > a > img.botright {
	position: absolute;
	
	top: 63px;
	left: 367px;
}

#five {
	width: 902px;
	height: 5px;
	
	/*margin: 0 0 0 0;*/
	margin:0 auto;
	padding: 0 38px 26px 42px;
	
	background: transparent url("images/bg/bottom.png") no-repeat scroll top center;
	
	overflow: hidden;
}

#five > div {
	margin-top: 3px;
	float: right;
	color: #6e6e6e;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
	margin: 1em;
}

/* END Global CSS */

/* BEGIN Lightbox CSS */

/* Taken from lightbox.css */

#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; background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }
/* #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; }

/* END Lightbox CSS */
