#siteImageContainer{

width: 280px;
float: left;

}

#siteImage{
margin-bottom:14px;
}

#siteInfoTable{
width:280px;
float: right;
margin-right: 10px;
}

#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;
}


#windFarmTable {
}

#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%;
	
}

#googleMapContainer{
z-index:98;
position:relative;
left: 50px;
top:10px;
height:300px;
width:900px;
}