@charset "utf-8";
/* CSS Document */

body { background: #dee0e0; 
font-family: Arial, Helvetica, sans-serif; 
text-align: center;
padding: 0px;
margin: 0px;
}

.container{
width:960px;
text-align:left;
margin:auto;
background:url(Images/countainerbg.gif);
}

.header{
height: 181px;
background:url(Images/headerbg.gif);
padding: 13px 0 0 10px;
}

.header h1{
display:none;
}

.content{
background:url(Images/navbg.gif) top right no-repeat; margin:0 10px; padding: 0px 0px 0 20px;
}

.clearer { clear: both; }

.text{ margin-right: 330px; margin-top: 30px; padding: 10px 20px 30px 0; border-right: #abc1ea solid 1px;
}
.text h1{color:#0066cc; font-size: 1.6em;}

.rightcolumn{ width: 318px; float:right; padding: 30px 10px 0 0;}

.nav{ padding-left: 200px; }
.nav ul{list-style:none; padding:0; margin:0;
}
.nav li{ float: left; display:block; height: 39px;}
.nav span{ display:none;}
.nav a { float:left; display:block; height:39px; }
.nav a:hover, .nav a:focus { background-position:0 -39px; }
.nav a.welcome {width:128px; background-image:url(Images/welcomea.gif);}
.nav a.about {width:129px; background-image:url(Images/abouta.gif);}
.nav a.opp {width:196px; background-image: url(Images/opp.gif);}
.nav a.apply {width:169px; background-image:url(Images/applya.gif);}




.footer { clear: both; background: #dee0e0 url(images/footerbg.gif) top repeat-x; font-size: 0.85em; padding: 30px 0 10px 20px; }
.footer a { margin: 0 0.3em; position: relative; }
.footer a img { border: none; float: left; margin: -5px 7px 0 0px; position: relative; }
.footer a.hayslogo { border: none; }


