/* CSS Document */

/* this is the standard footer menu/nav bar for NTC web sites.  it is based
on information and sample from the projectseven.com website */

#footmenu {
font-size: .6em;
margin: 10px 0 2.5em 155px;
width: 100%;
}

#footmenu li {
float: left;
list-style-type: none;
margin: 0 0 1em 0;
padding: 0;
white-space: nowrap;
}

#footmenu ul {
margin: 0;
padding: 0;
}

#footmenu a {
padding: 2px 5px 2px 5px;
border: 2px outset #95a3ab;
background-image: url(/images/ntc_ltblue_block.gif);
background-repeat: no-repeat;
text-decoration: none;
color: #ffffcc;
}

#footmenu a:hover, #footmenu a:active,
#hotfoot a {
border: 2px inset #95a3ab;
background-image: url(/images/ntc_dkblue_block.gif);
background-repeat: no-repeat;
}

#footmenu a:hover {
border: 2px outset #95a3ab;
}

#footer h1{
    margin: 10px 150px 2.5em 100px;
	text-align: center;
	text-decoration: none;
	font-size: .8em;
	}

#footer a {
	text-decoration: none;
	color: #ffffcc;
	}
