/**
 * Style sheet style
 */
body
{
	margin:0;
	padding:0;
	background:url("/images/texture-blue.jpg");
	font-size: 12px;
}

a
{
	text-decoration:none;
	border: none;
}

a:hover
{
	text-decoration:underline;
}

a img {
	border: none;
}

a:hover img {
	border: dashed 2px;
}

/* header backgrounds */
#left, #right
{
	width:49%;
	height:191px;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:1;
}

#left
{
	float:left;
	background: url("/images/bgleft.gif") repeat-x top;
}

#right
{
	float:right;
	background:url("/images/bgright.gif") repeat-x top;
}

#header-container
{
	width:100%;
	position:relative;
	float:left;
	margin:-191px 0px 0px 0px;
	z-index:2;
}

#header
{
	width:983px;
	height:191px;
	position:relative;
	clear:both;
	margin:0 auto;
	background:url("/images/header.jpg") no-repeat top;
	z-index:2;
}

#middle
{
	height:100%;
	padding:220px 120px 20px 120px;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans", Arial;
}

#content
{
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#menu
{
	height:32px;
	top:159px;
	position:absolute;
	margin:0;
	padding:0;
	z-index:88;
}

#menu h1
{
	width:150px;
	height:32px;
	float:left;
	display:block;
	margin:0 6 0 0;
	padding:6px 0px 0px 0px;
	text-align:center;
	font-style:italic;
	font-size:17px;
	letter-spacing:normal;
}

#footer {
	background: #ffc324;
	padding: 10px 0;
	border-top: solid 3px #669900;
	clear:both;
}

#footer img {
	margin: 0 35px;
	border: none;
}

#footer p {
	width: 700px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
}

#videos {
	float: right;
	border: dashed 1px #9f0000;
	background: #fff665 url(/images/video.gif) center top no-repeat;
	width: 150px;
	height: 160px;
	padding: 50px 10px 0 20px;
	margin-left: 20px;
	margin-top: 10px;
}

.login .formbody {
	border: dashed 1px #9f0000;
	background: #fff665;
	float: none;
	background-image: none;
	padding:10px;
	width: 150px;
	margin-left: 0;
}

input.submit {
	margin-top: 5px;
}

p.label {
	color: #9f0000;
	font-weight: bold;
	padding: 8px 0 2px 0;
	margin: 0;
}

#videos a {
	font-weight: bold;
	font-size: 16px;
}

h1.teachers
{
	color:#339933;
	background:url("/images/tab-green-shadow.jpg") no-repeat;
}

h1.teachers a
{
	color:#339933;
}

h1.kids
{
	color:#18298f;
	background:url("/images/tab-shadow.jpg") no-repeat;
}

h1.kids a
{
	color:#18298f;
}

h1.farmers
{
	color:#993333;
	background:url("/images/tab-orange-shadow.jpg") no-repeat;
}

h1.farmers a
{
	color:#993333;
}

h1
{
	margin:0;
	padding:0;
	color:#9f0000;
	size: 150%;
	letter-spacing:-2px;
}

h2
{
	margin:20px 0px 0px 0px;
	padding:0;
	font-family:"Trebuchet MS";
	color:#18298f;
	letter-spacing:-1px;
	size: 130%;
	clear: left;
}

ul
{
	margin:10px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}

li
{
	margin:5px 0px 0px 0px;
	padding:0;
}

hr
{
	height:1px;
	margin:0;
	padding:0;
	background-color:#7399ff;
	color:#7399ff;
	size:1px;
}

.floatR
{
	float:right;
}