@charset "utf-8";
/* CSS Document */

body {
	font: 80% "Trebuchet MS", Helvetica, sans-serif;
}
#splashpage {
	width: 691px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
}
#page {
	width: 691px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	background: url(/templates/default/images/bck_page_darkgreen.gif) no-repeat 0px 496px;
}
/* header styles */
#header {
	background: url(/templates/default/images/img_01.jpg) no-repeat;
	width: 691px;
	height: 140px;
	cursor: pointer;
}
#header * {
	display: none;
}
/* navigation styles */
#nav {
	background-color: #5c9735;
	margin: 0 0 4px;
	padding: 2px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #B4B4B4;
	text-decoration: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 0 .25em;
}
/* column styles */
.column {
	margin: 0;
	width: 228px;
	float: left;
	margin: 0 1px 1px;
	min-height: 330px;
}
.column a {
	color: #5c9735;
}
.column * {
	margin: 0;
}
.columncontent {
	padding: 1em;
}
.columncontent img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.columnstyle1 {
	background-color: #5c9735;
	color: #fff;
}
.columnstyle1 h2 {
	background: url(/templates/default/images/hdr_bck_white.png) #78be46 no-repeat 12px;
	padding: 2px 0 2px 1.5em;
	font-size: 1.4em;
}
.columnstyle1 a {
	text-decoration:none;
	color:#fff;
}
.columnstyle2 {
	background-color: #eaeaea;
	color: #0054a8;
}
.columnstyle2 h2 {
	background: url(/templates/default/images/hdr_bck_blue.png) #cfcfcf no-repeat 12px;
	padding: 2px 0 2px 1.5em;
	font-size: 1.4em;
}
.columnstyle2 a {
	text-decoration:none;
	color:#0054a8;
}
.sidebar {
	width: 159px;
	float: left;
	background: url(/templates/default/images/int_02.jpg) no-repeat #5c9735;
}
.sidebar h1 {
	background: url(/templates/default/images/hdr_bck_white.png) no-repeat 12px;
	text-align: right;
	color: #fff;
	font-size: 1.5em;
	margin: 2em 8px;
}
/* content styles */
.columnmain {
	margin: 0 0 0 165px;
	padding: 35px 0 1em;
	background: url(/templates/default/images/int_04.jpg) no-repeat #eaeaea;
	min-height: 315px;
}
#content {
	padding: 0 1em;
}
#links {
	border: 0;
}
#links tr {
}
#links tr td {
	border: 0;
	padding: .5em;
}
#content ul {
}
#content ul li {
	margin-top: 1em;
}
#content a {
	color: #5c9735;
}
#content img {
	float: right;
	margin: 1em;
}
#content img.nofloat {
	float: none;
	margin: 0;
}
#content h2 {
	margin: 0;
	font-size: 1.2em;
}
#content h3 {
	margin: 0;
	font-size: 1.2em;
	font-style: italic;
}
#contact label {
	display: block;
	float: left;
	width: 100px;
	padding-right: 10px;
	margin-bottom: 0.5em;
}
#contact input {
	margin-bottom: 0.6em;
}
#dowdyletter {
	border-left: 5px solid #EAEAEA;
	border-top: 5px solid #EAEAEA;
	border-bottom: 5px solid #B4B4B4;
	border-right: 5px solid #B4B4B4;
	padding: 1em;
}
#quote {
	float: left !important;
}
/* pictures */
.gallery {
	width: 505px;
	padding: 0;
	margin: 0;
}
.gallery img {
	float: none;
}
#linkimg {
	float: left !important;
}
/* inside sub columns */
.subcolumnwrapper {
	margin-top: 3px;
}
.subcolumn {
	float: left;
	margin: 0 6px 0 0;
	min-height: 250px;
}
.subcolumn a {
	color: #5c9735;
}
.subcolumn * {
	margin: 0;
}
.subcolumn_last {
	float: left;
	margin: 0;
	min-height: 250px;
}
.subcolumn_last * {
	margin: 0;
}
.subcolumncontent {
	padding: 1em;
}
.subcolumncontent img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.sidebarstyle {
	background-color: #98de59;
	color: #fff;
	width: 159px;
}
.sidebarstyle h2 {
	background-color: #78be46;
	padding: 2px 0 2px 1.5em;
	font-size: 1.4em;
}
.subcolumnstyle1 {
}
.subcolumnstyle1 h2 {
}
.subcolumnstyle2 {
	background-color: #eaeaea;
	color: #0054a8;
	width: 260px;
}
.subcolumnstyle2 h2 {
	background: url(/templates/default/images/hdr_bck_blue.png) #cfcfcf no-repeat 12px;
	padding: 2px 0 2px 1.5em;
	font-size: 1.4em;
}
/* footer styles */
#footer {
	width: 691px;
	margin: 1em auto;
	text-align: right;
	color: #999;
	font-size: 0.75em;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style: none;
	display: inline;
	padding: 0 0 0 12px;
}
/* clear floats */
.clear {
	clear: both;
}
/* misc styles */
.center {
	text-align: center;
}
/* doc styles */
ul.spiffy_cats {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.spiffy_docs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.spiffy_cats a {
	font-weight: bold;
}
ul.spiffy_cats li {
	background: url(/epl/folder.png) no-repeat;
	margin-bottom: 1em;
	padding-left: 40px;
}
ul.spiffy_docs a {
	font-weight: bold;
}
ul.spiffy_docs li {
	margin-bottom: 1em;
	padding-left: 40px;
}
ul.spiffy_docs li.file {
	background: url(/epl/file.png) no-repeat;
}
ul.spiffy_docs li.file_jpg {
	background: url(/epl/file_jpg.png) no-repeat;
}
ul.spiffy_docs li.file_pdf {
	background: url(/epl/file_pdf.gif) no-repeat;
}
ul.spiffy_docs li.file_doc {
	background: url(/epl/file_doc.png) no-repeat;
}
ul.spiffy_docs li.file_xls {
	background: url(/epl/file_xls.png) no-repeat;
}
li .spiffy_docs_count {
	font-size: 0.8em;
}
li .description {
}
li .datetime {
	font-size: 0.8em;
	font-style: italic;
}
.photoComing {
	border:thin solid #333;
}
