@charset "utf-8";
/* CSS Document */

/* Styling rules for layout elements. */
body,
html{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#003E7E;
	background-image:url(../images/SiteBackground.jpg);
	background-repeat:repeat;
}
div#header {
	background-color: #e2d8b9;
	border-Right: 1px solid #000000;
	border-Left: 1px solid #000000;
}
div#middle {
	background-color: #e2d8b9;
	border-Right: 1px solid #000000;
	border-Left: 1px solid #000000;
}
div#sidebarwrap {
	background:#fff6d9;
}
div#sidebarlower {
	border-top:2px solid #e2d8b9;
}
div#contentwrap {
	/*background-color:#fff6d9;*/
	background:#FFFFFF;
	border-left:2px solid #e2d8b9;
}
div#contentlower {
	border-top:2px solid #e2d8b9;
}
div#fixedfooterwrap {
	border-Right: 1px solid #000000;
	border-Left: 1px solid #000000;
	background-color:#e2d8b9
}
div#fixedfooter {
	border-top:2px solid #e2d8b9;
	background-color:#BA9B65;
}
div#line { 
	background: url(../images/Icons/Line01.png) no-repeat left bottom;
	margin: 8px;
	height: 1px;
}
div#line2 { 
	border-top:1px solid #e2d8b9;
	margin: 0px 10px 20px 0px;
	height: 1px;
}
div#line3 { 
	border-top:1px solid #e2d8b9;
	margin: 20px 10px 20px 0px;
	height: 1px;
}
div#line4 {
	border-top:1px solid #e2d8b9;
	margin: 15px 20px 10px 20px;
	height: 1px;
}
div#ColumnWrap {
	border-top:2px solid #e2d8b9;
}

/* Styling rules for basic text content. */
h1, h2, p, a {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}
h1 {
	margin-bottom:0.5em;
	font-size:1.4em;
	font-family: "Arial Narrow";
	font-weight:bold;
}
h2 {
	margin-bottom:0.5em;
	font-size:0.8em;
	color:#871700;
}
p {
	margin-bottom:1.4em;
	font-size:0.8em;
	line-height:1.4em;
}
p.centeredtext {
	text-align:center;
}
p.listeditems {
	margin-top:-.5em;
}
p.closer {
	margin-bottom:.25em;
}
a:link {
	color: #871700;
	text-decoration: underline;
}
a:visited {
	color: #601606;
	text-decoration: underline;
}
a:hover {
	color: #FFAE00;
	text-decoration: underline;
}
.readmore:link {
	color:#871700;
	text-decoration: underline;
	font-weight:bold;	
}
.readmore:visited {
	color:#37090b;
	text-decoration: underline;
	font-weight:bold;
}
.readmore:hover {
	color: #FFAE00;
	text-decoration: underline;
	font-weight:bold;
}
td {
	vertical-align:top;
}
table {
	margin-bottom:10px;
}
ul{
	margin-top:0;
	font-size:0.8em;
	line-height:1.4em;
}
.history p{
	margin-bottom:.5em;
	line-height:1em;
	color:#871700;
}
.history ul{
	margin:0 auto;
	padding-left:12px;
	padding-bottom:8px;
	list-style-image:url(../images/Icons/Bullet02.png);
}
.history li{
	line-height:1em;
	font-size:.8em;
	margin-bottom:.5em;
}
ul.promise {
	margin-top:0;
	font-size:0.8em;
	line-height:1.4em;
	list-style-image:url(../images/Icons/Bullet01.png);
}
ul.promise li{
	margin: 6px;
}
ul#twitter_update_list {
	margin: 0 auto;
	padding:0;
}
ul#twitter_update_list li{
	list-style: none;
	border: 1px solid #CCC;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 4px 0px;
}
ul.highlighted {
	/*color:#871700;*/
	list-style-image:url(../images/Icons/Bullet03.png);
	line-height: 1.3em;
	font-size: 0.75em;
	margin:0px 20px 0px 10px;
	padding-left:8px;
}
ul.highlighted li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.services {
	margin:0px 10px 1em 10px;
	padding-left:8px;
}
ul.services li{
	list-style-type:square;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
img { 
	border: none;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.SecondNav p {
	margin-bottom:.5em;
	padding:0;
	font-size:0.8em;
	line-height:1em;
}

/* Styling rules for DIV text content. */
div#fixedfooter p {
	margin-bottom:.5em;
	font-size:0.8em;
}
div#twitter_div {
	background-color:#fff6d9;
}
div#StaffWrapper h2 {
	margin:0;
	font-size:1em;
	color:#000000;
}
div#StaffWrapper h3 {
	margin:0 0 0.5em 0;
	font-size:0.8em;
	color:#871700;
}
div#StaffWrapper p {
	margin:0 0 0.8em 0;
	font-size:0.8em;
}
div#StaffWrapper .contactinfo {
	margin:0;
}
div#DiffWrapper h2 {
	margin:0;
	font-size:1em;
	color:#000000;
}
div#DiffWrapper h3 {
	margin:0 0 0.5em 0;
	font-size:0.8em;
	color:#871700;
}
div#DiffWrapper p {
	margin:0 0 0 0;
	font-size:0.8em;
}