/* CSS Document */

body{
margin:0 0 0 0px;
background:#000000;
font:"Trebuchet MS", Arial, Helvetica, sans-serif 12px normal;
color:#ffffff;
text-decoration:none;

}
a { outline: none;}

#globaldiv{
background:#000000;
}
#maindiv
{width:925px;
background:#000000;
text-align:left;
}
#logo{
background:url(../images/logo.jpg) left no-repeat;
width:362px;
height:114px;
}
/*#caps{
font-family:Arial, "Century Gothic", Arial;
font-size:14px;
font-weight:normal;
text-transform:inherit;
color:#FFFFFF;
text-decoration:none;
text-align:right;
width:800px;
padding-top:80px;
}*/
#caps{
background-image:url(../images/exploringNewOpportunities.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:910px;
padding-top:100px;
}


#menu{
background:url(../images/menubg.jpg) left repeat-x;
width:925px;
height:36px;

}
.menu
{font-family:"Trebuchet MS",Arial,"Century Gothic", Arial;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding-top:9px;
padding-left:15px;
background-image:url(../images/circles.jpg);
background-repeat:repeat-x; background-position:top;
}
#menubot{
background:url(../images/menubotbg.png) #000000 top repeat-x;
width:925px;
height:198px;
}
#black{
background:#000000;
width:925px;
border-right:0px solid #666666;
/*overflow:auto;
height:250px;*/

}
.black
{font-family:"Trebuchet MS","Century Gothic", Arial;
font-size:13px;
line-height:20px;
color:#FFFFFF;
text-decoration:none;
text-align:justify;
padding:20px;}

#grey{
background:#4C4C4C;
width:100%;
height:32px;
}
.grey
{font-family:"Trebuchet MS",Arial, "Century Gothic", Arial;
font-size:12px;
line-height:20px;
color:#EBEAEA;
text-decoration:none;
text-align:center;
text-transform:uppercase;
padding-left:20px;
padding-top:5px;
padding-right:20px;
}
.grey a{
color:#FFFFFF;
text-decoration:none}
.grey a:hover{
color:#e4e4e4;
text-decoration:underline}




.underlinemenu{
font-weight: bold;
width: 100%;

}

.underlinemenu ul{
padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;

}

.underlinemenu ul li a{
color: #e4e4e4;
text-transform:uppercase;
font:"Trebuchet MS",Arial,"Century Gothic", Helvetica, sans-serif;
font-size:13px;
padding: 6px 13px 4px 13px; /*top padding is 6px, bottom padding is 4px*/
margin-left: 20px; /*spacing between each menu link*/
text-decoration: none;
 /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-top: 3px solid #ffffff;
}
.overline {border-top: 3px solid #ffffff;}

.banner-img {position:relative; margin-bottom:49px;}
.banner-img img {width:100%;}
.banner-img h3 {position:absolute; right:0; z-index:2; bottom:15px; margin:0; font-weight:lighter; padding:15px 35px 15px 125px; color:#fff; font-family:"Trebuchet MS",Arial,"Century Gothic", Helvetica, sans-serif; text-transform:uppercase; font-size:25px; background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(53%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );}
.banner-img h3 strong {font-weight:bold;}
.black#black {width:auto; padding:0;}
.banner-img:after {content:''; background:url(../images/menubg.jpg) left repeat-x; height:36px; position:absolute; left:0; right:0; bottom:-36px;}