/*------------------------------------------------------------------
Project:		Patrick G. Withers
Author:			Ryan Dudek
Last change:	2010-01/23
-------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 90%;
}
#header {
	margin: 4px auto;
}
#header h1 {
	display: block;
}
#header form#headerSearch, #navigation, #navigation ol, div.addthis {
	display: none;
	visibility: hidden;
}
	

#content {
	border-bottom: 3px solid #CCC;
	border-top: 3px solid #CCC;
	margin: 10px auto;
	padding: 15px 0;
}

#footer ul {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}
#footer li {
	border-right: 1px solid #3e588f;
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0 14px 0 0;
}
#footer li.last {
	border: none;
}
#footer a {
	color: #003366;
	text-decoration: none;
}
#footer p {
	color: #003366;
	font-size: 1.3em;
}


a:link { color:#003366; }
a:visited { color:#003366; }
a:active { color:#003366; }
a:hover { color:#003366; }

h1, h2, h3, h4, h5, h6 {
  color: #003366;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  margin: 0 0 1em 0;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}

ul {
  list-style-type: disc;
  margin: 0 0 1em 2.5em;
}
ol {
  list-style-type: decimal;
  margin: 0 0 1em 2.5em;
}
p {
	font-size:13px;
	line-height:1.6em;
	margin-bottom:1em;
}
li {
	font-size:13px;
	line-height:1.4em;
	margin-bottom:0.4em;
}
caption {
	font-size: 11px;
	line-height: 1.20;
	padding: 2px 2px;
	margin: 0 auto 8px auto;	
}