/*

HEADER MENU CSS

*/

/* override */

.adjust-font a{
	font-size:16px !important;
}

.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: 159px;
	padding: 0 0 3px 6px;
	margin: 0px -5px 0 0;
	color: #A7A9AC;
	display: inline;
	vertical-align: top;
}

.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;
}

#header #locale-selector
{
	position: absolute;
	top: 25px;
	left: 165px;
	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;
}

#header #intel-links li
{
	padding-right: 6px;
	padding-bottom: 2px;
	margin-right: 6px;
	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;
}

#header #main-menu
{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#header #main-menu > ul > li.selected
{
  background-color: #004280;
}

#header #main-menu > ul > li
{
  float: left;
  width: 157px;
  height: 70px;	
  background-color: #00aeef;
  border-left: 1px solid #fff;
}

#header #main-menu > ul > li.menu-spacer{
	width: 308px;
	border: none;
	background-color: #00aeef;
	cursor: default!important;
}

#header #main-menu > ul > li.menu-spacer:hover{
	width: 308px;
	border: none;
	background-color: #00aeef;
	cursor: default!important;
}




#header #main-menu > ul > li:hover
{
	background-color: #004280;
}

#header #main-menu > ul > li:hover > ul
{
	display: block;
}

#header #main-menu > ul > li > a
{
	display: block;
	padding: 24px 10px 0 10px;
	height: 46px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-family: Intel, verdana, helvetica, sans-serif;
	font-size: 16px; 
}

#header #main-menu > ul > li > ul
{
	display: none;	
}

#header #main-menu > ul > li > ul > li
{
	width: 158px;
	background-color: #00aeef;
}

#header #main-menu > ul > li > ul > li:hover
{
	background-color: #b1babf;
}

#header #main-menu > ul > li > ul > li.single-line > a
{
	padding: 19px 24px 18px 24px;
}

#header #main-menu > ul > li > ul > li:hover
{
	background-position: bottom left;
	color: #0065b1;
}

#header #main-menu > ul > li > ul > li > a
{
	display: block;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-family: Intel, verdana, helvetica, sans-serif;
	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;
}