/**********************************
 navigation
***********************************/
.navigation
{
	padding: 10px 10px 5px 20px;
}

.navigation td
{
	vertical-align: middle;
}

.menuRedButton
{
	background-image: url("../Images/red_btn_bckgrd.gif");
	background-repeat: repeat-x;
}

.menuRedButton a
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding: 0px 5px 0px 5px;
}

.menuSilverButton
{
	background-image: url("../Images/silver_btn_bckgrd.gif");
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.menuSilverButton a
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color: black;
	padding: 0px 5px 0px 5px;
}

.menuSilverButtonRedText
{
	background-image: url("../Images/silver_btn_bckgrd.gif");
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.menuSilverButtonRedText a
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color: #CC0000;
	padding: 0px 5px 0px 5px;
}


/********************************
sub-nav (on weather safety pages) 
*********************************/
#subNav
{
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	z-index: 999;
	margin-left: 24px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

#subNav a
{
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;	
}

#subNav a.current
{
	color: #CC0000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}


/********************************
header images
*********************************/
.logo
{
    float: left;
    margin: 15px 0 0 31px;
}

.copy
{
    float: right;
    margin: 10px 31px 0;
}


/********************************
product viewer
*********************************/
.productViewer
{
	border: solid 1px #616161;
}

.productViewer tr
{
	background-image: url(../Images/pv_background.gif);
	background-repeat: repeat;
}

.productViewer td
{
	color: #FFFFFF;
	border: solid 1px #616161;
	text-align:center;
	padding: 2px 2px 2px 2px;
}


/**********************************
sidebar -- Email A Friend
***********************************/
#emailAFriend
{
	padding: 1px;
	background: transparent url(../Images/sendfriend_bg.png) left top no-repeat;
	width: 261px;
    height: 136px;
    color: #FFFFFF;
}

#emailAFriend .title
{
	font-weight: bold;
	margin: 35px 0px 0px 55px;
}

#emailAFriend .text
{
	font-size: 9pt;
	margin: 2px 0px 0px 28px;
}

#emailAFriend a
{
	margin: 5px 5px 0px 155px;
	font-size: 9pt;
	color: #6cf;
	text-decoration: none;
}


/**********************************
gmap
***********************************/
.featurehome
{
    width: 650px;
    height: 472px;
    z-index:10;
}

.featureinner
{
    width: 650px;
    height: 230px;
    margin-left: 12px;
}

.featurehome #featureframe
{
    position: absolute;
    background: transparent url(../Images/Features/home_feature_frame.png) left top no-repeat;
    width: 650px;
    height: 472px;
    z-index: 10;
}

.featureinner #featureframe
{
    position: absolute;
    background: transparent url(../Images/inner_feature_frame.png) left top no-repeat;
    width: 650px;
    height: 230px;
    z-index: 3;
}

#mapcontainer
{
    position: absolute;
    width: 606px;
    height: 337px;
    margin: 25px 16px; 
    z-index: 1;
}

#loadingcontainer
{
    position: absolute;
    width: 606px;
    height: 337px;
    background: #000 url(../images/world_bckgrd.jpg) top left no-repeat;
    color: #fff;
    text-align:right;
    margin: 25px 27px; 
    z-index: 2;
}

.lookupcontainer
{
    position: absolute;
    width: 636px;
    height: 384px;
    z-index: 4;
}

.lookupcontainer span
{
	display: block;
	margin: 25px 40px 10px;
    text-align: center;  
	line-height: 15px;
	color: #fff;
}

.lookupcontainer input
{
	float: left;
	height: 20px;
	padding: 2px 0px 2px 15px;
	border: none;
	background: transparent url(../images/txtfld_bckgrd_lt.gif) no-repeat top left;	
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.lookupcontainer b
{
	float: left;
	display: block;
	margin: 0px;
	width: 23px;
	height: 19px;
	background: transparent url(../images/txtfld_bckgrd_rt.gif) no-repeat top left;
}

.lookupBtn
{
	float: left;
	width: 71px;
	height: 19px;
	padding: 2px 2px !important;
	text-align: center;
	border: none;
	background: transparent url(../images/submitbtn_bckgrd.gif) no-repeat top left !important;	
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff !important;
}

.inputPanel 
{
	width: 360px;	
}

#map
{
    background-color: #fff;
    width: 606px;
    height: 337px;
}

.featureinner #map
{
    background-color: #fff;
    width: 606px;
    height: 195px;   
}

.htmlGoogleMap
{
	background-image: url(../Images/features/home.png);
	width: 637px;
	height: 530px;
}