@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(/graphics/rrwnCSnoLt-barA.gif);*/
	margin-top:0;
	background-image:url(/graphics/winter.gif);
	}
	
#container {
	width:1000px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	-moz-box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
	}
	


#top {
	height:150px;
	background:url(/graphics/pix5.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#05236e;
	width:1000px;
	border-bottom:solid 2px;
	color:#ffffff;
	font-weight:bold;
	display:block;
}

#text1 {
	margin-left:57px;
	margin-top:50px;
	width:400px;
	text-align:center;
	font-weight:bold;
	font-size:36px;
	color:#FFFF00;
	font-family:Arial;
	
	}
	
#image {
	width:250px;
	height:145px;
	margin-right:125px;
	float:right;
	margin-top:3px;
	background-color: #05236e;
	clear:right;
	}
	
/* scroll */
#marqueecontainer{
  position: relative;
  width: 200px; /*marquee width */
  height: 120px; /*marquee height */
  background-color: #05236e;
  overflow: hidden;
  /*border: 3px solid orange;*/
  padding: 2px;
  margin-right:4px;
  color:#ffffff;
  font-weight:bold;
  font-family:arial;
  border-top:1px solid black;
}

#courtesy {
	width:1000px;
	background-color:#0033ff;
	font-family:Arial;
	font-weight:bold;
	font-size:large;
	color:#FFFF00;
	}
	
#spon {
	background-color:#0033FF;
	height:100px;
	width:1000px;
		}

.logo {
	width:150px;
	height:100px;
	display:inline-block;
	margin:auto;
	}

#wrapper {
	height:700px;
	width:1000px;
	background-color:#0033FF;
	}
	
#left {
	display:block;
	width:300px;
	margin:0px;
	padding-left:5px;
	background-color:#0033FF;
	margin-top:0px;
	float:left;
	color:#FFFFFF;
	clear:left;
	}
	
#right {
	display:block;
	background-color:#0033FF;
	width:680px;
	float:right;
	text-align:left;
	color:#FFFFFF;
	height:650px;
	margin-top:12px;
	clear:right;
	
	}
	
#forecast {
	background-color:#fff;
	width:1000px;
	color:#000000;
	}


.advisoryBox {
color: black;
font-size: 14px;
text-align: center;
background-color: #FFE991;
padding: .5em 0em .5em 0em;
border: 1px solid rgb(34,70,79);
width:100%;
}

.advisoryBoxnoactive {
color: black;
font-size: 14px;
text-align: center;
background-color: white;
padding: .5em 0em .5em 0em;
border: 1px solid rgb(34,70,79);
width:100%;
}

#footer {
	background-color:#0033FF;
	width:1000px;
	height:5px;
	}
	
	
	
