@charset "utf-8";
/* CSS Document */

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
p.name {
	font-size: 13px;
	font-weight: bold;
	color:#996633;
}
p.location {
	color:#cc9966;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}
a {
	color:#BF875B;
	text-decoration: none;
}
a.blue {
	color:#6991A1;
}
a:hover {
	color:#000;
}
img {
	border-style: none;
	max-height: 100%;
}
img.thumbnail {
	width:auto;
	height: 140px;
	margin: 2px 2px 2px 2px;
}
img.small-thumbnail {
	width:auto;
	height: 70px;
	margin: 2px 2px 2px 2px;
}
#backdiv {
	position: absolute;
	top: 0;
	left: 252px;
}
#backbtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 558px 0 0 0;
}
#showcase {
	/*border: 5px solid;
	border-color: #F00;
	*/width: auto;
	height: 70%;
}
#slideshowBackground {
	/*border: 5px solid;
	border-color: blue;
	*/width: auto;
	height: 100%;
}
#left-column {
	float: left;
	margin-right: 8px;
	width: 275px;
	text-align:right;	
}
#logo-box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color:#999;
	width: 275px;
	/*height: 110px;*/
	margin-bottom: 20px;
	padding-top: 85px;
	text-align: right;
}
#project-links-box {
	text-align: right;
}
	#project-links-box, .nav-bar-spacer {
		height: 252px;
		min-height: 252px;
	}
#navbar {
	text-align: right;
	margin-top: 40px;
}
#main-content {
	/*border: 5px solid;
	border-color: green;
	*/height: 100%;
	margin-left: 283px;
}
.logo-height-spacer{
	min-height: 100px;
	height: 100px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}