/* BLEEKER CSS */

ul#project { list-style-image:none; display:inline; margin:0; padding:0; }
	ul#project li { display:inline; float:left; margin:0 30px 10px 0; padding:0; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#7d8186; }
	ul#project li a { color:#7d8186; text-decoration:none; }
	ul#project li a:hover { color:#a50e0f; }
		ul#project li.selected { color:#a50e0f; }
	
h3 { font-size:22px; margin:10px 0 10px 0; color:#a50e0f; font-weight:lighter; font-family:Arial, Helvetica, sans-serif; }

.bcc { text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px; }


.PlainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: plain;
	color: #000000;
	text-decoration: none;
}



.PlainTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a50e0f;
	text-decoration: none;
}
.PlainTextLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a50e0f;
	text-decoration: none;
}
.ProjectTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d8186;
	text-decoration: none;
}



.ProjectLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #515150;
	text-decoration: none;
}
.ProjectLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #515150;
	text-decoration: none;
}
.ProjectLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a50e0f;
	text-decoration: none;
}


.ProjectLinksHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a50e0f;
	text-decoration: none;
}


.ProjectHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: plain;
	color: #a50e0f;
	text-decoration: none;
}

.ProjectHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: plain;
	color: #a50e0f;
	text-decoration: none;
}


 /*image hover*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 5px;
border: 1 dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: -450px; /*position where enlarged image should offset horizontally */

}
 /*image hover*/

