@charset "utf-8";
.Project p {
	clear: left;
	margin: 0 0 5;
}
.MakeItBold {
	font-weight: bold;
}
.Project {
	margin-left: 25px;
	width: 95%;
	border-bottom: 1px solid #999;
	clear: left;
	margin-top: 20px;
}
.Pictures  {
	float: right;
	margin-left: 15px;
	width: 220px;
	margin-bottom: 5px;
}
.ProjectsList a:link {
	color: #133D8D;
	text-decoration: none;
}

.Pictures img {
	margin-bottom: 5px;
}


.Project ul {
	padding: 0px;
	list-style: none;
	margin: 5 0;
}


.HeadingList {
	float: left;
	width: 100px;
}
.HeadingList li {
	width: 150px;
}



.ListItems {
	float: left;
}
#Catagories {
	color: #666;
	width: 100%;
	margin-bottom: 20px;
	float: left;

}
#Catagories a {
	clear: left;
	float: left;
	margin-top: 5px;
}
#Catagories a:link {
	text-decoration: none;
}
#Catagories a:visited {
	text-decoration: none;
}
#Catagories a:hover {
	text-decoration: underline;

}




#Catagories .title {
	margin: 0px auto 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}



#RentalProjects {
	width: 200px;
	float: left;
	padding-left: 15px;
}
#SalesProjects {
	width: 200px;
	float: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding-left: 15px;
	height: 135px;
}
#CustomProjects {
	float: left;
	padding-left: 15px;
	width: 225px;
}
