body {
	background-color: #8AB0C2;
	background-image: url(images/compassTran.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#wrapper {
position: relative;
	text-align: left;
	margin: 42px auto 0;
	padding: 0px;
	width: 800px;
	height: 620px;
	background-image: url(images/bay.jpg);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	background-color: white;
	border: none;
}

* html #wrapper {
height: 662px;
}

#container {
position: absolute;
}

#header {
	position: relative;
	top: -24px;
	left: 12px;
	height: 64px;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#side-a {
	float: left;
	width: 150px;
	height: 300px;
}

#box {
position: relative;
left:48px;
top: 186px;
width: 240px;
height: 60px;
background-image: url(images/photoTextOne.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #box {

}

#side-a p {
position: relative;
left: -9000px;

}


#content { 
	float: left;
	width: 56%;
}

#footer {
position: relative;
	clear: both;
	background: #8AB0C2;
	margin: 0px;
	padding: 0px 4px 0 0;
top: 566px;
}

* html #footer {
top: 452px;
}


#footer p{
font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 11px;
	font-style: normal;
	color: #DFEDF2;
	text-align: right;
	margin: 0px;
	padding: 2px 0 0 0px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 11px;
	font-style: normal;
	color: #DFEDF2;
	text-align: right;
	margin: 0px;
	padding: 6px 0 0 0px;
	border: none;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #465366;
		text-decoration: none;
	}

#identity {
	position: relative;
	top: 346px;
	left: 6px;
	padding: 0;
}

#mainNav {
position: relative;
top: 394px;
left: 80px;
width: 720px;
	list-style: none;
	background-color: #8AB0C2;
	padding: 0px 0;
	margin: 0;
	border: none;
	text-align: right;
	z-index: 500;
	}
	
	* html #mainNav {
	top: 312px;
	width: 674px;
	left: 126px;
	padding: 0;
	margin: 0;
	}
	


@media screen and (-webkit-min-device-pixel-ratio:0) {
			#mainNav { top: 390px;
			}
		}

		
#mainNav li{
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 16px;
	font-style: normal;
	color: white; 
	text-align: right;
	border-left: 1px solid white;
	padding: 0;
	margin: 0;

}





#mainNav a:link,
#mainNav a:visited,
#mainNav a:hover,
#mainNav a:active {
display: inline;
padding: 2px 17px;
line-height: 2.4em;
text-decoration: none;
font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 1em;
	font-style: normal;
	color: white;
margin: 0;

}

#mainNav li:first-child {
border-left: none;
}

		
#mainNav li a:hover {
color: #301B14;
border: none;
}

#mainNav li span {
color: #301B14;
padding: 2px 17px;
}

/*extremely inelegant hack to deal with I.E. 6.0 ridiculous lack of support for first-child. I'm embarassed to include it, really.... but am desperate to get rid of that silly left border*/
#workAround {
display:none;
}

* html #workAround {
position:relative;
top: 278px;
left: 130px;
background: #8AB0C2;
width: 14px;
height: 28px;
z-index: 800;
display:block;
}



.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


#side-b {
	float: right;
	width: 150px;
	background: transparent;
}


#infoContainer {
position: absolute;
top: -60px;
left: 560px;
width: 258px;
height: 475px;
background-color: #EAF3F6;
margin: 0;
padding: 0;
z-index: 50;
}

*html #infoContainer {
top: -164px;


}

#pageInfo {
	position:absolute;
	top: -32px;
	left: 580px;
	height: 466px;
	z-index: 100;
	width: 200px;
}

*html #pageInfo {
top: -134px;
}

#pageInfo p {
position: relative;
left: -9000px;
}
