/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

BODY {
  background-color: #FFFFFF;
  margin: 0px;
  font: 75%/1.4em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #000000;
}

A:link {color:#14a750}
A:active {color:#14a750}
A:visited {color:#14a750}
A:hover {color:#003366}

#page_bounds_home {
	margin: 0 auto;
	width: 760px;
	position: relative;
	background: #FFFFFF url("../images/img_home_main.gif") no-repeat;
	height:490px;
	}
	
	#page_bounds_sub {
	margin: 0 auto;
	width: 760px;
	position: relative;
	}

.tagline{
	font-size: 195%;
	position: absolute;
	top: 20px;
	z-index:999;
}	

.tagline_sub{
	font-size: 155%;
	position: absolute;
	top: 42px;
	left: 168px;
	z-index:999;
}

.tagline_green{
	font-weight: bold;
	color: #14a750;
}	

.rebag_start{
	float:right;
	font-size: 155%;
	line-height: 1.25;
	position: absolute;
	top: 330px;
	left: 300px;
	z-index:3;
}	

.rebag_start_green{
	color: #14a750;
}	

.page_title{
	color: #14a750;
	font-size: 155%;
}	

#home_main{
	position: absolute;
	top: 410px;
	z-index:4;
}	
	
#top_main{
	position: absolute;
	top: 0px;
	z-index:4;
}	

#sub_main{
	position: absolute;
	top: 205px;
	z-index:5;
}	

#top_nav {
	float: right;
	position: relative;
	top: 140px;
	text-align: right;
	z-index:2;
	text-decoration: none;
	color: #000000;
	font-size: 135%;
	}	

#top_nav_sub {
	float: right;
	position: absolute;
	top: 140px;
	left: 270px;
	text-align: right;
	z-index:2;
	text-decoration: none;
	color: #000000;
	font-size: 135%;
	z-index:999;
	}	

#top_nav a {
	text-decoration: none;
	}	

#top_nav a:hover{
	text-decoration: underline;
	color: #000000;
	}	
	
#top_nav_sub a {
	text-decoration: none;
	}	

#top_nav_sub a:hover{
	text-decoration: underline;
	color: #000000;
	}	
	
#footer{
	margin: 0 auto;
	width: 760px;
	position: relative;
	border-top: 1px solid #14a750;
	font-size: 85%;
	padding-top: 10px;
}	

.right_image {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	}	
	

	
