/* CSS Document */
body  {
	background-color: #eee;
	margin: 0; 
	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: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img	{
	padding:0;
	margin:0;
	border:none;
}
#container { 
	width: 960px;
	margin:10px auto;
	border:solid 2px #999;
	background: #fff;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header { 
	background-image:url(../images/gisbkgd.jpg);
	background-repeat:repeat-x;
	padding: 0; 
	position:relative;
	float:left;
	width:960px;
	height:122px;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#search	{
	float:right;
	margin-top:-40px;
}
#sidebar1 {
	float: left; 
	width: 155px;
	background-color: #EFEFEF;
	font-size: 11px;
	padding: 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#sidebar1 p {
	margin-top: -5px;
}
#sidebar1 h1 {
	color: #003f87;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
#sidebar1 a {
	color: #003F87;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#sidebar2 {
	float: right;
	width: 250px;
	padding: 4px 6px 10px 6px;
	background-color: #EFEFEF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 10px;
}

#sidebar2 p {
	margin-top: -5px;
	color: #000;
}
#sidebar2 h1 {
	font-size: 12px;
	padding: 2px 0 3px 5px;
	color: #000;
	font-weight: bold;
	border-bottom:#003F87 solid 2px;
}
#sidebar2 ul {
	margin-left: 0;
}
#sidebar2 li {
	margin-left: 1em;
}
#sidebar2 a {
	color: #003F87;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#sidebar2 a:hover {
	text-decoration: underline;
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent {
	margin: 0;
	padding: 10px 0 10px 10px;
	border-bottom:1px solid #CCC;
	float:left;
	width:782px;
} 

#mainContent p {
	font-size: 12px;
	color: #000;
	line-height: 130%;
	margin:15px;
}
h1 {
	font-size: 24px;
	color: #003F87;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 14px;
	color: #003F87;
	font-weight: bold;
	padding:10px 0 5px 15px;
}
#mainContent h3 {
	font-size: 12px;
	color: #003F87;
}
#mainContent ul {
	margin-left: 20px;
}
#mainContent li {
	margin-left: 1em;
	line-height: 120%;
}
#mainContent a {
	color: #003F87;
}
#mainContent a:hover {
	text-decoration: none;
}

#footer {
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:11px;
	text-align:center;
	color:#666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a	{
	color:#003f87;
	}
#footer img	{
	border:none;
}
.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;
}

.footnote {
	font-style:italic;
	font-size:10px;
	}
	
blockquote {
	margin-left: 20px;
	margin-right: 10px;
}
.longlist li {
	padding-bottom:8px;
}
.undolonglist li { padding-bottom:0; }

th	{
	text-align:center;
	}
.datatable table	{
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.datatable td	{
	border:1px solid #999;
	}
	
.datatable th	{
	border:1px solid #999;
	}
.smaller	{
	font-size:11px;
}
#census	{
	width:140px;
	float:right;
	text-align:center;
	color:#FFF;
	background-color:#09367a;
	margin:0 30px 10px 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding:4px 0;
	font-weight:bold;
	-moz-box-shadow: 5px 5px 3px #ccc;
	-webkit-box-shadow: 5px 5px 3px #ccc;
	box-shadow: 5px 5px 3px #ccc;
	line-height:25px;
}
#census:hover	{
	color:#CCC;
	background-color:#39578B;
}
#census a	{
	color:#FFF;
	text-decoration:none;
}
.photoborder	{
	border:1px solid #666;
}
.inverse	{
	color:#fff;
	background-color:#09367A;
	font-size:14px;
}

