@charset "utf-8";

#headerIMG {
	position:absolute;
	left:0px;
	top:20px;
	height:335px;
	z-index:3;
	background-image: url(../images/backgroundSpirals.jpg);
	width: 960px;
}
#headerBG {
	position:absolute;
	left:0px;
	top:20px;
	height:335px;
	z-index:2;
	background-image: url(../images/headerBG.jpg);
	width: 100%;
}
#navigation {
	position:absolute;
	left:50%;
	top:0px;
	width:850px;
	height:65px;
	z-index:9;
	margin-left: -450px;
	margin-top: 15px;
}
#nav-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index:5;
	background-image: url(../images/new/logonav-spacer.gif);
	visibility: visible;
}
/* Navigation */

#nav-header-divider {
	position:absolute;
	left:0px;
	top:80px;
	width:100%;
	height:2px;
	z-index:6;
	visibility: visible;
	background-attachment: fixed;
}
#nav {
	position:absolute;
	top:0px;
	width:400px;
	height:50px;
	z-index:11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	right: 0px;
}

/* Disabled for time being....due to CSS nav

#nav a:hover{
	position:absolute;
	left:375px;
	top:0px;
	z-index:11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/new/nav-btnBG.gif);
	background-repeat: no-repeat;

#nav a:link,
#nav a:visited {
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
*/
ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
	visibility: visible;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #000;
	cursor: pointer;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 900;
}


ul li a span {
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 13px;
}
/*CSS btns*/

ul.css-btns li a.current, ul.css-btns li a:hover  {
	color: #959DAC;
	background-image: url(../images/new/nav-btnBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}

ul.css-btns li a.current span, ul.css-btns li a:hover span {
	background-image: url(../images/new/nav-btnBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-image: url(../images/content-bg.gif);
}
