html, body {
	margin: 0;
	padding: 0;
}

.hidden {
	text-indent: -20em;
	position: absolute;
}

/* --- Tabs ---  */
#navcontainer {
	position: absolute;
	top : 92px;
	left: 0;
	width: 100%;
	text-align: center;
	/* IE5 Mac Fix */
	margin-right: -15px;
}

#navlist {
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
	width: 100%;
	border-bottom: 0 solid #778;
	font-weight: bold;
	height: 30px;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	height: 30px;
}

#navlist li a {
	padding: 3px .6em 6px .6em;
	margin-left: 5px;
	border: 0px solid #FFF;
	border-bottom: none;
	background: #CCC;
	text-decoration: none;
	height: 30px;
	color: black;
}

#navlist li.hometab {
	margin-left: 150px;
}


#navlist li a#current {
	background-color: #128100;
}

div.greenbar {
	width: 100%;
	height: 25px;
	background-color: #128100;
	clear: both;
	margin: 0;
	padding: 0;
	/* Must put relative for z-index to work */
	position: relative;
}

/* --- HOS Sitename --- */

#hos_logo {
	float: left;
	border: 0;
	width: 158px;
	height: 118px;
}

div.sitename {
	font-family: arial, helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
}
div.slogan {
	font-family: default;
	font-size: 16pt;
	font-style: italic;
}

/* --- Utilities Section --- */
#searchbox {
	position: absolute;
	top: 3px;
	right: 20px;
	float: right;
	/* IE5 Mac Fix, Also text must be aligned to right */
	margin-right: -15px;
	text-align: right;
}
#searchbox a {
	color: black;
}
#searchbox a:hover {
	color: black;
	text-decoration: none;
}
#searchbox div {
	margin-right: 5px;
	margin-bottom: 15px;
}

/* --- Footer Section --- */

div.footertext {
	text-align: center;
	font-size: 10pt;
	color: black;
	clear: both;
	}
div.footertext a {
	text-decoration: none;
	font-size: 95%;
	color: black;
}
div.footertext a:hover {
	text-decoration: underline;
	color: black;
}
div.footertext a.contactus {
	text-decoration: underline;
}
div.footertext hr {
	width: 75%;
}
	
/* --- Other --- */
hr {
	background-color: #CCCCCC;
	height: 1px;
	align: center;
	border: 0px;
}
a.greenlink {
	color: #339966;
}
div.body, #content {
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 8px;
}

