@charset "utf-8";
/* CSS Document */
/*==============================CONTENT RIGHT FOR THE INDEX PAGE =====================*/

#newsBoard {
	height: 400px;
	width: 500px;
	
	position: absolute;
	top: 40px;
	left: 150px;
	padding: 20px;
	display: none;
}
/*--------------------------------------*/
#contentRight {
	float: right;
	display: inline;
	width: 649px;
	height: 450px;
}

#contentRightTop {
	float: left;
	width: 649px;
	height: 270px;
	background-color: #A0CE67;
}

#contentRightTopRight {
	float: right;
	width: 260px;
	height: 270px;
	background-color: #A0CE67;
	overflow: hidden;
}

#contentRightTopRight h3 span {
	background-color: #acdd70;
	color: #7e7c7c;
	margin-top: 4px;
}

#contentRightTopRight span{
	
}

#mainImage {
	float: left;
	width: 385px;
	height: 270px;
	background: no-repeat right bottom;
}


#contentRightBottom {
	float: left;
	width: 649px;
	height: 230px;
	background-color: #E6E6E6;
}

/*---------------------- welcome ----------------*/

#welcome {
	float: left;
	width: 649px;
	height: 200px;
	background-color: #F2F2F2;
}

#welcomeRight {
	float: right;
	width: 429px;
	height: 200px;
    overflow: auto;
	border: 0px solid #666666;
	background: url(images/indexImages/backgroundLogo01.gif) scroll no-repeat top right;
	scrollbar-arrow-color: #f2f2f2; 
	scrollbar-track-color:#f2f2f2; 
	scrollbar-face-color:#7e7c7c; 
	scrollbar-highlight-color:#f2f2f2; 
	scrollbar-3dlight-color:#f2f2f2; 
	scrollbar-darkshadow-color:#f2f2f2; 
	scrollbar-shadow-color: #f2f2f2; 
}

#welcomeLeft {
	float: left;
	width: 220px;
	height: 200px;
	background: #ffffff url(images/indexImages/handShake02.jpg) no-repeat center left;
}

/*---------------------------- gallery section -----------------------------*/

#gallerySection {
	float: left;
	width: 649px;
	background-color: #E6E6E6;
	height: 140px;
} 


#gallerySectionLeft {
	float: left;
	width: 200px;
}

.indexGalleryImage {
	float: left;
	width: 195px;
	margin: 5px 4px;
	padding: 5px;
	background-color:#FFFFFF;
	display:inline;
}
