body {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    width: 1000px;
    margin: 10px auto;
    padding: 0px;
    position: relative;
    color:#000040;
    background-color:#EFEFEF;
}

h1{
    font-size:160%;
    font-weight:normal;
    color:#8E0000;
    text-align:center;
}

h2{
    font-size:140%;
    font-weight:normal;
    color:#8E0000;
}

#header {
    width: 1000px;
    height: 215px;
    background: #000099; 
    text-align:center;
    color:white;
    font-size:1.1em;
}

#header a:link {text-decoration: none; color:white;}
#header a:visited {text-decoration: none; color:white;}
#header a:hover {text-decoration: none; color:#000099; background:white;}
#header a:active {text-decoration: none; color:white;}

#logo1{
    height: 100px;
    float:left;
    border: 0px;
}

#title1{
    padding-top: 10px;
    padding-right: 20px;
    float:left;
    text-align:right;
    width: 250px;
}

#title2{
    padding-top: 20px;
    float:left;
    text-align:center;
}

#logo2{
    height: 100px;
    float:right;
    border: 0px;
}

#t1{font-size:6em;}
#t2{font-size:2em;font-weight:bold;}
#t3{font-size:1.5em;font-weight:bold;}

#strip_photo img{
    display: inline;
    width: 1000px;
    padding-bottom: 10px;
}

a.navbar{font-weight:bold;}
a.navbar:link {text-decoration: none; color:white;}
a.navbar:visited {text-decoration: none; color:white;}
a.navbar:hover {text-decoration: none; color:#000099; background:white;}
a.navbar:active {text-decoration: none; color:white;}

#onecol{ 
    float: left;
    width: 960px; 
    height: 605px; 
    margin-top: 0px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color:#CCCC99;
    font-size:1.1em;
    overflow:none;
}

#leftcol{ 
    float: left;
    width: 620px; 
    height: 575px; 
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color:#CCCC99;
    font-size:1.1em;
    overflow:auto;
}

div.mainbuttons{
    padding-top: 40px;
    float: left;
}

div.mainbuttons img{
    padding-left: 20px;
    padding-right: 20px;
    height: 120px;
    border: 0;
}    

#rightcol { 
    float: right;    
    width: 300px; 
    height: 615px;
    background-color:#CCCC99}

#slideshow { 
    float: right;    
    width: 280px; 
    height: 150px;
    overflow:hidden;
    margin: 10px;}
 
/* give each slide the same dimensions */
#slideshow div { width: 280px; height: 150px;  }
 
/* make sure each slide image is centered */
#slideshow div img {margin: auto; display: block }

#galleryshow { 
    float: left;    
    width: 400px; 
    height: 400px;
    overflow:hidden;
    margin: 10px;}

/* give each slide the same dimensions */
#galleryshow div { width: 400px; height: 400px;  }
 
/* make sure each slide image is centered */
#galleryshow div img {margin: auto; display: block }

#metvueshow {
    float: left;
    width: 600px;
    height: 600px;
    overflow:hidden;
    margin: 10px;}

/* give each slide the same dimensions */
#metvueshow div { width: 600px; height: 550px;  }

/* make sure each slide image is centered */
#metvueshow div img {margin: auto; display: block }

#legend{float: left;
	width: 100px;
	height: 600px;
	margin-left:20px;
	margin-right:10px;
	text-align:center;
	position: relative;
       }
#legend div span {
   position: absolute;
   bottom: 0;
   left: 0;
}
#forecast {float: left;
	   width: 600px; 
	   height: 550px;
	   overflow:hidden;
	  }

#fcpager {float:left;
	  width:600px;
	  margin: 0px;
	  padding: 0px;
	 }

#nav{float:left; margin: 5px; padding: 5px;}
#nav li {float:left; list-style:none;}
#nav a {padding:0px 5px 0px 5px;; border: 0px ; text-decoration: none }
#nav li.activeSlide a { background: #fc0;}
#nav a:focus { outline: none; }

#weathernav{float:right;
	    width: 150px;
	    text-align:center;
	    }

div.weathernav img{
    padding-top: 0px;
    padding-bottom: 15px;
    height: 100px;
    border: 0;
}    

div.weathernav a{
    padding:0px 5px 0px 5px;
    border: 0px;
    text-decoration: none; }


#news { 
    padding-left: 10px;
    width: 290px; 
    height: 355px;
    overflow-y:scroll;
}

div.newsitem {
    margin: 0px 0px 0px 0px; 
    padding: 4px 0px 4px 0px; 
    border-top: thin dotted;
    color:#000044;
    font-weight:bold;
}

img.newsitem {
    display: block;
    margin-left: auto;
    margin-right: auto }

#longcol{ 
    float: left;
    width: 960px; 
    height: 605px; 
    margin-top: 0px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color:#CCCC99;
    font-size:1.1em;
    overflow:auto;
}

#footer { 
    position:absolute;
    left:0px;
    top:835px;
    width: 1000px;
    font-size:0.9em;
    background-color:#DBDBDB;
    text-align: right;
    line-height:1.0em;
}
