#leftnav {
    height: 750px;
}

#landing_bg{
float: left;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
width:700px;
}

div.mainbuttons{
    text-align:center;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
    float: left;
}

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

#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:15px;
	margin-right:10px;
	text-align:center;
	position: relative;
       }
#legend div span {
   position: absolute;
   bottom: 0;
   left: 0;
}
#forecast {float: left;
	   width: 750px; 
	   height: 580px;
	   overflow:hidden;
	   border-style:solid;
	   border-width:0px;
	  }

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

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

#weathernav{float:right; 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 { 
    width: 200px; 
    height: 500px;
    overflow-y:scroll;
    font-size: 80%;
}

div.newsitem {
    margin: 0px 0px 0px 0px; 
    padding: 4px 0px 4px 0px; 
    border-top: thin dotted;
}

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