body {
	background: #205a44;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #111;
}

#content {
	background: url(../images/bg.gif) repeat;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid;
}

h1 {
	color: #111;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0px 10px 0px;
	border-bottom: 2px solid #111;
}

h2 {
	color: #111;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

h3 {
	color: #111;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 0px 0px 0px;
}

h4 {
	color: #111;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0px 5px 0px;
}

h5 {
	color: #111;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 0 0;
}


a {
	text-decoration: none;
	color: #3a338a;
}

a:hover, a.selected {
	color: #000;
}

a img {
	border: 0;
}

img.left {
	float: left;
	margin: 1em 1.8em 1em 0em;
}

img.right {
	float: right;
	margin: 1.4em 0em 1.8em 1.8em;
}

ul {
	margin-top: -1px;
	}

.oi_green {
	color: #006400;
}

.red {
	color: #b60400;
}

.blue {
	color: #286ea0;
}

.white_bg {
	background-color: #ffffff;
	}

#logo {
	float: left;
	font-size: 11px;
	height: 68px;
	width: 40%;
}

#search {
	float: right;
	margin-top: 10px;
}

#small_spacer {
		margin: 1px 0px 1px 0px;
}

#spacer {
		margin: 4px 0px 4px 0px;
}

#big_spacer {
		margin: 15px 0px 4px 0px;
}

#infobox { /* Main content below and to right of dynamic menus */
	float: left;
	width: 740px;
	margin-left: 30px;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 30px;
	padding: 5px;
}

#index_image {
	margin: 5px 5px 5px 5px;
	color: #000;
	font-size: 0.9em;
	padding: 10px 5px 10px 20px;
	height: 220px;
}

#slideshow {
	margin: 5px 5px 5px 5px;
	color: #000;
	font-size: 0.9em;
	padding: 10px 5px 10px 20px;
	height: 220px;
}

#sub_infobox { /* info boxes that are contained inside the main content of another page */
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #111;
	background: #f4f4f4;
	color: #000;
	font-size: 0.9em;
	padding: 10px 5px 10px 20px;
}

#two_column_infobox { /* Splits infobox into two panes */
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border: 1px solid #111;
	width: 340px;
	margin-left: 5px;
	background: #f4f4f4;
	font-size: 0.9em;
	color: #000;
	padding: 5px;
}


#bottombox { /* testimonials -- spans entire width of page */
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	clear: both; 
	background: #f4f4f4;
	border: 1px solid #111;
	color: #000;
	font-style: italic;
	font-size: 0.9em;
	margin: 20px 5px 5px 5px;
	padding: 6px 5px 6px 5px;
}

#footer {
	clear: both;
	color: #111;
	font-size: 10px;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin: 5px 5px 0px 5px;
}


