@charset "UTF-8";
/* CSS Document */

#navBox { behavior: url(/includes/iepngfix.htc) }
	
#navBox a:link, #navBox a:visited, #navBox2 a:link, #navBox2 a:visited {color: #c2d8e5;}
#navBox a:hover, #navBox a:active, #navBox2 a:hover, #navBox2 a:active {color: #fff;}

#navBox {
	height: 65px;
	background: url(../images/navBackRL.png) no-repeat;
	overflow: hidden;
	}

#mainNav {
	width: 581px;
	height: 65px;
	}	
	
.topLevelNav {
	display: block;
	height: 36px;
	}
#navcompany a.topLevelNav {background: url(../images/navCompany.gif) no-repeat;
	width: 117px;}
#navservices a.topLevelNav {background: url(../images/navServices.gif) no-repeat;
	width: 88px;}
#navproperties a.topLevelNav {background: url(../images/navProperties.gif) no-repeat;
	width: 106px;}
#navnews a.topLevelNav {background: url(../images/navNews.gif) no-repeat;
	width: 64px;}
#navcareers a.topLevelNav {background: url(../images/navCareers.gif) no-repeat;
	width: 84px;}
#navlbacares a.topLevelNav {background: url(../images/navLBAcares.gif) no-repeat;
	width: 122px;}


/* -------------------- EVOLVE -------------------- */	
#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav a {
	display: block;
}

#mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
}	

#mainNav li ul {
	position: absolute;
	z-index: 9999;
	width: 630px;
	margin-left: 10px;
	left: -999em;
}

#mainNav li ul li {
	padding-bottom: 5px;
}
#mainNav #navlbacares ul {
	width: 500px;
	}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

#mainNav li ul a {
	padding: 5px 10px 10px 0;
	}
#mainNav li.sfhover a{
	background-position:0px -36px;
}

/*#mainNav li.selected a{
	background-position:0px -36px;
}*/

	
/* -------------------- SEARCH -------------------- */	
#searchBox {
	width:169px;
	display: block;
	position: relative;
	left: 680px;
	top: -52px;
	}

.searchInput {
	width: 169px;
	height: 19px;
	}
.searchInput input {
	width: 169px;
	height: 17px;
	color: #6091b3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	background: none;
	border: 0;
	}


.searchSubmit {
	width: 76px;
	height: 16px;
	margin-left: 78px;
	}
