/*CSS Document*/

#body {
 position:relative;
 }

#package {
 position:absolute;
 top:10px;
 right:7px;
 width:680px;
}

#content
{
	margin: 0 auto;
	width: 826px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #D8DFEA
}

#content2
{
	margin: 0 auto;
	width: 926px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #D8DFEA
}

#text1{
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
margin-left: 20px;
margin-right: 20px;
font-family:Arial;
font-size:10px;
color:#335533;
font-weight:700
}

#nav1{
margin-top: 0em;
margin-bottom: 0em;
}
#nav1 ul {
background-color: white;
text-align: center;
margin-left: 0;
padding-left: 0;
border-bottom: 1px solid white
}
#nav1 li {
list-style-type: none;
padding: 0.25em 1em;
border-left: 1px solid black;
font-family:Lithos, Verdana, sans-serif;
font-size:8pt;
color:#333333;
font-weight:700;
display: inline
}
#nav1 li:first-child {
border: none;
}

#nav2 {
background-color: white;
border: solid 1px gray;
width: 13em
}

#nav2 ul {
list-style-type: hover;
margin: 5px;
padding: 5px;
border: none
}

#nav2 li {
margin: 0;
padding: 0.25em 0.5em 0.25em 1em;
border-top: 1px solid gray;
font-family:Lithos, Verdana, sans-serif;
font-size:10pt;
color:#333333;
width: 100%;
display: block
}

html>body #nav2 li {
width: auto;
}

#nav2 li:first-child {
border: none
}

.top {
font-family:Arial;
font-size:25px;
color:#033
}

.pagetext {
font-family:Lithos, Arial, sans-serif;
font-size:12px;
color:#335
}

.pagetextlg {
font-family:Lithos, Arial, sans-serif;
font-size:14px;
color:#616161
}

.bottom {
font-family:Lithos, Arial, sans-serif;
font-size:18px;
color:#033
}

.footer {
font-family:Arial;
font-size:10px;
color:#335;
font-weight:700
}

.footerlg {
font-family:Arial;
font-size:12px;
color:#335;
font-weight:700
}

.footerlggy {
font-family:Arial;
font-size:12px;
color:gray;
font-weight:700
}

.gray {
font-family:Lithos, Verdana, sans-serif;
font-size:11px;
color:#DADADA;
font-weight:700
}

.bold {
font-family:verdana;
font-size:10px;
color:#000;
font-weight:700
}

.bold1 {
font-family:verdana;
font-size:12px;
color:#6D84B4;
font-weight:700
}

.boldgreen {
font-family:verdana;
font-size:12px;
color:#00A5C6;
font-weight:700
}

.boldblack {
font-family:verdana;
font-size:12px;
color:#000;
font-weight:700
}

.boldred {
font-family:verdana;
font-size:10px;
color:red;
font-weight:700
}

.red {
font-family:Lithos, Arial, sans-serif;
font-size:17px;
color:red
}

.boldblue {
font-family:verdana;
font-size:13px;
color:#55BFE9;
font-weight:700
}

.boldbluesm {
font-family:verdana;
font-size:9px;
color:#55BFE9;
font-weight:700
}


#logo {
background:url(images/hiw184logo.png) no-repeat;
position:absolute;
left:10px;
top:20px;
width:200px;
text-align:left;
padding-top:135px;
padding-left:12px
}

#logo H1 {
text-decoration:none;
font-family:verdana;
font-size:13px;
color:#55BFE9;
font-weight:700
}

#logo H2 {
font-family:verdana;
font-size:8px;
color:#033;
font-weight:700;
margin:0;
padding:0
}

#header {
 position:relative;
 height:350px;
}

#photo {
 position:absolute;
 top:10px;
 right:7px;
 width:680px;
}

#tree {
background:url(/20th.jpg) no-repeat;
 position:relative;
 top:0px;
 left:20px;
 width:131px;
height:77px;
text-align:center;
}


#logo1 {
background:url(/hh_logo.gif) no-repeat;
 position:relative;
 top:0px;
 left:247px;
 width:400px;
height:89px;
text-align:right;
}

#logo1 H1 {
text-decoration:none;
font-family:verdana;
font-size:13px;
color:#55BFE9;
font-weight:700
}

#logo1 H2 {
font-family:verdana;
font-size:10px;
color:#FFFFFF;
font-weight:700;
margin:0;
padding:0
}


.css-grd {
/* default background colour, for all layout engines that don't implement gradients */
background: #2a6da9;

/* gecko based browsers */
background: -moz-linear-gradient(top, #003366, #55aaee);

/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#55aaee));

color: #000000; /* text colour (black) */
height: auto; /* gradient uses the full height of the element */
padding: 5px; /* distance from border edge to text */
}
