/*Print CSS*/

/* This stylesheet consists of those sections of each page we want to hide when printing */

body{font: normal 9pt Arial, sans-serif;}
#head *{display:none;}
#head #logo{display:block;}
#browseBlock{display:none;}
#breadCrumb{display:block; margin:20px 0;}
#breadCrumb form{display:none;}
#ContentBlockTop{margin:20px 0;}
#contentBlockTop img{display:none;}
#contentBlockTop #vacanciesHeader{display:block;}
#contentBlockTop #brandLogo{display:block;}
#contentBlockBottom{display:none;}
#page{width:760px;}
#toolsColumn{display:none;}

h2{
  font-size:1.4em;
}

h3{
  font-weight:bold;
  font-size:1.2em;
}

#contentBlockTop p{
  margin:15px 0;
  line-height:1.2em;
}


#contentBlockTop ul{
  list-style-image: url(../img/bullet_o_dot.gif);
  margin:10px 0 10px 20px;
}

#contentBlockTop li{
  margin:15px 0;
  line-height:1.2em;
}


