@charset "utf-8";
/* CSS Document */
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
}
a img {border: none; 
}
a:link, a:visited {
	color: #222222;
	text-decoration: none;
	outline: none;
}
a:hover   {
	color: #CCC;
	text-decoration: none;
	outline: none;
}

.GIS #container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
} 
.GIS #header {
	vertical-align: middle;
	margin-top: 0px;
	background-image:  url(images/AllMap.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
} 
.GIS #menuHorizontal {
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6F0000;
	height: 25px;
	background-color: #FFF;
}


.GIS #content{
	margin: 3px 5px 3px 3px
	padding: 4px;
	border: 2px solid #EBEBEB;
	width: 688px;
	margin-top: 6px;
	padding: 4px;
}

.GIS #menuVertical {
	float: left; /* since this element is floated, a width must be given */
	width: 162px;
}
.GIS #mainContent {
	font-size: 11px;
	width: 512px;
	margin-top: 0px;
	margin-left: 172px;
	line-height: 16px;
} 
.GIS #footer {
	background-image: url(images/FFFFFF-DDDDDD-5x150-horiz.png);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center bottom;
	font-size: 11px;
	color: #696969;
	text-align: center;
}
.menucap a:link, .menucap a:visited{
	background-color: #CCC;
	height: 17px;
	text-decoration: none;
	display: block;
	width: 160px;
	border: 1px solid #FFF;
	text-align: center;
	color: #222222;
	outline: none;
	padding-top: 3px;
}
.menucap a:hover    {
	background-color: #EEE;
	height: 17px;
	width: 160px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #FFF;
	color: #222222;
	outline: none;
	padding-top: 3px;
}
.placehold{
	height: 10px;
	font-size: 10px;
	width: 160px;
}
.caption {
	background-color: #CCC;
	font-size: 14px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

