/******************************************/
/* NABweb Main Stylesheet                 */
/*                                        */
/* Created 4/27/2006                      */
/* Created by Purple Monkey Studios, Inc. */
/* Last modified 4/27/2006                */
/* Last modified by Jennifer Berk         */
/******************************************/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background: #9c9b63;
	font: 11px Arial, Helvetica, sans-serif;
	color: #3d3b27;
}
#container {
	position: relative;
	width: 760px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}
* html #container {
	height: 100%;
}

.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
img {
	vertical-align: top;
}
a img {
	border: none;
}

#top_nav {
	width: 760px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	background: #002439;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
#top_nav form#search
{
	float:right;
	padding-right: 10px;
	
}
#top_nav ul {
	
	float:right;
	padding-right: 10px;
}

#top_nav li {
	display: inline;
	height: 26px;
	padding-left: 18px;
}
#top_nav a {
	color: #ffffff;
	text-decoration: none;
}
#top_nav a:hover {
	color: #97c2db;
}
#top_nav a.selected{
	color: #97c2db;
}
#top_nav form {
	display: inline;
	height: 26px;
}
#top_nav form#search input {
	vertical-align: middle;
	margin-top: -1px;
}
* html #top_nav form#search input {
	margin-top: 1px;
}
#main_nav {
	width: 760px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #4b6f84;
	color: #97c2db;
	clear: both;
	float: none;
}
#main_nav ul li
{
	margin: 0;
	padding:0;
	list-style:none;
	display: inline;
}

#main_nav a {
	margin-left: -1px;
	margin-right: 8px;
	padding: 2px 3px; 
	color: #fdfbfb;
	text-decoration: none;
	height: 100%;
	
	}
* html #main_nav a {
	padding: 0;
	height: 22px;
}
#main_nav a:hover,
#main_nav a.selected {
	background: #cbdce3;
	color: #002439;
}

#main {
	padding-bottom: 26px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 760px;
	height: 26px;
	text-align: right;
	background: #9c9b63;
	color: #ffffcf
}
#footer p {
	margin-top: 3px;
}
#footer a {
	color: #ffffcf;
}



div.search
{
	width: 150px;
	float:right;
}	
div.search input#ecmBasicKeywords
{
	width: 100px;
	height: 13px;
	vertical-align: top;	
}
*>div.search input
{
	margin-top:3px;
}

#top_nav {
	width: 760px;
	height: 26px;
	text-align: center;
}