/* basic elements */

* {
    margin:0;
    padding:0;
    border:0;
}

body {
background: #edff91 url(bkgrd.jpg);
}

h1 {
font-family: 'century gothic', arial;
font-weight: lighter;
font-size: 12pt;
letter-spacing: 3px;
}

h2 {
font-family: 'century gothic', arial;
font-weight: 500;
font-size: 12pt;
text-align: center;
letter-spacing: 4px;
padding-top: 5px;
}

h3 {
font-family: 'times new roman';
font-size: 14pt;
font-weight: 500;
color: #5c5d4f;
padding-top: 20px;
}

h4 {
font-family: 'century gothic', arial;
font-weight: 300;
font-size: 10pt;
padding-top: 5px;
}

h5 {
font: normal 10pt arial;
font-size: 60%;
text-align: left;
color: #000;
}

p {
font-family: "century gothic", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
font-weight: normal;
font-size: 85%;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
line-height: 1.5em;
}

ul {
font-family: arial;
font-size: 80%;
text-align: justify;
line-height: 1.4em;
color: #5c5d4f;
padding-left: 65%;
}

a:link { color: #fff; text-decoration: none }
a:active { color: #fff; text-decoration: none }
a:visited { color: #fff; text-decoration: none }
a:hover { color: #fff; text-decoration: none }


/* ------------------------------------------------------------- */

/* specific divs */

.img_border {
border: 0.2em double #000;
padding: 5px;
galleryimg: no;
}

#containerborder_index {
background-color: #fff;
width: 790px;
height: 545px;
min-height: 545px;
margin: 15px auto;
margin-bottom: 2px;
border: 0.25em solid #000;
}

#container_index {
background-color: #fff;
height: 99%;
min-height: 99%;
border: 0.2em solid #000;
}

#containerborder {
background-color: #fff;
width: 790px;

min-height: 545px;
margin: 15px auto;
margin-bottom: 2px;
border: 0.25em solid #000;
}

#container {
background-color: #fff;
height: 100%;
min-height: 100%;
border: 0.2em solid #000;
border-bottom: 0;
}

#header {
float: left;
background: #fff url(scroll.gif);
background-repeat: repeat;
background-position: center left;
border-right: solid 2.5px #000;
height: 120px;
width: 58%;
text-align: center;
padding: 0;
z-index: 8;
}

#title {
float: left;
background-color: #fff;
width: auto;
padding-top: 30px;
padding-left: 45px;
text-align: center;
z-index: 0;
}

#horizontal_block {
clear: both;
background-color: #000;
color: #fff;
width: 100%;
height: 30px;
text-align: center;
}

#clear {
clear: both;
}

#horizontal_menu {
clear: both;
background-color: #000;
line-height: normal;
color: #fff;
width: 100%;
height: 30px;
height: auto;
min-height: 30px;
text-align: center;
padding-top: 0;
margin-top: 0;
}

#horizontal_menu ul {
margin: 0;
padding: 0;
text-align: center;
padding-top: 5px;
padding-bottom: 1px;
}

#horizontal_menu li {
display: inline;
font-family: 'century gothic', arial;
font-weight: lighter;
font-size: 11pt;
color: #fff;
}

#horizontal_menu li.last,#horizontal_menu li.last a {
border: 0;
}

#horizontal_menu li a {
text-decoration: none;
padding-left: 3em;
padding-right: 3em;
color: #fff;
}

#horizontal_menu a:hover {
color: #fff;
}

#colorstripe {
width: 100%;
min-height: 0px;
height: auto;
height: 0px;
border-top: solid 3px #d7ff65;
}

#content_index {
float: right;
width: 83%;
color: #000;
text-align: center;
}

#innercontent {
background: #fff url(sideborder.gif);
background-repeat: no-repeat;
background-position: top left;
width: 100%;
height: 512px;
}

#content {
background-color: #fff;
text-align: left;
padding: 0 15px;
padding-top: 10px;
min-height: 353px;
}

#form {
height: 225px;
padding-top: 35px;
}

#form p {
font-weight: normal;
color: #000;
line-height: 1.2em;
text-align: right;
font-weight: 500;
padding-right: 25%;
}

#form input {
border: 1px solid #99c901;
}

.boldgreen {
color: #99c901;
font-weight: bold;
}

.greentitle {
color: #89af01;
text-decoration: underline;
font-weight: 900;
}

#bottomquote {
clear: both;
color: #fff;
background: #000 url(nomatter2.gif);
background-repeat: no-repeat;
background-position: bottom ;
height: 30px;
width: 100%;
padding: 0;
margin: 0;
}

#bottomquote p {
font-style: italic;
font-weight: bold;
text-align: center;
padding-top: 2px;
padding-bottom: 0;
margin-bottom: 0;
}

#gallery {
margin-bottom: 0px;
width: 100%;
text-align: center;
}

#textblock {
float: right;
width: 49.5%;
font-family: 'century gothic','tahoma';
font-size: 8pt;
padding-top: 4px;
line-height: 9pt;
}

.clear {
clear: both;
}

#footer {
width: 790px;
margin: 0 auto;
padding-top: 0;
clear: both;
}

#footer a {
color: #000;
}

#footertext {
width: 49.75%;
float: left;
}


