* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans Unicode';
}

html, body {
    height: 100%;
    margin-bottom: 1px;
    background-color: #B8C6C6;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
}

h1, h2, h3, h4 {
    margin: 0.5em 0 0.5em 0;
    color: #CC0000;
    font-weight: normal;
}

h1 {
    display: none;
}

h2 {
    font-size: 1.20em;
    color: #333333;
    font-weight: bold;
}

h2.redh2{
  color:#cc0000;
}

p {
    color: #333333;
    margin: 1em 0 1em 0;
    line-height: 155%;
    font-size: 0.9em;
}

ul, ol {
    padding: 0 0 0 40px;
}

li {
    font-size: 0.9em;
    line-height: 155%;
    color: #333333;
}

fieldset {
    border: none;
}

a img {
    border: none;
}

a, a:link, a:visited, a:active {
    color: #568B14;
}

a:hover {
    color: #2C470A;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#header {
    width: 950px;
    height: 130px;
    overflow: hidden;
    color: #003636;
}

#headerLeft {
    float: left;
    width: 159px;
}

#headerLogo {
    float: right;
}

#headerRight {
    float: left;
    width: 791px;
    height: 130px;
    font-weight: bold;
}

#headerTitle {
    text-align: center;
    width: 100%;
    font-size: 1.05em;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

#headerEmail, #headerTelephone {
    width: 395px;
    float: left;
}

#headerEmail img, #headerTelephone img {
    position: relative;
    top: 5px;
    left: -6px;
}

#headerEmail p, #headerTelephone p {
    width: 380px;
    margin: 0;
}

#headerEmail p {
    text-align: right;
    padding: 0 15px 0 0;
}

#headerTelephone p {
    text-align: left;
    padding: 0 0 0 15px;
}

#navigationWrap {
    position: relative;
    width: 950px;
    height: 37px;
/*    overflow: hidden; */
}

#navigationLeft {
    position: absolute;
    top: 0px;
    left: 0px;
}

#navigationRight {
    position: absolute;
    top: 0px;
    left: 945px;
}

#navigation {
    height: 37px;
/*    width: 950px; */
    padding: 0 0 0 3px;
    list-style: none;
    background-image: url('images/navbg.jpg');
    text-align: center;
}

#navigation li {
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    height: 37px;
    padding-right: 1px;
    position: relative;
    padding: 6px 13px 0 12px;
    background-image: url('images/li.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#navigation li.left {
    background-image: url('images/li.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

#navigation li.on {
    background-image: url('images/lion.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
    color: #C5EE93;
    text-decoration: none;
}

#navigation a:hover, #navigation li.on a, #navigation li.onFirst a, #navigation .on .subOn a {
    color: #FFFFFF;
}

#navigation li.first {
    background: 0;
}

#navigation ul {
    position: absolute;
    top: 37px;
    left: 0;
    margin: 0;
    padding: 0;
    display: block;
    z-index:1000;
    list-style: none;
    width: 220px;
    background-color: #225252;
}

#navigation ul li {
    padding: 2px 4px 5px 13px;
    text-align: left;
    font-size: 0.8em;
    height: 18px;   
    width: 213px;
    font-weight: normal;
}

#navigation ul li a,
#navigation .on ul li a {
    width: 213px;
    display: block;
    height: 18px;
    color: #C5EE93;    
}

#navigation .on ul a:hover {
    color: #FFFFFF;
}

#topBar {
    width: 950px;
    height: 23px;
    position: relative;
    background-color: #71B61B;
}

#topBar a,#topBar a:active,#topBar a:visited,#topBar a:hover{
  color:#fff;
}

#content {
    width: 950px;
    position: relative;
    background-color: #FFFFFF;
}

#left {
    float: left;
    width: 179px;
    padding: 3px 10px 20px 10px;
    border-right: 1px solid #D2F3AB;
}

#branch #left {
    width: 199px;
    padding: 0px 0px 20px 0px;
}

#left h2, #right h2 {
    font-size: 1.1em;
}

#left h2.sideNav {
    color: #003636;
    height: 28px;
    margin: 20px 0 1px 0;
    background-image: url('images/h2sidenav.jpg');
    padding: 8px 10px 0 10px;
    font-size: 0.9em;
    font-weight: bold;
}

#left ul.sideNav {
    padding: 0;
}

#left ul.sideNav ul {
    padding: 5px 0 0 0;
}

#left ul.sideNav li a {
    display: block;
}

#left ul.sideNav li.on ul{
  border-left:0px;
  font-size:0.9em;
}

#left ul.sideNav li.on ul ul{
  font-size:1em;
}

#left ul.sideNav li.on ul li{
 background-color: #CFF2A4;
 border-left:0px;
}

#left ul.sideNav li.on ul li.on{
  border-left:0px;
  padding-left:5px;
  background:#E9F9D5;
}

#left ul.sideNav li.on ul li.on li{
  background:#E9F9D5;
}

#left ul.sideNav li.on ul li.on li.on{
  padding-left:10px;
}

#left ul.sideNav li.on li a,#left ul.sideNav li.on li.on li a{
    color:#4B4B4B;
	padding-left:0px;
}

#left ul.sideNav li.on li a,#left ul.sideNav li.on li.on li.on a{
    color:#c00;
	padding-left:0px;
}

#left ul.sideNav li {
    margin: 0 0 1px 0;
    background-color: #E9F9D5;
    padding: 4px 0 5px 10px;
    font-size: 0.8em;
}

#left ul.sideNav li li {
    background-color: #E9F9D5;
    padding: 4px 0 5px 5px;
    font-size: 1em;
}

#left ul.sideNav li li li {
    background-color: #CFF2A4;
    padding: 4px 0 5px 10px;
    font-size: 1em;
}

#left ul.sideNav li a:link, #left ul.sideNav li a:active, #left ul.sideNav li a:visited {
    color: #4B4B4B;
    text-decoration: none;
}

#left ul.sideNav li.on {
    border-left: 5px solid #71B61B;
    padding-left: 0px;
    background-color: #CFF2A4;
}

#left ul.sideNav li.on a{
  padding-left:5px;
}

#branch #left ul.sideNav li.on {
    padding-left: 10px;
    border-left:0;
}

#left ul.sideNav li.on a, #left ul.sideNav li a:hover {
    color: #C00;
}

#left ul.sideNav li.on li a {
    color: #4B4B4B;
}

#left ul.sideNav li.on li.on {
    border-left: 5px solid #71B61B;
}

#left ul.sideNav li.on li.on a {
    color: #c00;
}

#branch #left ul.sideNav li.on a, 
#branch #left ul.sideNav li a:hover {
    color: #146489;
}

#left p, #right p {
    font-size: 0.78em;
}

#left ul {
    list-style: none;
}

#center {
    float: left;
    width: 460px;
    padding: 3px 20px 20px 20px;
}

#bigCenter {
    float: left;
    width: 710px;
    padding: 3px 20px 20px 20px;
}

#right {
    float: left;
    border-left: 1px solid #D2F3AB;
    width: 209px;
    padding: 3px 20px 20px 20px;
}

#right h2 {
    font-size: 1.2em;
}


#footer {
    font-size: 0.7em;
    color: #FFFFFF;
    background-color: #71B61B;
    height: 33px;
    overflow: hidden;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #003636;
}

#footerLeft {
    float: left;
    padding: 8px 0 0 15px;
    background-image: url('images/footer-left.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 33px;
}

#footerRight {
    float: right;
    padding: 8px 15px 0 0;
    background-image: url('images/footer-right.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 33px;
}

#footerRight p, #footerLeft p {
    margin: 0;
    font-size: 1em;
    color: #FFFFFF;
}

/**************/
/*    HOME    */
/**************/

.homeImage {
    float: right;
    padding: 3px;
    border: 1px solid #568B14;
    margin: 15px 0 0 10px;
}

.bookingButton {
    margin: 0 0 15px 0;
}

#home #left {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('/images/search-background.jpg');
    background-repeat: no-repeat;
    width: 159px;
}



#VMsignup {
    margin: 1em auto 1em auto;
}

#VMsignup div {
    margin: 0 auto;
}    

/**************/
/*  CONTACT   */
/**************/

#map_canvas {
    float: right;
    width: 410px;
    height: 310px;
    margin-right: 10px;
    border: 1px solid #d2f3ab;
}

#mapbox {
    width: 230px;
    height: 80px;
}

#mapbox .mapright {
    float: right;
    margin-right: 20px;
}

#mapbox .mapleft {
    display: block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    width: 150px;
    float: left;
}

/****************/
/* ACCESSIBILTY */
/****************/

#w3cLogos{
   float:right;
   width:430px;
}

#w3cLogos img{
   float:left;
   margin:10px;
}


/*****************/
/*    GENERIC    */
/*****************/

#cse-search-box {
    margin: 0.75em auto;
    width: 159px;
}

#branches {
    margin: 0.5em 0 0.8em;
}

#cse-search-box input,
#branches input,
#branches select {
    font-size: 0.78em;
    background-color: #D2F3AB;
    border: 1px solid #1C4C4C;
}

#cse-search-box div {
    padding: 0;
    height: 27px;
}

#cse-search-box input.text {
    width: 114px;
    height: 18px;
    vertical-align: top;
    padding: 2px;
}

#branches select {
    width: 121px;
    padding: 2px;
    vertical-align: top;
}

#branch #branches select {
    width: 142px;
}    

.imageLeft {
    float: left;
    padding: 3px;
    border: 1px solid #568B14;
    margin: 10px 20px 10px 0;
}

.imageRight {
    float: right;
    padding: 3px;
    border: 1px solid #568B14;
    margin: 10px 0 10px 20px;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}

.center {
    text-align: center;
}

.noLine {
    text-decoration: none;
}

.noLine:hover {
    text-decoration: underline;
}

.stoppress {
    color: #CC0000;
}

hr {
    color: #71b61b;
    background-color: #71b61b;
    height: 1px;
    border: 0;
}

#bigCenter hr {
	width:66%;
    margin:0px auto;
}

#exploreBaspcan{
  padding:0 0 0 10px;
}

.pageTable {
    width: 95%;
    margin: 1em auto;
    font-size: 0.9em;
    border-collapse: collapse;
}

.pageTable td {
    border: 1px solid #71B61B;
    padding: 5px 7px;
}

/***************/
/* BRANCHES    */
/***************/

#branch #left {
    width: 199px;
    padding: 0px 0px 20px 0px;
    border-right: 1px solid #D2F3AB;
}

#branch h2,
#branch h3, 
#branch h4 {
    color: #146489;
}

#branch #headerTitle {
    font-size: 1.75em;
    margin: 20px 0 13px 0;
}

#branch #topBar {
    width: 940px;
	color:#fff;
	padding:0px 0 0 10px;
	line-height:1em;
	font-size:0.7em;
}


/****************/
/* BOOKING      */
/****************/

#congressbooking {
    font-size: 0.9em;
    width: 680px;
    margin-top: 10px;
    margin-bottom: 25px;
}

#congressbooking td {
    vertical-align: top;
}

#congressbooking h3 {
    margin-top: 19px;
}

#congressbooking input, #congressbooking textarea {
    border: 1px solid #111;
    margin-top: 3px;
}

#congressbooking .checkbox {
    margin-right: 8px;
    border: 0;
}

#congressbooking .field {
    font-size: 0.9em;
    width: 120px;
}

#congressbooking .price {
    width: 180px;
    font-size: 0.85em;
}

#congressbooking .tickets {
    width: 60px;
    margin-right: 8px;
}

#congressbooking .textin {
    width: 350px;
}

#congressbooking .newsection {
    padding-top: 8px;
}

#congressbooking strong.err {
    display: block;
    color: #C62727;
    margin: 4px 0 2px 0;
}

#congressbooking p.confirmTerms {
    font-weight: bold;
}


/******************/
/* SEARCH RESULTS */
/******************/

.bb {
    border-bottom: 1px solid #D2F3AB;
}


/******************************/
/* BOOKING & APPLICATION FORM */
/******************************/

#bookingList {
    list-style: none;
    padding-left: 20px;
}

#bookingList li {
    margin-bottom: 20px;
    clear: right;
}

#bookingList li strong{
    display: block;
}

#bookingList li a {
    display:inline;
    float: right;
    font-weight: bold;
    margin-right: 40px;
}    

#applicationForm {
  background:#fff;
  margin:0;
  padding:0 0 18px 0;
  overflow:visible;
  position:relative;
}
#applicationForm li{
  padding-bottom:8px;
  clear:left;
}
#applicationForm fieldset{
  border:2px solid #71B61B;
  margin:15px 0 0 20px;
  width: 610px;  
}
#applicationForm input{
  width:300px;
  margin-right:12px;
  clear:all;
}
#applicationForm .button{
  width:80px;
  text-align:center;
  float:right;
  margin: 0 20px 15px 0;
}
#applicationForm select{
  width:306px;
  margin-right:8px;
  padding:1px;
}
#applicationForm label {
  width:270px;
  display: inline-block;
}
#applicationForm legend {
  color:#333;
  font-weight:bold;
  padding:0 4px 10px 4px;
}

#applicationForm legend em {
    font-size: 0.8em;
}

#applicationForm fieldset ul {
    list-style: none;
    padding-left: 20px;
}

#applicationForm .radioBox {
  margin-bottom:8px;
}

#applicationForm .radioBox span {
  display: inline-block;
}

#applicationForm .radioBox label.radio {
  display:inline-block;
  margin-right:5px;
  width: auto;
  float: none;
}

#applicationForm .radioBox input{
  float:none;
  display:inline-block;
  width:auto;
  margin: 0 8px 0 0;
  position: relative;
}

#applicationForm .checkbox{
  float:none;
  position: relative;
  width:auto;
  margin-right:5px;
  padding:0px;
  top: 2px;
}

#applicationForm .checkLabel {
    display: inline;
}

.err {
    color:red;
    display: block;
    clear: left;
}

.err img {
    margin-right: 5px;
}


/* Action log downloader page */

#actionLogs form,
#actionLogs fieldset {
    display: inline;
}


