﻿/****** Some general tag settings *****/
html {
	height: 100.1%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

* {
	/* Set default padding and margins in IE */
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

dl {
	margin: 1em 8px;
	text-align: left;
}
dt {
	margin-left: 20px;
	margin-bottom: .6em;
	font-weight: bold;
}
dd {
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 1em;
}
div {
	/*** Common DIV settings ***/
    text-align: center;
	font-size: 100%;
	color: #000;
}
h1, h2, h3, h4 {
	font-size: 120%;
	text-align: center;
	margin-bottom: 1em;
	margin-top: .6em;
}

p {
	text-align: left;
	margin: 1em 8px;
}

a:link, a:visited {
	color: #628080;
}
a:hover {
	color: #000;
}
.verse {
	text-align: right;
	margin-right: 10px;
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 7pt!important;
	font-weight:bold;
}
.verse a {
	color: #fff;
	text-decoration: none;
	font-style: oblique;
}
table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td {
	/* margin-bottom 2em; */
	padding-bottom: 2em;
	text-align: left;
	vertical-align: top;
}
td img {
	margin: 10px 8px 1em 0;
}

table#projects {
	width: 500px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
table#projects td, table#projects th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}
table#projects th {
	background-color: #000000; color: #fff;
}
ul.nobull {
	list-style:none;
	text-align:left;
	margin-left: 20px;
	margin-top: 2em;
}
ul.nobull li {
	margin-bottom: .6em;
}
#mission {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#mission p {
	text-align: center;
}
address {
	font-size: 70%;
	color: gray;
	margin: .6em 0;
}
address.big {
	text-align:left;
	color: #000;
	font-size: 100%;
	margin-left: 8px;
}
/***** DIVS *****/
#wrap {
	text-align: center;
	width: 748px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 1px solid gray;
}
#banner {
	background: #ffffff url("images/header/siteheader.jpg") top center no-repeat scroll;
	text-align: center;
	padding: 0px;
	font-size: 90%;
	height: 123px;
}
#logo {
	float: left;
	width: 132px;
}
#date {
	text-align: left;
	color: #D2CACE;
	font-size: 94%;
	font-weight: bold;
	padding-top: 14px;
}
#flash-banner {
	float: right;
	width: 478px;
	height: 74px;
}
#top-menu {
	font-size: 90%;
	text-align: right;
	margin-right: 8px;
	padding-top: 10px;
}
#top-menu a, #top-menu a:link, #top-menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#top-menu a:hover {
	color: #000000;
}

#content-wrap {
	width: 100%;
	background: #D2CACE url('images/mainpage/content-back.png') top left repeat-y;
	margin-bottom: 0; padding-bottom: 0;
}
#content-wrap2 {
	width: 100%;
	background: #fff url('images/mainpage/content-back2.png') top left repeat-y;
	margin-bottom: 0; padding-bottom: 0;
}

#left-col {
	float: left;
	width: 164px;
}
#left-menu {
	background-color: #628080;
	width: 164px;
	float: left;
	text-align: left;
}
#left-menu a, #left-menu a:link, #left-menu a:visited {
	margin-left: 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid white;
	display: block;
	font-size: 80%;
	text-decoration: none;
}
#home-mid-col {		/** home page only. 2 small columns. **/
	float: left;
	padding: 0; border: 0;
	width: 421px;
	color: #000;
}
#center-home {
	width: 100%;
	background-color: transparent;
}

#center-home #lft {
	width: 205px;
	margin: 8px 8px 0 8px;
	float: left;
	background-color: #BF9191;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}
#center-home #rt {
	width: 184px;
	margin: 8px 8px 0 8px;
	float: left;
	background-color: #BF9191;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background-color: #fff;
}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
}
	#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}
/********** these are for the form on the Contact Us page ******/
#con1 {
	margin-left: 20px;
	float: left;
	width: 265px;
	/* height: 220px; */
}
#con2 {
	width: 265px;
	padding-left: 8px;
	border-left: 1px solid #000;
	height: 250px;
	float: left;
}
#con3 {
	margin-left: 20px;
	float: left;
	width: 265px;
	padding-top: 2px;
	/* height: 220px; */
}
#con4 {
	width: 265px;
	padding-top: 1px;
	padding-left: 8px;
	border-left: 1px solid #000;
	float: left;
}
#con4 table td {
	padding: 3px;
}
#con4 txt {
	width: 100%;
}
.red {
	color: red;
}

p.home-names {
	font-size: 67%;
}

#home-mid-col img {
	float: left;
	margin: 0 4px 0 8px;
}
#home-mid-l {
	width: 220px;
	float: left;
}
#home-mid-r {
	width: 200px;
	float: left;
}
#home-right-col {
	/** home page only **/
	float: left;
	width: 163px;
	background-color: transparent;
}
#right-col {
	/*** For all other pages ***/
	width: 584px;
	float: left;
	background-color: transparent;
}
#footer {
	width: 100%;
	/* height: 30px; */
	background-color: #628080;
	margin-bottom: 0; padding-bottom: 0;
	display: inline;
	float: left;
}
#menu-bottom { /*** Menu in the footer ***/
		display: block;
		width:100%;
		height: 24px;
		background: #628080;
		margin: 6px auto auto auto;
		padding-top: 4px;
		text-align:center;
		font-size:80%;
}
#menu-bottom a {
	margin-top: 4px;
	color: #fff;
	text-decoration: none;
}

div.printed {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 2px ridge #628080;
	padding-bottom: 20px;
}
ul.news {
	text-align: left;
	list-style-type: none;
	margin-left: 220px;
}

.underfoot {
	font-size: 70%;
	color: gray;
	margin: .6em 0;
	text-align: center;
}
/* Allset Clearing Method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* backslash hack hides from IE Mac\ */
* html .clearfix {
	height: 1%;
}
/* end backslash hack */


