/* CSS Document */

/*HTML ELEMENTS*/
body{
background-color:#676767;
margin:50px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#bfbfbf;
}
ul{
padding:0;
margin:0;
}

li{
text-align:left;
line-height:20px;
}


a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a:active {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

/*DESIGN ELEMENTS*/
#main-bg{
width:687px;
height:547px;
background-image:url(../images/bg.gif);
background-position:center;
background-repeat:no-repeat;
margin:0 auto;
}

#content-area{
width:639px;
height:393px;
margin:0 auto;
padding:23px 8px 8px 8px;
}

#content{
/*width:473px;
height:393px;*/
padding:3px;
float:left;
}

#text{
/*width:473px;
height:350px;*/
padding:6px;
float:left;
/*text-align:justify;*/
margin-top:10px;
}

#navigation{
float:right;
width:150px;
padding:3px;
position:relative;
top:185px;
}

#logo-bar{
width:639px;
height:74px;
background-image:url(../images/title-bar.gif);
background-position:center;
background-repeat:no-repeat;
margin:0 auto;
}

#footer{
background-image:url(../images/footer.gif);
width:687px;
height:16px;
background-repeat:no-repeat;
background-position:top;
margin:0 auto;
}

#scroller{

width:15px;
float:left;
}

#scroller a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#bfbfbf;
text-decoration:none;
}

/*CLASSES*/

.heading{

border:1px solid #5a5a5a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.title{
background-color:#1c1c1c;
border:1px solid #5a5a5a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}

a.careers-link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:underline;

}