﻿/*
#B0CF57 is the light green, #559400 dark green
*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	background: url('../images/background3.gif') no-repeat fixed #F7FAE7
}
#wrap{
	width:900px;
	margin:0 auto
}
#innerpage{
	width:100%;
}
#header {
	height: 42px;
	background: url('../images/img2.gif') repeat-x;
}

/* Page */

#page {
	margin: 0 auto;
	width: 896px;
	padding:10px 0px 0px 0px;
	border-left: 2px #559400 solid;
	border-right: 2px #559400 solid;
	background-color: #EFF5CF;

}
#content {
	float: right;
	width: 640px;
	background-color:#ffffff;
	margin:6px 5px 0px 5px;
	border:1px #B0CF57 solid;

}

#content2 {
	width: 885px;
	border:1px #B0CF57 solid;
	background-color:#ffffff;
	margin-left:5px

}
#gallery{
	float:right;margin-right:5px;
	border:2px #B0CF57 double;	
}
/** LOGO */

#logo {
	width: 900px;
	height: 135px;
	margin: 0 auto;
}

/* Footer */

#footer {
	background: url('../images/img2.gif') repeat-x;
}
div.hold1{
	width: 75%;
	height: 40px;
	margin: 0 auto;
	clear: both;
	font-size: 90%;
	text-align:center;
	padding-top:5px;
	font-weight:bold
}
div.hold2{
	width: 75%;
	font-size: 110%;
	text-align:center;
	color:white;
	font-weight:bold;
	margin: 0 auto;
}
div.hold3{
	width: 75%;
	margin: 0 auto;
	clear: both;
	font-size: 90%;
	text-align:center;
	padding-top:5px
}

#footer span {
	margin: 0;
	padding: 6px 0px 0px 0px;
	text-align: center;
	line-height: normal;
}

#footer a {
	color:#ffffff;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin-left:4px;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
	line-height: 100%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
#sidebar img.side1{
	margin-left:3px;
}
#flashdv{
	float:left;
	background:url("../images/dee.jpg") no-repeat;
	width:632px;
	height:387px;
	margin:2px;
	border:2px #618C04 solid;

}

/* Content */

h1, h2, h3, h4 {
	color: #618C04;
}

h1 { font-size: 150%; margin-left:13px}

h2 { font-size: 130%; }

h3 {font-size: 100%;text-align:right;font-style:italic;margin-bottom:15px  }
h4 { font-size: 120%; }

p, ul {
	margin-top: 0;
}

a { color: #77B003; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

hr { display: none; }

/* box1 */

.box1 {
	margin-bottom: 15px;
}

.box1 .maintext{
	margin-bottom: 10px;
	padding: 0px 15px 5px 10px;	
}
div.clear{
	clear:both
}
img.img1{
	margin: 0 auto;
	text-align:center; 
}
img.img2{
	border:2px #6E6E6E solid;
	margin:5px 0px 5px 2px
}

#contact {
	float:left;
}
label.contact{
	float: left;
	width: 190px;
	font-weight: bold;
}
input,textarea,select		{
	color: #6F8058;
	background: #ffffff;
	border: 1px solid #DAC2BA;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:4px
}
input.error,select.error,text.error {
	border: 1px dotted red;
	background-color: #FFFFD5;
	color: red;
}
input[type=text] { 
width: 200px; 
}
form label.error, label.error  {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
ul.list1{
	list-style-type:none;
	text-align:left
}

ul.list1 li{
	padding: 6px 3px 6px 35px;
	background-image: url('../images/bullet1.gif');
	background-repeat: no-repeat;
	font-weight:bold
}
#mit{
	text-align:center;
	margin-top:15px
}
#mit a{
	color:#ffffff;
	text-decoration:none;
	font-size:90%
}

