/* CSS Document */

body {
	background-image: url(images/background/millicent-bkgd_column.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	text-align: center;
	background-color: #366d36;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -0.15em;
	color: #003C00;
}

h6 {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
	white-space: pre;
}

ol {
	list-style-type: disc;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(images/content/bulletLeaf.gif);
}

#background {
	background-image: url(images/background/millicent_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	height: 600px;
	margin-top: 0px;
	margin-bottom: -600px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- CONTAINER ---------- */

#container {
	z-index: 300;
	text-align: center;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003C00;
	border-left-color: #003C00;
	background-color: #FFFFFF;
}

/* ---------- MASTHEAD ---------- */

#masthead {
	z-index: 100;
	height: 200px;
	width: 560px;
	background-color: #67993A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow: visible;
}

.logoFloat {
	margin-top: 5px;
	float: left;
	margin-left: 5px;
}

.peopleFloat {}

.bkgd1 {
	background-image: url(images/masthead/masthead_bg-1.jpg);
}
.bkgd2 {
	background-image: url(images/masthead/masthead_bg-2.jpg);
}
.bkgd3 {
	background-image: url(images/masthead/masthead_bg-3.jpg);
}
.bkgd4 {
	background-image: url(images/masthead/masthead_bg-4.jpg);
}
.bkgd5 {
	background-image: url(images/masthead/masthead_bg-5.jpg);
}
.bkgd6 {
	background-image: url(images/masthead/masthead_bg-6.jpg);
}

/* ---------- MAIN NAV ---------- */

#mainNav {
	z-index: 200;
	background-color: #003C00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Myriad", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#mainNav a:hover {
	color: #66CC33;
}

#mainNav .YouAreHere {
	font-weight: bold;
}

/* ---------- CONTENT ---------- */

#content {
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #333333;
	z-index: 600;
}

#content a {}

#content a:hover {
	text-decoration: none;
	color: #66CC33;
}

.contentImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: xx-small;
	font-style: italic;
	color: #67993A;
}

.contentImage img {
	margin-bottom: 5px;
}

#content .links li {
	list-style-image: none;
	list-style-type: none;
	margin-left: -40px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#clear {
	clear: both;
}
.entrySketch {
	background-image: url(images/content/entry-elevation.jpg);
	background-position: bottom;
	height: 131px;
}
.gazebo {
	text-align: center;
	overflow: visible;
	margin-left: -20px;
	height: 310px;
}

#builders {}

/* ---------- FOOTER ---------- */

#footer {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-top: 20px;
	color: #66CC33;
}

#footer h6 {
	font-size: xx-small;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #66CC33;
}

#footer .top {
	text-transform: uppercase;
}

