.readMoreLink{ /* "Read More" links should be right aligned and pushed down from the main text */
  text-align: right;
  margin-top: 17px;
  padding-bottom: 10px;
}
#mainImage {
  float: right;  
  width: 596px;
  border: 1px solid #b3b9b7;
  padding: 10px; 
  margin-bottom: 5px;
}
#mainImage img{/* Stop browser drawing border around image map */
  border: none;
}

/* 'Left' section */
/**************************************/
#left {  /* Wraps entire left section */
  float: left;
  width: 297px;   
}
/* Side bar
/**************************************/
.sideBar{
  background-image: url('images/sideBar.png');
  border: 1px solid #b3b9b7;
  padding: 6px 16px;
  margin: 10px 0px;
  cursor: pointer; /* Div is made clickable in javascript so change cursor on mouse over */
}
.sideBar a{
  color: #515f60;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.sideLinks{
  color: white;
  font-size: 20px;
  font-weight: 500;
  background-color: #c8c5c0;
  padding: 6px 16px;
  margin: 10px 0px;
}
#electorialArea{    
  margin: 10px;  
}
#highlightedZoneText{
  color: #515f60;
  background-color: #d0ddc9;
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 5px;
}

/* 'Right' section, under main image. */
/**************************************/
#right {  
  float: right;
  width: 304px;  
  color: #40433c;
  background-color : #d0ddc9; 
}

#right h1{  
  font-size: 20px;
  font-weight: 500;
  background-image: url('images/rightHeading.png');
  border: 1px solid #575d5b;
  padding: 6px 16px;
  margin: 0px;
}

#right h2{
  padding: 10px 10px 1px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
}

#right p{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: Verdana, Tahoma, Helvetica, Arial;
}

/* 'Petition' section - not used at the moment */
/***********************************************/
#right .petition{
  color: #515f60;
  font-size: 30px;
  font-weight: 500;
  background-color: #d0ddc9;    
  padding: 6px;  
  margin-top: 20px;
}

#right .addYourSupport{
  color: #697e57;
  font-size: 16px;
  font-weight: 500;
  font-family: georgia,garamond,serif;
}

.petition .emailInput {
  padding: 5px;
  border: none; 
  color: #999;
  font-size: 12px;
  width: 235px;
}

.petition .mobileInput {
  padding: 5px;
  border: none; 
  color: #999;
  font-size: 12px;
  width: 170px;
}

.petition .button{
    height: 25px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border: none;
    background: #90a083;
}

.petition form{
  padding-left: 10px;   
}


/* 'Centre' section, under main image. */
/***************************************/
#centre {
  float: right;
  margin-right: 10px;
  width: 304px;  
  color: #40433c;
  background-color: #dfd7d4;
}

#centre h1{  
  font-size: 20px;
  font-weight: 500;
  background-image: url('images/centreHeading.png');
  border: 1px solid #575d5b;
  padding: 6px 16px;  
  margin: 0px;
}

#centre h2{ 
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 1px;
  margin-top: 0px;
}

#centre p{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: Verdana, Tahoma, Helvetica, Arial;
}
#centre ul{
  font-size: 12px;
  font-weight: 500;
  font-family: Verdana, Tahoma, Helvetica, Arial;
  line-height: 150%;
  list-style-position: inside;
  padding-left: 1.1em;
  padding-right: 5px;
  margin: 0px;
}
