@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px;
	border: 1px solid #FF9;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position:relative;
	height: 120px;
	background-image:url(images/splash_header.jpg);
	/*background: #3c5102; */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headershare {
	
	margin-left: 620px;
	padding-top: 15px;
}

.oneColFixCtrHdr #headershare2 {
	
	margin-left: 620px;
	padding-top: 22px;
}
.flash {
	margin-left: 110px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin: 0px;
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E7D9A8;
	border: 1px solid #E7D9A8;
}

.oneColFixCtrHdr #mainContent #centred{

	margin: 0px;
	 padding: 0 80px; remember that padding is the space inside the div box and margin is the space outside the div box 

}

.oneColFixCtrHdr #mainContent #centred2{

	margin: 0px;
	 padding: 0 40px; /*remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColFixCtrHdr #mainContent #bgim{
	margin: 0px;
	padding: 0px;
	width: 168px;
	height: 200px;
	color:#FFF;
	background-image:url(images/greenfade_logom.jpg);

}

.oneColFixCtrHdr #mainContent #bgim2{
	margin: 0px;
	padding: 0px;
	width: 168px;
	height: 200px;
	color:#FFF;
	background-image:url(images/greenfade_msh30.jpg);

}

.oneColFixCtrHdr #mainContent #bgim3{
	margin: 0px;
	padding: 0px;
	width: 168px;
	height: 200px;
	color:#FFF;
	background-image:url(images/greenfade_usfs.jpg);

}

.oneColFixCtrHdr #mainContent #bgim4{
	margin: 0px;
	padding: 0px;
	width: 168px;
	height: 200px;
	color:#FFF;
	background-image:url(images/greenfade.jpg);

}

.oneColFixCtrHdr #footer {
	font-size: 10px;
	/*border: 1px solid #666666;*/
	padding: 0px,10px,0px,0px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0;  /*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 padding: 10px 0; /*padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



h1 {
	color: #3c5102;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1;
/*	background-image: url(images/MMM.jpg);
	background-repeat:no-repeat;
	background-position: left;*/
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding-left: 30px;
}
h2 { 
	color: #3D5103;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding-left:110px;
	
	}






.content p{
	padding-left:15px;
	
}

.whitetype{
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
}

.whitetype_backed{
	background-image:url(images/backing_mages.jpg);
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding-left:30px;
}
.whitetype_backed2{
	background-image: url(images/backsquare.gif);
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	
}

.oneColFixCtrHdr a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#039;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#headershare2 img {
	padding-right:20px;
	border:none;
}
.ticker {
	width:603px;
	height: 18px;
	margin-left: 80px;
	background-color:#3c5102;
/*	padding-bottom: 10px;*/
	padding-top: 4px; 
	font-size: 11px
}
.oneColFixCtrHdr #container .ticker_link {
	
			  color: #ffffff;
			  padding: 0px 0px 5px 20px;
			  text-decoration:none;
			  }
.oneColFixCtrHdr #headershare3 {
	
	margin-left: 630px;
	padding: 0px;
}

.float {
	position:absolute;
	left: -102px;
	top:-26px;
}