/*css references (rgb):
blue: 0,108,182
green: 115,193,103
brighter blue: 40,171,226
*/

*{
  margin:0;
  padding:0;
}

img{
  border:0;
}

body{
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size:1em;
  background-color:#E4F2E1;
}

#wrapper{
  background-color:#fff;
  width:900px;
  margin:0 auto;
  padding:0 50px;
  min-height:600px;
}

#head{
  height:190px;
  margin-bottom:1em;
}

#leftbar{
  float:left;
  width:159px;
  font-size:0.8em;
}

#leftbar ul, #leftbar ul li{
  list-style:none;
}

#leftbar ul{
  margin-bottom:1em;
}

#leftbar ul li a{
  display:block;
  color:#fff;
  text-decoration:none;
  background:url(../images/nav_normal_solid.gif) no-repeat;
  padding:0.3em 0 0.3em 2em;
  padding-bottom:0.3em;
  margin-bottom:1px;
}

#leftbar ul li a:hover, #leftbar .selected{
  background:url(../images/nav_hover_solid.gif) no-repeat;
}

#rightbar{
  float:right;
  width:163px;
  text-align:right;
}

#rightbar h2, #leftbar h2, #mediabox h3{
  font-size:0.7em;
  font-weight:normal;
  margin-bottom:20px;
}

#rightbar img{
  margin-bottom:40px;
}

.newsbox{
  background-color:#D4EFFA;
  margin:10px 0;
  font-size:0.8em;
  text-align:left!important;
}

.newsbox h3{
  color:#fff;
  background-color:#006CB5;
  font-size:1em;
  padding:5px 10px;
}

.newsbox p{
  padding:5px 10px;
}

#content{
  margin:0 170px;
  font-size:0.8em;
  padding-bottom:1em;
}

#content p{
  margin-bottom:1em;
}

.greenlist{
  list-style:none;
  margin:0!important;
}

#content ul{
  list-style-type:square;
  margin:10px;
  padding:10px;
}

.greenlist li{
  background-color:#E4F2E1;
  margin-bottom:1px;
  padding:5px 10px;
  list-style:none;
}

#content strong, #content h2, #content a, #content h1, #content h3{
  color:#016BB7;
}

#content h2{
  font-size:1.5em;
  margin-bottom:10px;
}

#content a{
  font-weight:bold;
  text-decoration:none;
}

#content a:hover{
  color:#73AFDA;
}

.prices{
  border-top:1px solid rgb(118,177,224);
  border-left:1px solid rgb(118,177,224);
  margin-bottom:10px;
}

.prices td, .prices th{
  border-right:1px solid rgb(118,177,224);
  border-bottom:1px solid rgb(118,177,224);
  padding:0 5px;
}

.right{
  text-align:right;
}

#mediabox{
  clear:both;
}

#mediabox h3{
  color:#000;
}

#mediabox img{
  margin-right:10px;
}

.programme_bit label{
  font-weight:bold;
  float:left;
}

.programme_bit span{
  margin-left:40px;
  display:block;
}

.greenbox{
  background-color:#E4F2E1;
}

.black{
  color:#000!important;
}

.regbox label, .box{
  float:left;
}

.regbox span{
  margin-left:140px;
  display:block;
}

.regbox .checkbox{
  padding-left:25px;
  margin-left:0!important;
}

.regbox small{
  color:#f00;
}

#content h3{
  margin-bottom:10px;
}

hr{
  border:1px solid rgb(40,171,226);
  margin-bottom:10px;
}

.sponsor_logo{
  margin-right:2px;
  margin-bottom:5px;
}

.sponsors td{
  padding:5px;
  text-align:center;
  vertical-align:center;
}

.download_link{
  background:url(../images/pdf_sprite.gif) left top no-repeat;
  padding-left:21px;
  display:block;
  width:50%;
  height:21px;
  
}

.white{
  background-position:0 -21px!important;
}
