

/* --- tabs-v5.css --- */
/* nav bar */

div#navcontainer
{
	background: #012e5c url(/images/new/navbar1.png) right top no-repeat;
}

div#navcontainer, div#tertiary
{
	margin: 0 1% 10px;
	min-width: 931px; /* 950px - 2 * 9.5px padding */
	overflow: hidden;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

ul#navlist li
{
	display: block;
	float: left;
	position:relative
}

ul#navlist li a
{
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 114%;
	color: #CCDDEE;
	border: 1px solid #446688;
	border-width: 0 1px 1px 0;
	white-space: nowrap;
}

ul#navlist li a:hover
{
	background: #446688 url(/images/new/navbarhighlight1.png);
	color: #FFFFFF;
}

ul#navlist li a.active
{
	color: #fff;
	font-weight: bold;
}

div#navcontainer form
{
	display: block;
	float: right;
	margin: 0;
}


div#navcontainer form input
{
	border-width: 1px;
	vertical-align: middle;
	font-size: small;
	padding: 0;
	font-family: Tahoma, sans-serif;
}

div#searchcontainer
{
	position:relative;
}

form#search
{
	top:1em;
	position:absolute;
	right:0;
	margin: 0;
	width:32em;
	font-family: sans-serif;
}
form#search input
{
	float:left;
		padding: 0;
}
form#search label
{
float:left;
margin: 1em 0 ;
background: transparent url(/images/new/searchme.png) left center no-repeat;
overflow:hidden;
padding-left:16px;
width:0;
height:19px;
white-space:nowrap
}

form#search input#mainsearchbox
{
	width: 48%;
	margin:1em 1em 0 .5em ;
}
form#search input.button
{
margin:1em 0;
font-family: sans-serif;
}
ul#searchlinks
{
	margin:  .4em -1em 0 5px;
	padding: 0;
	float:left;
	height:3.5em;
}

ul#searchlinks li
{
	margin:.3em 0 0 0;
	line-height:70%;
	list-style: none;
}
ul#searchlinks li a
{
	font-family: Arial, sans-serif;
	font-size: xx-small;
}


/* logo styling */

#header h1, #header .title
{
	margin: 10px 25px;
	font-weight: bold;
	height: 67px;
	font-size: 26px;
}

#header h1 span, #header .title span
{
	background: url(/images/new/logo.gif) left top no-repeat;
	min-width: 209px;
	width: 50%;
	height: 67px;
	position: absolute;
}
#header .title
{
    height:67px;
	min-width:209px;
	width:50%;
	position: relative;
}


/* stats */

#stats ul, #stats ul li {
	margin: 5px 0 0;
	padding: 0;
	list-style:none;
}

/* footer */


a#headerpromo {
position:absolute;
width:200px;
height:97px;
left:220px;
top:-10px;
background: url(/images/feature/terminator.png) left top no-repeat;
text-decoration:none
}

