html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image:url('.././_images/bg.gif');
	font-size: 100%;
	}
	
	* {
	font-family: Arial, Verdana, sans-serif;
	}
	
/* IDs */
	
#center {
	text-align: center;
	/* border: 1px solid black; */
	}
	
/* SPLASH PAGE -------------------------------------------------------------*/

#sp_outer {
	width: 100%;
	height: 100%;
	}
	
#sp_inner_main {
	width: 450px;
	height: 250px;
	margin: 50px auto auto auto;
	text-align: center;
	border: 1px solid black;
	background-color: white;
	}
	
.spTitle {
	font-weight: bold;
	font-size: 110%;
	color: #5B5B5A;
	}
	
/* SPLASH PAGE -------------------------------------------------------------*/
	
#outer {
	width: 75%;
	height: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0px auto 0px auto;
	background-color: white;
	text-align: center;
	}
	
#inner_main {
	width: 100%;
	height: 93%;
	}

#inner_footer {
	width: 100%;
	height: 7%;
	}
	
#footer1 {
	text-align:left;
	height: 100%;
	width: 55%;
	float: left;
	}
	
#footer2 {
	text-align: right;
	height: 100%;
	width: 45%;
	float: right;
	}
	
#header {
	width: 584px;
	height: 100px;
	background-image:url('.././_images/mhlogo.gif');     /* image height is 80px */
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	}

#htext {
	width: 450px;
	height: 30px;
	font-weight: bold;
	font-size: 160%;
	color:#5B5B5A;
	font-family: arial narrow;
	margin: 63px 0 0 0;
	}
	
#body {
	width: 584px;
	height: 300px;
	text-align: center;
	margin-top: 20px;
	}
	
#projects {
	width: 584px;
	height: 300px;
	}
	
#nav {
	/* border: 1px solid black; */
	width: 584px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#contact {
	width: 100%;
	height: 100%;
	background-image:url('.././_images/contact_bg.gif');
	text-align: left;
	font-size: 80%;
	}
	
.contact a {
	text-decoration: underline;
	color: #000000;
	}
	
.contact a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
#contact_link {
	font-size: 80%;
	float: right;
	margin-right: 30px;
}

#contact_link a {
	text-decoration: none;
}

#contact_link a:hover {
	text-decoration: underline;
}
	
/* ---------------------------------------------------------------------------- */



/* Classes */

.spacer {
	height: 2px;
	}
	
.footer {
	font-size: 75%;
	color:#5B5B5A;
	}
	
.footer a {
	text-decoration:none;
	color:#5B5B5A;
	}
	
.footer a:hover {
	text-decoration:underline;
	color:#5B5B5A;
	}
	
.fl1 {
	width: 350px;
	height: 263px;
	float: left;
	margin-left: 13px;
	}

.fl2 {
	width: 170px;
	height: 21px;
	float: left;
	text-align: left;
	font-size: 85%;
	margin-left: 17px;
	}
	
.fl_home1 {
	width: 584px;
	height: 263px;
	/* margin-left: 39px; */
	}
	
.standardtext {
	text-align: left;
	font-size: 80%;
	}
	
.cTitle {
	font-weight: bold;
	font-size: 120%;
	}
	
.underconstruction {
	color: #5B5B5A;
	font-size: 120%;
	}
	
.projects {
	font-size: 95%;
	}
	
/* JOBS PAGE -------------------------------------------------------------*/

#jobs {
	width: 100%;
	height: 300px;
	text-align: left;
	font-size: 80%;
	}
	
.job1 {
	width: 584px;
	height: 231px;
	overflow: auto;
	margin: 9px 0 0 0;
	}
	
.jTitle {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 0 0;
	}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* CoolMenus */
/* The below section is for the menu system. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  */

DIV.nav {
	position: absolute;

	width: 474px;
	height: 20px;
	margin-left: -5px; /* half of width */
	margin-top: 0px;  /* half of height */
	text-align: left;
	z-index: 1;
}

DIV.cool {
	position: absolute;
	z-index: 1;
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0}
/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/
.clBar {
	position:absolute;
	width:10;
	height:10;
	background-color:Navy;
	layer-background-color:Navy;
	visibility:hidden
}
/* ////////////////////////////////////////////// */

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position: absolute;
	padding: 1px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.clLevel0 {
	color: #003399;
}

.clLevel0over {
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
}

.clLevel0border {
	position: absolute;
	visibility: hidden;
}
/* ////////////////////////////////////////////// */

/*Styles for level 1*/
.clLevel1, .clLevel1over {
	position:absolute;
	padding:4px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal
}
.clLevel1 {
	background-color: #ffffff;
	layer-background-color: #ffffff;
	color: #666666;
}
.clLevel1over {
	background-color: #ffffff;
	layer-background-color: #FFCC66;
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
}
.clLevel1border {
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	layer-background-color: #999999;
}

/* ////////////////////////////////////////////// */

/*Styles for level 2*/
.clLevel2, .clLevel2over {
	position:absolute;
	padding:3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal
}
.clLevel2 {
	background-color: #ffffff;
	layer-background-color: #ffffff;
	color: #666666;
}
.clLevel2over {
	background-color: #FFffff;
	layer-background-color: #FFCC66;
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
}
.clLevel2border {
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	layer-background-color: #999999;
}

/* ////////////////////////////////////////////// */

/*Styles for level 3*/
.clLevel3, .clLevel3over {
	position:absolute;
	padding:4px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal
}
.clLevel3 {
	background-color: #ffffff;
	layer-background-color: #ffffff;
	color: #666666;
}
.clLevel3over {
	background-color: #FFCC66;
	layer-background-color: #FFCC66;
	color: #CC6633;
	cursor: pointer;
	cursor: hand;
}
.clLevel3border {
	position: absolute;
	visibility: hidden;
	background-color: #999999;
	layer-background-color: #999999;
}

/* ////////////////////////////////////////////// */