#subhead {
	color: #463319;
	text-align: left;
	margin-left: 15px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 15px;
}

.thumbnail {
}

.thumbnail img {
	margin-top: 3px;
	border: 1px solid white;
}

.thumbnail:hover {
	background: #ACBEC7 none repeat-x 0 52px;
	border-bottom: thin solid #ACBEC7;
}



#gallery {
	width: 330px;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
#gallery a:hover {
	background: #ACBEC7 none repeat-x 0 52px;
	border-bottom: thin solid #ACBEC7;
}

/* Menu */

/* Begin CSS Popout Menu */

dl, dt, dd, ul, li {margin: 0;padding: 0;list-style-type: none;}#menu {
margin-top: 5px;
margin-left: 5px;
z-index:100;width: 100%;
}#menu dl {float: left;width: 200px;position: relative;
}#menu dt {
cursor: pointer;text-align: left;background: white url(../images/down_arrow.png) no-repeat 184px center;border: 1px solid gray;
width: 200px;
height: 20px;
border: 1px solid #7F9DB9;
color: #7F9DB9;
font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
text-indent: 10px;}#menu dd {background-color: #ccc;position: absolute;bottom: 20px;width:100%;
display: none;}
html>body #menu dd {background-color: #ccc;position: absolute;
bottom: 20px;bottom/**/:/**/22px;width:100%;
display: none;}

#menu li {text-align: left;
}#menu li a, #menu dt a { 	display: block;
	width: 200px;
	border: 1px solid #7F9DB9;
	color: #7F9DB9;
	font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	background: white;
	text-decoration: none;
	text-indent: 10px;
	border-bottom-style: none;}#menu li a:hover, #menu dt a:hover {	color: #463319;
	background-color: #D6DFE3;}

/* End CSS Popout Menu */

/* End Menu */

#timeline {
	padding-left: 10px;
	color: #47341A;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#projectbar {
	height: 24px;
	border-top: 2px solid white;
	width: 100%;
	background-color: #D6DFE3;
	text-align: left;
	float: right;
	margin-bottom: 5px;
}

#selectproject {
	width: 278px;
	height: 32px;
	color: #ACBEC7;
	float: left;
}

#prevproject {
	width: 56px;
	height: 32px;
	color: #ACBEC7;
	float: right;
}

.prevproject a {
	display: block;
	float: left;
	display: inline;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 32px;
}

.prevproject a:hover {
	background-image: url(../images/prev_over.png);
}

#nextproject {
	width: 56px;
	height: 32px;
	color: #ACBEC7;
	float: right;
}

.nextproject a {
	display: block;
	float: left;
	display: inline;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 32px;
}

.nextproject a:hover {
	background-image: url(../images/next_over.png);
}

#desc2 {
	position: absolute; 
	top: 10px; 
	width: 350px; 
	height: 50px; 
	visibility: hidden;
}
html>body #desc2 {
	position: absolute; 
	top: 50px;
	top/**/:/**/ 100px; 
	width: 350px; 
	height: 50px; 
	visibility: hidden;
}