/* CSS Document */
#projectlist{
	width:775px;
}

#projectlist img{
	border:0px;
}

#projectlist ul{
	width:775px;
	display:block;
	float:left;
	margin:0px;
	padding:3px 0px 3px 0px;
}

#projectlist li{
	display:inline;
	float:left;
	margin:0px;
}

#projectlist .projectlisthead{
	width:775px;
	display:block;
	float:left;
	background:#008030;
	color:#FFFFFF;
}

#projectlist .projectlistheadimg{
	display:block;
	float:left;
	width:310px;
	text-indent:5px;
	font-weight:bold;
}

#projectlist .projectlistheaddesc{
	display:block;
	float:left;
	width:465px;
	text-indent:5px;
	font-weight:bold;
}

#projectlist .projectitems1{
	background:#C6FFDB;
	/*color:#FFFFFF;*/
}

#projectlist .projectitems2{
	background:#8CFFB8;
	/*color:#FFFFFF;*/
}

#projectlist .projectimgli{
	width:310px;
	text-indent:5px;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}

#projectlist .projectdescli{
	width:455px;
	font-weight:bold;
	margin:0px;
}

#projectlist .projectdesctext{
	margin:10px 0px 0px 0px;
}

#projectgallery{
	margin:10px 0px 10px 0px;
	width:774px;
}

#projectgallery h2{
	display:block;
	float:left;
	margin:20px 0px 20px 0px;
}

#projectgallery .galleryline{
	display:block;
	float:left;
	width:774px;
	margin:0px 0px 1px 0px;
}

#projectgallery .gallerycellEven{
	display:inline;
	float:left;
	width:256px;
	text-align:center;
	height:257px;
	background:#42FF89;
	margin:0px 0px 0px 1px;
}

#projectgallery .gallerycellOdd{
	display:inline;
	float:left;
	width:256px;
	text-align:center;
	height:257px;
	background:#93FFBB;
	margin:0px 0px 0px 1px;
}

#projectgallery .gallerycellOver{
	display:inline;
	float:left;
	width:256px;
	text-align:center;
	height:257px;
	background:#D2FFE3;
	margin:0px 0px 0px 1px;
}

#projectgallery img{
	margin:46px 0px 0px 0px;
	border:0px;
}

#projectgallery a{
	display:block;
	width:100%;
	height:100%;
}

#mask{
	background:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:90000px;
	z-index:9000;
}

#imgContainer{
	width:680px;
	background:#FFFFFF;
	position:absolute;
	top:1000px;
	left:50%;
	margin:0px 0px 0px -325px;
	padding:20px 0px 20px 0px;
	z-index:9999;
}

#imgContainer .imgClose{
	width:640px;
	font-size:20px;
	text-align:right;
	font-weight:bold;
	margin:5px 0px 5px 20px;
	padding:0px;
}

#imgContainer .theImg{
	text-align:center;
	margin:0px;
	width:680px;
}

#imgContainer .closeX{
	font-size:30px;
}

#imgContainer a{
	color:#008030;
}

#imgContainer .otherClose{
	margin:0px 0px 5px 0px;
}

.hide{
	display:none;
}

.show{
	display:block;
}