/* General Page Styles */

html, body, #wrapper {
	width: 100%;
	margin: 0 auto;
}
body > #container { 
	height: auto; 
	min-height: 100%; 
	}
#content {
	padding-bottom: 3em;
}
body {
	font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16px * 1.125 = 18px */
	/* font-size: .75em; 16px*.75 = 12px */
	/* text-align: center; */
	margin: 0;
	padding: 0;
	color: #333;
	/* line-height: 0px; */
}

h1 { font-size: 1.5em; /* 16px * 1.5 = 24px */ }
h2 { font-size: 1.125em; /* 16px * 1.125 = 18px */ }
h3 { font-size: 1em; /* 16px* 1 = 16px */ }
h4 { font-size: .875em; /* 16px*.875 = 14px */ }
h5 { font-size: .75em; /* 16px*.75 = 12px */ }
h6 { font-size: .625em; /* 16px*.625 = 10px */ }

.chimpform {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
/* Navigation Styles */

#menu {
	width: 125;
	min-height: 1200px;
	background-color: #339900;
	float: left;
}

h1 {
		text-align: center;
		vertical-align: middle;
}
.green {
	color: green;
}
.big {
	font-size: 148px;
}

a {
	text-decoration: none;
}

#nav {
	width: 135px;
	list-style: none;
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 60 0 0-5;
}

#nav li {
	display: inline-block;
	position: relative;
	background: rgb(51, 153, 0);
}

#nav li a {
	display: inline-block;
	text-decoration: none;
	width: 125px;
	line-height: 30px;
	color: #fff;
}

#nav li li {
	float:left;
	}
    
#nav li li a {
	display:block;
	font-size:12px;
	}
    
#nav li:hover {
	background: #008080;
	background: rgb(0, 128, 128);
	}
	
#nav ul {
    position:absolute;
    padding:0px;
    left:0;
    display:none;
    }
#nav li:hover ul {
	display: block;
	padding-left: 135px;
	margin-top: -30px;
}

small {
	font-size: 8px;
}

.red {
	color: red;
}

#fifty-three {
	max-height: 53px;
}
#container {
	width: 600px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}
a:active, a:focus {
	outline: 0
}
img {
	text-decoration: none;
	border: none;
}
#buttons {
}
#text a:hover {
	background-color:#008080;
}
.link a:hover {
	background-color:#008080;
}

#article {
	padding: 20px;
	margin: 10px;
	font-size: .875em; /* 16px * .875 = 14px */
}
#article h2,h3,h4,h5 {
	font-weight: bold;
}
#footer {
	position: relative;
	z-index: 10;
	font-size: .8125em;  /* 16px*.8125 = 13px */
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	clear: both;
	height: 3em;
	margin-top: 3em;
	padding-bottom: 30px;	 
}
.row .column {
	max-height: 1px;
	max-width: 1px;
	background-color: #000000;
	float: left;
}
.column .eight {
	background-color: #003399;
	max-width: 8px;
	max-height: 5px;
}
.column .three {
	width: 8px;
	max-width: 8px;
	height: 300px;
	max-height: 500px;
	background-color: pink;
}
/* List Styles */
li {
	list-style: none;
}
li a:hover {
	background-color: #FFF7C0; /* Original style: #008080 */
}
#aboutsub {
	font-size: .75em; /* 16px*.75 = 12px */
	text-align: center;
	text-decoration: none;
	clear: both;
	margin-top: 40px;
}
#site_map {
	width: 50px;
	float: right;
}
#text {
	float: left;
	margin-top: 0px;
}
#woolly {
	padding: 50px;
	margin: 30px;
}
#main {
	font-size: 14px;
	color: #333;
}

