/* css for Contact page Tamar HR site */


/* *********** MENU *************** */
.head-r ul ul.nav li.current { /* to set page color */
 background-color: #9c9;
}
.head-r ul ul.nav li.current a { /* to set page color */
 color: #9c9;
}


/* ***** Service Page over rides ***** */
body { 
 background: #fff url('images/bg_co-page.png') repeat-x 0 0;
}
#wrap-in {
  background: url('images/bg_co-pagepic_2.jpg') no-repeat 50% 100%;
/*   background: url('images/bg_co-pagepic.jpg') repeat-x 50% 100%; */
}
#left .bx h1 {  
 color: #9c9; 
}
#left .bx-top {
 background-color: #9c9; 
}
 #left .bx-top h2  {
  color: #fff;
}

#left .bx-low {
 background-color: #c2d6eb; 
 color: #818285;
}
#left .bx-foot { /* *** This example is on the Services Page and is NOT needed there! *** */
 background-color: #9c9;
}

.wbox h2 {
 color: #9c9; 
}
#right .sidepic {
  height: 346px;
  width: 278px;
  background: url('images/pic_contact-right.jpg') no-repeat 0 0;
}
