/* GREEN CSS */

body {
margin: 0;
padding: 0;
background-color: #bbdb90;
background-image: url(../images/layout/background.jpg);
background-repeat: repeat-y;
font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
color: #404040;
font-size: 0.9em;
}

p, li {
line-height: 1.5em;
}

ul {
list-style-image: url(../images/layout/bullet.gif);
}

#container {
width: 1024px;
height: 768px;
background-color: #bbdb90;
background-image: url(../images/layout/backgroundswirl.jpg);
background-repeat: no-repeat;
}

#header {
/*background-image: url(../images/layout/header.jpg);*/
background-image: url(../images/layout/header2.jpg);
width: 800px;
height: 137px;
}

#nav {
float: left;
/*width: 125px;*/
width: 115px;
}

#nav ul {
margin-top: 20px;
margin-left: 0;
padding-left: 5px;
list-style-type: none;
list-style-image: none;
}

#nav li {
padding-bottom: 10px;
font-size: 1.2em;
font-weight: bold;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 1em;
}

#nav li a {
display: block;
padding: 5px;
color: #737d30;
}

#nav li a:hover {
color: #fff;
text-decoration: none;
background-color: #abff08;
}

#content {
margin-top: 0;
/*margin-left: 127px;*/
margin-left: 117px;
width: 685px;
background-color: #fff;
/*border-right: 1px solid #737d30;
border-bottom: 1px solid #737d30;
border-left: 1px solid #737d30;
background-image: url(../images/layout/bottomborder.jpg);
background-repeat: no-repeat;
background-position: bottom center;*/
}

.text {
padding: 0 0 20px 10px;
}

#footer {
width: 671px;
margin-left: 127px;
font-size: 0.75em;
color: #737d30;
clear: both;
}

#footer a {
color: #737d30;
text-decoration: underline;
}

/* **** HEADING STYLES **** */
h1, h2, h3 {
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 2em;
color: #2ac153;
}

.text h1 {
margin-top: 20px;
}

h2 {
font-size: 1.3em;
color: #8ee160;
}

h3 {
font-size: 1.2em;
color: #8ee160;
}

/* **** LINK STYLES **** */
a {
color: #2ac153;
text-decoration: none;
}

a:visited {
color: #737d30;
}

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

/* **** HOME PAGE STYLES **** */
#rightcol {
width: 320px;
float: right;
margin-top: 20px;
margin-bottom: 10px;
}

#leftcol {
width: 320px;
float: left;
margin-left: 10px;
}

/* **** OTHER **** */

img.left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

img.right {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}

div.clearfix {
width: 300px;
height: 1px;
display: block;
clear: both;
}
