/* the classes and ids used for the header and footer */
body.alt {
	background-image: url(../img/bodybg_alt.png);
}
#topsearch {
	line-height: 1.2em;
	border: 1px solid #ddd;
	margin-top: 8px;
	padding: 0px;
	height: 22px;
}

#topsearch input {
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	width: 200px;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline: none;
}

#topsearch button {
	width: 12px; height: 12px;
	background: url(../img/search.png) no-repeat;
	border: 0;
	margin-bottom: -2px;
	margin-right: 4px;
	cursor: pointer;
}

#wrap {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -160px;
}

#wrap #subwrap {
	width: 955px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#header {
	height: 44px;
	color: #fff;
}

#logo {
	width: 50px; height: 20px;
	margin-top: 8px;
	float: left;
}

ul#navbar {
	list-style-type: none;
	float: left;
	margin-top: -4px;
}

ul#navbar li {
	height: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: 2px solid #ddd;
	float: left;
	font-weight: bold;
	position: relative;
	font-size: 13px;
}

ul#navbar li a {
	color: #00aeef;
}

ul#navbar li:hover, ul#navbar li.active {
	background: #8cc640;
	border-bottom: 2px solid #6ea624;
}

ul#navbar li:hover a, ul#navbar li.active a {
	color: #fff;
}

ul#navbar li span {
	display: none;
}

ul#navbar li.active span {
	background: url('../img/navarrow.png') no-repeat;
	position: absolute;
	left: 44%;
	bottom: -6px;
	width: 9px;
	height: 5px;
	display: block;
	line-height: 0px;
}

ul#navtabs{
	list-style-type: none;
}

ul#navtabs li {
	height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #137fb7;
	position: relative;
}

ul#navtabs li span {
	display: none;
}

ul#navtabs li a:hover {
	color: #8cc640;
}

ul#navtabs li.active a:hover {
	color: #137fb7;	
}

ul#navtabs li.active span {
	background: url('../img/navarrow2.png') no-repeat;
	position: absolute;
	left: 44%;
	bottom: -6px;
	width: 9px;
	height: 7px;
	display: block;
	line-height: 0px;
}

.secondarynavbar {
	float: right;
	color: #00aeef;
	font-size: 0.8em;
	margin-bottom: -4px;
}

.secondarynavbar a {
	color: #00aeef;
}

.secondarynavbar a:hover {
	color: #8cc640;
}

#subheader {
}

div#push {
	height:160px;
	clear:both;
}

#footer {
	position: absolute;
	bottom: -0px;
	border-top: 2px solid #ddd;
	color: #c2c2c2;
	width: 100%;
	height: 160px;
	background: #fff;
}

.push {
}

#footer div {
	padding: 40px;
}

#footer a {
	color: #aaa;
}



#leftwrap {
	width: 660px;
	float: left;
	margin-top: 14px;
	clear: both;
}

#rightwrap {
	width: 280px;
	float: right;
	margin-top: 14px;
}

#smallwrap {
	width: 660px;
	margin: 50px auto 0 auto;
}
