body {
    margin: 0;
    padding: 0;
    background-image: url(images/layout/pagebg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #0B1D4B;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
h1 {
    font-size: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00A6DD;
    line-height: 0%
}
h2 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #800080;
    line-height: 120%;
    padding-top: 15px;
}
p {
    font-size: 11px;
    line-height: 15px; 
}
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00A6DD;
    text-decoration: none;
}
a:hover {
    color: #FF9933;
    text-decoration: none;
}
ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
table {
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


#container {
    position: relative;
    text-align: left;
    width: 880px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
#header {
    height: 70px;
    background-image: url(images/layout/i_hhd_header.gif);
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
#slogan {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #00A6DD;
    padding: 25px 10px 0px 0px;
    text-align: right;
}
#intro {
    height: 300px;
    padding-bottom: 10px;
}
#hero {
    height: 180px;
    padding-bottom: 10px;
}
#main {
    display: table;
    border-collapse: collapse;
}
#nav {
    display: table-cell;
    width: 180px;
    background-color: #006699;
}
#home {
    display: table-cell;
    padding: 5px 15px 0px 15px;
    width: 402px;
}
#content {
    display: table-cell;
    padding: 5px 20px 0px 15px;
    width: 460px;
}
#content2 {
    display: table-cell;
    padding: 5px 20px 0px 15px;
    width: 460px;
}
#homeheading {
    width: 402px;
    border-bottom: 1px dotted #00A6DD;
    padding: 3px 0px 3px 0px;
    margin-bottom: 10px;
}
#contentheading {
    width: 460px;
    border-bottom: 1px dotted #00A6DD;
    padding: 3px 0px 3px 0px;
    margin-bottom: 10px; 
}
#contentheading2 {
    width: 660px;
    border-bottom: 1px dotted #00A6DD;
    padding: 3px 0px 3px 0px;
    margin-bottom: 10px; 
}
#postit {
    display: table-cell;
    width: 268px;
    height: 300px;
    background-image: url(images/content/post_it.jpg);
    background-repeat: no-repeat;
    position: relative;
}
#rightside {
    display: table-cell;
    width: 200px;
    text-align: right;
    position: relative;
}
#rightside2 {
    display: table-cell;
    width: 250px;
    text-align: right;
    position: relative;
}
.sidepics {
    position: absolute;
    width: 200px;
}
.sidepics2 {
    position: absolute;
    width: 250px;
}
.sidepics img {
    padding: 5px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}
.sidepics p {
    padding: 0px 0px 10px 0px;
}
.sidepics2 p {
    padding: 0px 0px 10px 0px;
}
.caption {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}
#footer {
    background-color: #083F6F;
    margin-top: 10px;
    padding: 3px 0px 3px 0px;
    text-align: center;
    color: #00A6DD;
    font-size: 10px;
}

#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00A6DD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}

#nav ul { 
    list-style: none;
    margin: 0px;
    padding: 5px;
}
#nav li {
    font-size: 10px;
  
}
#nav a:link, #nav a:visited {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 155px;
    padding: 5px;
    border-bottom: 1px dotted #FFFFFF;
}
#nav a:hover {
    color: #0B1D4B;
}

#hhdlogowrap {
    position: relative;
}
.hhdlogo {
    position:absolute;
    bottom: 43px;
    left: 20px;
    padding: 0px;
}
.newsbox {
        position: absolute;
        width: 220px;
        padding: 0px 18px 0px 28px;
}
.newsbox ul { 
    list-style: none;
    margin: 75px 0px 0px 0px;
    padding: 0px;
}
.newsbox ul h2{ 
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 0%;
    padding-top: 5px;
}
.newsbox li {
    font-size: 10px;
    color: #000000;
}
.newsbox a:link, .newsbox a:visited {
    text-decoration: none;
    font-size: 10px;
    color: #860000;
}
.newsbox a:hover {
    color: #FFFFFF;
}
.theading {
    color: #FFFFFF;
    font-weight: bold;
}
.ttext {
    color: #000000;
    font-weight: normal;    
}
.credit {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00A6DD;
    text-decoration: none;
}
#diveking {
    width: 150px;
    margin: 15px;
    height: 100 px;
}