﻿/********************************************/
/*         Written by: Lars Astrom          */
/*         2007 - A3 IT Solutions           */
/*         BRG Layout Styles                */
/********************************************/

/* General Styles */
body, html{
  width:100%;
  background:#eeeeee url(/images/background.jpg) repeat-y center top;
  text-align:center;
  margin:0 0 0 0; 
}

#container{
  width:954px;
  margin:0 auto 0 auto;
  text-align:left; 
}

#header{
  width:879px;
  height:90px;
  padding:10px 0 0 75px;
  background:url(/images/header/background.jpg) no-repeat bottom left; 
}

#utilityNav{
  margin:65px 7px 0 0;
  float:right; 
}

#tagline{
  width:555px;
  margin:8px 0 0 0;
  text-align:right;
}

#icon{
  float:left;
  width:140px; 
  margin:49px 0 0 16px;
}

#mainImage{
  float:left;
  margin:49px 0 0 0; 
}

#careerPositions{
  width:260px;
  float:left;
  margin:65px 15px 0 15px; 
}

#footer{
  width:954px;
  clear:both;
  padding:15px 0 15px 0;
  text-align:center; 
}

/* Home Page Styles */
#homeContainer{
  width:954px;
  margin:0 auto 0 auto;
  text-align:left; 
  background:url(/images/home/main.jpg) no-repeat top right;
  background-color:#f9f9f9;

}

#homeHeader{
  width:879px;
  height:90px;
  padding:10px 0 0 75px;
  background:url(/images/header/homeBackground.jpg) no-repeat bottom left; 
}

#homeNavigation{
  width:621px;
  height:178px;
  padding:49px 0 0 12px;
  margin:0 0 0 1px;
  background:url(/images/home/navigation.jpg) no-repeat; 
}

#homeText{
  width:667px;
  padding:12px 0 0 16px;
  border-top:1px solid #e1c4ab;
}

/* Utility Navigation Styles */
#A1{
  width:35px;
  height:12px;
  display:block;
  float:left;
  margin:0 2px 0 2px;
  padding:5px 0 0 10px;
  color:#000000;
  background:url(/images/utilityNav/home.jpg);
  
}
#A1:hover{
  color:#ffffff;
  background:url(/images/utilityNav/home_ro.jpg);
}

#A2{
  width:65px;
  height:12px;
  display:block;
  float:left;
  margin:0 2px 0 2px;
  padding:5px 0 0 10px;
  color:#007f5e;
  background:url(/images/utilityNav/restaurants.jpg);
}
#A2:hover{
  color:#ffffff;
  background:url(/images/utilityNav/restaurants_ro.jpg);
}

#A3{
  width:43px;
  height:12px;
  display:block;
  float:left;
  margin:0 2px 0 2px;
  padding:5px 0 0 10px;
  color:#c3983f;
  background:url(/images/utilityNav/careers.jpg);
}
#A3:hover{
  color:#ffffff;
  background:url(/images/utilityNav/careers_ro.jpg);
}

#A4{
  width:59px;
  height:12px;
  display:block;
  float:left;
  margin:0 2px 0 2px;
  padding:5px 0 0 10px;
  color:#8e2a32;
  background:url(/images/utilityNav/contact.jpg);
}
#A4:hover{
  color:#ffffff;
  background:url(/images/utilityNav/contact_ro.jpg);
}