/* css for Index page Tamar HR site */


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


/* ***** Index Page over rides ***** */
body { 
 background: #fff url('images/bg_hm-page.png') repeat-x 0 0;
}
#wrap-in {
  background: url('images/bg_hm-pagepic.jpg') no-repeat 50% 100%;
/*  background: url('images/bg_hm-pagepic.jpg') repeat-x 50% 100%; */
}
#left .bx h1 {  
 color: #c96; 
}

.bx p {  
/* font-size: 1.35em;
 line-height: 1.7em; */
 margin-top: 1.0em;
}

/* ***************************** */

#who ul {
 margin-left: 18px;
}
*:first-child+html #who ul {
 padding-bottom: 20px;  
}

#who li {
 float: left;
 width: 272px;
 margin-right: 12px; 
 margin-bottom: 20px;
 background: url('images/bg_who.png') repeat-x 0 0; 
}
#who li.wleft {
 background: url('images/bg_who-left.png') repeat-x 0 0; 
}
#who li.wright {
 background: url('images/bg_who-right.png') repeat-x 0 0; 
}

#who dl {
 background: url('images/bg_overline.png') repeat-x 75% 0;
 width:100%;
 padding-top: 20px;
 min-height: 320px;
}
#who dt {
 color: #fff;
 font-size: 2.0em;
 line-height: 1.25em;
 padding-bottom: 0.25em;
 margin: 0 5% 0.5em ; 
 text-indent: -5%;
}
#who dd {
 font-size: 1.25em;
 line-height: 1.7em;
 margin: 0.25em 5% 0.75em; 
}
.wbox h2 {
 color: #c96; 
}
blockquote {
  width: 254px;
  margin: 20px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
 letter-spacing: 0.02em;
  font-family: Arial, Helvetica, sans-serif;
  background: transparent url('images/quoteopen.png') no-repeat 0 0; 
}
blockquote div {
  padding: 0 18px;
  background: transparent url('images/quoteclose.png') no-repeat 100% 100%; 
}
blockquote {
  width: 290px;

}
