@charset "utf-8";
/* CSS Document */


/* General Style */
* {
margin: 0;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
}

ul {
list-style: none;
}

HTML, BODY {
background-color: #538927;
}

#container{
width: 780px;
margin: 0 auto;
position:relative;
}


/* Branding */

#branding {
width: 780px;
position: relative;
height: 140px;
}

#branding h1 a {
width: 269px;
height: 75px;
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
text-indent: -9999px;
position: absolute;
top: 40px;
right: 170px;
}


/* Main Container for Content */

#main_container {
width: 780px;
}


/* Left Nav */

#nav {
width: 160px;
margin-left: 10px;
float: left;
height: 300px;
display: inline;
}

#nav ul {
list-style:none;
margin-top: 5px;
}

#nav li {
height: 50px;
color: #fff;
border-bottom: solid 1px #7ea75d;
}

#nav li a{
height: 50px;
color: #fff;
line-height: 45px;
text-decoration: none;
font-size: 14px;
display: block;
background-image:url(../images/navigation.gif);
padding-left: 50px;
}

#nav li a:hover{
height: 45px;
color: #fff;
line-height: 45px;
text-decoration: none;
font-size: 14px;
background-position:bottom;
}

#nav li.active a{
height: 45px;
color: #fff;
line-height: 45px;
text-decoration: none;
font-size: 14px;
background-position:bottom;
}


/* Main Content */

#content {
width: 580px;
margin: 0 10px 0 0;
float: right;
height: 300px;
display: inline;
}

#content #top {
width: 580px;
height: 12px;
background-image:url(../images/top.gif);
background-repeat:no-repeat;
float: left;
display: inline;
}

#content #center {
width: 580px;
background-color: #fff;
min-height: 300px;
float: left;
display: inline;
}

#content #bottom {
width: 580px;
height: 11px;
background-image:url(../images/bottom.gif);
background-repeat:no-repeat;
float: left;
display: inline;
}

#gallery {
margin: 20px;
}

#gallery a img{
border: 1px solid #ccc;
margin: 11px;
padding: 3px;
background-color: #fff;
}

#gallery a img:hover {
border: 1px solid #538927;
}


/* Typography */

h2 {
color: #538927;
border-bottom: 1px solid #538927;
margin: 20px;
font-size: 16px;
padding-bottom: 5px;
letter-spacing: 1px;
}

#center p {
color: #538927;
margin: 20px;
font-size: 12px;
line-height: 16px;
}

#center p a{
color: #538927;
}

#center p a:hover{
text-decoration: none;
}



/* Footer */

#content #footer {
width: 580px;
height: 30px;
}

#content #footer p{
text-align: center;
line-height: 30px;
color: #fff;
font-size: 9px;
}

#content #footer p a{
color: #fff;
}

#content #footer p a:hover{
text-decoration: none;
}
