/* Home Gardens of Merit */
html, body {
margin: 0px;
padding: 0px;
font: small/1.4 Verdana, Helvetica, Arial, sans-serif;
}
body {
font: 1em/1 Arial, Helvetica, sans-serif;
background-color: #fffff0; /* ivory */
background-image: url(index_files/natfl143.gif);
background-repeat: repeat;
}

/* design */

#container {
position: relative;
margin: 0 auto;
padding: 3px;
top: 10px;
width: 900px;
height: 900px;
}


#header {
position: absolute;
margin: 0;
padding-top: 1em;
padding-bottom: 1em;
top: 10px;
left: 40px;
width: 900px;
height: 100px;
text-align: center;
background-color: #fffff0;
border: 1px solid #006600;
}

#header h1, #header h2, #header h3 {
color: #006600;
font-weight: bold;
text-align: center;
line-height: 50%;
}

#nav {
margin: 0;
padding: 0;
position: absolute;
top: 111px;
left: 40px;
background-color: #fffff0;
border: 1px solid #006600;
list-style-type: none;
width: 900px;
height: 25px;
float: left;
}

#nav li{
margin: 0;
padding: 0;
float: left; /*this corrects the*/
width: 150px; /*IE whitespace bug*/
}

#nav a {
width: 150px;
float: left;
text-align: center;
color: #006600;
text-decoration: none;
line-height: 2;
border-left: 1px solid #006600;
outline: none; 
}

#nav a:hover {
background: #ccffcc;
color: #003300;
border-right: 1px solid #006600;
border-left: 1px solid #006600;
border-bottom: 1px solid #006600;
}

#nav link {
color : #99ccff ;
text-decoration : none;
}

#nav visited {
color : silver;
text-decoration : none;
}
#nav_hom a {
border-left: none;
}
#nav_con a {
border-right: #006600;
outline: none;
}
#body_hom #nav_hom a,
#body_info #nav_info a,
#body_con #nav_con a {
background-color: #006600;
color: #fff8e7;
font-weight: bold;
}
.pad10 {
padding-right: 5px;
padding-left: 5px;
}
img {
margin: 5px;
border: 1px solid #006600;
}

#content {
position: absolute;
margin: 0;
padding: 5px;
top: 140px;
left: 40px;
width: 890px;
height: 800px;
color: #006600;
background-color: #fff;
border: 1px inset #006600;

}

#dir {
margin: 0;
padding: 0;
position: absolute;
top: 145px;
left: 40px;
width: 200px;
font-weight: bold;
list-style-type: none;
text-align: center;
}

#dir li{
margin: 0;
padding: 0;
list-style-type: none;
float: left; /*this corrects the*/
width: 150px; /*IE whitespace bug*/
}

#dir a {
margin: 0;
padding: 0;
display: block;
background-color: #006600;
color: #fffff0;
text-decoration: none;
text-align: center;
line-height: 2.5;
outline:none;
}

#dir a:hover {
color:#0099cc;
background-color: #ccffcc;
}

#dir link {
color : teal;
text-decoration : none;
}

#dir visited {
color : silver;
text-decoration : none;
}
#dir h1, #dir h2, #dir h3 {
color: #339933;
}

#news {
margin: 0;
padding: 10px;
position: absolute;
top: 180px;
left: 250px;
width: 600px;
height: 350px;
color: #006600;
background-color: #fffff0;
border: 1px solid #006600;
text-align: center;
}
p {
margin: 0;
padding: 0;
font-size: small;
line-height: 1.3em;
}

