/* css for Profile page Tamar HR site */


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


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

.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_long.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: 540px;
}
#who dt {
 color: #fff;
 font-size: 2.0em;
 line-height: 1.25em;
/* padding-bottom: 0.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: #99c; 
}
