/* Site styles for Madison Wetlands Management District */

body {
	font-family:Arial, Helvetica, sans-serif;
	width:974px;          /* was 950 */
	background:#CCC;
	}  


#siteContent {
	width:974px;             /* was 950 */
	color:#000000;
	margin-left:0px; 
	margin-top:0px; 
	padding-left:0px;
	padding-top:0px;
	}
	
#lastUpdated {
	clear:both;
	font-size:smaller;
	}

#siteFooter {font-size:smaller;}

#serviceFooter {font-size:smaller;}

.do_not_display {display:none;} /*hide the skip navigation link */

.floatLeft { float:left;}
.floatRight {float:right;}

.image_left_10 {
	float:left;
	margin-left:10px;
	margin-right:10px;
	}

.image_left_15 {
	float:left;
	margin-left:15px;
	margin-right:15px;
	}
	
.image_right {
	float:right;
	margin-left:15px;
	margin-right:15px;
	}
	
.image250 {              /* this style is used to center a image caption below the image */
	width:250px;         /* for images that are 250 pixels wide */
	margin-bottom:0px;
	margin-left:10px;
	margin-right:15px;
	margin-top:5px;
		}
	
.image250 p {
	display:block;
	width:230px;
	margin-top:3px;
	padding:10px;
	background-color:#99ffff;
	color:#003366;
	border: 1px solid #666666;
	font-size:120%;
	}
	
.image100Left {              /* this style is used to center a image caption below the image */
	float:left;
	width:100px;         /*  for images that are 100 pixels wide */
	margin-bottom:0px;    
	margin-left:10px;
	margin-right:15px;
	margin-top:30px;
	}
	
.image100Left img {
	border:solid 1px #000000;
	}
	
.image100Left p {
	display:block;
	width:84px;
	margin-top:3px;
	padding:8px;
	color:#003366;
	border: 1px solid #666666;
	font-size:80%;
	}
	
	
.clearleft {clear:left;}

.clearright {clear:right;}

.clearboth {
	clear:both;
	}
	

		
a:visited { color:#093;}
 
 
.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	background-color: #F93;
	text-align: center;
	padding: 10px;
	margin-top: auto;
	margin-left: 10%;
	margin-right:10%;
	border: 1px solid #000;
}
