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

* {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	background-color: #C4D1AE;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

img {
	border: 0;
	float: left;
}
a {
	outline: none;
}
a:link {
	color: #0A3542;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A3542;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1, h2, h3 {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
h1, h2, h3, p {
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
}

/* CUSTOM STYLES */


.clear {
	clear:both;
}

#masthead h1, #masthead h1 a {
	margin-left: 10px;
	padding-right: 150px;
	padding-top: 100px;
}


#rotator img
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}




#imageLinks a {
	display: block;
	float: left;
	height: 87px;
	width: 87px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	*margin-left: 2px; /* IE6 Fix */
	}
	
	


#imageLinks a:link, #imageLinks a:visited {
	border: 1px solid #819656;
}

#imageLinks a:hover, #imageLinks a:active {
	border: 1px solid #FFFFFF;	
}


#imageLinks a.current:link, #imageLinks a.current:visited {
	border: 1px solid #0A3542;	
}

#imageLinks a img {
	filter:alpha(opacity=40);
	opacity:.40;
	float: left;

}

#imageLinks a.current img {
	filter:alpha(opacity=100);
	opacity:1;
}



/* LAYOUT DIVS */



#everything {
	width: 568px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	background-image: url(../images/page_BG.png);
	position:relative;
}
#masthead {
	background-color: #0A3542;
	height: 91px;
	width: 568px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	position:relative;
	float:left;
}
#navigation, #footer {
	background-color: #7895A3;
	height: 25px;
	width: 568px;
	margin-top: 6px;
	color: #0A3542;
	position:relative;
	overflow: hidden;
	font-size: 12px;
	float:left;
}


#subnav {
	background-color: #7895A3;
	height: 25px;
	width: 456px;
	padding-left:112px;
	color: #0A3542;
	position:relative;
	overflow: hidden;
	float:left;
}

#missiontext {
	background-color: #7895A3;
	width: 560px;
	color:#FFFFFF;
	padding:6px 4px 4px 4px;
	float:left;
}





#pagebody, #rotator {
	width: 568px;
	margin-top: 6px;
	position:relative;
	float:left;
}
#rotator {
	height: 426px;

}


#projectimageholder {
	width:382px;
	height:359px;
	float:left;
}


#rightcolumn {
	float: right;
	height: 359px;
	width: 186px;
}

#portfoliotext, #portfoliotext2 {
	float: left;
	width: 186px;
	height: 173px;
	overflow: hidden;
}


#portfoliotext2 {
	display: none;	
}

#imageLinks {
	float: left;
	width: 186px;
	height: 186px;
}


p.footnote {
	font-size: 10px;
	font-weight:bold;
}
