@charset "utf-8";
/* CSS Document */
*{
	font-family:Tahoma, Verdana, sans-serif;
}

html, body, div, a, img, p{
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
	color:#6D8C01;
}
img{
	border:0;
}
h1, h2, h3, h4 ,h5 ,h6{
	text-align:left;
}

.clearFloat{ clear:both; }
.clearLFloat{ clear:left; }
.clearRFloat{ clear:right; }
.clearSeparator{ clear:both; background:url(../beta/_imgs/separatorLine.gif) repeat-x center; width:98%; height:10px; }
.smallLink{ font-size:10px; color:#004DEC; }
.smallLink:hover{ color:#09C}
.smallLink:visited{ color:#004DEC }

.box{
	float:left;
	width:190px;
	padding-left:10px;
	padding-bottom:25px;
}
.box .title{
	width:100%;
	height:40px;
	background-position:center top;
	background-repeat:no-repeat;
}
.box .top{
	width:100%;
	height:19px;
	border-top:#999 1px solid;
	border-right:#999 1px solid;	
}
.box .list{
	padding-left:5px;
}
.box .list a{
	display:block;
	background:url(../_imgs/listAsset.gif) left center no-repeat;
	padding-left:15px;
	padding-bottom:3px;
	width:180px;
	font-size:13px;
	color:#777;
}
.box .list a:hover{
	color:#999;
}
.box .Hlist{
	padding-left:10px;
}
.box .Hlist a{
	display:inline;
	background:url(../_imgs/listAsset.gif) left center no-repeat;
	padding-left:15px;
	padding-right:20px;
	padding-bottom:3px;
	color:#777;
}
.box .Hlist a:hover{
	color:#999;
}
.text{
	width:400px;
	padding-left:25px;
	padding-bottom:25px;
	padding-right:25px;
	color:#777;
	text-align:justify;
	font-size:13px;
	float:left;
}
.text .title{
	background-position:center left;
	background-repeat:no-repeat;
	width:100%;
	height:30px;
}
.text p{
	padding-left:15px;
	padding-top:15px;
	text-align:justify;
}
.image{
	float:left;
	background-position:center left;
	background-repeat:no-repeat;
	width:450px;
	height:100%;
}
.projectSection{
	width:975px;
	border-bottom:1px solid #ccc;
}
.project{
	width:315px;
	padding-bottom:15px;
	float:left;
	border-bottom:1px solid #999;
}
.projectImg{
	background-position:center left;
	background-repeat:no-repeat;
	width:315px;
	height:315px;
}
.projectText{
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#container{ width:100%; }

#main{
	width:100%;
	background:url(../_imgs/contetnBG.gif) repeat-x top; 
	padding-top:25px;
	padding-bottom:25px;
}

#main .content{
	width:1000px;
	padding-top:50px;
}
#main #middle{
	width:1000px;
	height:20px;
	background:url(../_imgs/mainMiddle.jpg) no-repeat;
}
