/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background: #053305;
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 975px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #000000 url("banner.jpg") top center no-repeat;

height: 140px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
}
#menu{
width: 100%;
height: 30px;
margin-top: 60px;
background: #000000
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-decoration: none;
}
#menu li a:hover{
border-color: #a0a0a0;
background: #378866;
}
.noshow{
display: none;
}
#main{
width: 100%;
}
#main h1{
font-size: 16pt;
padding-bottom: 22px;
color: #000000;
background: url('titles.jpg') bottom left no-repeat;
}
#main h2{
font-size: 12pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main h3{
font-size: 12pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main h4{
font-size: 11pt;
padding-bottom: 9px;
margin-bottom: 10px;
}
#main h5{
font-size: 11pt;
padding-bottom: 9px;
margin-bottom: 10px;
}
#main a{
color: #378866;
text-decoration: none;
}
#main a:hover{
background: #e0e0e0;
}
#main a:visited{
color: #2e63c3;
}
#submain{
padding: 8px;
}
#left{
float: left;
width: 965px;
margin-bottom: 5px;
}
#left p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
}
#left ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 170px;
float: right;
}
#right p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}
#footer{
clear: both;
width: 100%;
background: #aaaaaa url('footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: bold 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
background-color: #378866;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #053305;
}
#advisory a:hover {
background: none;
color: none;
text-decoration: none;
}
#advisory a {
background: none;
color: #000;
text-decoration: none;
}
#advisory a:visited{
background: none;
color: #000;
text-decoration: none;
}
.advisory-2 {
  font-size: 12px;
  text-align: center; 
  background-color: #FFFF85;      
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px solid rgb(34,70,79);
}
.forecastdata1 { 
	 color: #000000;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 border-bottom: 1px solid #CCCCCC;
	 background-color: #FFFFFF;
	 text-align: left;
}
.announce-box {
  font-size: 12px;
  text-align: center;
  background-color: #D2F0FF;       
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px solid rgb(34,70,79);
}