@import url(default.css);


/*-----------------HEADER STYLES-----------------*/

#header-container {
	background-color: #787878;
	background-image: url(Header-BGD-02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 125px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
#logo {
	margin-top: 20px;
	float: left;
	position: relative;
	height: 86px;
	width: 263px;
	background-image: url(Logo.png);
	background-repeat: no-repeat;
}


/*-----------------HEADER SUPPORT NAV STYLES-----------------*/

#header .support {
	float: right;
	padding-top: 15px;
	width: 300px;
}
#header .support .search {
	float: right;
	position: relative;
}
#header .support label {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
}
#header .support .searchBox {
	border: 1px solid #666666;
	width: 100px;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px;
	height: 20px;
}
#header .support input.button {
	vertical-align: middle;
	height: 25px;
	width: 60px;
	background-image: url(Search-Button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .support ul {
	float: right;
	padding-top: 10px;
	position: relative;
	clear: both;
	width: 300px;
	text-align: right;
}
#header .support ul li {
	list-style-type: none;
	display: inline;
}
#header .support ul li a {
	text-decoration: underline;
	color: #000000;
	padding-left: 8px;
	background-image: url(Separator-Black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
}
#header .support ul li a:hover {
	text-decoration: none;
	color: #000000;
}
#header .support .noPipe {
	background-image: none;
}


/*-----------------HEADER VIEWS NAV STYLES-----------------*/

#header .views {
	width: 206px;
	height: 12px;
	float: right;
	position: absolute;
	clear: both;
	right: 30px;
	top: 113px;
}
#header .views ul {
	list-style-type: none;
	position: relative;
	height: 12px;
}
#header .views ul li {
	float: left;
	display: inline;
	height: 12px;
}
#header .views ul li a {
	display: block;
	height: 12px;
}
#header .views ul li a.VIEWS {
 background: url(VIEWS.gif) no-repeat top left;
	width: 58px;
}
#header .views ul li a.One {
 background: url(01.gif) no-repeat 0 0;
	width: 37px;
}
#header .views ul li a.OneCurrent {
	background: url(01.gif) no-repeat 0 0;
	width: 37px;
	background-position: top right;
}
#header .views ul li a.Two {
	background: url(02.gif) no-repeat 0 0;
	width: 37px;
	background-position: top right;
}
#header .views ul li a.Three {
	background: url(03.gif) no-repeat 0 0;
	width: 37px;
}
#header .views ul li a.ThreeCurrent {
	background: url(03.gif) no-repeat 0 0;
	width: 37px;
	background-position: top right;
}
#header .views ul li a.Four {
	background: url(04.gif) no-repeat 0 0;
	width: 37px;
}
#header .views ul li a.FourCurrent {
	background: url(04.gif) no-repeat 0 0;
	width: 37px;
	background-position: top right;
}
#header .views ul li a:hover {
	background-position: top right;
}
#header .views ul li .current {
	background-position: top right;
}
