/* CSS Document */

body {
	/*font-size: 12px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:  url("images/bg5.gif");
	font-family: "Lucida Grande", Arial, Helvetica, Verdana;
}

#containter {
	/*position:relative;*/
	margin: 15px auto 0 auto; /*first number sets top margin of page*/
	padding: 0;
	text-align: left;
	width: 900px;
	border: none;
	background-color: #ffffff;
}

#header {
	height: 29px;
	background-color: transparent;
	background-image: url(images/manningch_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {display:none;}
#photo {
	position:center;
	width: 900px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(images/banners/rotate.php);
	background-position: center;
	}

#footer {
	/*position: relative;*/
	text-align: center;
	font-size: 9px;
	color: #b4d6e0;
	margin:0;
	padding: 5px;
}
# footer a:link {color:#b4d6e0;}
# footer a:visited {color:#b4d6e0;}
# footer a:hover {color:#b4d6e0}

.foot {
	/*position: relative;*/
	text-align: center;
	font-size: 9px;
	color: #b4d6e0;
	margin:0;
	padding: 5px;
}
.foot a:link {color:#b4d6e0;}
.foot a:visited {color:#b4d6e0;}
.foot a:hover {color:#b4d6e0}

/* Type Styles */
p {
	color:black;
	padding: 0 20px;
	margin: 5px 0;
	font-size:12px;
	text-decoration: none;
}
p a:link, p a:visited {color:#223d4a;}
p a:hover {color:#63848e}
h2 {color: #223d4a;border-bottom:1px solid #63848e; padding:3px 0; margin:7px 0; font-size:120%;} /* dark blue */
h3, h3 a:link, h3 a:visited {color: #63848e;border-bottom: 1px dotted #add9c4; padding:3px 0; margin:5px 0; font-size:90%;} /* light blue */
h3 a:hover {color: #223d4a;}
h5 {color:#223d4a; margin:10px 0;}

.italic {font-style: italic;}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}
.outdent {margin: 0 -20px; font-weight:bold;}
.subtitle {font-size: 75%;	font-style: italic;}
.form {font-size:12px;}

ul {
	color:black;
	padding: 0 35px;
	margin: 5px 0;
	font-size:12px;
}

/* Navigation */
#topnav ul {
	position:relative;
	padding:0;
	margin:0;
	font-size:12px;
	background-color: #909071;
	list-style-type: none;
	width:100%;
	height:25px;
	}

#topnav ul li {display: inline; margin:0;}

#topnav ul li a {
	padding: 0.4em 1.2em;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
	float: left;
	}

#topnav a:link, #topnav a:visited {
	color: white;
	background-color: #909071;
	text-decoration: none;
	}
	
#topnav a:hover {
	color: white;
	text-decoration:none;
	background-color: #6b9983;
	}
#topnav #topcurrent a {
	color: white;
	text-decoration:none;
	background-color: #4d6f69;
	}

/* Body Content */
#content {
	width: 700px;
	padding: 10px 0;
	margin: 0 0 0 180px;
	}

/*Side Navigation*/
#sidenav {
	float:left;
	width:170px;
	margin:0;
	padding:0;
	font-size:small;
}
#sidenavpic {background-image:  url("images/foothills.gif"); width:170px; height: 54px;}
#sidenav h2 { font-size: 120%;}
#sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight:bold;
}

#sidenav a {
	display: block;
	padding: 5px;
	width: 160px;
	background-color: #909071;
	border-bottom: 1px solid #eee;
}

#sidenav a:link, #sidenav a:visited {
	color: white;
	text-decoration: none;
}

#sidenav a:hover {
background-color: #63848e;
color: #fff;
}

#sidenav #sidecurrent a {
background-color: #4d6f69;
color: #fff;
}

#homepics {float:right; margin: 0 0 10px 0;}
.photobox {border: 1px solid #223d4a;}
.pics {
	float:right;
	margin: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 80%;
	text-align:center;
}
.space {margin: 0 20px 100px 0;}
.caption {font-size:70%; color:#223d4a; font-weight:bold;}

#acrobat a:link, #acrobat a:visited, #acrobat a:hover {color:#FFFFFF}
