/* Setup ------------------------------------------------------------------------ */
/* Only the page size constraints, borders, margins and padding are specified in px */
/* Everything else is relative (em) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F1F4F9;
	font: .9em/1.2em Trebuchet Ms, Verdana, Geneva, Arial, Sans-serif;
	color: #666;
	background-image: url('images/bg.gif');
}
/* Hide from IE5-mac. Only IE-win sees this. */
/* Nasty IE-win 3px jog fix */ 
* html p {
	height: 1%;
	margin-left: 0;
}

/* skipLink */
.skipLink {display:none}

/* The main navigation bar ---------------------------------------------------- */
#navBar a:active{ color: #292B2F; text-decoration: none; }
#navBar a:link{ color: #292B2F; text-decoration: none; }
#navBar a:visited{ color: #292B2F; text-decoration: none; }
#navBar a:hover{ color: #888A8F; text-decoration: none; }

#navBar{
height: 40px;
margin: 0px;
padding: 0px;
}

#navBar ul{
border: 0px;
list-style-type: none;
margin: 0px;
padding: 0px;
text-align: center;
}

#navBar ul li{
	display: block;
	float: left;
	margin: 2px;
	text-align: center;
}

#navBar ul li a{
	display: block;
	margin: 0px;
	height: 2.2em;
	text-align: center;
	width: 126px;
	border: 1px solid #CCCCCC;
}

#navBar ul li a:hover{
	background-color: #FFFFFF;
}

#navBar li#active a{
	background-color: #F1F1F7;
}


/* The top navigation bar -------------------------------------------- */
#topBar a:active{ color: #292B2F; text-decoration: none; font-size: 0.8em;}
#topBar a:link{ color: #292B2F; text-decoration: none; font-size: 0.8em;}
#topBar a:visited{ color: #292B2F; text-decoration: none; font-size: 0.8em;}
#topBar a:hover{ color: #888A8F; text-decoration: none; font-size: 0.8em;}

#topBar{
}

#topBar ul{
	border: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#topBar ul li{
	display: block;
	float: left;
	text-align: center;
	margin-left: 5px;
}

#topBar ul li a{
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 1px 7px;
	background-color: #fff;
	display: block;
	text-align: center;
	margin: 0.1em;
	padding-left: 8px;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	border: 1px solid #fff;
}

#topBar ul li a:hover{
	border: 1px solid #EBEBEB;
}

#topBar li#active a{
	border: 1px solid #EBEBEB;
}



/* The main navigation bar --------------------------------------- */
#mainBar a:active{ color: #292B2F; text-decoration: none; font-size: 1.2em; color: #8099CC; }
#mainBar a:link{ color: #292B2F; text-decoration: none; font-size: 1.2em; color: #8099CC; }
#mainBar a:visited{ color: #292B2F; text-decoration: none; font-size: 1.2em; color: #8099CC; }
#mainBar a:hover{ color: #888A8F; text-decoration: none; font-size: 1.2em; color: #666;	 }

#mainBar{
}

#mainBar ul{
	list-style-type: none;
}

#mainBar ul li{
	display: block;
	float: left;
}

#mainBar ul li a{
	background-image: url('images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	display: block;
	margin: 0.1em;
	padding-left: 12px;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
}


/* Links -------------------------------------------------------- */
a {
	color: #008DC4;
	text-decoration: none;
}
a:link {
	color: #008DC4;
}
a:visited {
	color: #008DC4;
}
a:hover {
	color: #B50027;
	text-decoration: underline;
}

/* Main navigation bar ------------------------------------------- */
/* Make sure we clear all preceeding divs */
#mainCont {
	clear: both;
}
/* Blank space below the logo */
#mainOffer {
	float: left;
	width: 155px;
}
/* Main navigation */
#mainNav {
	float: left;
	width: 464px;
}
/* Link to Anet */
#mainAnet {
	float: right;
	width: 135px;
	font-size: 0.8em;
}


/* Containers ----------------------------------------------------- */
/* The outer container with a dark border */
#pageCont {
	width: 768px;
	margin-top: 15px;
	border: 1px solid #EBEBEB;
	background-color: #ffffff;
	text-align: left;
}
/* The inner container with a lighter border */
#innerPageCont {
	margin: 3px;
	padding: 3px;
	border: 1px solid #F4F4F4;
	background-color: #ffffff;
	text-align: left;
}
/* Floating logo container at the top left */
#topLogo {
	float: left;
	width: 155px;
	height: 54px;
}
/* Controls navigation top centre */
#topNav {
	float: left;
	width: 464px;
	height: 54px;
}
/* Search box top right */
#topSearch {
	float: right;
	width: 135px;
	text-align: right;
}

/* Crumbs bar --------------------------------------------------- */
#crumbsBar {
	clear: both;
	background-color: #F4F4F4;
	margin-top: 1em;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding: 0.3em;
	font-size: 0.8em;
}

/* Feature bar --------------------------------------------------- */
#featureBar {
	clear: both;
	height: 83px;
	background-color: #D6E8EE;
	margin-bottom: 20px;
}

/* Menu */
#theMenu {
	float: left;
	width: 160px;
}
#theMenu ul {
	list-style: none;
	margin: 0;
	margin-left: 3px;
	padding: 0px;
}
#theMenu li {
	margin: 3px;
}

/* Content ------------------------------------------------------- */
#theContent {
	margin-left: 160px;
	padding: 3px;
}

/* Fast tracks ----------------------------------------------------  */
/* The fast track container */
#theFasttracks {
	float: right;
	width: 200px;
}
/* A fast track item */
.ftItem {
	margin: 3px;
	padding: 3px;
	border: 1px solid #EBEBEB;
	font-size: 0.8em;
	background-color: #F1F4F9;
}
.ftIcon {
	float: left;
	width: 38px;
}
.ftText {
	margin-left: 40px;
}
#ftTitle {
	font-weight: bold;
	margin-left: 40px;
}


/* Footers -------------------------------------------------------- */
#footerBar1 {
	clear: both;
	font-size:1px;
	background-color: #DADADA;
	margin-top: 6px;
	height: 9px;
}
#footerBar2 {
	clear: both;
	font-size:1px;
	background-color: #F4F4F4;
	height: 6px;
}
#copyrightNotice {
	font-size: 0.8em;
	text-align: center;
}


