
/* header stuff */

#header 
{
	margin-top:10px;
	background: url(images/topstrip.gif) #f2ead1;
	background-position: top left;  
    width: 920px;
	height: 117px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #8BB908;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	overflow: hidden;
}

#logo 
{
	padding-top: 3px;
	margin-left: 10px;
	border:0px;
	float:left;
}
#logo img
{
	border:0px;
}
#logo a
{
	border:0px;
}


#contact 
{
	float:right;
	padding-right: 20px;
	padding-top: 7px;
	height : 83px;
	width: 650px;
	background: url(images/swoosh.png);
	background-position:left;
	background-repeat:no-repeat;
	border:0px;
}

#contact img
{
	border:0px;
	float:right;
}

#menu{
	width:660px;
}

#menu-h {
	background: url(images/menustrip.gif) #e1e1e1;
	height: 26px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu-h li {
	text-align:center;
	font-size: 12px;
	margin-top:4px;
	color: #e1e1e1;
	float: left;
}

#menu-h a {

	font-size:  12px;
	height: 10px;
	background: transparent;
	display: block;
	float: left;
	text-align:center;
	padding: 2px 6px 0px 6px;
	color: #224255;
	text-decoration: none;
}

#menu-h a:hover 
{
	background: transparent url(images/buttonhoverbg.gif);
	color: #8BB908;
}

#menu-h .active {
	color: #8BB908;
	text-decoration: underline;
}


