/*
  #8dc63f Light green pinstriping
  #0d6d1f - 258642 Darker green (background)
  #319c58 Light Green Font
*/

body {
 background-image:url(../images/greenheartbackground.jpg);
 background-repeat:no-repeat;
 background-color: #258642;
 font-family: Arial, Helvetica, sans-serif;
 width:984px;
 margin:0 auto;
}

.masthead {
  background-image:url(../images/HFhead.png);
  width:984px;
  height:276px;
}

.hfbody {
	float:left;
  background-image:url(../images/HFbody.png);
  width:984px;
}

.hffooter {
  background-image:url(../images/HFfooter.png);
  width:984px;
  height:47px;
  clear:left;
}

.contentcolumn {
margin: 0 35px 0 315px; /*Margins for content column. Should be "0 0 0 LeftColumnWidth*/
min-height:580px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.leftcolumn{
float: left;
width: 265px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(hfbodyWidth)*/
}


.rotatingheadimages {
	float:right;
	width:350px;
	height:175px;
	border:solid 2px #8dc63f;
	margin:56px 140px 0 0;
}

.animatedlogo {
	float:left;
	margin:40px 0 0 60px;
}

/* TEXTS and COPY *******************************************/

.title1 {
	font-weight:body;
	font-size:22px;
	color:#222;
}

.bodycopy1 {
	margin:10px 0 0 0;
	font-size:16px;
	color:#222;
}

.greencopy1 {
	font-size:18px;
	font-wight:bold;
	color:#319c58
}

.logincopy {
	font-size:14px;
	color:#222;
	padding:5px 0 0 15px;
}

/************************************************************/
/* Left Column Boxes ****************************************/


.boxcap {
	width:250px;
	height:12px;
	background-image:url('../images/boxcap.jpg');
}

.boxbod {
	width:250px;
	background-image:url('../images/boxbod.jpg');
}

.boxbod-search {
	width:250px;
	background-image:url('../images/boxbod.jpg');	
}

.boxbod-news {
	width:250px;
	background-image:url('../images/boxbod.jpg');	
}

.boxbut {
	width:250px;
	height:12px;	
	background-image:url('../images/boxbot.jpg');
}

/************************************************************/

.loginbox {
	width:225px;
	margin:0 0 0 13px;
}

.searchbox {
	width:225px;
	margin:0 0 0 13px;
}

.newscopy {
	width:225px;
	margin:0 0 0 13px;
}

input[type=text], input[type=password] {
	width:175px;
	margin: 5px 0 0 0;
	-moz-border-radius:1px;
	-moz-border-webkit:1px;
	padding: 3px;
}

input[type=submit]{
	border: none;
	color:white;
	text-decoration:none;
	font-size:12px;
	padding:4px 6px 4px 6px;
	-moz-border-radius:4px;
	-moz-border-webkit:4px;
	background:#258642;
	margin:5px 10px 0 0;
	font-family:arial;
}

a.loginform{
	border: none;
	color:white;
	text-decoration:none;
	font-size:12px;
	padding:5px 6px 5px 6px;
	-moz-border-radius:4px;
	-moz-border-webkit:4px;
	background:#258642;
	margin:5px 10px 10px 0;
}

input[type=submit]:hover, form a:hover{
	background:#8ec845;
	cursor:pointer;
}

fieldset {
	display:block;
	width:300px;
}

.headnavlist {
	float:left;
	margin:0 auto;
	text-align:center;
	margin:0px 0 0 100px;
	width:845px;
	height:30px;
	background-color:yellow;
}

.headnavigation {
	text-align:left;
	float:left;
}