
.projectTitle {
	/*background-image:url(../images/more.gif); 
	background-position: bottom right; 
	background-repeat:no-repeat; */
	color:#f40201; 
	margin:4px auto 0px -13px; 
	height:15px;
	font-size:13px;
	text-align:center;
}
.projectDetails {
	padding:0 20px 0 10px;
	text-align:center;
	font-size:10.5px;
}
.contentFullWidth {
	float:left; 
	width:425px;
	border-right:#CCCCCC thin solid;
	border:0px; 
	width:100%;
}
.projectBoxContainer {
	width:196px; 
	height:225px; 
	float:left;
	margin-right:5px;
	margin-left:22px;
	_margin-left:15px;
	margin-bottom:5px;
}
.projectBoxBg {
	background-image: url(../images/projects/project-bg.png); 
	_background-image: url(../images/projects/project-bg.gif);
	background-repeat:no-repeat; 
	width:177; 
	height:181px;
}
.projectImg {
	width:152px; 
	height:115px; 
	padding:16px 0px 0px 14px;
	text-align:center;
}

.moreProjects 
{
    padding-top:15px;
    margin-right:20px;
	clear:left; 
	text-align:right; 
	margin-right:40px;
	_margin-right:52px;
}

.moreProjects ul {
	list-style:none;
	font-weight:bolder;
	color:#FFF888;
	height:20px;
	margin:0;
	padding:5px;
}


.moreProjects ul li {
	display:inline;
    margin:2px;
    padding: 1px 3px 1px 3px;
    _padding: 0px 1px 0px 1px ;
	border:solid 1px #cccccc;
	text-align:center;

}
.moreProjects a {
	color:red;
	text-decoration:none;
	text-align:center;
	
}
.moreProjects a span {
	padding:3px;
	_padding:3px;
	line-height:13px;
}
.moreProjects a:hover, .moreProjectsSelected {
	
	color:#717171;
}