/* container for everything above the navigation */
#masthead_home {
	top: 0px;
	left: 0px;
	background: transparent url(http://extras.mnginteractive.com/live/media/site23/2009/0508/20090508_041710_headBG.jpg) no-repeat 0 0;
	height: 90px;
	position: relative;
	width: 1000px;
	}


/* position and render the logo - hide logo text */
#logoLink {
	position: absolute;
	top: 21px;
	left: 13px;
	text-indent: -5000px;
	}

#logoLink img {
	width: 340px;
	height: 73px;
	position: absolute;
	top: -10px;
	left: 0;
	border: none;
	}

/* Begin top nav */
.topNav {
	height: 19px;
	width: 1000px;
	background-color: #000000;
/*
	background-color: red;
*/
	}



/*--------------- BEGIN searchbox -----------------*/

#searchbar {
	position: absolute;
	left: 684px;
	top: 36px;
	}

#searchbar form,
#searchbar input {
	margin: 0;
	padding: 0;
	}

#searchbar form input.searchbox {
	background-color: #fff;
	border: 1px solid #999;
	width: 235px;
	height: 20px;
	}


#searchbar form input.button {
	vertical-align: top;
	}

/* --------------- BEGIN Search Options */

ul#searchoptions {
	position: absolute;
	top: 24px;
	left: -3px;
	font-size: 10px !important;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	width: 338px;
	}

*html ul#searchoptions {top: 20px;}

*+html ul#searchoptions {top: 20px;}

ul#searchoptions li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	}

ul#searchoptions li.end {margin: 0;}

ul#searchoptions li.end span { 
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	}

ul#searchoptions .yahooText {color: #cc0000;}

ul#searchoptions input.radio {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
	}

*html ul#searchoptions input.radio {margin: -2px -1px 0 -4px;}

*+html ul#searchoptions input.radio {margin: -2px -1px 0 -4px;}
/*---------- weather */

ul.weather {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;

	}

ul.weather li {
	float: left;
	font-size: 11px;
	padding: 3px 0 0 0;
	color: #FFFFFF;
	
	}

ul.weather li a {
	color:#ffffff;
	padding: 0 2px;
	border-left: 0px solid #666;
	}

ul.weather li.title {
	padding: 3px 0px 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	}

ul.weather li.city a {
	font-size: 12px;
	background: url(http://extras.mnginteractive.com/live/media/site127/2007/1114/20071114__icnSun.gif) 5px 0 no-repeat;
	padding-left: 25px;
	border: none;
	text-transform: uppercase;
	}
	
	
ul.weather li.forecast a {

	}

.weather img {height: 18px;}

.weather a{color:#ffffff;}

/*---------- login Nav */

ul.loginNav {
	list-style: none;
	float: right;
	color: #FFFFFF;
	}

ul.loginNav li {
	float: left;
	font-size: 11px;
	padding: 3px 0 0 0;
	}

ul.loginNav li a {
	color: #fff;
	padding: 0 2px;
	border-right: 0px solid #666;
	}

ul.loginNav li a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
ul.loginNav li.subscribe a {
	border:none;
	padding-right:10px;
	}

