#NewHeader img {
	float: left;
	}

#NewHeader form {
	float: right;
	position: absolute;
	top: 21px;
	right: 15px;
	background: #f2f2f2 url(../images/navigation/btn_search_light.gif) no-repeat right top;
	opacity: 1.0;
	}

#NewHeader form * {
	display: inline !important;
	}

#NewHeader .middleColumn {
	background: none;
	}

#NewHeader form input.text {
	width: 150px;
	color: #444;
	height: 14px;
	border: 1px solid #828282;
	padding: 3px;
	float: left;
	font-weight: normal;
	}
  
html {
	background: #F2F2F2;
	}

.clear{
	clear: both;
	}

body {
	color: #333;
	font-size: 62.5%; 
	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	}

#NewHeader {
	height: 110px;
	background: #FFF url(../images/banner_bg.gif) repeat-x left;
	}

#Navigation {
	height: 22px;
	background: #ef5a28;
	overflow: hidden;
	padding-left: 25px;
	}

#NavAlpha {
	float: left;
	width: 538px;
	background: #bf4820;
	height: 22px;
	padding-left: 5px;
	}

#NavBeta {
	float: left;
	width: 250px;
	text-align: right;
	height: 22px;
	}

#NavAlpha img.menuItem {
	padding: 0 5px 0 3px;
	border: none;
	}

#NavAlpha a {
	margin: 0;
	padding: 0;
	}

#subNav {
	height: 25px;
	overflow: hidden;
	}

.subMenu {
	width: 775px;
	height: 20px;
	padding-left: 32px;
	padding-top: 5px;
	}

.subMenu ul { 
	float: left;
	width: 775px;
	}

.subMenu ul li { 
	list-style: none; 
	float: left;
	}

.subMenu ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	font-size: 1em; 
	color: #666;
	}

.subMenu ul li a:hover { 
	text-decoration: underline;
	color: #bf4820;
	}

ul#SearchResults {
	margin: 10px 0;
	}

ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	}

#Footer { 
	border-top: 1px #ef5a28 solid; 
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
	}

#Footer p {
	padding: 4px 0 5px 0;
	color: #999;
	font-size: 1.1em;
	}

#Footer a { 
	color: #999; 
	text-decoration: none;
	}

#Footer a:hover {
	color: #999;
	text-decoration: underline;
	}