tab_content { display:none;}
#tab_container { 
	display:block; 
	clear:both;
	border: solid 1px;
	padding: 5px;
	background-color: rgb(84, 105, 127);
}
#ul_tabs {
    clear: both;
    display: inline-block;
    text-align:center;
    padding: 0px;
    margin:0px;
}
.lh {
    padding:5px;
    background-color: rgb(74, 95, 117);
    list-style: none;
    width: 88px;
    height: 25px;
    float: left;
    border: 1px solid #FFFFFA;
    text-align:center;
}
li.lh:hover {
  /*  background-color: rgb(74, 95, 117); */
    cursor: pointer;
    text-decoration:underline;
}
li.active {
  background-color: rgb(84, 105, 127);
  text-decoration:underline;  
}

html,body {
    height:100%; 
}
body {
    margin:0;
    padding:0;
    background:#000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/*=== Float Containment and Bug Fixes (Do Not Alter These!) ===*/
body:before {/*Opera min-height 100% Fix*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/*eliminate need for inner non clearing element*/
}
#wrap:after,  /* #wrapper:after for IE8 min-height:100% Fix*/
#inner:after { /* #inner:after for Float Containment*/
    clear:both;
    content:"";
    display:block;
    height:1%;/*fix IE8 min-height:100% bug*/
    font-size:0;
}

/*===  Begin Layout Structure ===*/    
#wrap {
    width:100%;
    margin:0 auto;
    min-height:100%;
    background:#354555;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* html #wrapper {height:100%;}

#inner {
    width:100%;/*IE6/7 haslayout*/
    padding:0 0 55px 0;/*stop text from sliding under footer with bottom padding*/
	text-align:center;
}

h4 {
	text-decoration: underline;	
}
a, a:active {
color: #FFF;
text-decoration: none;
}

a:hover {
text-decoration: underline;	
}

a:visited {
color: #DDD;	
}

#foot {
    width:100%;
    height:55px;/* a sticky footer needs a fixed height to work properly*/
    margin:-58px auto 0;/*lift the footer into the vieport*/
	border-top: #FFF 3px solid;
    background:#000;
    overflow:hidden;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	white-space: pre;
	line-height: 10px;
	filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7; 

}

#head {
height: 140px;
line-height: 100px;
font-size: 12px;
font-family:Verdana, Geneva, sans-serif;
position:relative;
z-index: 2;
padding-left: 10px;
}

#head #logo {
	width: 100%;
	height: 140px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#head #bannerHolder {
	position: absolute;
	top: 30px;
	left: 550px;
	background: url(../img/bannerHolder.png);
	width: 495px;
	height: 88px;
}

#head #bannerHolder #banner {
	position: relative;
	top: 14px;
	left: 14px;
	width: 468px;
	height: 60px;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
  font-size:14px;
  font-weight:bold;
  text-decoration:underline;
}

#leftDiv {
  margin-left:25px;
  width: 173px;
}

#linksDivTop {
height: 9px;
width: 173px;
background: url(../img/linksTop.png) no-repeat;
}

#linksDivMid {
width: 173px;
background-color: #4a5f75;
text-align: left;
}
  #linksDivMid table {
    padding-left: 10px;  
  }

#linksDivBottom {
height: 9px;
width: 173px;
background: url(../img/linksBottom.png) no-repeat;
}

  #linksDivBottom a, a:active, a:visited {
	color: #FFF;
    text-decoration: none;
  }
  
  #linksDivBottom a:hover {
    text-decoration:underline;
	font-style:italic;  
  }

#leftDiv1Top {
  height: 9px;
  width: 173px;
  position: relative;
  top: 25px;
  background: url(../img/linksTop.png) no-repeat;
}

#leftDiv1Mid {
  position: relative;
  top: 25px;
  width: 173px;
  background-color: #4a5f75;
  text-align: left;
}
  #leftDiv1Mid table {
    padding-left: 10px;
	width: 173px;
  }
  
  #leftDiv1Mid table td {
    padding:5px;  
  }

#leftDiv1Bottom {
  position: relative;
  top: 25px;
  height: 9px;
  width: 173px;
  background: url(../img/linksBottom.png) no-repeat;
}

#leftDiv2Top {
  height: 9px;
  width: 173px;
  position: relative;
  top: 25px;
  background: url(../img/linksTop.png) no-repeat;
}

#leftDiv2Mid {
  position: relative;
  top: 25px;
  width: 173px;
  background-color: #4a5f75;
  text-align: left;
}

#leftDiv2Bottom {
  position: relative;
  top: 25px;
  height: 9px;
  width: 173px;
  background: url(../img/linksBottom.png) no-repeat;
}

#leftDiv3Top {
  height: 9px;
  width: 243px;
  position: relative;
  top: 25px;
  background: url(../img/leftDivTop.png) no-repeat;
}

#leftDiv3Mid {
  position: relative;
  top: 25px;
  width: 243px;
  background-color: #4a5f75;
  text-align: center;
}

#leftDiv3Bottom {
  position: relative;
  top: 25px;
  height: 9px;
  width: 243px;
  background: url(../img/leftDivBottom.png) no-repeat;
}

a img {
	border: 0px;
}

#rightDiv {
  float: right;
  position: relative;
  width: 308px;
  text-align:left;
  z-index: 5;
}


#rightDiv1Top {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivTop.png) no-repeat;
}

#rightDiv1Mid {
  width: 283px;
  background-color: #4a5f75;
  text-align: center;
}
  #rightDiv1Mid table {
    padding-left: 10px;
	width: 283px;
  }
  
  #rightDiv1Mid table td {
    padding:5px;  
  }

#rightDiv1Bottom {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivBottom.png) no-repeat;
}

#rightDiv2Top {
  height: 9px;
  width: 283px;
  position: relative;
  top: 25px;
  background: url(../img/rightDivTop.png) no-repeat;
}

#rightDiv2Mid {
  position: relative;
  top: 25px;
  width: 283px;
  background-color: #4a5f75;
  text-align: center;
}

  #rightDiv2Mid table {
    padding-left: 10px;
	width: 283px;
  }

  #rightDiv2Mid #weathermap {
	width: 283px;
	background-image: url(http://www.metoffice.gov.uk/weather/images/base_uk.gif);
	background-position: center;
	background-repeat: no-repeat;
  }

#rightDiv2Bottom {
  position: relative;
  top: 25px;
  height: 9px;
  width: 283px;
  background: url(../img/rightDivBottom.png) no-repeat;
  margin-bottom: 60px;
}

#rightDiv3Top {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivTop.png) no-repeat;
}

#rightDiv3Mid {
  width: 283px;
  background-color: #4a5f75;
  text-align: center;
}
  #rightDiv3Mid table {
    padding-left: 10px;
	width: 283px;
  }
  
  #rightDiv3Mid table td {
    padding:5px;  
  }

#rightDiv3Bottom {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivBottom.png) no-repeat;
}


#rightDiv4Top {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivTop.png) no-repeat;
}

#rightDiv4Mid {
  width: 283px;
  background-color: #4a5f75;
  text-align: center;
}
  #rightDiv4Mid table {
    padding-left: 10px;
	width: 283px;
  }
  
  #rightDiv4Mid table td {
    padding:5px;  
  }

#rightDiv4Bottom {
  height: 9px;
  width: 283px;
  background: url(../img/rightDivBottom.png) no-repeat;
}


#centerDiv {
position: relative;
width: 100%;
text-align:center;
min-height: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
padding-top: 50px;
}

#centerDiv table td {
vertical-align: top;
}

#contentDiv {
  margin-left: 100px;
  margin-right: 100px;
}

#contentDiv table {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#contentDiv table, tr, td {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

#contentDiv table table {
  width:auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.newsArticle {
  text-align: left;	
}

#tl { 
  width: 9px;
  height: 9px;
  background: url(../img/tl.png) no-repeat;
}
#top { 
  height: 9px;
  background: url(../img/top.png) repeat-x;
}
#tr { 
  width: 9px;
  height: 9px;
  background: url(../img/tr.png) no-repeat;
}
#left { 
  width: 9px;
  background: url(../img/left.png) repeat-y;
}
#right { 
  width: 9px;
  background: url(../img/right.png) repeat-y;
}
#bl { 
  width: 9px;
  height: 9px;
  background: url(../img/bl.png) no-repeat;
}
#bottom { 
  height: 9px;
  background: url(../img/bottom.png) repeat-x;
}
#br { 
  width: 9px;
  height: 9px;
  background: url(../img/br.png) no-repeat;
}
#content {
    background-color: #4a5f75;
	padding: 5px;
}

  #contentDiv a, a:active, a:visited {
	color: #FFF;
    text-decoration:underline;
  }
  
  #contentDiv a:hover {
    text-decoration:underline;
	font-style:italic;  
  }
  
pre {
  font-size: 12px;	
}

.loginBoxDiv
{
 margin:0;
 height:18px;
 width:137px;
 background:url(/img/loginInput.jpg) no-repeat bottom;
}
.loginBox
{
  border-style: hidden;
  border-width: 0px;
  border: none;
  color: #FFFFFF;
  font-size:8pt;
  background: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 113px;
  height: 16px;
}

.loginBox:focus {
  outline: none;	
}

.submitButton {
  border: 2px solid #354555;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
}

.membersSignup {
  height: 20px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  width: 50%
}