@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background: #000 url('../images/BG_Slate.png') repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777;
}

a { color : #777; text-decoration : none;}
a:link { color : #777; text-decoration : none;}
a:visited {text-decoration : none;}
a:hover { color : #777;text-decoration : none;}
a:active, a:focus { color : #777;}

a.selected { color : #777;text-decoration : none;}


#container {
margin: 0 auto;
}

#header {
	width: 930px;
	height: 80px;
	margin: 5px auto;
	background: url('../images/ha_logo2.png') no-repeat;
	
}

#logo {
	width: 360px;
	height: 100px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	background: url('../images/ha_logo4.png') no-repeat;
}

#mainnav {
	width: 660px;
	height: 25px;
	margin-top : 48px;
	float: right;
	position: relative;
	
	}
	
#nav {
	height: 30px;
	margin-bottom: 0px;
	list-style: none;
	margin-top: 0px;
	margin-left: 3px;
	padding: 0px;
	padding-top: 3px;
	}

#nav li {
	float: right;
	margin-left: 3px;
	height: 30px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}

#nav li a {
	display: block;
	line-height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}	

		#navhome {
		width: 160px;
		background: url(../images/home_button.png) no-repeat;
		}
		#navportfolio {
		width: 160px;
		background: url(../images/portfolio_button.png) no-repeat;
		}
		#navdandkl {
		width: 160px;
		background: url(../images/dandkl_button.png) no-repeat;
		}
		#navcontact {
		width: 160px;
		background: url(../images/contact_button.png) no-repeat;
		}
	
		#nav li a:hover {
			background-position: 50% -30px;
		}
			#nav li a.selected,
			#nav li a.selected:hover {
			background-position: 50% -60px;
		}



#main_container {
	width: 930px;
	height: 480px;
	margin: 10px auto;

}

#footer {
	width: 930px;
	height: 20px;
	margin: 5px auto;
	text-align: left;
	font-size: 9px;
	color: #333333;

	
}

#email {
	width: 350px;
	height: 20px;
	float: left;
	position: relative;
	margin: 5px auto;
	text-align: left;
	font-size: 9px;
	color: #333333;

	
}
#qbsa {
	width: 350px;
	height: 20px;
	margin: 5px auto;
	float: right;
	text-align: right;
	font-size: 9px;
	color: #333333;

	
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	
}

#dandkl {
	width: 930px;
	height: 480px;
	margin: 10px auto;
	background: url('../images/DandK_BG.jpg') no-repeat;
	
}
