@charset "utf-8";
/* CSS Document */




#main-holder #main {
float:none;
display:block;
width:auto;
padding-bottom:10px;
}
	#header {
	}
	
.tooltip {
font-size:14px;
color:#ffffff;
font-weight:bold;
background-color:#a6ce3a;
padding:5px;
border:solid #91b62c 1px;
}




#home-hands {
height:399px;
/*background-image:url(../images/hands_03.jpg);*/
background-position:left 0px;
background-repeat:no-repeat;
margin-left:10px;
position:relative;
}

	#home-hands .hands-video {
	position:absolute;
	left:209px;
	top:81px;
	width:195px;
	height:125px;
	z-index:2300;
	}


	#home-hands .home-rightlinks {
	float:right;
	width:238px;
	margin-right:12px;
	margin-top:34px;
	}
	
		.home-rightlinks a {
		display:block;
		font-size:11px;
		width:218px;
		height:50px;
		padding:10px;
		overflow:hidden;
		color:#191919;
		line-height:17px;
		background-color:#e6ebe8;
		margin-top:3px;
		}
			.home-rightlinks a:hover {background-color:#a6ce3a;}
		
			.home-rightlinks a strong,
			.home-rightlinks a b {color:#1e6a92;}
			
			.home-rightlinks a:hover strong,
			.home-rightlinks a:hover b {color:#ffffff;}
			
			
	
	
#homepage-sections {
padding:20px 12px 20px 10px;
}
		
	.homepage-box {
	width:165px;
	background-color:#eef6f7;
	background-image:url(../images/homepage_box_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	}
		.homepage-box .homepage-box-item {
		padding:10px 10px 10px 10px;
		background-image:url(../images/homepage_box_header.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
			.homepage-box .homepage-box-item h4 {
			font-size:14px;
			}
			
			.homepage-box .homepage-box-item ul {
			margin:0 0 0 0;
			padding:0 0 0 0;
			}
				.homepage-box .homepage-box-item ul li {
				line-height:14px;
				font-size:11px;
				margin:0 0 0 0;
				padding:6px 0 6px 0;
				background-image:url(../images/dotline_02.gif);
				background-position:bottom;
				background-repeat:repeat-x;
				} 
				
				
				
.homepage-base {
padding:0px 6px 20px 4px;
}

	.homepage-base td {}
	
		.homepage-base .home_greenbox {
		/*background-image:url(../images/homepage_greenbox.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-bottom:10px;*/
		background-image:url(../images/homepage_greenbox.gif);
		background-position:top;
		background-repeat:no-repeat;
		
		border-bottom:solid #a6ce3a 2px;
		}
			.homepage-base .home_greenbox-inner {
			padding:10px 10px 10px 10px;
			}
			
		.homepage-base .home_orangebox {
		/*background-image:url(../images/homepage_orangebox.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-bottom:10px;*/
		background-image:url(../images/homepage_orangebox.gif);
		background-position:top;
		background-repeat:no-repeat;
		
		border-bottom:solid #f37123 2px;
		}
			.homepage-base .home_orangebox-inner {
			padding:10px 10px 10px 10px;
			}
		
		
		
		
		
		
		