body {
  text-align:center;
  margin:0px;
  
}

#wrapper {
  width:853px;
   margin:0 auto;
   background:url('../images/global/shadow.gif');
  background-position:center;
  background-repeat:repeat-y;
}


#bodyContainer {
  width:769px;
  margin:0 auto;
  text-align:left;
  border:1px solid #bababa;
  
 /*  border-left:1px solid #bababa;
  border-right:1px solid #bababa;  */
  
}

#header {
  
  height:61px;
  background:url('../images/global/header.jpg');
  
}

#navContainer {
  height:180px;
  background:url('../images/global/navigationBg.gif');
  
}

#featuredImage {
  height:170px;
  width:562px;
  background:url('../images/global/featuredImage.jpg');
  float:left; 
  margin-left:3px;
  margin-top:3px; 
  overflow:hidden;
  
}

#navigation {
  width:198px;
  float:right;
  
  overflow:hidden;
  
}

a#navHome {
  background:url('../images/global/navHome.jpg');
  background-position:top;
  height:32px;
}

a#navHome:hover {
  background-position:bottom;
}

a.navbutton {
  display:block;
  text-decoration:none;
  width:198px;
}

a#navAbout {
  background:url('../images/global/navAbout.jpg');
  background-position:top;
  height:27px;
}

a#navAbout:hover {
  background-position:bottom;
}

a#navClient {
  background:url('../images/global/navClient.jpg');
  background-position:top;
  height:26px;
}

a#navClient:hover {
  background-position:bottom;
}

a#navCareer {
  background:url('../images/global/navCareer.jpg');
  background-position:top;
  height:27px;
}

a#navCareer:hover {
  background-position:bottom;
}

a#navCandidate {
  background:url('../images/global/navCandidate.jpg');
  background-position:top;
  height:28px;
}

a#navCandidate:hover {
  background-position:bottom;
}

a#navContact {
  background:url('../images/global/navContact.jpg');
  background-position:top;
  height:36px;
}

a#navContact:hover {
  background-position:bottom;
}

#footer {
  height:38px;
  background:url('../images/global/footerBg.gif');
}

#footerShadow {
  height:35px;
  background:url('../images/global/footerShadow.gif');
}

#content {
  padding:5px; 
}


/* content divs */

#mainText{

width:320px;
float:left;
}


#secondaryContent{

width:226px;
float:left;
margin-left:5px;

}




#quickContactArea{
width:182px;
float:right;
margin-left:10px;
background-image:url(../images/global/contactFormBgTile.jpg);
background-repeat:repeat-y;
}

#contactFormTop{
overflow:hidden;
background-image:url(../images/global/contactFormTop.jpg);
background-repeat:no-repeat;
height:13px;
}


#contactFormContent{

/* take this height out */

}

#contactFormFields{
background-image:url(../images/global/contactFormBgTile.jpg);
background-repeat:repeat-y;
}

#contactFormText{
margin-left:15px;
margin-right:5px;
}


#contactFormFooter{
background-image:url(../images/global/contactFormFooter.jpg);
background-repeat:no-repeat;
height:19px;
}

/* client services page */

#mainTextWrapper{
float:left;
width:540px;
}

#pageHeading{
width:540px;
float:left;
clear:both;
}

#text1{
width:70%;
float:left;
}

#text2{
width:30%;
float:right;
}

#mainTextServices{
width:540px;
margin-top:5px;
float:left;
}

/* careers page */

#mainTextWrapper{
float:left;
width:540px;
}

#pageHeading{
width:540px;
float:left;
clear:both;
}

#text1.careers{
width:50%;
float:left;
}

#text2.careers{
width:50%;
float:right;
}

#mainText.careers{
width:540px;
margin-top:5px;
}

/*contact page */

#mainText.contactus{
width:250px;
}

#secondaryContent.contactus{
margin-left:15px;
}

