/* Main harbinconstruction.com CSS file */
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	 /* auto 0 -400px;
	left: 50%;
	position: relative;*/
}
hr {
	color: #333333;
}
div#Screen {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 790px;
	height: 100%;
/*	border: medium solid #FF0000;*/
/*	background-color: #000024;*/
/*	Note: The below centers all content on the page, but causes the dropdown menus to be skewed 
		relative to window size
	position: relative;
	left: 50%;	/* Position left at center of page
	margin: 0 auto 0 -400px;  /* Set left margin to half of allocated width; resulting in centered layout for all content in this div
*/
/*    position: relative; /**/
/*	position: absolute; /**/
}
#TopBkgnd {
	background-color: #000024;
	position: absolute; /**/
	z-index: 10;
}
#MidBkgnd {
	position: absolute; /**/
	z-index: 10;
	background-color: #000000;
/*	background: url(../_images/index-back.jpg) no-repeat left top;
	opacity:0.50;
	-moz-opacity:0.50; 
	filter:alpha(opacity=50); */
}
#BotBkgnd {
	background-color: #FFFFFF;
	position: absolute; /**/
	z-index: 10;
}
.PipeFrame {
	position: absolute; /**/
	z-index: 200;
}
#Logo {
	position: absolute;  /**/
	z-index: 120;
}
#Logo img{
	border:0;
}
#Stamp {
	position: absolute; /**/
	z-index: 120;
}
#Title {
	position: absolute; /**/
	z-index: 120;
	background-color: #000024;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;*/
}
#MainBody {
	position: absolute;
	z-index: 120;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	height: 100%;
	text-align: left;
	font-size: medium;
/*	background-color: #000024;*/
	/*border: medium solid #FFFFFF;*/
	width: 760px;
	left: 20px;
	top: 160px;
}

#MainBody h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	color: #000024;

}
#MainBody h3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	text-decoration: underline;
}
#MainBody p ul{
	padding: 10px;
	list-style-position: outside;
}
#MainBody p ul li{
	padding 0 10px;
}
#PictureLeft {
	position: relative;
	z-index: 130;
}
#PictureLeft p{
	vertical-align: middle;
	top: auto;
}
#PictureLeft img{
	float: left;
	padding: 0px 20px 10px 0px;
	border: 0px;
}
#PictureRight {
	position: relative; /**/
	z-index: 130;
}
#PictureRight img{
	float: right;
	padding: 0px 0px 10px 20px;
	border: 0px;
}
#FeaturedProject {
	width: 100%;
	height: auto;
}
#FeaturedProject ul{
	width: 100%;
	padding: 4px 4px;
	margin: 0;
	text-align: center;
	height: auto;
}
#FeaturedProject ul li{
	display: inline;
	padding: 4px 4px;
	margin: 0;
	float: left;
	text-align: center;
}
#FeaturedProject ul li p{
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	clear: left;
	padding: 0 0 40px 0;
}
#FeaturedProject ul li p img{
	vertical-align: top;
	float: left;
}
#FeaturedProject ul li img{
	border: 0;
}
#Clear {
	clear: both;
}
.clear{
	clear: both;
}
.list{
	float: left;
	height: auto;
	width: 300px;/**/
/*	height: 300px;
	width: auto;/**/
	margin: 10px 30px;/**/
}
.hc_text {
	z-index: 150;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	position: absolute; /**/
	width: 450px;
	height: 150px;
	left: 50px;
	top: 40px;
}
.hc_text img {
	vertical-align: middle;
}
.hc_feature_on {
	position:absolute; /**/
	z-index:120;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	opacity:0.55;
	cursor: default;
}

.hc_feature_off {
	position:absolute; /**/
	z-index:120;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	cursor: default;
}

.hc_byf {
	position:absolute; /**/
	visibility: visible;
	cursor: default;
	z-index: 120;
	top: 220px;
	left: 140px;
}

.subnav{
}
.subnav ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.subnav ul li{
	display: inline;
	font:normal 12px Verdana;
	font-weight: bold;
	border-right: 1px solid #000024;
	padding: 4px 0px;
	margin: 0;
}
.subnav ul li a{
	text-decoration: none;
	padding: 4px 7px;
	margin: 0;
}
.subnav ul li a:link{
	color: #333333;
}
.subnav ul li a:visited{
	color: #333333;
}
.subnav ul li a:hover{
	color: #000024;
	background-color: #BCBCBC;
}
.subnav ul li a:active{

}
.subnav ul li.currentpage {
	color: #000024;
	background-color: #BCBCBC;
}

#BottomBody{
	position:absolute; /**/
	z-index: 100;
}
#Employment{
	position:absolute; /**/
	z-index: 150;
}
#Welcome{
	position:absolute; /**/
	z-index: 150;
}
#Equipment{
	position:absolute; /**/
	z-index: 150;
}

