* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: verdana;
	font-size: 14px;
	background-color: #84A54A;
}

table {
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	background-color: #FFFFFF;
}

#header {
	height: 200px;
	background-image: url(images/top.jpg);
}

#left {
	float:left;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#right {
	background-color: #FFFFFF;
	margin-left: 240px;
	margin-right: 10px;
	text-align: left;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
   margin-left: 10px;
   font-size: 16px;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
	padding-right: 2px;
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #9d2d25;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	/*padding-left: 75px;*/
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {margin-bottom: 4px;
   margin-top: 4px;
   margin-left: 10px;
   font-size: 16px;
   font-weight: normal;
}

a:link {
	color: #557C2B;
	text-decoration: none;
}
a:visited {
	color: #83A956;
	text-decoration: none;
}
a:hover {
	color: #821115;
	text-decoration: none;
}
a:active {
	color: #577E2D;
	text-decoration: none;
}

a:link.right {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/right_menu.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #557C2B;
	text-decoration: none;
	text-align: center;
}
a:visited.right {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/right_menu.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #557C2B;
	text-decoration: none;
	text-align: center;
}
a:hover.right {
	color: #562930;
	text-decoration: none;
	background: url(images/right_menu.png) 0 -20px;
}
a:active.right {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/right_menu.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #557C2B;
	text-decoration: none;
	text-align: center;;
}

/********************************* Navigation **********************************/

#navcontainer {

}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
	text-align: left;
}

#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

/**************************************** contact form ****************************/

form.contact_us {
	/*width: 190px;*/
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px dotted #EBE2B7;
}

input.fields_contact_us {display: block;
	width: 250px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
	margin-bottom: 3px;}

textarea {width: 250px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

/**************************************** images ****************************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
}

.thumbnail_right{
float: right;
margin-right: 10px;
position: relative;
z-index: 0;
}

.thumbnail_right:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_right span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_right:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -135px; /*position where enlarged image should offset horizontally */
}

.thumbnail_left{
float: left;
margin-right: 10px;
position: relative;
z-index: 0;
}

.thumbnail_left:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_left span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
}

img {
	border: none;
}

.float_left {
	float: left;
	margin-right: 10px;
}
			  
.float_right {
	float: right;
	margin-left: 10px;
}

.float_center {
	float: center;
	margin-left: 10px;
}
