@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #bac8d3;
}
#container {
	width: 770px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_vert_rules.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(images/hder_bg_01.jpg);
	height: 148px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-bottom: 15px;
	height: 650px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-bottom: 15px;
	height: 650px;
}
#topnav {
}
#topnav ul {
	text-align: right;
	margin-top: 120px;
	margin-right: 120px;
}
#topnav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	display: inline;
	font-size: 0.5em;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: bold;
	color: #999933;
}
#topnav a {
	color: #999900;
	text-decoration: none;
}
#topnav a:hover {
	color: #666666;
}


#topinfo {
	margin-bottom: 25px;
	margin-top: 0px;
	height: 180px;
	background-repeat: no-repeat;
	background-color: #669999;
	background-image: url(images/pic_multi_bldg.jpg);
	width: 100%;
}
#topinfo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .5em;
	background-color: #669999;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin-top: 161px;
	padding-top: 4px;
	margin-bottom: 0px;
}

#topinfo img {

}



#mainContent {
	margin-top: 0;
	margin-right: 195px;
	margin-left: 195px;
	padding-top: 0;
	padding-bottom: 0;
} 
#topinfo a {
	text-decoration: none;
	color: #FFFFFF;
}



#footer {
	background-color: #666666;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer ul {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 0px;
}
#footer li {
	font-family: "Times New Roman", Times, serif;
	display: inline;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
	margin-left: 430px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


.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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#allprogs {
	margin-bottom: 25px;
}
#allprogs h1 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #104C4D;
	padding-left: 6px;
	margin-bottom: 10px;
}
#allprogs h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 2px;
}
#allprogs a {
	text-decoration: none;
	color: #663300;
	border-top-style: none;
}
#allprogs .proginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 1px;
}

#allprogs img {
	float: left;
}
#allprogs a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#infolwop, #infoconserv, #infomap, #inforent {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 120px;
	padding-left: 6px;
	padding-right: 5px;
}
#aboutus {
	padding-left: 10px;
	padding-right: 5px;
}
#aboutus h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	color: #0E4E4E;
	margin-bottom: 5px;
}
#aboutus p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 0px;
}
#sidebar2 ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65390A;
	margin-left: 10px;
	margin-top: 35px;
	margin-right: 5px;
}
#sidebar2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 8px;
	font-weight: bold;
}
#sidebar2 li a {
	text-align: left;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #65390A;
}
#mcnmap {
	background-image: url(images/map_195px.gif);
	height: 215px;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	background-position: bottom;
}
#mcnmap h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #663300;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
