/* Portfolio Slideshow */

.projectSlide { position:relative; height:240px; width:280px; margin-top: -10px; }
.projectSlide p { position:absolute; left:0; top:0; }

#siteImageContainer{
	width: 280px;
	float: left;
}

#siteImage{
	margin-bottom:14px;
}

#siteInfoTable{
	width:280px;
	float: right;
	margin-right: 10px;
	font-size: 0.9em;
}

#siteDescription{
	padding-bottom:10px;
	width:580px;
}

#imageAndTableContainer{
	overflow: hidden;
	width: 100%;
	padding-bottom:10px;
}

.windFarmSubTitle{
	font-size:18px;
	border-bottom: #999999 1px solid;
	margin-bottom:25px;
}

#dataTable .darkRow {
	background-color: #CCCCCC;
}

#dataTable .lightRow {
	background-color: #FFFFFF;
}

#windfarmlist {
	padding:0px;
}
	
#windfarmlist th {
	background-color:#CCCCCC;
	font-weight:bold;
}

#windfarmlist td {
	border-bottom: solid 1px #D8D8D8;
}

#windfarmlist a {
	color:#333333;
	text-decoration:none;
}

#windfarmlist a:hover {
	color:#6666FF;
}

#windfarmlist td:hover {
	background-color:#FFCC99;
	width: 100%;
}

#flashMapContainer{
	z-index:333;
	position:relative;
	left: 250px;
	top:10px;
	height:300px;
	width:700px;
}