﻿html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
	font-family:Helvetica, Verdana, Arial, Tahoma, sans-serif; 
	font-size:12px;
	color:#4a4a4a;
}

h1, h2, h3, h4, h5, h6 {
	color:#627a24;
	margin-left:80px;
	font-weight:normal;
}

a:focus, input:focus {
	outline:0px;
}

#wrapper {
	width:1016px;
	margin:0px auto;
}

#menu {
	float:left;
	padding-left:291px;
	width:725px;
	height:30px;
	background:url('../images/inMenu.jpg') no-repeat;
}

	#menu a {
		float:left;
		display:inline-block;
		width:110px;
		height:30px;
	}

		#menu .home {
			background:url('../images/inHome.jpg');
		}
		
		#menu .tech {
			background:url('../images/inTech.jpg');
		}
		
		#menu .benefit {
			background:url('../images/inBenefit.jpg');
		}
		
		#menu .news {
			background:url('../images/inNews.jpg');
		}
		
		#menu .contact {
			width:113px;
			background:url('../images/inContact.jpg');
		}

		#menu a:hover {
			background-position:0 -30px;
		}

	#menu .Search {
		float:left;
		width:172px;
		height:30px;
		background:url('../images/inSearch.jpg');
	}

	#menu .Search a {
		color:#627a24;
		margin-top:5px;
		text-decoration:none;
		text-transform:lowercase;
		font-weight:bold;
		margin-left:10px;
	}
	
	#menu .Search a:hover {
		text-decoration:underline;
	}

#header {
	float:left;
	width:1016px;
	height:60px;
	background:url('../images/inHead.jpg');
}

	#header a {
		display:block;
		width:150px;
		height:45px;
		margin-top:-13px;
		margin-left:63px;
	}

	
#content {
	float:left;
	width:1016px;
	min-height:285px;
	background:url('../images/inContent.jpg') no-repeat;
}

	#content .lquote {
		float:left;
		margin-left:50px;
		clear:both;
		padding:0px 20px;
		color:#627a24;
		font-size:32px;
		margin-bottom:0px;
		width:100%;
	}

	#content .qsub {
		float:left;
		text-align:right;
		font-weight:bold;
		clear:both;
		color:#4a4a4a;
		font-size:14px;
		margin-bottom:40px;
		width:100%;
	}

	#content .rquote {
		float:left;
		margin-right:100px;
		clear:both;
		padding:10px 40px;
		color:#627a24;
		font-size:24px;
	}

	#content #leftCol {
		float:left;
		width:479px;
		min-height:534px;
	}
	
	#content #leftCol .sub {
		color:#627a24;
		font-size:14px;
	}

		#content #leftCol img {
			margin-left:15px;
		}
	
		#content #leftCol .content {
			line-height:21px;
			clear:both;
			margin-left:100px;
		}
	
		#content #leftCol .u {
			text-decoration:underline;
		}
	
		#content #leftCol a {
			color:#627a24;
		}
		
			#content #leftCol a:hover {
				text-decoration:none;
			}

	#content #rightCol-lt {
		float:left;
		width:480px;
		padding:0px 37px 0px 20px;
		min-height:534px;
		background:url('../images/latestTechBG.png') no-repeat left top;
	}

		#content #rightCol-lt .floated {
			float:left;
			width:320px;
			height:400px;
		}

		#content #rightCol-lt .content {
			line-height:21px;
			margin-left:60px;
		}

	#content #rightCol-tech {
		float:left;
		width:480px;
		padding:350px 37px 0px 20px;
		min-height:534px;
		background:url('../images/techBG.png') no-repeat left top;
	}

		#content #rightCol-tech .floated {
			float:left;
			width:320px;
			height:400px;
		}

		#content #rightCol-tech .content {
			line-height:21px;
			margin-left:60px;
		}

		#content #rightCol-tech .sub {
			color:#627a24;
			font-size:14px;
		}

	#content #rightCol {
		float:left;
		width:480px;
		padding:0px 37px 0px 20px;
		min-height:534px;
	}
	
	#content #rightCol img {
		float:right;
	}

		#content #rightCol .content {
			line-height:21px;
			margin-left:60px;
		}
	
		#content #rightCol .sub {
			color:#627a24;
			font-size:14px;
		}

		#content #rightCol .u {
			text-decoration:underline;
		}
	
		#content #rightCol a {
			color:#627a24;
		}
		
			#content #rightCol a:hover {
				text-decoration:none;
			}

#footer {
	float:left;
	width:1016px;
	height:75px;
	background:url('../images/footer.jpg') no-repeat;
}

	#footer .menu {
		float:left;
		margin-top:11px;
		margin-left:234px;
		width:576px;
	}
	
		#footer .menu .overview {
			display:inline-block;
			width:187px;
			height:31px;
			background:url('../images/ftMnOverview.jpg') no-repeat;
		}
		
		#footer .menu .latest {
			display:inline-block;
			width:197px;
			height:31px;
			background:url('../images/ftMnLatest.jpg') no-repeat;
		}
		
		#footer .menu .testimonials {
			display:inline-block;
			width:192px;
			height:31px;
			background:url('../images/ftMnTestimonials.jpg') no-repeat;
		}

		#footer .menu a:hover {
			background-position:0px -31px;
		}

		#footer .menu a:hover {
			background-position:0px -31px;
		}

	#footer .footer {
		clear:both;
		text-align:center;
		color:#688127;
	}
	
		#footer .footer a {
			color:#688127;
			padding:0px 15px;
			text-decoration:none;
		}
		
			#footer .footer a:hover {
				text-decoration:underline;
			}

.newsTitle {
	color:#627a24;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
}

.Date {
	color:#627a24;
	margin:0px auto;
	font-size:11px;
	border-top:.1em #627a24 solid;
	border-bottom:.1em #627a24 solid;
}

.contentTOS {
	width: 850px;
	float: left;
	line-height:21px;
	margin-left:100px;
}