/* make this site Fixed Width! */

body {
	min-width: 97%;
	/* zoom is for stupid IE bugs */
	zoom: 1;
}

#wrap {
	background: #fff;
	margin: 0.8em auto 4em auto !important;
	width: 97%;
	min-width: 950px;
	max-width: 950px;
}

div#header div {
	width: 950px !important; 
	display: table;
	vertical-align: top;
}

#skipNav {
	position: absolute !important;
	visibility: hidden;
	top: 0.0em !important;
	right: 5em !important;
	margin: 0px;
	padding: 0px;
	width: 13em;
	height: 2em;
	font-weight: bold;
	/* display: block !important; */
}

/* end of fixed-width directives */
/* Styles local to your site */

div.imageStack {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
	width: 350px;
}

dl.imageList {
	background-color: #FFFEEC;
	padding: 8px;
	display: table-cell;
	clear: both;
	margin: 0px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

dl.imageList dt {
	margin: 0px;
	padding: 10px;
	width: 100px;
	/* height: 300px; */
	height: 120px;
	display: block;
	float: left;
	clear: left !important;
	font-weight: bold;
	font-size: 1.1em;
	color: navy;
}

dl.imageList dd {
	display: block;
	float: left;
	margin: 0px 0px 10px 0px !important;
	border-width: 1px 1px 1px 1px;
	border-color: #666;
	border-style: solid;
	padding: 5px;
	background-color: #fff;
}

dl.imageList dd img {
	border: 1px solid #666;
	padding: 0px;
}

/* map selector styles */

/* soil moisture edits */

div#mapSelector {
	border: 1px solid #666; 
	background-color: #eee; 
	padding: 6px 10px 6px 10px;
	display: table !important;
	width: 350px;
	/* width: 98%; */
}

div#mapSelector div {
	height: 3.2em;
	text-align: center;
	float: left;
	margin: auto 6px auto 0px !important;
	padding: 2px 6px 2px 0px;
	border-right: dotted #666 1px;
}

div#mapSelector div label {
	color: #333333;
	font-weight: bold;
	display: block;
}

div#mapSelector div select {
/*	display: block; */
}

div#mapSelector div input {
	width: 1em;
}

div#mapFrame {
	padding: 4px;
	background-color: #fffeee;
}

div#mapFrame img {
	border: 1px solid #666 !important;
}

div#mapFrame h2 {
	margin-bottom: 1px;
	padding-bottom: 0px;
}

div#mapFrame h3 {
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 1px;
	padding-bottom: 0px;
}

iframe#maps {
		border: 1px solid #666; 
		background-color: #fffeee;
	}

/* used in cycle animation for home page */

div#animationBlock {
	width: 650px; 
	margin-left: 10px; 
/*	float: right;  */
	border: 1px #777 dotted;
	background-color: #D9E5F7;
}

div#animationBlock div#buttons { 
	text-align: center; 
	margin: 10px 0px;
}

div#animationBlock div h3 {
	color: navy; 
	display: inline;
}


