/* JBANetwork header */
.flylogo { 
	float:left; 
	padding-left:2px; 
}

#headerstrip {
	background:#242424;
	color:#B2B2B2;
	height:20px;
	line-height:20px;
	width:100%;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	margin: 0 auto;
}


#headerlinks  {
   margin: 0px auto;
   width: 1000px;
}


#headerlinks li {
    float:left;
    height:20px;
    line-height:20px;
    list-style-type: none;
	padding: 0 10px 0 0;
}

#headerstrip a:hover {
	color:#098CC6;
}

#headerstrip a {
	color:#B2B2B2;
	font-family:"Verdana",Arial,sans-serif;
	font-size:10px;
	padding:0 3px;
	text-decoration:none;
}

#networkLogo a {
	display:block;
	height:100%;
	width:100%;
}

/* Header styles */
#search_box {
    width: 201px;
    height: 23px;
    background: url(../images/bg_search_box.gif);
    background-repeat: repeat-x;
	float: left;
	margin-left: 120px;
	color: #333;
	margin-top: 4px;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 5px 0 0 3px;
    border: 0;
    width: 159px;
    color: #333333;
    background: none;
font-size: 10px;
}

#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #313131;
	background-image: url(../images/navbggrey.gif);
	background-repeat: repeat-x;
	height: 33px;
}

#header h1 {
	float: left; 
	font-weight: bold;
	margin: 3px 10px 0 0px; 
	color: #0099FF; 
	font-size: 19px;
}

#mainNav {
	margin: 0;
}

#mainNav li {	
	float: left;
	list-style: none;
	font: 10px verdana,Tahoma, Arial;
}

#mainNav li a {
	display: block;
	padding: 8px 10px 11px 10px;
	text-decoration: none;
	border-right: 1px solid #222;
	font-weight: bold;
	color: #EAFFED;
	white-space: nowrap;
	background-image: url(../images/navbggrey.gif);
	background-repeat: repeat-x;
}

#mainNav li a:hover {
   color: #fff;
   background: #0099FF;
   background-image: url(../images/navbg.gif);
   background-repeat: repeat-x;
}

#mainNav li a.active {
   color: #fff;
   background: #0099FF;
   background-image: url(../images/navbg.gif);
   background-repeat: repeat-x;
}
		
#mainNav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}
		
#mainNav li ul li {
	float: none;
	display: inline;
}
		
#mainNav li ul li a {	
	width: 111px;
	background: #222;
	margin-left: -1px;
	opacity: .95;
}
		
#mainNav li ul li a:hover {
	background: #666;
}

#headerBoxLogin {
	float: right;
	color: #eee;
	padding-right: 15px;
}

.newMessages {
	padding: 3px;
	font-weight: bold;
	background: url(../images/emailIcon.gif);
	background-repeat: no-repeat;
	background-position: center;
}