/* Curved cutout Borders*/
#boxes{
	vertical-align:top;
	margin:0;
}
#boxes td{
	padding:0 0 5px 5px;
}
.curved {
  background: transparent; 
  width:100%;
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4{
	display:block; 
	overflow:hidden;
	font-size:1px;
}
.curved .b2, .curved .b3, .curved .b4, .curved .boxcontent{
	background:#fff;
}
.curved .b1 { 
  height:1px; 
  margin:0 5px; 
  background:#000;
  }
.curved .b2 { 
  height:1px; 
  margin:0 3px;  
  border-left:2px solid #000; 
  border-right:2px solid #000;
  height:1px;
  }
.curved .b3 {
  height:1px; 
  margin:0 2px;
  border-left:1px solid #000; 
  border-right:1px solid #000; 
  margin:0 2px;
  }
.curved .b4 { 
  height:2px; 
  margin:0 1px;
  border-left:1px solid #000; 
  border-right:1px solid #000;  
  border-width:0 1px;
  }
.curved .boxcontent {
  display:block; 
  border:0 solid #000; 
  border-width:0 1px;
  }
  
div#centre div#content div.curved div.boxcontent div#contentMain dl.jobDesc{ margin:0 0 5px 0; padding:0;}
div#centre div#content div.curved div.boxcontent div#contentMain dl.jobDesc dt{ font-weight: 900; margin-bottom:5px;}
div#centre div#content div.curved div.boxcontent div#contentMain dl.jobDesc dd{ background:url(../images/bullets.gif) no-repeat 0 3px; margin:0 0 5px 5px; padding:0 0 0 18px; line-height:140%;}