/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Theme Name: DEFAULT
Theme URI: http://eric.dirtcircle.com/
Description: A default style to build from
Version: 1
Author: Eric Meyer
*/

body {
		text-align: center;
		background-color: #FFFFFF;
		font-family: Trebechet MS, Arial, Helvetica, sans-serif;
		font-size: 100%;
		
	}
	
#page {
		text-align: left;
		margin: 0 auto;
		width: 40em;
		background-color: #FFFFFF;
	}
	
#meta {
		float: right;
		border: 1px;
		overflow: hidden;
		width: 100%;
}

#meta ul {
		float: right;
		background-color: #FFFFFF;
}

#meta li {
		float: left;
		background-color: #FFFFFF;
}

#meta a {
		display: block;
		padding: .5em;
		text-align: center;
}

#meta a:link {
		color: #000000;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#meta a:visited {
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#meta a:hover {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#meta a:focus {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#meta a:active {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration:none;
}

#branding {
		clear: both;
		width: 100%;
		overflow: hidden;
		margin-bottom: .25em;
		padding: .25em;
		
}

#branding a:link {
		color: #003366;
		background-color: #FFFFFF;
		text-decoration: none;
}

#branding a:visited {
		color: #003366;
		background-color: #FFFFFF;
		text-decoration: none;
}

#branding a:hover {
		color: #003366;
		background-color: #FFFFFF;
		text-decoration: none;
}

#branding a:focus {
		color: #003366;
		background-color: #FFFFFF;
		text-decoration: none;
}
#branding a:active {
		color: #003366;
		background-color: #FFFFFF;
		text-decoration: none;
}

#branding img {
		float: left;
		margin: 1em;
}

h1 {
		color: #003366;
		font-size: 2.5em;
		font-weight: bold;
		font: Garamond, Times New Roman, Times, serif;
}

h2 {
		color: #003366;
		font-size: 1em;
		font-weight: normal;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h3 {
		color: #000000;
		font-size: 1.1em;
		font-weight: bold;
		font: Garamond, Times New Roman, Times, serif;
}

h4 {
		color: #000000;
		font-size: 1.05em;
		font-weight: normal;
		font: Garamond, Times New Roman, Times, serif;
}

h5 {
		color: #000000;
		font-size: 1em;
		font-weight: normal;
		font: Garamond, Times New Roman, Times, serif;
}

cite {
		color: #333333;
		font-size: 1em;
		font-weight: normal;
		font: Garamond, Times New Roman, Times, serif;
}

p	{
		color: #000000;
		font-size: .75em;
		font-weight: normal;
		font: Garamond, Times New Roman, Times, serif;
		line-height: 1.1em;
}

#main_nav {
		float: left;
		width: 23%;
		clear: left;
		font-size: 12px;
		font-weight: normal;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#main_nav li {
		border-bottom-style: solid;
		border-bottom: 1px;
		border-bottom-color: #003366;
}

#main_nav a {
        display: block;
        padding: .5em;
}

#main_nav a:link {
		color: #003366;
		font-size: 1em;
		font-weight: normal;
		background-color: #FFFFFF;
		text-decoration: none;
}

#main_nav a:visited {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_nav a:hover {
		color: #003366;
		font-size: 1em;
		font-weight: normal;
		background-color: #FFFFFF;
		text-decoration: none;
}

#main_nav a:focus {
		color: #003366;
		font-size: 1em;
		font-weight: normal;
		background-color: #FFFFFF;
		text-decoration: none;
}

#main_nav a:active {
		color: #FFFFFF;
		font-size: 1em;
		font-weight: normal;
		background-color: #003366;
		text-decoration: none;
}

#login {
		float: left;
		width: 99%;
		margin-bottom: 1em;
}

#login a:link {
		color: #000000;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#login a:visited {

		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#login a:hover {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#login a:focus {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#login a:active {
		color: #003366;
		font: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .75em;
		text-decoration: none;
}

#main_content {
		float: right;
		width: 72%;
		margin: 1em;
}

#main_content a:link {
		color: #0000FF;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: underline;
		padding-bottom: .25em;
}

#main_content a:visited {
		
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: underline;
}

#main_content a:hover {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content a:focus {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content a:active {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content_info {
		clear: left;
		width: 100%;
}

#main_content_info a:link {
		color:#0000FF;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: underline;
		padding-bottom: .25em;
}

#main_content_info a:visited {
		
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: underline;
}

#main_content_info a:hover {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content_info a:focus {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content_info a:active {
		color: #003366;
		font: Garamond, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1em;
		text-decoration: none;
}

#main_content_info ul {
		margin-left: 15px;
		list-style-type: disc;
}

#main_content_info li {
		color: #000000;
		font-size: .75em;
		font-weight: normal;
		font: Garamond, Times New Roman, Times, serif;
		line-height: 1.1em;
}

#img.heron {
		clear: left;
}

#site_info {
		float: left;
		width: 100%;
		padding: 1%;
		color: #000000;
		text-align: center;
		background-color: #FFFFFF;
}

#site_info p {
		color: #000000;
}
