/* Amistad.org Stylesheet */
/* Design by Jeff Hawkins */
/* Hawkins Multimedia, LLC */
/* www.hawkinsmultimedia.com */

body {
	margin: 0px 0px 0px 0px;
	background-color: #eee;
	text-align: center;
}

a {
	color: #8ea978;
	text-decoration: none;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #000;
	border-top: 0;
	padding: 0 0 0 0;
}

#nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	line-height: 1.5em;
	color: #000000;
	width: 150px;
	background-color: #acdd01;
	padding: 10px 10px 10px 10px;
	margin-top: 5.5em;
	border-top: #8ea978 10px solid;
	border-bottom: #8ea978 5px solid;
}

#address {
	clear: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: right;
	line-height: 1.5em;
	color: #333333;
	width: 150px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 1em;
}

#content {
	margin-left: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: justify;
	line-height: 1.5em;
	color: #333333;
	padding: 10px 10px 10px 10px;
}
	
#footer {
	clear: both;
	margin-left: 180px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #333333;
	padding:10px 10px 10px 10px;
	text-align: center;
	background-color: #fff;
	border-top:dashed 1px #000;
	line-height: normal;
}

/* The 3 header levels used in the site */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 160%;
	color: #acdd01;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	line-height: 1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #8ea978;
	text-align: center;
	line-height: 1em;
}

#menu {
	text-align: right;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-style: italic;
	line-height: 1em;
}

/* This is to create the rollover effect on the navigation menu */

#navigation li {
	list-style:none;
}

#navigation a {
	color: #000000;
	text-decoration: none;
}

#navigation a.active #navigation a:hover {
	color: #ffffff;
}

#navigation a:hover {
	color: #ffffff;
}

/* This is to format the images to the right and add a border */

.border-img {
float: right;
margin: 10px 0 10px 30px;
background: #FFF;
border: #000000 1px solid;
}

/* This is all the blockquote stuff */

blockquote {
	text-align: center;
}

.quote {
	font-size: 110%;
	font-weight: bold;
	color: #acdd01;
}

.author {
	font-size: 80%;
	font-weight: bold;
	color: #333333
}