/* General page styles */
body
{
 margin: 0px;
 padding: 0px;
 background-color: #e2e2c8;
 text-align: center;
}
body,div,p
{
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 12px;
 font-weight: normal;
 color: #325c1b;
}
a:link, a:visited, a:active
{
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 12px;
 font-weight: bold;;
 color: #000000;
 text-decoration: underline;
}
a:hover
{
 color: #325c1b;
 text-decoration: none;
}
img
{
 border: 0px;
}
/* This is the main header image and it's background */
.header-background
{
 background-image: url("images/bg_header.gif");
 background-position: top left;
 background-repeat: repeat-x;
 text-align: left;
 width: 100%;
 height: 137px;
}
.header-image
{
 width: 770px;
 height: 137px;
 border: 0px;
 position: absolute;
 top: 0px;
 left: 0px;
}
/* This is the main menu at the top */
.main-menu
{
 width: 400px;
 height: 30px;
 text-align: left;
 position: absolute;
 top: 105px;
 left: 135px;
 padding-top: 3px;
}
.main-menu a:link, .main-menu a:visited, .main-menu a:active
{
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 color: #e2e2c8;
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 2px;
 padding-bottom: 2px;
 border: 1px solid transparent;
 height: 30px;
}
.main-menu a:hover
{
 color: #ffffff;
 border-top: 1px solid #598d3c;
 border-left: 1px solid #598d3c;
 border-right: 1px solid #598d3c;
 border-bottom: 1px solid #598d3c;
}
/* Jeff's "John Hancock" */
.jeff-sig
{
 width: 73px;
 height: 45px;
 border: 0px;
}
/* This is the main content container */
.content
{
 width: 100%;
 text-align: left;
}
/* This is the left column and it's content, the main content */
.left-col
{
 width: 350px;
 text-align: left;
 vertical-align: top;
}
h1
{
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 18px;
 font-weight: normal;
 color: #325c1b;
 padding-bottom: 5px;
 border-bottom: 1px solid #325c1b;
 margin-bottom: 5px;
}
p
{
 margin: 4px;
 padding: 0px;
 text-indent: 15px;
 text-align: justify;
}
/* This is the borders going arround the thumbnails */
.thumb-border
{
 border: 1px solid #325c1b;
}
/* This is the right column of content */
.right-col
{
 width: 248px;
 text-align: center;
 vertical-align: top;
}
/* This is the green footer at the bottom of the pages */
.footer-box
{
 width: 100%;
 height: 50px;
 text-align: left;
 vertical-align: top;
 border-top: 1px solid #122c04;
 background-color: #325c1b;
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 11px;
 font-weight: normal;
 color: #e2e2c8;
 padding-left: 10px;
 padding-top: 5px;
}
.footer-box a:link, .footer-box a:visited, .footer-box a:active
{
 font-family: Verdana, Tahoma, Arial, Sans-serif, serif;
 font-size: 11px;
 font-weight: bold;
 color: #e2e2c8;
 text-decoration: none;
}
.footer-box a:hover
{
 color: #ffffff;
}
/******Styles for the input boxes*******/
.input1
{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif, serif;
 font-size: 11px;
 font-weight: bold;
 color: #e2e2c8;
 background-color: #325c1b;
 border: 1px solid #0f2204;
 padding-left: 3px;
}

/*******Styles for the message input box on the form******/
.messagebox
{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif, serif;
 font-size: 11px;
 font-weight: bold;
 color: #e2e2c8;
 background-color: #325c1b;
 border: 1px solid #0f2204;
 padding: 3px;
}

/********The submit button for the contact form******/
.button
{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif, serif;
 font-size: 11px;
 font-weight: bold;
 color: #e2e2c8;
 background-color: #325c1b;
 background-image: url("images/button_bg.gif");
 background-repeat: repeat-x;
 background-position: top left;
 border-top: 0px solid #609941;
 border-left: 1px solid #609941;
 border-right: 1px solid #609941;
 border-bottom: 1px solid #0f2204;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 height: 21px;
}