/***********************************************/
/* weather.css                                  */
/*                                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #483D8B;
	text-decoration: none;
}

a:link{
	color: #483D8B;
	text-decoration: none;
}

a:visited{
	color: #483D8B;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
 font-family: Verdana;
 font-size: 120%;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana;
 font-size: 114%;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana;
 font-size: 75%;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana;
 font-size: 100%;
 font-weight: normal;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Verdana;
 font-size: 100%;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #483D8B;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{padding: 0px 0px 0px 0px; width: 100%;}
#labelhead{width: 100%; border: 0px;}
/************* #head **************/
#head{width: 100%; border: 0px; clear: both; height: 10px; font-size: 10px;
 color: #483D8B; font-weight: lighter; background-image:url(./tile_sub.gif);
 padding: 0px 0px 0px 0px;}
#head a:link {color: #483D8B; text-decoration: underline;}
#head a:visited {color: #483D8B; text-decoration: underline;}
#head a:hover {color: #483D8B; text-decoration: underline;}
#head a:active {color: #483D8B; text-decoration: underline;}
/*************end #head **************/

/************* #buttons **************/
#darkbuttons {font: Verdana; color: #000033; font-size: 12px; background-color:#FFFFFF}
#lightbuttons {font: Verdana; color: #483D8B; font-size: 12px; background-color:#FFFFFF}
/*************end #buttons **************/

/************* #strike **************/
.strike body,td,th {font-family: Verdana;color: #483D8B;}
#strike a:link {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#strike a:visited {color: #483D8B;}
#strike a:hover {color: #483D8B;}
#strike a:active {color: #483D8B;}
#strike .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#strike .style3 {color: #000000}
#strike .style4 {font-family: Verdana; color: #000000; font-size: 12px;}
#strike .style5 {font-family: Verdana; color: #483D8B; font-size: 30px;}
#strike {border-color: #483D8B; border-style:solid; border-width:thin;}
/*************end #strike **************/

/************* #sticker **************/
#sticker .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter; background-color: #339900;}
/*************end #sticker **************/

/************* #facts **************/
#facts body,td,th {font-family: Verdana;color: #483D8B;}
#facts a:link {color: #483D8B;}
#facts a:visited {color: #483D8B;}
#facts a:hover {color: #483D8B;}
#facts a:active {color: #483D8B;}
#facts .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#facts .style3 {color: #000000}
#facts .style4 {font-family: Verdana; color: #000000; font-size: 12px;}
#facts {width: 100%; border-color: #483D8B; border-style:solid; border-width:thin;}
#facts .style5 {font-family: Verdana; color: #ffffff; font-size: 12px; font-weight: lighter}
/*************end #facts **************/

/************* #calc **************/
#calc .style1 {font-family: Verdana; font-size: 12px; color: #483D8B;}
#calc .style2 {font-family: Verdana; font-size: 12px; color: #483D8B; font-weight: lighter;}
#calc .style3 {font-size: 14px;}
#calc {border-color: #483D8B; border-style:solid; border-width:thin;}
/*************end #calc **************/

/************* #bad **************/
#bad body,td,th {color: #000066; }
#bad body {background-color: #FFFFFF; }
#bad a:link {color: #000066; text-decoration: underline; }
#bad a:visited {color: #000066; text-decoration: underline; }
#bad .style1 {font-family: Verdana; color: #000066; font-size: 10px; }
/************* end #bad **************/

/*********** disclaim ***********/
#disclaim{
    float: left;
    width: 70%;
	border: 0px;
	font-size: 10px; color: #483D8B; font-weight: lighter;
	padding: 0px 0px 0px 0px;
}

/*********** disclaim ***********/

/************* #input **************/
#input body,td,th {font-family: Verdana; font-size: 10px; color: #000066; font-weight: lighter;}
#input body {background-color: #FFFFFF;}
#input a {font-size: 10px; color: #000066; font-weight: lighter;}
#input a:visited {color: #000066; font-weight: lighter;}
#input a:hover {color: #000066; font-weight: lighter;}
#input a:active {color: #000066; font-weight: lighter;}
#input .style1 {font: Verdana; color: #000066; font-size: 10px; background-color: #FFFFFF}
/************* end #input **************/

/************* #stuff **************/
#stuff body,td,th {font-family: Verdana;color: #483D8B;}
#stuff a:link {color: #483D8B;}
#stuff a:visited {color: #483D8B;}
#stuff a:hover {color: #483D8B;}
#stuff a:active {color: #483D8B;}
#stuff .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#stuff .style3 {color: #000000}
#stuff .style4 {font-family: Verdana; color: #000000; font-size: 12px;}
#stuff {border-color: #483D8B; border-style:solid; border-width:thin;}
/*************end #stuff **************/


/************* #toplink **************/
#toplink body,td,th {font-family: Verdana;color: #483D8B;}
#toplink a:link {color: #483D8B;}
#toplink a:visited {color: #483D8B;}
#toplink a:hover {color: #483D8B;}
#toplink a:active {color: #483D8B;}
#toplink .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#toplink .style3 {color: #000000}
#toplink .style4 {font-family: Verdana; color: #000000; font-size: 12px;}
#toplink {width: 505px; border-color: #483D8B; border-style:solid; border-width:thin;}
/*************end #toplink **************/

/************* #current **************/
#current{
    float: left;
    width: 70%;
	border: 0px;
	font:Verdana, sans-serif
	font-size: 10px; color: #483D8B; font-weight: lighter;
	padding: 0px 0px 0px 0px;
}

/************* #current **************/

/************* #quick **************/
#quick{
    float: left;
    width: 70%;
	border: 0px;
	font-size: 10px; color: #483D8B; font-weight: lighter;
	padding: 0px 0px 0px 0px;
}

/************* #quick **************/

#navBar{
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 120px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
     align: center;
	 width: auto;
}
#content body,td,th {
	font-family: Verdana;
	color: #483D8B;
}
#content a:link {
	color: #483D8B; text-decoration: underline;
}
#content a:visited {
	color: #483D8B; text-decoration: underline;
}
#content a:hover {
	color: #483D8B; text-decoration: underline;
}
#content a:active {
	color: #483D8B; text-decoration: underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/


#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 0px;
font: Verdana; font-size: 10px; color: #000000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 0px 0px 0px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	align: center;
	padding: 10px 10px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 10px; color: #483D8B; background-image:url(./tile_sub.gif);
	padding: 0px 0px 0px 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #never style ***************/

#never{
	clear: both;
	font-size: 10px; color: #cccccc; 
	padding: 0px 0px 0px 0px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** brutal ***********/
#brutal .style1 {font-family: Verdana; color: #483D8B; font-size: 12px;}
#brutal .style2 {font-family: Verdana; color: #FF0000; font-size: 12px;}
/*********** end brutal ***********/

/*********** start #lightning styles ***********/
#lightning body,td,th {font-family: Verdana; color: #483D8B; }
#lightning a:link {color: #483D8B; text-decoration: underline; }
#lightning a:visited {color: #483D8B; text-decoration: underline; }
#lightning a:hover {color: #483D8B; text-decoration: underline; }
#lightning a:active {color: #483D8B; text-decoration: underline; }
#lightning .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter;}
#lightning .style3 {color: #000000}
#lightning .style4 {font-family: Verdana; color: #000000; font-size: 12px; }
#lightning .style5 {font-family: Verdana; color: #000000; font-size: 16px; font-weight: lighter}
/*********** end #lightning styles ***********/

/*********** nowcast ***********/
#nowcast body,td,th {color: #FFFFFF;}
#nowcast a:link {color: #483D8B;}
#nowcast a:visited {color: #483D8B;}
#nowcast .style1 {font-family: Verdana; color: #483D8B; font-size: 16px; font-weight: bold;}
#nowcast .style2 {font-family: Verdana; color: #483D8B; font-size: 9px;}
#nowcast .style3 {font-family: Verdana; color: #483D8B; font-size: 10px;}
#nowcast .style4 {font-family: Verdana; color: #483D8B; font-size: 12px;}
#nowcast {border-color: #483D8B; border-style:solid; border-width:thin;}
/*********** end nowcast ***********/

/*********** trak ***********/
#trak body,td,th {font-family: Verdana; color: #483D8B;}
#trak a:link {color: #483D8B;}
#trak a:visited {color: #483D8B;}
#trak a:hover {color: #483D8B;}
#trak a:active {color: #483D8B;}
#trak .style2 {	font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#trak .style3 {color: #000000}
#trak .style4 {font-family: Verdana; color: #000000; font-size: 12px; }
/*********** end trak ***********/

/*********** map ***********/
#map body,td,th {font-family: Verdana; color: #483D8B;}
#map a:link {color: #483D8B;}
#map a:visited {color: #483D8B;}
#map a:hover {color: #483D8B;}
#map a:active {color: #483D8B;}
#map .style2 {	font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter;}
#map .style3 {color: #000000;}
#map .style4 {font-family: Verdana; color: #000000; font-size: 12px; }
/*********** end map ***********/

/************* warn **************/
#warn body,td,th {font-family: Verdana;color: #483D8B;}
#warn a:link {color: #483D8B;}
#warn a:visited {color: #483D8B;}
#warn a:hover {color: #483D8B;}
#warn a:active {color: #483D8B;}
#warn .style2 {font-family: Verdana; color: #483D8B; font-size: 12px; font-weight: lighter}
#warn .style3 {font-family: Verdana; color: #483D8B}
#warn .style4 {font-family: Verdana; color: #000000; font-size: 12px;}
#warn {width: 100%; border-color: #483D8B; border-style:solid; border-width:thin;}
/*************warn **************/

/*********** wfacts ***********/
#wfacts{
    float: left;
    width: 70%;
	border: 0px;
	font-size: 10px; color: #483D8B; font-weight: lighter;
	padding: 0px 0px 0px 0px;
}

/*********** wfacts ***********/

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
