/* styles sheet for secondary pages */

#photos {
	margin-top: -62px;
	margin-left: 115px;
	padding-left: 33px;
}
#photos img {
	border: 1px solid #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
.centertext {
	text-align: center;
}
.project-index {
	width: 300px;
	padding: 20px 20px 20px;
	z-index: auto;
	top: 30px;
	right: 0px;
	background-color: #333333;
	border: 1px solid #000000;
	position: relative;
	margin: 0 0 30px 170px;
	height: 155px;
}
.project-index-text {
	position: absolute;
	left: 10px;
        top: 145px;
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
}
.project-index img {
	float: right;
	border: none;
}
.project-blurb {
	font-size: 83%;
	line-height: 120%;
	color: #000;
	width: 250px;
	background-color: #E5E5E5;
	text-align: left;
	padding: 20px;
	border: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.project-index a {
	text-decoration: none;
	border-style: none;
}

.project-blurb em {
	font-style: italic;
	font-weight: bold;
}
.project-index-text a:link {
	color: #FFFFFF;
}
.hotspot {
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
        width: 340px;
        height: 195px;
}
.hotspot img:hover {
	outline: #9A2000 solid 5px;
        
}
.hotspot img {
        border: none;
}
ul#portfolio-nav {
	margin-left: 40px;
}
ul#portfolio-nav li {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}
ul#portfolio-nav li li {
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	height: 55px;
	margin: 0px;
}
#portfolio-nav li li img {
	padding: 4px;
	background-color: #fff;
	border: 1px none transparent;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: -22px;
}
ul#portfolio-nav li li:hover {
	background-color: #E4E4E4;
}
#portfolio-nav a:link, #portfolio-nav a:visited {
	color: #000;
	text-decoration: none;
}
#portfolio-nav a:active, #portfolio-nav a:hover {
	color: #a92000;
	text-decoration: underline;
}
.project-blurb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.project-blurb li {
	margin-bottom: 5px;
	margin-left: 5px;
	text-indent: -5px;
}#photos h1 {
	text-align: left;
	font-size: 144%;
	width: 75%;
	padding-bottom: 5px;
	border-bottom: 2px dashed #e5e5e5;
	margin: 0px 0px 0px -50px;
	padding-left: 5px;
}

