/*=== Setup ===*/
*, html{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-color:#9bacc3;
	color: #16436d;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 43px 0 0;
}
a{
	color: #16436d;
	text-decoration: none;
}
* html a{
	position: relative;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}

#navigation li{
	list-style: none;
}

#page ul{
margin-left:10px;
padding-left:5px;
}

#page ol{
margin-left:10px;
padding-left:5px;
}

#page li{
padding-left:5px;
margin-left:10px;
}


/*=================== Layout ====================================*/
#page, #navigation, #footer{
	margin:auto;
width: 900px;
}
#page{
	background: url(images/page-bgr.gif) repeat-y;
}

/*=== Header ===*/
#header{
	height: 60px;
	margin:auto;
	margin-top:-30px;
    position: relative;
	width: 900px;
}
/*- Logo -*/
#header h1{
	background-image:url(images/globalExHeader.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 66px;
	width: 299px;
}
/*====================================== Navigation ===============================*/
#navigation{
	background: url(images/page-top.gif) no-repeat top;
	background-color:#ffffff;
	height: 44px;
}


/*-------------------------------- Top Menu ---------------------------------------------------------------------------------------------------------------------*/
#mainTopMenu .menu-top{
	color: #ffffff;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 12px 12px 0;
	position: relative;
	text-transform: uppercase;
}
* html #mainTopMenu .menu-top a{
	position: static;
}
#mainTopMenu .menu-top li{
	float: left;
	height: 24px;
}
#mainTopMenu .menu-top li a{
	color: #ffffff;
	display: block;
	line-height: 24px;
	margin: 0 10px 0 0;
	padding: 0 18px 0 20px;
}
#mainTopMenu .menu-top li a:hover, #mainTopMenu .menu-top li #current a{
	color: #7DABD6;
	text-decoration: none;
}

#mainTopMenu{
	padding:0;
	margin:0;
}

#mainTopMenu ul{
	padding:0;
	margin:0;
}

#mainTopMenu .menu-first{
	display:none;
}


#mainTopMenu .ABOUT{
	background-image:url(images/aboutus.jpg);
	background-repeat:no-repeat;
	height:22px;
	float:left;
	padding-left:20px;
	width:140px;
	margin-left:18px;
}

#mainTopMenu .SERVICES{
	background-image:url(images/industries.jpg);
	background-repeat:no-repeat;
	height:22px;
	float:left;
	padding-left:10px;
	width:170px;
}

#mainTopMenu .SECTORS{
	background-image:url(images/sectors.jpg);
	background-repeat:no-repeat;
	height:22px;
	float:left;
	padding-left:15px;
	width:160px;
}

#mainTopMenu .PARTNERS{
	background-image:url(images/partners.jpg);
	background-repeat:no-repeat;
	height:22px;
	float:left;
	padding-left:15px;
	width:170px;
}

#mainTopMenu .RESOURCES{
	background-image:url(images/resources.jpg);
	background-repeat:no-repeat;
	height:22px;
	float:left;
	padding-left:15px;
}


	/*------------------------------------------ Subpage Menu ------------------------------*/
	#subTopMenu .menu-top{
	clear: both;
	font-size: 11px;
	padding: 8px 0 0 28px;
}
	#subTopMenu .menu-top li{
	float: left;
	margin: 0 23px 0 0;
}
	#subTopMenu .menu-top li a{
	font-weight:bold;
	color:#666666;
}
/*==------------------------------------= Title =------------------------------------==*/
#title{
	background: url(images/title.jpg) no-repeat;
	border-top: 6px solid #ffffff;
	height: 120px;
	margin: 0 0 5px;
}
/*=== Columns ===*/
#columns{
	background: url(images/columns-bgr.gif) #f5f5f5 repeat-x top;
	padding: 0;
	padding-top:10px;
	width:870px;
	margin-left:10px;
	padding-left:10px;
}
#columns h2{
	color: #16436D;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
#columns h4{
	font-weight: bold;
	font-size: 14px;
	margin-top: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#columns p{
	padding: 10px 0 0;
}

/*--------------------------------------- Center Column ---------------------------------------------------------*/
#centercol{
	float: left;
	width: 320px;
}

/*--------------------------------- Right Column ---------------------------------------------------------*/

#rightcol{
	float: right;
	width:538px;
}
#rightcol h3{
	font-size: 11px;
}


/*=== Styling Boxes ===*/
.box{
	background: #16436d;
	color: #ffffff;
	margin: 3px 0 10px;
	width: 420px;
}
.box a{
	color: #ffffff;
}
.box .spacer{
	padding: 0 10px;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 19px;
	overflow: hidden;
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top;
}



/*=================================== Footer ====================================*/
#footer{
	background: url(images/page-bot.gif) no-repeat top;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	height: 46px;
	text-align: center;
	text-transform: uppercase;
	width:900px;
}
#footer a{
	color: #9caeb4;
}
#footer ul{
	padding: 11px 0 0;
}
#footer li{
	display: inline;
	padding: 0 15px;
}

#underFooter{
width:900px;
margin:auto;
}

#privacy{
float:left;
width:350px;
padding: 5px 0;
}

#privacy a{
color:#103962;
}

#copyright, .copyright a{
	color: #103962;
	font-weight: bold;
	padding: 5px 0;
}


#bottomLogo{
	width:200px;
	height:64px;
	margin:auto;
	text-align:right;
               float:right;
position: relative;
}

#bottomLogo img{
	padding-right:40px;
	margin-top:-30px;
position: relative;
}


/*--------------------------------- Bottom Bar ---------------------------------------------------------*/

#bottomBar{
	background-image:url(images/bottomBar.jpg);
	background-repeat:no-repeat;
	width:880px;
	height:161px;
	clear:both;
	position:relative;
	margin-left:-10px;
}

#bottomBar #bottomLeft{
	float:left;
}

#bottomBar #bottomMiddle{
	float:left;
	width:340px;
	height:135px;
	padding:10px;
	color:#FFFFFF;
	padding-left:15px;
}

#bottomBar #bottomMiddle h3{
	background-image:url(images/middleGreyBack.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:21px;
	padding-top:1px;
padding-left:5px;
	margin-left:-5px;
	padding-bottom:10px;
	color:#003366;
	font-size:15px;
}
#bottomBar #bottomMiddle td{
	line-height: 20px;
}
#bottomBar li{
	margin-bottom: 8px;
}

#bottomBar #bottomRight{
	float:left;
	width:140px;
	height:135px;
	padding:10px;
	color:#FFFFFF;
}

#bottomBar #bottomRight h3{
	background-image:url(images/rightGreyBack.jpg);
	background-repeat:no-repeat;
	width:140px;
	height:21px;
	margin-left:-5px;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:10px;
	color:#003366;
	font-size:15px;
}

#bottomBar a{
text-decoration:none;
color:#ffffff;
}

#bottomBar a:Hover{
color:#7DABD6;
}



/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}