/* Style sheet for new city pages - Internet Explorer 6 */
div.center {
	float:none !important;			/* need this so that ecfooter does not shift when hovering over buttons */
	margin-left:150px !important;
}

div.center h1 {
	width:95% !important;
}

div#mainContent
{
	position:relative;
	float:left; /* need float for IE6 for drop down menu */
}

p.notavailable {
	width:560px;
}

/* Current Conditions Styling */
div#currentcond div#currentcond-content {
	width:464px;
	margin:0 0 0 116px;
}

div#currentcond div#currentcond-left {
	width:115px;
}


/* Forecast Drop down menu Styling */
.details a:hover,
.details a:active
{
	height:2em;
}

/* Drop down menu Styling */
ul.menu {
	padding:3px 5px 0;
}

.mainMenu li {
	position:static;
}

.navMenu {
	left:424px;
	top:auto;
}


/* Historical Data Styling */
div#historicaldata dl.twoColumn dt {
	margin:0 0 0 4%;
}
div#historicaldata dl.twoColumn dd {
	width:100px;
	margin:0 4% 0 0;
}

/* Canada map button styling */
div.weatherNavs ul.canadaMapNav {
	padding:0 30px 0 40px;
	width:540px;
}

/* "Iframe shim" technique to allow drop down boxes to 
	overlap select boxes
	https://www.hedgerwow.com/360/bugs/css-select-free.html
*/
.select-free { 
/*	position:absolute;*/
	z-index:10;/*any value*/ 
/*overflow:hidden;/*must have*/ 
	width:auto;/*must have for any value*/; 
	display:block;
} 

.select-free iframe { 
	display:none;/*sorry for IE5*/ 
	display:block;/*sorry for IE5*/ 
	position:absolute;/*must have*/ 
	top:0;/*must have*/ 
	left:0;/*must have*/ 
	z-index:-1;/*must have*/ 
	/*filter:mask();/*must have - uses ActiveX */
	width:463px;/*must have for any big value*/ 
	height:60px;
} 

@media print {
	div.center {
		float:left !important;		
		margin-left:0 !important;
	}
	div#container {width:100%;}	
}

