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


#welcome{
	float:left;
	width:900px;
	margin-left:20px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#leftgrid{	
	background-image:url(../img/home_left_high_bg.jpg);	
}
#centergrid{	
	background-image:url(../img/home_mid_high_bg.jpg);
}
#rightgrid{
	background-image:url(../img/home_right_high_bg.jpg);
}
.highlightgrid3{
	width:260px;
	height:340px;
	float:left;
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:35px;
}
.highlightgrid33{
	width:260px;
	height:340px;
	float:left;
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:35px;
	color:#000000;
}
.highlightgrid3 a{
	font-weight:bold;
	color:#FF6600;
}
.highlightgrid33 a{
	font-weight:normal;
	color:#000000;
}
.highlightgrid3 h3{
	padding-top:30px;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}
.highlightgrid33 h3{
	padding-top:30px;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}
#home_marquee{
	/*background-image:url(../img/home_banner_background.jpg);*/
	background-repeat:repeat-x;
	background-position:top;	
	height:250px;
	padding-left:30px;
	border-top:#eeeeee 2px solid;

}

.news_post{
	width:240px;	
	margin-top:35px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.news_post_mv{
	width:240px;	
	margin-top:35px;
	font-size:10px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.date{
	font-weight:bold;
}

.news_post p{
	font-size:12px;
	padding:0px;
	margin:6px 0;
	line-height:1.4em;	
	color:#999999;	
}