html, body {
	background: #c5ecfb url(/images/body-bg.png) repeat-x fixed 100% 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}
body { background-color: transparent !important; }
#site-root {
	background: transparent url(/images/content-top.png) no-repeat top left;
	margin-top: 18px;
	padding-top: 10px;	
	height: 100%;
	position: relative;
}
#content {
	position: relative;
	padding-top: 20px;
	background-color: #fff;
	min-height: 100%;
}
#site-inner {
	float: left;
	background: #eee url(/images/page.png) no-repeat top center;
}
h1.logo {
	width: 273px;
	height: 118px;
	overflow: hidden;
}
#site-root h2 { position: relative; font-size: 1.9em; }
h2 .banner-overlay {
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	top: 182px;
	left: 0px;
	padding: 0 0.5em; 
	color: #fff;
	word-spacing: 0.2em;
}

/* FORM */
form.formy {
position:relative;
top:10px;
float: left;
clear: right;
}
form.formy li {
display:block;
float:left;
width:100%;
}
form.formy li.heading {
color:#111111;
font-size:1.25em;
font-weight:bold;
margin:10px 0;
}
form.formy label,
form.formy .label {
display:block;
float:left;
height:2em;
margin-top:5px;
width:170px;
}
form.formy .label { margin-top: 0; }
form.formy fieldset {
float:left;
width:90%;
border: none;
}
form.formy fieldset legend span { margin-left: 1em; }
form.formy textarea {
	width: 80%;
	height: 12em;
}
form.formy ul {
display:block;
float:left;
width:99%;
}
form.formy .checkbox {
	padding-left: 140px;
}
form.formy .checkbox label {
	text-align: left;
	display: inline;
	float: none;
}
ul.boxes,
#content-head ul
{
	margin: 0;
	padding: 0;
}
#navigation {
	overflow: hidden;	
}
#navigation ul {
	margin: 0 50px 10px 50px;
	position: relative;
	float: left;
	width: 770px;
	padding: 0;
}
#content-body {
	margin-top: 10px;
	margin-bottom: 8em;
}
ul.boxes li,
#content-head li,
#navigation li {
	list-style-type: none;
}
ul.boxes li {
	float: left;
	display: block;
	width: 31%;
	border: solid 3px #523A21;
	margin: 6px;
}

ul.boxes a {
	display: block;
	position: relative;
	width: 270px;
	height: 270px;
}
ul.boxes a:link,
ul.boxes a:visited {
	color: #fff;
	text-decoration: none;
	background-position: 0 270px;
}
ul.boxes a:hover {
	color: #000;
	background-position: 0 0;
}
ul.boxes span {
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #c30;
	font-size: 2em;
	font-weight: bold;
	padding: 5px 10px;
}

ul.boxes a:hover span {
	background-color: #fc3;
}

ul.boxes li:hover {
	border-color: #fc3;
}

ul.boxes span.strap {
	bottom: 0px;
	top: auto;
	right: 0;
	left: auto;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	background-color: #523A21;
}

ul.boxes img {
	width: 100%;
	height: 100%;
}

#content-head h1 {
	float: left;
}
#content-head ul {
	float: left;
	margin: 20px 0 0 20px;
}
#content-head li {
	font-size: 2em;
	line-height: 2em;
}
#navigation li {
	width: 24.999%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	z-index: 9;
}
#navigation a:link,
#navigation a:visited {
	color: #523A21;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
	top: 0px;
	left: 0px;
}
#navigation a:hover {
	color: #FFCC33;
}


#navigation ul li.back {
    background-color: #80C441;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
#navigation ul li.back .left {
    background-color: #80C441;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
#navigation ul li a {
    outline: none;
    text-align: center;
    z-index: 10;
    display: block;
    height: 30px;
    position: relative;
    overflow: hidden;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:visited {
    border: none;
}                    

.lavaLampBottomStyle {
    position: relative;
    height: 29px;
    width: 421px;
    background-color: white;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid gray;
}
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}
.lavaLampBottomStyle li.back {
    border-bottom: 5px solid blue;
    width: 9px;
    height: 30px;
    z-index: 8 !important;
    position: absolute;
}
.lavaLampBottomStyle li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
} 

#document-foot {
	position: fixed;
	width: 100%;
	height: 90px;
	bottom: 0;
	left: 0;
	background: transparent url(/images/grass-tile.png) repeat-x bottom center;
	border: none;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}

#document-foot p {
	border: solid 1px #01923E;
	padding: 2px 5px;
	background-color: #80C441;
	float: left;
	position: absolute;
	bottom: 5px;
	margin: 0 0 0 -17.5em;
	left: 50%;
	width: 38em;
}
div.quotes {
	float: left;
}
blockquote {
	position: relative;
	width: 46.999%;
	line-height: 1em;
	float: left;
	margin: 1% !important;
	padding: 0;
}
blockquote span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: normal;
	color: #000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #000;
	text-decoration: none;
}
h2 {
	color: #666 !important;
}
h2 b {
	color: #80C441 !important;
}
a.headbadge {
	display: block;
	position: absolute;
	top: -20px;
	right: -45px;
}
img.freedomicon {
	position: absolute;
	top: 0;
	right:287px;	
}
p img.left {
float: left;
}
p img.right {
float: right;
}
