/*Apalachicola Historic Home Tour*/

body {
	background-color:#4676A2;
	padding: 0;
	margin: 0 auto;
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 90%;
	color: #333;
}

*html .banner {
	margin-bottom: -3px;
	}

>html.banner {
	margin-bottom: 0px;
	}


#nav li a {
	display:block;
	width:140px;
	text-decoration:none;
	margin-top:0px;
	padding-top:7px;
	color:#fff;
	font-weight:bold;
	margin-left:-35px;
	line-height:1;
	}

#nav li a:hover {
	color:#99ae7e;
	}

#nav ul {
	list-style:none;
}

#nav ul li {margin-bottom:1em;}


h1,h2,h3,h4,h5 {
	color:#6e95c0;
	margin:0;
}


#pageWrapper {
	width:1000px;
	margin:auto;
	background-color:#FFF;
	border:2px solid #6e95c0;
}

#bannerWrapper{border-bottom:2px solid #6e95c0;}

#contentWrapper {
	background:url(image/contentBackground.jpg);
}

#breadcrumb, #google, .logIn, .logOut {
	display:none;
}

.contentIntro a{
	font-size:.85em;
	color:#99ae7e;
	text-decoration:none;
}

#footer {
	font-size:.85em;
	text-align:center;
	color:#fff;
	background-color:#6e95c0
}

#footer a{
	color:#fff;
}

#nav li.menuItem3 a {color:#fd4d62;}
