/* ------------------  MAIN SECTION ----------------*/

body {
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: rgb(190,255,255);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 300px;
}

#wrap {
	color: #303030;
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
}


/* ------------------  MAINPHOTO ----------------*/

#mainphoto {
	border: 0;
	background-image: url(../images/flying_paper.jpg);
	height: 175px;
	width: 1000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-repeat: no-repeat;
}

/* ------------------  LOGO ----------------*/

#HHHlogo {
	width: 168px;
	height: 175px;
	background-image: url(../images/3H_logo_trans.gif)
}

/* ------------------  MENU ----------------*/



#HHHmenu {
	background-color: #008080;
	width: 1000px;
	float: right;
	font-size: 1.2em;
	color: #000;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

#HHHmenu ul {
	float:right;

}


/*
#HHHmenu li {
	font:Arial, Helvetica, sans-serif
	font-size: 16px;
	display:inline;

}

#HHHmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000000;
	background-color: #E5E5E5;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 6px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #00F;
	position: relative;
	letter-spacing: .1em;
	vertical-align: middle;
	text-align: center;
	display: inline-table;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #008080;
}

#HHHmenu li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left-color: #FF0000;
}
*/
/* ---------------- Dropdown Button ---------------- */

ul {list-style: none;padding: 0px;margin: 0px;}
  ul li {
	display: block;
	position: relative;
	float: left;
	background-color: #f00;
	margin-right: 10px;
}
  li ul {display: none;}
  ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	background-color: #000;
}
  ul li a:hover {background: #f00;}
  li:hover ul {display: block; position: absolute;}
  li:hover li {float: none;}
  li:hover a {background-color: #f00;
}
  li:hover li a:hover {
	background-color: #FF7F50;
	color: #CCC;
}
  #drop-nav li ul li {
	border-top: 0px;
	color: #FFF;
}


/* ---------------  MAIN BACK IMAGE ----------------*/

#backimage {
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	background-image: url(../images/background_frontpage_small.jpg);
	margin-top: 50px;
}

#contact {
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	background-color: #FFF;
	text-indent: 200px;
}

/* ---------------  GIS BACK IMAGE ----------------*/

#gisimage {
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	background-image: url(../images/GIS_mainpage.jpg);
	margin-top: 50px;
}

/* ----------- DOCUMENT SUPPORT IMAGE -------------*/

#docuimage {
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	background-image: url(../images/Office_mainpage.jpg);
	margin-top: 50px;
}

/* -----------GRAPHIC IMAGE -------------*/

#draftingimage {
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	background-image: url(../images/Drafting_mainpage.jpg);
	margin-top: 50px;
}


/* ------------------  MORE INFO ----------------*/

#rightcolumn {
	background-color: #FFF;
	width: 450px;
	font-size: 1.2em;
	padding-top: 1px;
	padding-left: 10px;
	font-family: "Myriad Pro";
	font-style: normal;
	font-weight: lighter;
}




/* ------------------  FOOTER ----------------*/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 1000px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}
