@charset "UTF-8";
/* CSS Document */

body {
	margin: 30px 0px;
}

* {
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0064A6;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #0064A6;
	font-size: 95%;
}

p {
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
	margin: 0 0 12px 0;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 201px;
	width: 800px;
	text-align: left;
	background: url(images/stratton-home2-1.gif) no-repeat top left;
	margin: 0;
}

#header h1 {
	display: none;
}

#angies img {
	text-align: right;
	float: right;
}

#nav {
	width: 800px;
	height: 46px;
}

#content {
	width: 798px;
	border: 1px solid #969696;
	border-top: none;
}

#slide {
	width: 798px;
	height: 240px;
	border-bottom: 3px solid #25547e;
}

#columnWrapper {
	width: 798px;
	background-color: #f6f6f6;
}

#leftbar {
	width: 500px;
	margin: 20px 0 20px 20px;
	display: inline;
	float: left;
}

#leftbar ol {
	list-style-position: inside;
}

#leftbar ol li {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
	margin: 0 0 12px 0;
}

#sidebar {
	width: 200px;
	margin: 20px 30px 20px 10px;
	padding: 0 0 0 20px;
	float: right;
	display: inline;
	border-left: 1px solid #dcdcdc;
}

#footer {
	clear: both;
	width: 798px;
	height: 26px;
	background-color: #25547e;
	color: #fff;
	font-size: 9px;
}

#leftbar:first-child {
	margin-top: 0;
}

#leftbar h2 {
	font-size: 100%;
	margin: 30px 0 5px 0;
}

#leftbar ul {
	list-style-type: square;
	list-style-position: inside;
	font-size: 13px;
}

#leftbar ul li {
	margin: 8px 0;
}

#leftbar p.citation {
	color: #0065A8;
	text-align: right;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
}

#footerNav {
	margin: 7px;
	display: inline;
	float: left;
}

#footerNav ul {
	list-style-type: none;
	display: inline;
}

#footerNav ul li {
	display: inline;
	margin: 0 8px;
}

#footerNav ul li a {
	color: #ffffff;
}

#copyright {
	margin: 7px;
	display: inline;
	float: right;
}

#copyright p {
	color: #fff;
	font-size: 9px;
	text-align: right;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#recentProjects {
	width: 212px;
	margin: 0 auto;
}

#recentProjects img {
	border:1px solid #dcdcdc;
	border: none;
	margin-bottom: 3px;
}

#recentProjects p {
	text-align: right;
	color: #0064A6;
}

#angiesWrapper {
	padding-bottom: 25px; 
	border-bottom: 1px solid #CCC; 
	margin-bottom: 25px;
}

#angiesWrapper img {
	position: relative; 
	left: 25px;
}

#sidebarLogos {
	text-align: center;
}

#sidebarLogos img {
	margin-bottom: 40px;
}

#sidebarLogos p {
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 40px;
}

p.sidebarCaption {
	font-size: 11px;
	text-align: center !important;
	line-height: 1.2em;
	margin-bottom: 40px;
}
