
.home-one{
	margin:60px 0 70px 0;
}
.home-one h3{
	text-align:center;
}
.home-one a{
	color:#444;
}
.home-one .wrap{
	min-height:130px;
}
.home-one li{
	list-style:inside;
}
.home-two{
	background-color:#f9f9f9;
	padding:130px 0 100px 0;
}
.home-two h1{
	text-align:center;
	line-height:1.6em;
	color:#6A6B6B;
	/*text-shadow:2px 3px 1px #444;*/
}
.home-two .side-one{
	border-right:1px solid #999;
}
.home-two .side-two p{
	font-size:1.5em;
	line-height:1.5em;
	padding:20px 0 0 30px;
}
.home-three{
	padding:70px 0 120px 0;
}
.home-three h3{
	text-transform:uppercase;
	margin-bottom:35px;
	
	/*font-size:1.8em;	*/
}
.space{
	height:30px;
}
.home-four{
	background-color:#000;
	padding:50px 0 100px 0;
}
.home-four a{
	color:#444;
}
.home-four h3{
	margin-bottom:30px;
	text-align:center;	
}
.home-four h4{
	margin-bottom:35px;
}
.home-four .pad{
	padding-top:25px;
	
}
.home-four .thumb img{
	width:100%;
}

.home-col1{
	background-color:#f9f9f9;
	padding:40px 0;
	color:#444;
	
}
.home-col1 h2{
	line-height:1.5em;
	margin-bottom:30px;
}
.home-col1 .em{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:30px;
	font-style:italic;
}
.home-col1 .contents{
	margin-bottom:60px;
	padding-right:20px;
}
.home-col1 .contents h3{
	margin-bottom:30px;
}
.home-side{
	background-color:#ccc;
	margin-bottom:40px;
	padding-bottom:30px;
}
.home-side h3{
	line-height:1.5em;
	text-align:center;
}
.home-side .news{
	margin:10px 0 0 0;
	padding:15px;
}
.scrollToTop{
	/*
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:40px;
	display:none;
	background: url('arrow_up.png') no-repeat 0px 20px;
	*/
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	/*opacity:0.5;*/
	background: #900;
}
.scrollToTop:hover{
	/*
	text-decoration:none;
	*/
	opacity:1;
	color:#fff;
}
.other-programs{
	background-color:#f5f5f5;
	padding:60px 0;
}
.other-programs img{
	width:100%;
}
.other-programs h4{
	margin-bottom:20px;
}