#main_photo {
	position: relative;
	top: 25px;
	left: 102px;
	width: 687px;
	height: 260px;
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	clear: both;
}
h2#content_sub_head{
	position: relative;
	top: 40px;
	left: 97px;
	font: bold 17px "Times New Roman", "Times", serif;
	color: #524d3e;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 600px;
}
div#details_left {
	position: relative;
	top: 50px;
	left: 97px;
	display: block;
	width: 338px;
	font: 11px "arial", sans-serif;
	color: #524d3e;
	float: left;
}
div#details_left p, div#details_right p {
	margin: 8px 0 0 0;
}
p.next_project, p.project_prev {
	text-align: right;
}
p.next_project a, p.project_prev a{
	color:#524D3E;
	font-family:"arial",sans-serif;
	font-size:11px;
	text-decoration:underline;
	text-transform:uppercase;
}
p.next_project a:hover, p.project_prev a:hover{
	text-decoration: none;
}
div#details_right{
	float: right;
	display: block;
	width: 330px;
	font: 11px "arial", sans-serif;
	color: #524d3e;
	position: relative;
	top: 50px;
	left: -76px;
}
ul#completed li{
	text-indent: 2px;
}
#slideShow1
{
	width: 687px;
	height: 260px;
	background-color: #fff;
}
.pagelinks a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #333;
	padding: 3px 5px;
}
.pagelinks a:hover
{
	background: #524d3e;
}
.slideCaption
{
	display: none;
	background-color: #524d3e;
	text-align: center;
	font-weight: bold;
	width: 300px;
	color: white;
	padding: 3px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pagelinks a.activeSlide
{
	text-decoration: none;
	color: #fff;
	background: #b70d16;
	padding: 3px 5px;
	
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(images/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(images/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(images/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#tooltipURL
{
	display: none;
}
