/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:#dedcdc;
 font-family:Arial, Helvetica, sans-serif;
 font-size: .9em;
} 

img {
	border:none;
}

#pagewidth{ 
 width:890px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

H1{
	font-weight: bold;
	color:#333333;
	padding: 0px;
	margin:0px;
}

H2{
	color: #016BBC;
}

H3{

}

 /*Navigation */
.navHome a {
	display:block;
	width: 115px;
	height: 83px; 
	background: url("images/nav_home.gif") 0 0 no-repeat;
	text-decoration: none;
}
.navHome a:hover { 
	background-position: 0 -83px;
}
.navHome a:active {
	background-position: 0 -83px;
}

.navHomeOn a{
	display:block;
	width: 115px;
	height: 83px; 
	background: url("images/nav_home.gif") 0 -83px no-repeat;
}

.navAbout a {
	display:block;
	height: 19px; 
	width: 115px;
	background: url("images/nav_about.gif") 0 0 no-repeat;
	text-decoration: none;
}
.navAbout a:hover { 
	background-position: 0 -19px;
}
.navAbout a:active {
	background-position: 0 -19px;
}

.navAboutOn a{
	display:block;
	width: 115px;
	height: 19px;
	background: url("images/nav_about.gif") 0 -19px no-repeat;
}
.navServices a {
	display:block;
	width: 115px;
	height: 17px; 
	background: url("images/nav_services.gif") 0 0 no-repeat;
	text-decoration: none;
}
.navServices a:hover { 
	background-position: 0 -17px;
}
.navServices a:active {
	background-position: 0 -17px;
}

.navServicesOn a {
	display:block;
	width: 115px;
	height: 17px; 
	background: url("images/nav_services.gif") 0 -17px no-repeat;
}


.navPort a {
	display:block;
	width: 115px;
	height: 20px; 
	background: url("images/nav_port.gif") 0 0 no-repeat;
	text-decoration: none;
}
.navPort a:hover { 
	background-position: 0 -20px;
}
.navPort a:active {
	background-position: 0 -20px;
}

.navPortOn a {
	display:block;
	width: 115px;
	height: 20px; 
	background: url("images/nav_port.gif") 0 -20px no-repeat;
}

.navContact a {
	display:block;
	width: 115px;
	height: 20px; 
	background: url("images/nav_contact.gif") 0 0 no-repeat;
	text-decoration: none;
}
.navContact a:hover { 
	background-position: 0 -20px;
}
.navContact a:active {
	background-position: 0 -20px;
}

.navContactOn a {
	display:block;
	width: 115px;
	height: 20px; 
	background: url("images/nav_contact.gif") 0 -20px no-repeat;
}

/*Columns*/
#leftcol{
 width:130px; 
 float:right; 
 position:relative; 

 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:760px;
	background-image: url(images/AH_bg_fill.jpg);
 }

.imageHeader{
	vertical-align: top;
	background-image: url(images/AH_bg_top.jpg);	
	height: 27px;
	
}

.mainText{
	padding: 0px 100px 0px 100px;
	color: #666666;
	text-align:justify;
	display: block;
}

.centerImage{
	padding: 50px 0px 200px 0px;
	text-align:center;
	display: block;
}

.topLink a{
	padding: 0px 150px 0px;
	text-align:right;
	display: block;
}

.homeText{
	padding: 0px 150px 0px 150px;
	color: #666666;
	text-align:justify;
	display: block;
}

.imageFooter{
	vertical-align: top;
	background-image: url(images/AH_bg_bot.jpg);
	height: 118px;
}


#footer {
	
	height:30px; 
	clear:both;
	font-size: .9em;
	text-align:center;
	color:#000000;
 } 
 
a.footerLink:link {
	color:#000000;
 } 
 
a.footerLink:active {
	color:#000000;
 } 
 
 a.footerLink:visited {
	color:#000000;
 } 
 
 a.footerLink:hover {
	color:#000000;
	text-decoration: none;
 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
