/* CSS by Matt Hinchliffe > www.forum-design.co.uk */

body {
background-color: #FAF6E1;
font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, sans-serif;
color: #000000;
margin-top: 1em;
margin-bottom: 1.5em;
}

/* standard link properties */
a:link {
text-decoration: underline;
color: #74B95F;
}

a:hover {
text-decoration: underline;
color: #B7DCAA;
}

a:visited {
text-decoration: underline;
color: #B4AE94;
}

a:visited:hover {
text-decoration: underline;
color: #DBD8C7;
}

/* search box */
#search input {
background-color: #ffffff;
font-size: small;
color: #000000;
border: 1px solid #74B95F;
padding-left: 0.2em;
}

#search input:focus {
border-color: #000000;
}

#search button {
background-color: #DAE3D7;
border: 1px solid #74B95F;
font-size: small;
font-weight: normal;
color: #000000;
margin-left: 2px;
}

#search button:hover {
border-color: #000000;
}

/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 784px;
}

#head {
float: left;
clear: both;
width: 100%;
height: 189px;
}

#headL {
float: left;
margin-left: 0px;
}


#search {
float: right;
margin-top: 20px;
margin-right: 12px;
}

#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(../pics/contentBG5a.png);
background-repeat: repeat-y;
background-position: top;
}

#menuContain {
float: left;
margin-left: 27px;
width: 190px;
min-height: 250px;
background-image: url(../pics/menuBG.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 50px;
}

#menu {
position: relative;
display: block;
margin-top: 1em;
z-index: 100; /* always on top, prevents browser errors! */
}

#content {
float: left;
margin: 0 auto;
width: 534px;
font-size: small;
margin: 12px;
}

#footer {
clear: both;
margin: 0 auto;
width: 784px;
background-image: url(../pics/footer5.png);
background-repeat: no-repeat;
background-position: bottom;
}

#footertext {
margin-right: 12px;
padding-bottom: 25px;
font-size: x-small;
color: #999999;
text-align: right;
} 

/* menu buttons */

#menu h2 {
position: relative;
display: block;
font-size: small;
font-weight: normal;
margin-left: 0;
}

#menu h2 a:link, #menu h2 a:visited {
text-decoration: none;
color: #000000;
padding-left: 20px;
}

#menu h2 a:hover, #menu h2 a:visited:hover {
text-decoration: none;
color: #91C880;
padding-left: 20px;
background-image: url(../pics/hover.png);
background-repeat: repeat-y;
background-position: left;
}

/*--- title styles ---*/
h1 {
display: block;
font-size: x-large;
font-weight: normal;
letter-spacing: 0.1em;
color: #74B95F;
margin-left: 0.6em;
margin-bottom: 0.6em;
}

h2 {
display: block;
font-size: larger;
font-weight: bold;
color: #74B95F;
margin-left: 0.6em;
margin-bottom: 0.6em;
}

h3 {
display: block;
font-size: medium;
font-weight: bold;
color: #74B95F;
margin-left: 0.6em;
margin-bottom: 0.6em;
}


h4, h5 {
display: block;
font-size: small;
font-weight: bold;
color: #000000;
}

h6 {
font-size: small;
font-weight: normal;
color: #000000;
}

/* other classes */
.frontimg {
float: right;
margin-left: 10px;
margin-bottom: 0px;
}

.bottomimg {
float: left;
margin-left: -100px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.bottomimg2 {
float: left;
margin-left: -175px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}


.important {
font-weight: bold;
color: #FF0000;
}
