*
{
padding: 0px;
margin: 0px;
}
       
body {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	background: url('Images/TopBackFade.jpg') repeat-x fixed top left;
	}
	
#wrapper {
	margin:0 auto;
	width:100%;
	}
       
h1 {
	font-size:16px;
	margin-top: 20px;
	color:#000000;
	}
	
h2 {
	font-size:16px;
	color:#666666;
	line-height: 20px;
	margin-top:5px;
	}
	
h3 {				/*Nav bar Text*/
	color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 15px 0 0 20px;
	letter-spacing: 1px;
	}
	
h4 {				/*Header Title - Blue*/
	font-size:14px;
	color:#0068b3;
	}
		
h5 {				/*Header Title - Burnt Org*/
	font-size:14px;
	color:#CC6600;
	}
	
p {
	color: #333;
	text-align: left;
	font-size: 12px;
	padding: 10px 0 0 0;
	}
	
a:link {
	color: #333;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #66CC00;
	}
a:active {
	color: #66CC00;
	}
	
.style1 {
	color:#66CC00;
	letter-spacing: 1px;
	}
	
.style2 {
	color:#0068b3;
	}
	
.style3 {
	margin-left: 30px;
	}
.style4 {
	color:#66CC00;
	}
		
#topfade {
	background: url('Images/TopBackFade.jpg') repeat-x;
	height: 136px;
	top: 0;
	left: 0;
	margin: 0 auto;
}

#topdecor{
	background:url('Images/TopRightHeadDecor.png') no-repeat;
	top: 0px;
	right: 0px;
	height: 128px;
	width: 620px;
	float: right;
	position: fixed;
	margin: 0;
	}
	
* html #topdecor {
	position: absolute;
}
	
#content {
	float:left;
	width:100%;
	position:relative;
	z-index: 2;
	}
	
#column1 {
	top: 70px;
	float: left;
	margin-left: 75px;
	width: 475px;
	}
	
#column2 {
	top: 625px;
	float: left;
	margin-left: 20px;
	width: 100%;
	position: absolute;	
	}
	
#column3 {
	top: 120px;
	left: 580px;
	position: absolute;
	width: 375px;
	clear: both;
	text-align: center;
	}
#column4 {
	float: left;
	margin-left: 20px;
	width: 100%;
	font-size: 12px;
	color:#666666
	}
	
#homegroup{ /*Home page Photo*/
	position: absolute;
	left: 0px;
	top: 188px;
	}
	
#grouptransp{  /*Inner page watermark Photo*/
	position: absolute;
	left: 580px;
	padding: 25px 0 0 0;
	top: 266px;
	}
	
#logo{
	position: absolute;
	left: 580px;
	top: 150px;
	}
	
* html #float {
	position: absolute;
}

#navgraphic {
	background: url('Images/BlkDecorNavBar.png') no-repeat;
	height: 188px;
	width: 997;	
	position: absolute;
	left: 0;
	top: 433px;
	z-index: 3;
	}
	
#navigation {
	background:url('Images/BlkNavBarFill.gif') repeat-x;
	height: 52px;
	position: absolute;
	width: 100%;
	top: 525px;
	left: 0;
	z-index: 10;
	}
	
#navbuttons {
	position: absolute;
	width: 425px;
	background: #000;
	list-style-type: none;
	top: 525px;
	z-index: 5;
	}
	
.navbuttons ul { 
	margin: 0px;
	padding: 50px 0px 0 30px;
	
	}

.navbuttons ul li {
	display: inline;
	padding: 0 15px 0 15px;
	color:#ccc;	
	font-size: 12px;
	}
	
.navbuttons li a {
	width: 25px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#ccc;
	text-decoration: none;
	}
	
.navbuttons li a:hover {
	color:#66CC00;
	text-decoration: none;
	}
   
       
#footer{
	background:url('Images/FooterBackFade.jpg') repeat-x;
	color: #666666;
	font-size: 10px;
	clear:both;
	text-align:left;
	position: absolute;
	line-height: 12px;
	top: 825px;
	width:100%;
	height: 91px;
	}
	
#footercontainer{
	padding: 5px 0px 5px 20px;
	height: 30px;
	}
	
#clear {
	clear:both;
	}