@charset "UTF-8";
/*CLEAR DEFAULTS*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, p {
	margin:0;
	padding:0;
}
img {border:none;
}
body {
	font-family:Helvetica;
	font-size:100.01%;
	color:#000000;
	text-align:center;
	background-color:#FFFFFF;
	img-border:none;
}
h1 {
	display:none;
}
h2 {
	color:#0093D1;
	font-size:1.2em;
	margin-bottom:5px;
}
h3 {
	color:#0093D1;
	font-size:.8em;
	margin-bottom:0px;
}
p {
	color:#383E42;
	font-size:0.8em;
	margin-bottom:0px;
}
a:link, a:visited {
	text-decoration: none;
	font-color:#0093D1;
}

#wrapper {
	width:800px;
	text-align:left;
	margin:0px;
	padding:36px;
	background-color:#FFFFFF;
	position:relative;/*allows items to positioned absolutely WITHIN THE WRAPPER*/
}
#logo {
	width:238px;
	height:85px;
	background-image:url(images/alba_logo_03.gif);
	margin-bottom:11px;
}
#line {
	width:728px;
	height:1px;
	background-color:#383E42;
}
#infoBlockLine {
	width:728px;
	height:1px;
	background-color:#383E42;
	margin-bottom:22px;
	clear:both;
}
#navigation {
	height:24px;
	background-repeat:no-repeat;
	margin-bottom:11px;
	padding:0px;
}
#navigation span {
	display:none;
}
#navigation a {	
/*	display: block;  needed to make rollover work!!!
	float:left;  needed to keep them horizontal
*/
	display: block;
	float:left;
	height:24px;
}
ul {
	list-style:none;
}
li {
	float:left;
}
#navigation a:hover {
	background-position:top;
}
#navigation .current {
	background-position:top;
}
#navigation #home {/*needed 2 selectors to make this more specific than #navigation a*/
	width:64px;
	background-image:url(images/home.gif);
}
#home {
	width:64px;
	background-image:url(images/home.gif);
	background-position:0 -24px;

}
#aboutUs {
	width:87px;
	background-image:url(images/about_us.gif);
	background-position:0 -24px;

}
#sonar {
	width:64px;
	background-image:url(images/sonar.gif);
	background-position:0 -24px;
}
#nde {
	width:56px;
	background-image:url(images/nde.gif);
	background-position:0 -24px;

}
#rAndD {
	width:62px;
	background-image:url(images/randd.gif);
	background-position:0 -24px;
}
#caseStudies {
	width:111px;
	background-image:url(images/case_studies.gif);
	background-position:0 -24px;
}
#contactUs {
	width:98px;
	background-image:url(images/contact_us.gif);
	background-position:0 -24px;

}
#infoBlock {
	width:728px;
	float:left;
	margin-bottom:36px;
}
#leftText {
	width:320px;
	float:left;
}
#imageBlock {
	width:382px;
	float:right;
}
#footer {
	clear:both;
	margin-top:36px;
	padding-top:36px;
}
#address {
	width:728px;
	color:#383E42;
	font-size:0.7em;
	margin-top:18px;
	margin-bottom:4px;
	text-decoration: none;
}
#legal {
	width:728px;
	color:#383E42;
	font-size:0.5em;
	text-decoration: none;
}