/* Default Stylesheet
-------------------------------------------------------
Created: 01/2009
Author: Ethan McElroy 
-----------------------------------------------------*/
body {
	background: #abc;
	color: #333;
	font: small geneva, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
	}
h1 {

	}
h2 {
	color: #467a97;
	font: large georgia, serif;
	margin: 4px 0 12px 0;
	padding: 0;
	text-align: center;
	}
h3 {
	color: #467a97;
	font-family: georgia, serif;
	}
h4 {
	border-top: dotted 1px #ccc;
	color: #467a97;
	font-family: georgia, serif;
	padding-top: 6px;
	}
dt, dd, li, p, {
	text-align: left;
	}
dt, dd {
	margin: 0;
	padding: 0;
	}
dd {
	margin-bottom: 20px;
	}
blockquote {
	font-family: georgia, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 150%;
	margin: 0 8px 0 295px;
	min-height: 50px;
	padding: 0;
	}
cite {
	border-bottom: dotted 1px #ccc;
	color: #467a97;
	display: block;
	font-family: georgia, serif;
	font-size: 1em;
	font-style: italic;
	margin: 0 8px 14px 295px;
	padding: 0 0 16px 0;
	text-align: right;
	}
cite.last {
	border: none;
	}
.center {
	text-align: center;
	}
.even {
	background: #ffe !important;
	}
#container {
	background: #fff;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 900px;
	}
#phone {
	color: #fff;
	font: bold medium georgia, serif;
	position: absolute;
	right: 0;
	top: 16px;
	z-index: 100px;
	}
#header {
	background: #fff url(../i/title.jpg) no-repeat;
	height: 126px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}
#header h1 {
	display: none;
	}
#tagline {
	color: #abc;
	display: none;
	font: bold 14px georgia, serif;
	line-height: 120%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#header em {
	font-style: normal;
	}
#edge {
	background: url(../i/top-edge.png) repeat-x bottom;
	display: none;
	height: 14px;
	margin-top: -14px;
	position: relative;
	}
#nav {
	background: #467a97;
	color: #fff;
	clear: both;
	height: 40px;
	text-align: center;
	}
#nav ul {
	height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 610px;
	}
#nav li {
	float: left;
	height: 40px;
	margin: 0 10px;
	padding: 0 10px;
	position: relative;
	}
#nav li#current {
	background: url(../i/current.jpg) no-repeat center bottom;
	}
#nav li#current a {
	background: url(../i/current.gif) no-repeat center bottom;
	}
#nav li a {
	color: #fff;
	display: block;
	font: bold .9em georgia, serif;
	height: 27px;
	margin: 0;
	padding: 13px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	}
#content {
	background: #fff;
	clear: both;
	height: auto;
	margin: 12px auto 0 auto;
	min-height: 500px;
	padding: 12px 8px 0 8px;
	position: relative;
	text-align: left;
	width: 884px;
	}
#content img {
	float: left;
	margin: 3px 0 0 0;
	}
#content p, #content dl, #content h3, #content h4, #content h5, #content ul {
	line-height: 160%;
	margin-left: 288px;
	}
#content span.dropcap {
	background: #abc;
	color: #fff;
	display: block;
	float: left;
	font-family: georgia, serif;
	font-size: 350%;
	font-weight: bold;
	line-height: 100%;
	margin: 8px 6px 0 0;
	padding: 0 6px 2px 6px;
	}
#motto {
	color: #467a97;
	font-family: georgia, serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	}
#content ul#services {
	background: #fff url(../i/services2.jpg) no-repeat;
	color: #fff;
	float: right;
	height: 241px;
	margin: -20px 0 0 6px !important;
	padding: 0;
	text-indent: -200000px;
	width: 239px;
	}
#footer {
	background: #467a97;
	clear: both;
	color: #fff;
	font: x-small georgia, serif;
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}
#fwrapper {
	margin: 0 auto;
	width: 900px;
	}
#footer a {
	color: #fff;
	padding: 0 !important;
	text-decoration: none;
	}
#footer p.right {
	float: right;
	list-style: none;
	height: 8px;
	margin: 6px 8px 0 0;
	text-align: right;
	width: 40%;
	}
#footer p.left {
	float: left;
	margin: 6px 0 0 8px;
	text-align: left;
	width: 50%;
	}
#bottom {
	background: url(../i/ornament.png) center bottom no-repeat;
	color: #eee;
	font: bold 14px georgia, serif;
	margin: 0;
	padding: 4px 0 20px 0;
	text-align: center;
	}