body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #0e5485;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 800px;
	height: 189px;
	background-color: #ffffff;
	position: relative;
}

#top-interior {
	width: 100%;
	height: 189px;
	background-color: #ffffff;
}

#header {
	width: 800px;
	height: 189px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 100%;
	height: 100%;
	background-image: url('images/light-blue-bg.jpg');
}

#content-container {
	width: 800px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	background-image: url('images/interior-body-bg.jpg');
	background-repeat: no-repeat;
}

#content-container-home {
	width: 800px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
}

#posts {
	width: 800px;
	height: auto;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#flash {
	width: 800px;
	height: 294px;
	background-image: url('images/flash-placeholder.jpg');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#blurbs {
	width: 800px;
	height: 302px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#footer {
	background-color: #0e5485;
	width: 800px;
	color: #ffffff;
	position: relative;
}

#footer-interior {
	background-color: #0e5485;
	width: 800px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

a:link { 
	color: #676767;
	text-decoration: none;
}
a:visited {
	color: #676767;
	text-decoration: none;
}
a:active {
	color: #676767;
	text-decoration: none;
}
a:hover {
	color: #676767;
	text-decoration: underline;
}

div#menu a {
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover {
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
}

ul#footer-menu {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#footer-menu li {
color: #ffffff;
list-style-type: none;
padding: 0px 0px 0px 0px;
}

ul#footer-menu a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

ul#footer-menu a:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}

div#disclaimer {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

div#disclaimer a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

div#disclaimer a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.smaller {
	font-size: 11px;
}

.blue {
	color: #0e5485;
}

.lrg-white {
	font-size: 32px;
	color: #ffffff;
}

H1 {
	font-size: 32px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

.lrg-grey {
	font-size: 25px;
	color: #676767;
}

H2 {
	font-size: 25px;
	color: #676767;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.med-grey {
	font-size: 14px;
	color: #676767;
}

H3 {
	font-size: 14px;
	color: #676767;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#page-header {
	position: relative;
	left: 35px;
	top: 10px; 
	height: 30px;
	width: 88px;
}

div#sidebar {
	position: relative;
	top: 86px;
	left: 35px;
	width: 155px;
}

ul#sidebar {
margin: 10px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul#sidebar li {
font-size: 11px;
list-style-type: disc;
padding: 0px 0px 0px 0px;
}

div#page-descrip {
	position: relative; 
	top: 80px;
	left: 0px;
	height: 100%;
}

div#page-content {
	position: relative; 
	top: 128px;
	left: 0px;
}

/* wordpress stuff */

.narrowcolumn
{
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

pre {
	font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
}

.mceIEcenter {
	text-align: center;
}

/*form stuff*/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
