@import url(/ulandsat/css/base_styles.css); /*user styles*/

/*global header/footer styles*/
@import url(/gInc/css/header.css);
@import url(/gInc/css/headerIe.css); /*non-fixed header*/
@import url(/gInc/css/footer.css);

html, body, #gWrapper, #wrapper, #header, #content, #gFooter{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	font:9pt/1.3 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
html #menu{
	height:2px;
	overflow:hidden;
	display:none !important;
}
img{
	margin:0;
	padding:0;
	border:0;
}
div#geader h2 a{
    font:9pt/1.3 Georgia, "Times New Roman", Times, serif;
    color:#333;
    text-decoration:none;
}
div#header h1 a{
    margin:0 0 1em 0;
    font:23pt/1.3 Georgia, "Times New Roman", Times, serif;
    display:block;
    color:#000;
    text-decoration:none;
}

div.cityWrap, div.cityWrap h2, div.cityWrap p { color:#000 !important; }

/*
this class is here to facilitate the printing of pages with multiple floated thumbnails
in IE when an image floats and it reaches the bottom of the page, IE does not know what
to do, so it crashes.
by inserting a page break, after a certain number of elements, we can prevent any thumbnails
from being clipped, and IE crashing.

This is only an IE bug, and only done because of IE.
*/
div.pageBreak { 
	margin:0; padding:0; border:0;
	width:1px; height:1px; font-size:1px; line-height:1px;
	clear:both;
	page-break-after:always;
}

a{
	color:#333;
	border:0;
	text-decoration:underline;
}

