/* CSS by Matt Hinchliffe > www.forum-design.co.uk */

body {
background-color: #EEF8EA;
font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, sans-serif;
color: #000000;
margin: 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: medium;
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: medium;
font-weight: bold;
color: #000000;
margin-left: 2px;
}

#search button:hover {
border-color: #000000;
}

/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 764px;
}

#head {
float: left;
clear: both;
width: 100%;
height: 130px;
margin: 0;
}

#headL {
float: left;
margin: 0;
width: 400px;
height: 130px;
background-image: url(/images/headL.png);
background-position: left top;
background-repeat: no-repeat;
}

#headR {
float: right;
margin: 0;
width: 364px;
height: 130px;
background-image: url(/images/headR.png);
background-position: right top;
background-repeat: no-repeat;
}

#search {
float: right;
margin-top: 100px;
margin-right: 12px;
color: #ffffff;
}

#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(/images/contentBG.png);
background-repeat: repeat-y;
background-position: top;
}

#menuContain {
float: left;
margin-left: 14px;
width: 150px;
min-height: 250px;
background-image: url(/images/menuBG2.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 40px;
}

#menu {
position: relative;
display: block;
margin-top: 1em;
z-index: 100; /* always on top, prevents browser errors! */
}

#content {
float: left;
margin: 0 auto;
width: 574px;
font-size: small;
margin: 12px;
}

#footer {
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(/images/footer.png);
background-repeat: no-repeat;
background-position: bottom;
}

#footertext {
margin-right: 12px;
padding-bottom: 10px;
font-size: x-small;
color: #999999;
text-align: right;
}

/* menu buttons */

#menu h2 {
position: relative;
display: block;
/*font-size: larger;*/
font-size: 17px;
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(/images/hover.gif);
background-repeat: repeat-y;
background-position: left;
}

/*--- title styles ---*/
h1 {
display: block;
font-size: x-large;
font-weight: bold;

color: #74B95F;
margin-left: 0.1em;
margin-bottom: 0.6em;
}

h2 {
display: block;
font-size: larger;
font-weight: bold;
color: #74B95F;
margin-left: 0em;
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, h6 {
display: block;
font-size: small;
font-weight: bold;
color: #000000;
}

/* other classes */
.frontimg {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.important {
font-weight: bold;
color: #FF0000;
}



#address {
text-align: center;
}
.more {
	text-align: right;
}


#spacer {
	clear: both;
}


/* List */
#defaultcontainer ul
{
list-style-image: url(/images/commentbullet.png);
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #000000;
}

#repaircontainer ul
{
list-style-image: url(/images/bullet.png);
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #000000;
}


/*
http://www.dynamicdrive.com/eeincludes/bullet.png
http://www.dynamicdrive.com/eeincludes/commentbullet.png
*/


div.slideshow img {
	width: 350px;
}
