* {margin:0; padding:0;}

/* Layout */
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; background-color: #062844;}

#wrapper{
	width:960px;
	height:1060px;
	margin:0 auto 0 auto;
	position: relative;
}

#leftblue {
	width:50px;
	background-color:#bcc2d6;
	float:left;
	height:1260px;
}

#main {
	background-color:#0c5387;
	width:910px;
	height:1260px;
	float:right;
}

#top {width:910px; height:120px;}

.left {
	float: left;
}

/* Text */

h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#0c5387; border-bottom: 1px solid #0c5387;}

a {
	color: #0c5387;
	text-decoration: none;
}

#bottom a {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper #main #middle #midleft p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

/* Middle */
#middle {
	width:890px;
	height: 1060px;
	background-color:#fff;
	padding: 10px;
}

#midleft {
	width:550px;
	float:left;
	margin-left: 30px;
	margin-top: 17px;
}

#midright {
	width:310px;
	float:right;
	margin-left: 10px;
	margin-top: 17px;
}

.box {
	width:295px;
	
	margin-bottom: 20px;
	height:130px;
}

.boxes {
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
}

.more {
	text-align:right;
	font-size:12px;
	color:#0c5387;
	border-bottom: 1px solid #0c5387;
	margin-right: 10px;
	width: 80px;
	float: right;
}

/* Bottom */
#bottom {height:60px;}

#bottleft {
	margin-left:10px;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	float: left;
}

#bottright {
	float: right;
	width: 300px;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
	margin-right: 16px;
}

/* Navigation */
#navigation {
	position: absolute;
	z-index: 4000;
	left: 420px;
	top: 63px;
	width: 525px;
}
#navigation ul#nav { 
	z-index: 4000;
	list-style: none;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
	
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}

#navigation .item1 { width: 125px; }
#navigation .item2 { width: 135px; }
#navigation .item3 { width: 135px; }
#navigation .item4 { width: 130px; }

		/* ----------| Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 135px;
			padding: 3px 8px 3px 8px;
			background-color: #bcc2d6;
			border-bottom: 5px solid #0c5387;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 119px;
		}

		#navigation ul#nav  li ul li { 
			width: 135px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a { 
			display: block;
			width: 100px;
			background: transparent;
			padding: 7px 10px;
			text-decoration: none;
			margin: 0;
			color: #0c5387;
			text-indent: 0;
			text-align: left;
			border: 0;
			font-size: 13px;
			white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background-color: #0c5387;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a { 
	border-bottom: 5px solid #bcc2d6;
}

/* Portfolio */
#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; }

#project1 {
	width: 890px;
}

#project2 {
	width: 890px;
	margin-top: 10px;
}

#project3 {
	width: 890px;
	margin-top: 10px;
}

.thumbnail {
	float: left;
	margin: 5px 5px 0px 0px;
}

