/*

HEADER MENU CSS

*/

.horizontal-list ul
{
	overflow: visible;
}

.horizontal-list li
{
	float: left;
}


#searchTerm, #portfolio-search-form, #team-search-form, .searchInput
{
	border: solid 1px #DADADC;
	height: 23px;
	width: 154px;
	padding: 0 0 3px 6px;
	margin: 0px -1px 0 0;
	color: #A7A9AC;
	display: inline;
	vertical-align: top;
	position: relative;
	z-index: 100;
}

.navigation #searchTerm
{
	margin: 0px -4px 0 0;	
}

.search-glass
{
	width: 29px;
	height: 28px;
	background-color: #F3F3F4;
	background-image: url(/asset/image/icon/search-glass.png);
	border: solid 1px #DADADC;
	/*
	padding: 0;
	margin: 0px 0 0 0;
	*/
	display: inline;
	vertical-align: top;
	position: relative;
	z-index: 50;
}

#header #locale-selector
{
	position: absolute;
	top: 25px;
	/*left: 165px;*/
    right: 530px;
	width: 157px;
	height: 23px;
	border: solid 1px #d8dadd;
	cursor: pointer;
}

#header #locale-selector > .selected-locale
{
	width: 123px;
	height: 11px;
	padding: 6px 0px 6px 8px;
	color: #88898c;
	float: left;
	background: #FFF;
	font-size: 11px;
}

#header #locale-selector > .select-arrow
{
	width: 25px;
	height: 23px;
	border-left: solid 1px #d8dadd;
	float: right;	
	background: url(/asset/image/icon/select-arrow.png) no-repeat top left;
	text-indent: -9999px;
}
#header #locale-selector > .locale-options
{
	position: absolute;
	width: 157px;
	height: auto;
	top: 24px;
	left: -1px;
	display: none;	
	background: #FFF;
	border: solid 1px #d8dadd;
	z-index: 10;
}

#header #locale-selector > div.locale-options > a > span.locale-option
{
	display: block;
	width: 141px;
	padding: 8px;
	font-size: 11px;
}

#header #locale-selector > div.locale-options > a:hover > span.locale-option
{
	background-color: #f3f3f4;
}

#header #intel-links
{
	float: right;
	margin-top: 26px;
    color: #FFF;
}

#header #intel-links li
{
	padding-right: 16px;
	padding-bottom: 2px;
	margin-right: 6px;
	/*border-right: solid 2px #fff;*/
    /*border-right: solid 2px #0173ce;*/
	margin-top: 4px;
}

#header #intel-links li.last, #header #intel-links li.search-form
{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#header #intel-links li.search-form
{
	margin-top: -2px;	
	margin-left: 20px;
}

#header #intel-links li a
{
	display: block;
    color:#fff;
}

#header #main-menu
{
	width: 940px;
	/*position: absolute;*/
	bottom: 0;
	right: 0;
    position: relative;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    top:60px;
    z-index:-1;
	/*padding-left: 100px;*/
}

#header #main-menu > ul > li.menu-spacer{
	/*width: 150px;*/
    width: 0px;
	border: none;
	/*background-color: #0071c5;*/
    background-color: #00aeef;
}

#header #main-menu > ul > li.menu-spacer:hover{
	/*background-color: #004280;*/
    background-color: #0071c5;
}

#header #main-menu > ul > li
{
  float: left;
  /*width: 157px;*/
  width: 187px;
  height: 50px;
  /*background-color: #0071c5;*/
  background-color: #00aeef;
  border-left: 1px solid #fff;
}

#header #main-menu > ul > li.selected
{
 /*background-color: #004280;*/
 background-color: #0071c5;
}



#header #main-menu > ul > li:hover
{
	/*background-color: #004280;*/
    background-color: #0071c5;
	cursor: pointer;
}

#header #main-menu > ul > li:hover > ul
{
	display: block;
}

#header #main-menu > ul > li > a
{
	display: block;
	padding: 18px 10px 0 10px;
	/*height: 46px;*/
    height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px; 
	font-weight: bold;
}

#header #main-menu > ul > li > ul
{
	display: none;	
}

#header #main-menu > ul > li > ul > li
{
	/*width: 158px;*/
    width: 187px;
	/*background-color: #004280;*/
    background-color: #0071c5;
    position:relative;
    z-index:999;
}

#header #main-menu > ul > li > ul > li.single-line > a
{
	padding: 19px 24px 18px 24px;
}

#header #main-menu > ul > li > ul > li:hover
{
	background-color: #b1babf;
	color: #fff;
}

#header #main-menu > ul > li > ul > li > a
{
	display: block;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
}


/*

FOOTER MENU CSS

*/

#footer .navigation
{
	overflow: hidden;
}

#footer-menu
{
	float: left;
	margin-top: 20px;	
}

#footer-menu li, #footer-menu li a
{
	color: white;	
	font-size: 12px;
}

#footer-menu li
{
	margin-right: 6px;
	padding-right: 6px;
	border-right: solid 1px white;
	overflow: visible;
	height: 14px;
}

#footer-menu li.last
{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#social-links
{
	float: right;
	margin-top: 12px;
}

#social-links li
{
	border-right: solid 1px white;	
}

#social-links li.last
{
	border-right: none;	
}

#sitemap
{
	overflow: hidden;	
}

#sitemap > div
{
	overflow: hidden;	
}

#sitemap > div > div
{
	float: left;
	padding-right: 50px;	
}

#sitemap .left
{
	padding-top: 20px;
	margin-top: 20px;
	border-right: solid 1px #e4e5e6;
	width: 522px;
	float: left;
}

#sitemap .right
{
	padding-top: 20px;
	margin-top: 20px;
	width :400px;
	float: right;
}

#sitemap ul
{
	margin-bottom: 20px;	
}

#sitemap ul li.header a
{
	color: #303030;
	font-weight: bold;
	font-size: 12px;
}

#sitemap ul li a
{
	color: #5e6164;
	font-size: 12px;
}