﻿/******************/
/* global styles */
/****************/
@import url("module_header.css");
@import url("module_nav.css");
@import url("module_home.css");
@import url("module_sub.css");
@import url("module_footer.css");

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: #DCDCDC url(../images/bg_main.gif) repeat-x;
	text-align: center;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	color: #c40061;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
}

/* main container */
#container {
	margin: 0 auto 0;
	padding: 0;
	width: 899px;
	position: relative;
}

#social {
	background: url(../images/social-bg.png) no-repeat;
	height: 290px;
	position: absolute;
	width: 45px;
	top: 160px;
	right: -45px;
}

#social ul {
	list-style: none;
	margin: 0 0 0 7px;
	margin-left : 6px\9; /* IE8 and below */  
 	*margin-left : 0px; /* IE7 and below */
	padding: 28px 0 0 0;
}

#social li {
	height: 30px;
	width: 30px;
	margin: 0 0 7px 0;
}

#social li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 32px;
}

a.li {
	background-position: 0 0;
}
a.fb {
	background-position: 0 -32px;
}
a.tw {
	background-position: 0 -64px;
}

a.gp {
	background-position: 0 -96px;
}

a.wp {
	background-position: 0 -128px;
}
a.yt {
	background-position: 0 -160px;
}
a.rss {
	background-position: 0 -192px;
}

.noside { width: auto !important; }

/* page content */
#content {
	width: 899px;
	padding: 0;
	margin: 0 0 17px 0;
	text-align: left;
}
.noside #content { width: auto !important; margin: 0 auto !important; text-align: center; }

.noside #leftColumn { float: none !important; margin: 0 auto !important; text-align: left; background: #fff !Important; }

h4 {
	margin: 25px 0 10px 0;
	font-size: 13px;
	text-decoration: none;
}


p {
	line-height: 1.6em;
	margin: 0 2px 22px 0;
	padding: 0;
}


a, a:visited {
	text-decoration: none;
	color: #993399;
}

a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
}

.right 
{
	text-align: right;
}

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.underline { text-decoration: underline; }

.small { font-size: 0.8em; }


/* --------------------------------------------------------------------------------------------------------------------------------------- 

MAINCONTENT WINDFARMS STYLES 

--------------------------------------------------------------------------------------------------------------------------------------- */

#map_canvas { 
	width: 566px;
	height: 377px;
}

#findWindfarmMap_container {
	width: 566px;
	height: 377px;
}

#showingAll_container { 
	/*float: left;*/  
}

.iframe_container_windfarms {
}

#leftColumn .leftTxt ol.sf_simpleList {
	width: 545px;
	overflow: hidden;
	padding: 0;
}

#leftColumn ol.sf_simpleList {
	margin: 0;
}

#container #leftColumn .sf_simpleList li {
	float: left;
	width: 33%;
	background: none;
	list-style: none;
	padding: 0;
}

.sf_simpleList li a {
	display: block;
	line-height: 1.2em;
	padding: 10px 0 10px 10px;
}

#container #leftColumn .sf_simpleList li a:hover {
	color: #841e7f;
	background: #fcf2f7;
}

.sf_simpleList li a strong {
	font-weight: normal;
}

#filter {
	/*background: #f7f7f7;*/
}

.filter-hd {
	background: #fff url(../images/chrome-bg.png) repeat-x 0 100%;
	border: 1px solid #efefef;
	width: 565px;
	overflow: hidden;
	margin-top: 10px;
	padding: 7px 0;
}

.filter-hd input {
	color: #666;
	background: #fff;
	border: 1px solid #efefef;
}

.filter-hd h2 {
	color: #333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
}

input.filter {
	font-size: 13px;
	padding: 2px;
	float: left;
}

.location-wrap {
	height: 430px;
	width: 567px;
	overflow: auto;
	margin-bottom: 10px;
}

#refresh {
	background: url(../images/refresh.gif) no-repeat 0 50%;
	float: left;
	display: block;
	padding-left: 20px;
	line-height: 22px;
	margin-left: 10px;
}

