* { margin: 0;} /* for sticky footer */
html, body { height: 100%; } /* for sticky footer */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	background-color: #6CBB11;
	background-image: url(/mysite/images/ripplebkgd.jpg);
	background-repeat: no-repeat;
	background-position: 0 -90px;
}

a { color: #000; 
 }
/* a:visited { color: #555;}
a:hover { color: #630; } */ 

p { margin: 0px 0px .5em;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height plus the footer's top border */

	max-width: 1000px;
	min-width: 740px;
}


/* side navigation */
#secondary {float: right;
margin: 0 10px 0 0;
width: 200px;
text-align:right;
}
fieldset {border: 0;}


/* unordered lists */
#secondary ul {
	text-align: right;
	margin: 120px 0 0 0;
	padding-bottom: 6px;
	padding-top: 25px;
	list-style-type: none;
	background-color: transparent;
}
#secondary li {
	color: #666;
line-height: 1.5em;
font-size: 1.3em;
margin-right: 15px;
}
#secondary h2, #secondary ul.firstLevel li, #secondary h3 
{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
line-height: 1.5em;
	text-align: left;
margin: 10px 10px 0 10px;
padding: 4px 8px;
background:  #8C0000; 
}

#secondary ul.extra {
margin-top: 0px;
}
#secondary ul.extra li {
color: #333;
font-size: 1.2em;
}
#secondary ul.extra li a{
color: #333;
}
#secondary li a
{
	display: block;
	background: url("/mysite/images/link.gif") 0 0 no-repeat;
	padding: 6px 5px;
	text-decoration: none;
	width: 150px;
	border-top: 1px #417109 solid;
	border-right: 0;
	border-bottom: 1px #417109 solid;
	border-left: 0;
margin-top: -1px;
}

/* #secondary li a:visited {background-position: 0 -50px;} */
#secondary li a:hover, #secondary li a:focus {background-position: 0 -120px;}

#secondary h2 a, #secondary ul.firstLevel li a { color: #fff; }
#secondary h2 a:visited, #secondary ul.firstLevel li a:visited { color: #fff; }
#secondary h2 a:hover , #secondary ul.firstLevel li a:hover { color: #fff; }


/* content */
#container {
float: left; 
padding: 20px 0 0 30px;
text-align: left;
margin: 0 auto;
width: 500px;
}

#container h1
{
	margin: 0;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: #000;
}

#content {
position: absolute;
top: 380px;
width: 500px;
}
#content h2
{
	color: #000;
	padding: 8px 0px 4px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
line-height: 1.5em;
}



.footer, .push {
	height: 29px; /* .push must be the same height as .footer wrapper bottom margin must also match*/
}
.push {
clear: both;
}

.footer { 
	border-top: 1px #417109 solid;
	max-width: 1000px;
	min-width: 740px;
text-align: center;
padding: 0 20px;
margin: 0 auto;

}
/* Sticky Footer by Ryan Fait
http://ryanfait.com/ */

