﻿/* CSS Document */

body
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#003366;
}

#container
{
	width:80%;
	min-width:800px;
	background-color:White;
	display: block;
}

#header
{
	width:100%;
	margin-top: -3px;
	background-image:url(images/header-bg.png);
	background-repeat:repeat-x;
}

#menu
{
	height:23px;
	margin-top: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	width: 100%;
	font-weight:bold;
	color:#003366;
	text-align: center;
}


#pagehead
{
	width:90%;
	text-align:left;
	margin-top:5px;
	border-bottom:thin solid gray;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:26px;
	height:27px;
	font-weight:bold;
}

#pagebody
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width:75%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

#footer
{
	width:100%;
	background-color:#feb544;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	clear: both;
	font-size:9pt;
	color:#003366;
}

h1
{
	margin-bottom: 5px;
	border-bottom:thin solid gray;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:24px;
	height:25px;
	font-weight:bold;
}

h2
{
	margin-bottom: 4px;
	border-bottom:thin solid gray;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:22px;
	height:23px;
	font-weight:bold;
}

h3
{
	margin-bottom: 3px;
	border-bottom:thin solid gray;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:20px;
	height:21px;
	font-weight:bold;
}

h4
{
	margin-bottom: 2px;
	border-bottom:thin solid gray;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:16px;
	height:17px;
	font-weight:bold;
}

img
{
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
}

a img
{
	border:1px black solid;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image:url(images/header-bg.png);
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	height:20px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 0px 8px;
font-size: 11px;
font-weight: bold;
/*width: 70px;*/
height:20px;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
height:20px;
background-image:url("/acknight/nhamconnect/images/header-bg.png");
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
background-color:#fbc05b;
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
border: 1px black solid;
width: 160px; /*width of sub menu levels*/
color: black;
height:20px;
text-decoration: none;
}

.suckertreemenu ul li a:hover{
height:20px;
color: white;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
