
#rigcount { 
 position: relative;
 width:324px;
 height:248px;
 background: #eee; 
}
#rigcountheader { 
 margin:0;
 padding:1em 0 0 0;
 font-size:150%;
 text-transform:uppercase;
 text-align:center; 
}
#graphContainer {
 position: relative;
 background:#fff;
 width:100%;
 height:100%;
}
#graph { position: relative;left: 10px; width:245px;margin: 0 auto; }
#grphlabel { position: absolute; top: 200px; left: 70px; }

.value { 
  font-weight: bold;
  height: 25px;
}
.year { font-weight: bold; padding: 3px; }
.weeks { padding-left: 40px; }
.bar { text-align: center; }
#bar1, #bar2, #bar3, #bar4, #bar5, #bar6, #bar7, #bar8 {
 position: absolute;
 width: 15px;
 background: #037;
}

  
#bar1 {
  
  top: 49px; left: 10px;
  height: 126px;
  
}
#bar2 {
  left: 40px;
  
  top: 45px; 
  height: 130px;
  
}
#bar3 {
  left: 70px;
  
  top: 40px; 
  height: 135px;
  
}
#bar4 {
  left: 100px;
  
  top: 38px; 
  height: 137px;
  
}
#bar5 {
  left: 130px;
  
  top: 215px; 
  height: -40px;
  
}
#bar6 {
  left: 160px;
  
  top: 215px;
  height: -40px;
  
}
#bar7 {
  left: 190px;
  
  top: 215px;
  height: -40px;
  
}
#bar8 {
  left: 220px;
  
  top: 93px;
  height: 82px;
  
}

#label1, #label2, #label3, #label4, #label5, #label6, #label7, #label8 {
  position: absolute;
  top: 180px;
} 
#label1 { left: 12px; }
#label2 { left: 42px; }
#label3 { left: 72px; }
#label4 { left: 102px; }
#label5 { left: 132px; }
#label6 { left: 162px; }
#label7 { left: 192px; }
#label8 { left: 222px; }

#value1, #value2, #value3, #value4, #value5, #value6, #value7, #value8 {
  position: absolute;
  left: -30px;
}
#value1 { top: 33px; }
#value2 { top: 53px; }
#value3 { top: 73px; }
#value4 { top: 93px; }
#value5 { top: 113px; }
#value6 { top: 133px; }
#value7 { top: 153px; }

#line1, #line2, #line3, #line4, #line5, #line6, #line7, #line8 {
  position: absolute;
  width: 245px;
  height: 1px;
  overflow: hidden;
  background: #ccc;
}
#line1 { top: 175px; }
#line2 { top: 155px; }
#line3 { top: 135px; }
#line4 { top: 115px; }
#line5 { top: 95px; }
#line6 { top: 75px; }
#line7 { top: 55px; }
#line8 { top: 35px; }
