/* @override 
	http://yes2wind.com/media/css/style.css
	http://www.yes2wind.com/media/css/style.css */


/* Reset some common tags */
html, body, div, ul, ol, dl, dd, dt li, h1, h2, h3, h4, h5, p, a, form, blockquote, img, a img, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
}

@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot?') format('eot'),
         url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-roman-webfont.svg#webfontBAOLFOSD') format('svg');
    	 font-weight: normal;
    	 font-style: normal;

}



@font-face {
		font-family: 'HelveticaNeueLTStd75Bold';
		src: url('../fonts/helveticaneueltstd-bd-webfont.eot?') format('eot'),
		url('../fonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
		url('../fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
		url('../fonts/helveticaneueltstd-bd-webfont.svg#webfontbkH1y2MQ') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'HelveticaNeueLTStd35Thin';
		src: url('../fonts/helveticaneueltstd-th-webfont.eot?') format('eot'),
		url('../fonts/helveticaneueltstd-th-webfont.woff') format('woff'),
		url('../fonts/helveticaneueltstd-th-webfont.ttf') format('truetype'),
		url('../fonts/helveticaneueltstd-th-webfont.svg#webfontp4g1GQUN') format('svg');
		font-weight: normal;
		font-style: normal;
}

html {
	background: #1e6ea0 url(../images/bg_html.jpg) center top fixed no-repeat;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

#bodum {
	width: 980px;
	float: left;
	display: inline;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -490px;
	font-size: 12px;
	color: #555;
		
}

input:focus, textarea {
	outline:none;
}

/* -- Header ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
#header {
	width: 970px;
	height: 150px;
	float: left;
	display: inline;
	background: url(../images/bg_header.png) no-repeat 10px 0;
}



/* -- Logo -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#logo {
	font-size: 1em;	
}
	#logo a {
		width: 320px;
		height: 184px;
		float: left;
		display: inline;
		text-indent: -999999px;
	}
	
	
/* -- Stats ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#header div.stats {
	width: 620px;
	float: right;
	display: block;
	margin: 60px 10px 0 0;
	text-align: right;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
	#header div.stats p {
		color: #870d0e;
		text-shadow: 1px 1px 0 #fff;
		font-size: 16px;
		text-transform: none;
		margin-bottom: 5px;
	}
	/* -- Power - Homes --*/
	#header div.stats div.homes, #header div.kettles {
		float: right;
		display: block;
		font-size: 10px;
		color: #000;
		margin-top: 0;
		margin-left: 0;
		margin-right: 5px;
	}
	#header div.stats div.power{
		//float: right;
		font-size: 10px;
		color: #000;
		margin-bottom: 5px;
	}
	#header div.homes, #header div.kettles {
		float: right;
	}
	#header div.kettles {
		margin-right: 0;
	}
		#header div.stats div.power span, #header div.homes strong, #header div.kettles strong {
			text-shadow: 1px 1px 1px #fff;
			color: #003967;
			font-size: 20px;
			margin-bottom: -4px;
		}
	/* -- Equals sign -- */
	#header div.stats div.equals {
		//float: right;
		display: block;
		margin: 0;
		text-shadow: 1px 1px 0 #fff;
		color: #003967;
	}
		/*#header div.stats div.equals span {
			display: block;
			letter-spacing: 4.75px;
		}*/



/* -- Navigation -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#navigation {
	width: 938px;
	height: 38px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background: url(../images/bg_nav.png) 0 0 repeat-x;
	border: 1px solid #7da6bf; border-top: 1px solid #c7ddec; border-right: 1px solid #c7ddec;
}



/* -- Main nav ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
ul#nav {
	width: 930px;
	height: 39px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 13px;
	background: url(../images/bg_nav_border.gif) 0 bottom repeat-x;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
	ul#nav li {
		float: left;
		margin: 11px 30px 0 0;
		background: none;
	}
	ul#nav li a {
		padding: 12px 0 18px;
		color: #fff;
		text-shadow: 2px 2px 2px #0f4f77;
		background: none;
	}
	ul#nav li#nav_home a, #nav li #nav_home a:visited {
		height: 28px;
		display: block;
		background: url(../images/bg_nav_home.png) 50% bottom no-repeat;
		width: 20px;
		padding: 0;
		margin: 0;
	}
		ul#nav li a:hover {
			color: #d9e5ed;
			padding: 0 0 18px;
		}
		ul#nav li#nav_home a:hover {
			background: url(../images/bg_nav_home_hover.png) 50% bottom no-repeat;
			width: 20px;
		}
		
	/* -- Current Pages -- */
	body.home #nav_home a, body.explore #nav_explore a, body.locator #nav_locator a, body.news #nav_news a, body.commercial #nav_commercial a, body.about #nav_about a, body.faqs #nav_faqs a, body.contact #nav_contact a {
		font-weight: bold;
		color: #c6c40a;
		background: url(../images/bg_nav_current.png) 50% bottom no-repeat;	
		padding-bottom: 13px;
	}
	body.home #nav_home a:hover, body.explore #nav_explore a:hover, body.locator #nav_locator a:hover, body.news #nav_news a:hover, body.commercial #nav_commercial a:hover, body.about #nav_about a:hover, body.faqs #nav_faqs a:hover, body.contact #nav_contact a:hover {
		padding-bottom: 18px;
		background: url(../images/bg_nav_current.png) no-repeat 50% 21px;
	}
	
	body.home #nav li#nav_home a {
		font-weight: bold;
		color: #c6c40a;
		background: url(../images/bg_nav_home_current.png) 50% bottom no-repeat;
		width: 20px;
	}
		
	
	
/* -- Sub nav ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/*#navigation ul.subnav {
	width: 200px;
	font-size: 11px;
	line-height: 16px;
	margin: 12px 10px 0 0;
	padding: 0 10px;
	float: left;
	list-style: none;
	border-right: 1px solid #4986ac;
}
#navigation ul.subnav.last {
	border: 0;
	margin-right: 0;
}
	#navigation ul.subnav li a {
		color: #d9e5ed;
		text-shadow: 2px 2px 2px #024067;
	}
	#navigation ul.subnav li a:hover {
		color: #fff;	
	}
	#navigation ul.subnav li.current a {
		color: #c6c40a;
	}*/
	
	#navigation li ul {
		position: absolute;
		visibility: hidden;
		float: none;
		z-index: 10;
		margin-top: 15px;
		margin-left: -10px;
		height: auto;
		width: auto;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0px;
	}
	#navigation li ul li {
		list-style-type: none;
		z-index: 1000;
		display: block;
		float: none;
		margin-right: auto;
		margin-top: 0;
	}
	#navigation li ul li a, #navigation li ul li a:hover {
		text-shadow: none;
		color: #004b7a;
		margin-bottom: 0px;
		display: block;
		margin-top: 0;
		padding: 5px 10px;
	}
	ul#nav li#nav_explore ul li a:hover, ul#nav li#nav_about ul li a:hover {
		color: gray;
	}
	#navigation li:hover ul, #nav li.sfhover ul {
		left: auto;
		visibility: visible;
	}
	ul#nav li#nav_explore ul li a, ul#nav li#nav_about ul li a{
		background: none;
		font-weight: normal;
		color: #004b7a;
	}
	body.home #nav_home ul li a, body.explore #nav_explore ul li a, body.locator #nav_locator ul li a, body.news #nav_news ul li a, body.commercial #nav_commercial ul li a, body.about #nav_about ul li a, body.faqs #nav_faqs ul li a, body.contact #nav_contact ul li a {
		padding-bottom: 5px;
		background: url(../images/bg_nav_current.png) no-repeat 50% 33px;
	}	
	body.home #nav_home ul li a:hover, body.explore #nav_explore ul li a:hover, body.locator #nav_locator ul li a:hover, body.news #nav_news ul li a:hover, body.commercial #nav_commercial ul li a:hover, body.about #nav_about ul li a:hover, body.faqs #nav_faqs ul li a:hover, body.contact #nav_contact ul li a:hover {
		padding-bottom: 5px;
		background: url(../images/bg_nav_current.png) no-repeat 50% 33px;
	}


/* -- Main container ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#main {
	width: 938px;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	padding: 10px;
	border: 1px solid #c8dae8;
	background: #78a8c6;
	background: rgba(255,255,255,0.4);
}





/* -- Content ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content {
	width: 616px;
	min-height: 300px;
	float: left;
	display: inline;
	border: 1px solid #75a1bd;
	padding: 1px;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;
}
	#content a {
		color: #1482c6;	
	}
		#content a:hover {
			color: #004b7a;	
		}
	#main h1, #sidebar h2, body.home #main h2 {
		width: 606px;
		height: 23px;
		display: block;
		padding: 8px 0 0 10px;
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		text-shadow: 2px 2px 2px #023e62;
		background: url(../images/bg_title_blue_dark.png) 0 0 repeat-x;
	}
	#content h1+h2 {
		margin-top: 18px;	
	}
	#content p {
		line-height: 18px;
		margin: 18px 0;
		padding: 0 10px;
	}
	#content h2 {
		font-size: 16px;
		color: #004b7a;
		font-weight: bold;
		padding: 0 10px;
	}
		#content h2 a {
			color: #004b7a;
		}
		#content h2 a:hover {
			color: #1482C6;	
		}
		#content h2+p {
			margin-top: 0;	
		}
	#content h3 {
		font-size: 14px;
		color: #444;
		font-weight: bold;
		padding: 0 10px;
	}
		#content h3+p {
			margin-top: 0;	
		}
	#content ul {
		margin: 10px 0 10px 12px;
		list-style: none;
		color: #777;
	}
        #content ul li {
                background: url(../images/bg_content_li.png) 0 0 no-repeat;
                padding: 0 0 0 20px;
                margin: 0 0 15px 0;
        }
		
	#content hr {
		clear: both;
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #eaeaea;
		margin: 0 10px 20px 10px;
	}
	
	#content blockquote {
		margin: 0 10px;
		border-left: 2px solid #ccc;	
	}
	#content blockquote+h3 {
		margin-top: 18px;	
	}
	#content p+blockquote {
		margin-top: -15px;
	}
		#content blockquote p {
			margin: 0;	
			font-size: 14px;
			font-style: italic;
			color: #777;
			line-height: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
	
	#content img.img_right {
		float: right;
		display: inline;
		padding: 5px;
		border: 1px solid #ccc;
		background: #eaeaea;
		margin: 0 0 0 10px;
	}
	
	/* -- Split page in two -- */
	#content div.leftcol {
		width: 290px;
		float: left;
		display: inline;
		margin: 0 0 0 10px;
	}
	
	#content div.rightcol {
		width: 290px;
		float: left;
		display: inline;
		margin: 0 0 0 20px;
	}
	
	/* -- Tabs -- */
	#content ul.tabs {
		width: 590px;
		float: left;
		display: inline;
		margin-top: 20px;
		background: url(../images/bg_tabs_border.gif) 0 bottom repeat-x;
	}
        #content ul.tabs li {
            margin: 0 10px 0 0;
            padding: 0;
            background: none;
            float: left;
            display: inline;
        }
        #content ul.tabs li.basic {
            margin-left: 10px;	
        }
        #content ul.tabs li a {
            padding: 3px 5px 5px 5px;
            border: 1px solid #ccc;
            float: left;
            display: inline;
            background: #f0f0f0;
            color: #777;
        }
        #content ul.tabs li a:hover {
            color: #555;	
        }
        #content ul.tabs li.current a {
            border-bottom: 1px solid #fff;
            background: #fff;
            font-weight: bold;
            color: #555;
        }

#content div.letter {
	margin: 0 20px 18px 20px;
	border: 1px solid #aaa;	border-right: 2px solid #999; border-bottom: 2px solid #777;
	background: #fff;
}



/* -- Sidebar ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar {
	width: 296px;
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}


#sidebar h2, body.home #sidebar h2 {
	width: 286px;
}

#sidebar div.box p {
	margin: 10px;
	line-height: 18px;
}


#sidebar #propose_site {
	position: relative;
	width: 296px;
	height: 246px;
	height: 110px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: ;
	background: #fff url(../images/bg_propose_site_new.png) 1px 33px no-repeat;
	padding: 1px;
}
	#sidebar #propose_site h2 {
		width: 286px;
		background: url(../images/bg_title_blue_light.png) 0 0 repeat-x;
	}
	#sidebar #propose_site p {
		color: #fff;
		margin: 10px;
		text-shadow: 2px 2px 2px #323908;
	}
	#sidebar #propose_site p.button {
		width: auto;
		height: 21px;
		margin-top: 0;
		display: block;
		text-align: center;
		padding: 0 5px 0 0;
background: url(../images/bg_button_right.png) right 0 no-repeat;	}
		#sidebar #propose_site p.button a { width:auto; background: url(../images/bg_button_left.png) left 0 no-repeat; text-align: center; }
		#sidebar #propose_site img.flower {
			position: absolute;
			right: -43px;
			top: 42px;
		}
		#sidebar #propose_site p a { text-shadow:none; }
		

/* -- Champions Awards -- */
#sidebar #green_awards {
	position: relative;
	width: 296px;
	float: left;
	display: inline;
	background: #fff url(../images/bg_sidebar_green_champions.jpg) 0 bottom repeat-x;
	border: 1px solid #81aac5;
	margin: 0px 0 0 0;
	padding: 1px;
	font-size: 10px;
	height: 380px;
}
	#sidebar #green_awards #green_champions_text {
		margin-top: 50px;
		margin-left: 10px;
	}
	#sidebar #green_awards #green_champions_text p {
		font: normal 24px 'HelveticaNeueLTStd35Thin';
		color: #004B7A;
		margin-top: 5px;
	}
	#sidebar #green_awards #green_champions_text .green_y2w {
		background: url('../images/green_y2w.jpg') no-repeat left top;
		position: relative;
		margin-top: 0px;
		text-indent: -999em;
		width: 150px;
		height: 41px;
	}
	#sidebar #green_awards #green_champions_text p.button {
		text-align: left;
		width: auto;
		margin-top: 30px;
		margin-bottom: 32px;
		margin-left: 0px;
	}
	#sidebar #green_awards p.caption {
		position: relative;
		margin-top: 145px;
		margin-left: 10px;
		text-align: left;
		color: black;
	}
	
/* -- Suppliers Directory -- */
#sidebar #suppliers_directory {
	width: 296px;
	height: 110px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 20px 0 0 0;
	padding: 1px;
	background: #fff url(../images/bg_sidebar_suppliers_directory_small.jpg) 1px 33px no-repeat;
}
	#sidebar #suppliers_directory h2 {
		width: 286px;
		background: url(../images/bg_title_blue_light.png) 0 0 repeat-x;
	}
	
	#sidebar #suppliers_directory p {
		margin: 10px 0 0 10px;
		color: #243611;
	}
	
	/* -- Search -- */
	#sidebar #suppliers_directory form.search {
		width: 130px;
		height: 58px;
		margin: 10px 0 0 10px;
		float: left;
		display: inline;
		border-right: 1px solid #ddd;
	}
	#sidebar #suppliers_directory form.search input.text {
		width: 115px;
		height: 18px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-style: italic;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
	
	#sidebar #suppliers_directory form.search input.submit {
		width: 53px;
		height: 21px;
		background: url(../images/button_search.png) 0 0 no-repeat;
		border: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #474607;
		margin: 5px 8px 0 0;
		float: right;
		display: inline;
		padding: 0;
		text-align: center;
		cursor: pointer;	
	}


	/* -- Browse -- */
	#sidebar #suppliers_directory div.browse {
		width: 131px;
		height: 58px;
		float: left;
		display: inline;
		margin: 10px 0 0 10px;
		/*background: url(../images/bg_suppliers_directory.gif) 0 0 no-repeat;*/
	}



/* -- Box -- */
#sidebar div.box {
	width: 296px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 20px 0 0 0;
	padding: 1px;	
}
#sidebar div.box.top {
	margin-top: 0;	
}


#sidebar div.box ul.suggested {
	list-style: none;
	background: #fefefe;
}
#sidebar div.box ul.suggested li.alt {
	background: #eaeaea;	
}
#sidebar div.box ul.suggested a {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 10px 5px 0 5px;
	display: block;
	height: 20px;
	line-height: 12px;
}
	#sidebar div.box ul.suggested a:hover {
		color: #004b7a;	
	}
	
	
/* -- Homepage - Ad Panels ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.home #home_content #adpanels {
	position: relative;
	width: 910px;
	height: 396px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	background: url(../images/adpanels/bg_adpanels.jpg) 1px 1px no-repeat;
}
	body.home #home_content #adpanels a.toppanel, body.home #home_content #adpanels a.lowerpanel {
		position: absolute;
		width: 215px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		line-height: 20px;
		text-shadow: 1px 1px 1px #30361f;
		padding: 20px 10px 0 46px;
	}
	body.home #home_content #adpanels a.toppanel:hover, body.home #home_content #adpanels a.lowerpanel:hover {
		background: rgba(255,255,255, 0.06);
	}
	
	body.home #home_content #adpanels a.toppanel {
		top: 42px;
		height: 134px;	
	}
		body.home #home_content #adpanels a.one {
			left: 320px;	
		}
		body.home #home_content #adpanels a.two {
			width: 206px;
			padding-left: 55px;
			right: 30px;	
		}
	
	body.home #home_content #adpanels a.lowerpanel {
		bottom: 37px;
		height: 93px;	
	}
		body.home #home_content #adpanels a.three {
			width: 206px;
			padding-left: 55px;
			left: 30px;	
		}
		body.home #home_content #adpanels a.four {
			left: 321px;	
		}
		body.home #home_content #adpanels a.five {
			width: 206px;
			padding-left: 55px;
			right: 30px;		
		}
	
	body.home #home_content #adpanels p.link {
		margin-top: 20px;	
	}
	
	body.home #home_content #adpanels p.button {
		margin: 20px 0 0 0;
		background: url(../images/adpanels/bg_button_right.png) right 0 no-repeat;
	}
	body.home #home_content #adpanels p a {
		text-shadow: none;
		padding-top: 3px;
		background: url(../images/adpanels/bg_button_left.png) 0 0 no-repeat;
	}
		
/* -- Main Slider -- */

	body.home div#mainslider h2 {
		background-image: none;
		padding-left: 0;
		padding-top: 0;
		margin-bottom: 10px;
		height: auto;
		font: normal 36px 'HelveticaNeueLTStd35Thin';
		letter-spacing: 1.5px;
		margin-top: 0px;
	}
	
	body.home div#mainslider div.title {
		height: 24px;
		display: block;
		margin: 0;
		padding: 8px 0 0 10px;
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		text-shadow: 2px 2px 2px #023e62;
		border: none;
		background: url(../images/bg_title_homepage_support_box.png) 0 0 no-repeat;	
	}
	body.home div#mainslider img {
		display: block;	
	}
	body.home div#mainslider p.intro {
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		padding: 0;
		height: 43px;
		width: 320px;
		margin-bottom: 20px;
	}
	body.home div#mainslider p.intro a {
		color: #f7f20d;	
	}
	
/* -- Support a Wind Farm Slider -- */

	body.home #mainslider dd.support_wind_farm {
		background: url('../images/slide1.jpg') no-repeat right top;
	}
	
	body.home #mainslider dd.support_wind_farm img {
		float: left;
		margin-top: 1px;
		padding-top: 1px;
		border-top: 1px solid #ccc;
	}
	
	body.home #mainslider dd.support_wind_farm .support_list {
		position: relative;
		margin-top: 10px;
		padding-top: 0px;
		height: 220px;
		width: 180px;
		background: none;
		font-size: 14px;
		color: #fff;
		margin-top: 0px;
		margin-left: 0px;
		list-style-type: circle;
		}
		/*body.home ul.support_list li {
			position: relative;
			overflow: hidden;
			height: 30px;
			font-size: 10px;
			line-height: 11px;
			padding: 9px 15px 0px;
			background: none;
		}
		body.home ul.support_list li strong {
			font-size: 11px;
			color: #085f95;
			display: block;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px #aaa;
		}
		body.home ul.support_list li p {
			font-size: 11px;
			position: absolute;
			top: 0px;
			right: 5px;
		}*/
	body.home #mainslider dd.support_wind_farm .support_list li {
		margin-bottom: 10px;
		line-height: 11px;
		font-weight: bold;
		margin-left: 16px;
	}
	body.home #mainslider dd.support_wind_farm .support_list li span {
		margin-top: 0px;
		font-size: 10px;
		}
	body.home #mainslider dd.support_wind_farm .support_list li a:hover {
		color: silver;
	}

/* -- Propose a Wind Farm Slider -- */

	body.home #mainslider dd.propose_wind_farm {
		background: url('../images/slide2.jpg') no-repeat right top;
	}

/* -- Locator Map Slider -- */
	
	body.home #mainslider dd.locator_map {
		background: url('../images/slide3.jpg') no-repeat right top;
	}
	
	body.home #mainslider dd.locator_map div.info a.map img {
		clear: both;
		margin-top: 0px;
		padding-top: 0px;
		border: 1px solid #c7ddec;
	}
	
	body.home #mainslider dd.locator_map div.info div.title {
		font-size: 14px;
		font-weight: bold;
		color: #004b7a;
		padding: 20px 0 0 0;
		display: block;
		clear: both;
		text-shadow: none;
		width: auto;
		border: none;
	}
	
	body.home #mainslider dd.locator_map div.info form {
		width: 296px;
		float: left;
		display: inline;
		margin: 13px 0;
		clear: both;
	}
		body.home #mainslider dd.locator_map div.info form input.text {
			width: 200px;
			height: 16px;
			background: #eaeaea;
			border: 1px solid #aaa;
			font-size: 10px;
			font-style: italic;
			color: #777;
			padding: 3px 35px 0 5px;
			float: left;
			display: inline;
			-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
			-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;
		}
		body.home #mainslider dd.locator_map div.info form input.submit {
			width: 53px;
			height: 21px;
			float: left;
			display: inline;
			background: url(../images/button_locator.png) 0 0 no-repeat;
			border: 0;
			text-transform: uppercase;
			font-size: 10px;
			color: #474607;
			margin: 0 0 0 -30px;
			cursor: pointer;
		}

/* -- Helping Developers Slider -- */
			
	body.home #mainslider dd.helping_developers {
		background: url('../images/slide4.jpg') no-repeat right top;
		}
	body.home #mainslider dd.helping_developers ul {
		color: #fff;
		margin-top: 20px;
		margin-left: 14px;
		}
	body.home #mainslider dd.helping_developers ul li {
		margin-bottom: 5px;
		}
	body.home #mainslider dd.helping_developers ul li a {
		font-size: 14px;
	}
		
/* -- Propose a Wind Farm Slider -- */

	body.home #mainslider dd.suppliers_directory {
		background: url('../images/slide5.jpg') no-repeat right top;
	}
		
	/* -- Latest News -- */
	
	body.home #content.news {
		border:1px solid #81AAC5;
		display:inline;
		float:left;
		margin:0;
		position:relative;
		width:296px;
		height: 380px;
		//overflow: hidden;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
	}
		body.home #content.news h2 {
			width: auto;	
		}
		body.home #content.news .stories {
			height: 310px;
			overflow: auto;
			margin-bottom: 10px;
			border-bottom: 1px solid gray;
		}
		
	body.home #content.news div.info {
		width: 296px;
		float: left;
		display: inline;
		padding: 10px 0 0 0;
		background: #fff url(../images/bg_content.png) 0 bottom repeat-x;
		background: url(../images/bg_homepage_locator.png) 0 2px repeat-x;
		border-bottom: 1px solid #ddd;
	}
		body.home #content.news p {
			width: 280px;
			line-height: 18px;
			margin: 0;
			padding: 0 8px;
			color: #777;
			/*font-size: 11px;
			line-height: 15px;*/
		}
	#content div.news {
		float: left;
		display: inline;
	margin: 15px 0 0 10px;
}
	#content div.news:hover {
		/* Maybe in the future */
	}
	#content div.news h4 {
		color: #004b7a;
		font-weight: bold;
		font-size: 14px;
	}
		#content div.news h4 a {
			color: 	#004b7a;
		}
	
	#content div.news div.content {
		width: 210px;
		float: left;
		display: inline;
		font-size: 11px;
		line-height: 14px;
	}
	
	#content div.news div.content p{
	width: 210px;
	padding: 0;
	line-height: 14px;
}
	
	#content div.news div.date {
		width: 28px;
		height: 22px;
		float: left;
		display: inline;
		padding: 18px 0 0 8px;
		margin: 0 12px 0 0;
		font-weight: bold;
		font-size: 14px;
		color: #474607;
	}
		/* January */
		#content div.news div.cal_1 {
			background: url(../images/bg_calendars.png) 0 0 no-repeat;
		}
		/* Fabruary */
		#content div.news div.cal_2 {
			background: url(../images/bg_calendars.png) -36px 0 no-repeat;
		}
		/* March */
		#content div.news div.cal_3 {
			background: url(../images/bg_calendars.png) -72px 0 no-repeat;
		}
		/* April */
		#content div.news div.cal_4 {
			background: url(../images/bg_calendars.png) -108px 0 no-repeat;
		}
		/* May */
		#content div.news div.cal_5 {
			background: url(../images/bg_calendars.png) 0 -40px no-repeat;
		}
		/* June */
		#content div.news div.cal_6 {
			background: url(../images/bg_calendars.png) -36px -40px no-repeat;
		}
		/* July */
		#content div.news div.cal_7 {
			background: url(../images/bg_calendars.png) -72px -40px no-repeat;
		}
		/* August */
		#content div.news div.cal_8 {
			background: url(../images/bg_calendars.png) -108px -40px no-repeat;
		}
		/* September */
		#content div.news div.cal_9 {
			background: url(../images/bg_calendars.png) 0 -80px no-repeat;
}
		/* October */
		#content div.news div.cal_10 {
			background: url(../images/bg_calendars.png) -36px -80px no-repeat;
		}
		/* November */
		#content div.news div.cal_11 {
			background: url(../images/bg_calendars.png) -72px -80px no-repeat;
		}
		/* December */
		#content div.news div.cal_12 {
			background: url(../images/bg_calendars.png) -108px -80px no-repeat;
		}
		
		
	/* -- Twitter -- */
	body.home div.social_box {
		border: 1px solid #75a1bd;
		display:inline;
		float:left;
		margin:0 0 0 18px;
		position:relative;
		width:296px;
		height: 380px;
		overflow: hidden;
		background: #fff;
		padding-top: 1px;
		padding-right: 1px;
		padding-left: 1px;
		padding-bottom: 1px;
		background: #fff url(../images/bg_content.png) 0 bottom repeat-x;
	}
		body.home div.social_box h2 {
		width: 2px;
				}
	body.home div.social_box img {
		margin-left: 10px;
		margin-top: 10px;
	}
	.social_box #twitter_div {
		height: 310px;
		position: relative;
		display: inline;
		width:270px;
		float: left;
		margin-left: 10px;
	}
		.social_box img.twitter_bird {
			position: absolute;
			top: -5px;
			right: -20px;
		}
	.social_box #twitter_div ul {
		list-style: none;
		font-size: 11px;
		line-height: 16px;
		color: #777;
		margin: 0;
	}
		.social_box #twitter_div ul li {
			border-bottom: 1px solid #cecece;
			padding: 10px 0;
		}
		.social_box #twitter_div a {
			color: #004b7a;	
		}
		.social_box div.threecol h3 a.twitter {
			font-size: 11px;
			color: #474607;
		}
		
		
		
/* -- FAQs -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.question {
	width: 240px;
	height: 75px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	background: url(../images/q.gif) 0 0 no-repeat;
}
	#content div.question h2 {
		padding: 0;	
	}
	#content div.question select {
		width: 175px;
		margin: 5px 0 0 0;
		color: #555;
		font-size: 12px;
		float: left;
		display: inline;
	}
	#content div.question div.submit {
		margin: 4px 0 0 5px;	
	}
	
	#content p.download_pdf {
		height: 16px;
		margin-left: 10px;
		padding: 0 0 0 20px;
		display: block;
		clear: both;
		background: url(../images/small_icon_pdf.png) 0 0 no-repeat;
	}
	
	/* -- Full page -- */
	#content div.faq {
		margin: 0 10px;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
		#content div.faq.alt {
			background: #f0f0f0;	
		}
		#content div.faq.last {
			border: none;	
		}
	
	#content div.faq div.q {
		min-height: 16px;
		background: url(../images/q_icon.gif) 10px 0 no-repeat;
		padding: 0 10px 0 30px;
		font-weight: bold;
	}
		#content div.faq div.q a {
			display: block;
		}
		
		#content div.faq p.bookmark {
		  text-align: right;
			margin: 0;	
		}

	
	#content div.faq div.a {
		padding: 0 10px 0 20px;
	}
		#content div.faq div.a p {
			font-size: 11px;
			line-height: 16px;	
		}
	
	#content div.tabcontent {
		width: 600px;
		float: left;
		display: inline;
	}
		


/* -- Sidebar - Faq ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar div.side_faq {
	width: 240px;
	height: 65px;
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
	padding: 0 0 0 50px;
	background: url(../images/q.gif) 0 0 no-repeat;
}
	#sidebar div.side_faq label {
		color: #004B7A;
		font-size: 15px;
		font-weight: bold;	
	}
	#sidebar div.side_faq select {
		width: 175px;
		margin: 5px 0 0 0;
		color: #555;
		font-size: 12px;
		float: left;
		display: inline;
	}
	#sidebar div.side_faq div.submit {
		margin: 4px 0 0 5px;	
	}


		
		
/* -- Locator ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.locator #content {
	width: 934px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;	
}
	body.locator #content h1 {
		width: 924px;	
	}
	
body.home #content #map {
	width: 398px;
	height: 350px;
	margin: 1px 0 0 0;
	float: right;
	display: inline;
	position:relative;
	overflow:hidden;
}

body.locator #content #map {
	width: 934px;
	margin: 1px 0 0 0;
	float: right;
	display: inline;
	position:relative;
	overflow:hidden;
}


body.locator #content .locator_map {
	height:450px;
}

body.locator #content .enhanced_map {
	height:225px;
}

body.locator #content div.locator {
	width: 934px;
	float: left;
	display: inline;
	padding: 15px 0 0 0;
	background: url(../images/locator/bg_form_locator.png) 0 0 repeat-x;
	background-color:#E5E5E5;
}
body.locator #content div.locator p {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	color: #004b7a;
	font-weight: bold;
	padding: 0 10px;	
}
body.locator #content div#locator_disclaimer {
	float:left;
	display:inline;
	position:relative;
	margin:0px 20px 0px 235px;
	padding:5px 0px 8px 0px;
	color:#B4B4B4;
}
		
/* -- Search form -- */
body.locator #content div.locator form.search {
	width: 219px;
	height: 115px;
	float: left;
	display: inline;
	border-right: 1px solid #dedede; 
}
	#content p.add_project {
		margin: 0;
		padding: 0;
	}
		#content p.add_project a {
			width: 123px;
			height: 27px;
			float: right;
			display: inline;
			margin: 20px 10px 0 0;
			padding: 10px 0 0 40px;
			text-transform: uppercase;
			color: #64630a;
			font-size: 14px;
			background: url(../images/button_add_project.png) 0 0 no-repeat;
		}
			#content p.add_project a:hover {
				background-position: 0 -37px;	
			}
		
body.locator #content div.locator form.search input.text {
	width: 125px;
	height: 16px;
	background: #eaeaea;
	border: 1px solid #aaa;
	font-size: 10px;
	font-style: italic;
	color: #777;
	margin: 10px 0 0 10px;
	padding: 3px 35px 0 5px;
	float: left;
	display: inline;
	-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
	-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;
}

body.locator #content div.locator form.search input.submit {
	width: 53px;
	height: 21px;
	float: left;
	display: inline;
	background: url(../images/button_locator.png) 0 0 no-repeat;
	border: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #474607;
	margin: 10px 0 0 -30px;
	cursor: pointer;
}
		
/* -- Controls -- */
		body.locator #content div.locator div.controls {
			width: 690px;
			float: left;
			display: inline;
		}
		
		body.locator #content div.locator div.controls a {
			width: 182px;
			height: 35px;
			float: left;
			display: inline;
			font-size: 10px;
			line-height: 12px;
			padding: 8px 0 0 32px;
			color: #a9a9a9;
			text-transform: uppercase;
		}
		
		body.locator #content div.locator div.controls a:hover {
			color: #737373;	
		}
		
		body.locator #content div.locator div.controls p {
			padding: 0 0 10px 15px;	
		}
			
			body.locator #content div.locator div.controls div {
				width: 214px;
				float: left;
				display: inline;
				margin: 0 0 5px 15px;
			}
			
		/* -- Proposed -- */
		body.locator #content div.locator div.controls div.proposed a {
			background: url(../images/locator/controls/icon_proposed.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.proposed a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Consented -- */
		body.locator #content div.locator div.controls div.consented a {
			background: url(../images/locator/controls/icon_consented.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.consented a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Development -- */
		body.locator #content div.locator div.controls div.development a {
			background: url(../images/locator/controls/icon_development.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.development a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Development -- */
		body.locator #content div.locator div.controls div.active a {
			background: url(../images/locator/controls/icon_active.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.active a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Rejected -- */
		body.locator #content div.locator div.controls div.rejected a {
			background: url(../images/locator/controls/icon_rejected.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.rejected a:hover {
			background-position: 0 -43px;
		}
		
		
		
/* -- Locator ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.enhanced_left_col {
	float:left;
	display:inline;
	position:relative;
	width:292px;
	margin:20px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
	
.enhanced_middle_col {
	float:left;
	display:inline;
	position:relative;
	width:402px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.enhanced_right_col {
	float:right;
	display:inline;
	position:relative;
	width:220px;
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}

	.enhanced_right_col a {
		margin:10px 0px 0px 0px;
		padding:0px 0px 10px 0px;
		float:right;
		display:inline;
		position:relative;
		border-bottom:1px solid #CCCCCC;
		width:210px;
		text-align:right;
	}
	#content div.enhanced_right_col p.button {
		padding-left: 0;
		float: right;
		display: inline;
		margin: 10px 0 0 0;
	}
	#content .enhanced_right_col p.button a {
		border: none;
		width: auto;
		text-align: center;
		color: #474607;
		display: inline;
		float: left;
		font-size: 9px;
		height: 14px;
		margin: 0;
		padding: 3px 0 0 5px;
	}


.enhanced_image_large {
	float:left;
	display:inline;
	position:relative;
	background-color:#EAEAEA;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eaeaea;
}

.enhanced_image_small {
	width:60px;
	height:60px;
	float:left;
	display:inline;
	position:relative;
	margin:13px 13px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#EAEAEA;
}

#content dl.enhanced_list {
	width: 382px;
	float: left;
	display: inline;
	margin: 0px 10px 5px 10px;
	padding:0px 0px 0px 0px;
}
	
	#content dl.enhanced_list dt, #content dl.enhanced_list dd {
		float: left;
		display: inline;
		margin-bottom: 5px;
		position:relative;
	}
	#content dl.enhanced_list dt {
		width: 130px;
		clear: left;
		color: #014d7d;
		font-weight: bold;
	}
	#content dl.enhanced_list dd {
		width: 240px;
	}

/* -- Forms ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content form.propose, #content form.supporters, body.contact #content form, #sidebar form.sidebar {
	padding-bottom: 15px;
	float: left;
	display: inline;
}

#content div.submit, #sidebar div.submit {
	height: 21px;
	float: left;
	display: inline;
	margin: 15px 0 0 0;
	background: url(../images/bg_button_right.png) right 0 no-repeat;
}
#content input.submit, #sidebar input.submit {
	height: 21px;
	float: left;
	display: inline;
	border: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #474607;
	cursor: pointer;
	background: url(../images/bg_button_left.png) 0 0 no-repeat;
}

#content form div.field_wrapper, #sidebar form div.field_wrapper {
	width: 95%;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}
	#content form div.field_wrapper label, #sidebar form div.field_wrapper label {
		width: 100px;
		padding-top: 3px;
		float: left;
		display: inline;
		color: #777;
		font-size: 12px;
		font-weight: bold;
	}
		#content form.propose div.field_wrapper label {
			width: 150px;			
		}


                label.longlabel {
                    float: left !important;
                    padding: 0 0 7px 0;
                    width: 500px !important;

                }
                
	#content form input.text, #sidebar form input.text {
		width: 300px;
		height: 18px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-style: italic;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
		#sidebar form input.text {

			width: 160px;	
		}
	#content form textarea, #sidebar form textarea {
		width: 300px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
		#sidebar form textarea {
			width: 160px;
		}
	#content form div.submit {
		height: 21px;
		float: right;
		display: inline;
		margin: 15px 0 0 0;
		background: url(../images/bg_button_right.png) right 0 no-repeat;
	}
	#content form.propose div.submit {
		float: left;
		margin: 0 0 0 150px;
	}
	#content form.supporters div.submit, body.contact #content form div.submit, #sidebar form.sidebar div.submit {
		float: left;
		margin: 0 0 0 100px;
	}
	#content form div.submit input.submit {
		height: 21px;
		float: left;
		display: inline;
		border: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #474607;
		cursor: pointer;
		background: url(../images/bg_button_left.png) 0 0 no-repeat;
	}
	
	#content .confirmation {
		padding:10px 10px 10px 10px;
	}
	
	#content .confirmation .confirmation_title {
		font-size: 16px;
		color: #004b7a;
		font-weight: bold;
	}
	
	input.error { border: 1px solid #9c1414 !important; background: #fadede !important; }
	
	
/* -- News -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.news #content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
	body.news #content div.details {
		margin: 0 10px;
		color: #888;
		font-size: 11px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	
	body.news #sidebar div.box p.tags {
		margin-top: 5px;
	}
	body.news #sidebar div.box p.tags a {
		color: #777;
		padding: 0 0 0 18px;
		margin: 5px 10px;
		float: left;
		display: inline;
		background: url(../images/icon_tag.png) 0 0 no-repeat;
	}
		body.news #sidebar div.box p.tags a:hover {
			color: #444;	
		}
	body.news #content div.fb-like {
		margin-left: 10px;
	}


/* -- Suppliers Directory - Search -------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.directory_search {
	width: 616px;
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	/*background: url(../images/bg_homepage_locator.png) bottom 0 repeat-x;*/
	border-bottom: 1px solid #ddd;
}
	#content div.directory_search #suppliers_search_form {
		float: left;
		display: inline;
		margin: 0 10px;
	}
		#content div.directory_search #suppliers_search_input {
			height: 28px;
			font-size: 17px;
		}
		#content div.directory_search #suppliers_search_form input.submit {
			width: 143px;
			height: 33px;
			margin: 0 0 0 -10px;
			font-size: 14px;
			background: url(../images/suppliers_directory_search/search_button.png) 0 0 no-repeat;
		}

	/* -- My search -- */
	#content div.directory_search #my_search {
		width: 590px;
		float: left;
		display: inline;
		margin: 20px 0 0 10px;
		border: 1px dashed #adadad;
	}
		#content div.directory_search div.looking_for {
			width: 104px;
			float: left;
			display: inline;
			color: #004b7a;
			text-transform: uppercase;
			font-size: 11px;
			text-align: right;
			margin: 10px 0 5px 0;
			padding-right: 10px;
		}
		#content div.directory_search ul.search_list {
			width: 460px;
			min-height: 25px;
			float: left;
			display: inline;
			margin: 5px 0;
			padding: 0 0 0 10px;
			border-left: 1px solid #ccc;
		}
			#content div.directory_search ul.search_list li {
				float: left;
				display: inline;
				margin: 5px 5px 5px 0;
				padding: 0;
				background: none;
			}
			#content div.directory_search #my_search ul.search_list li a {
				padding: 2px 4px 2px 18px;
				background: #75aaca url(../images/suppliers_directory_search/bg_a_my_search.png) 3px 50% no-repeat;
				font-size: 12px;
				color: #fff;
				text-transform: uppercase;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			}
			
	
	/* -- Popular Search -- */
	#content div.directory_search #popular_search {
		width: 590px;
		float: left;
		display: inline;
		margin: 10px 0 0 10px;
	}
		#content div.directory_search #popular_search ul.search_list li a {
			padding: 2px 4px;
			background: #c9c9c9;
			font-size: 10px;
			color: #444;
			text-transform: uppercase;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
		}
		#content div.directory_search #popular_search ul.search_list li a.on {
			background: #649d09;
			color: #fff;
		}
		
		
/* -- Suppliers Directory ----------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.suppliers_result {
	width: 590px;
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	padding: 5px 0;
	border-bottom: 1px solid #aaa;	
}
#content div.enhanced_result {
	background: url(../images/bg_enhanced_directory.png) 0 bottom repeat-x;
	padding-bottom: 10px;	
}
#content div.enhanced_result_full {
	margin-top: 10px;
	border: 0;
}

	#content div.suppliers_result p, #content div.suppliers_result h2 { 
		padding: 0; 
	}
	
	#content div.suppliers_result div.info {
		width: 435px;
		float: left;
		display: inline;
		padding-left: 5px;
	}
	#content div.enhanced_result_full div.info {
		width: 440px;
		padding: 0;	
	}
		
	#content div.suppliers_result div.info p {
		margin: 10px 0;
	}
	
	#content div.suppliers_result div.info p.address {
		font-size: 11px;
		color: #999;
		margin: 0;
	}
	
	#content div.suppliers_result p.tags {
		font-style: italic;
	}
		#content div.suppliers_result p.tags strong {
			font-style: normal;	
		}
	
	#content div.suppliers_result div.side {
		width: 120px;
		float: left;
		display: inline;
		margin: 0 0 0 20px;	
	}	
		#content div.suppliers_result div.side p a { font-weight:bold; }
	
	#content div.suppliers_result div.side p.contact {
		margin: 19px 0 0 0;	
	}
	
	#content div.suppliers_result p.contact strong {
		font-weight: bold;
		display: inline-block;
		margin: 0 3px 0 0;
	}
	
	#content div.suppliers_result div.side img {
		margin-top: 48px;
		border: 1px solid #999;
		padding: 1px;	
	}
	
	#content div.suppliers_result p.button {
		line-height: 13px;
		padding-right: 5px;	
		margin: 12px 0 0 0;
	}
		#content div.suppliers_result p.button a {
			color: #444;
			font-weight: normal;
		}
		
	div.enhanced_suppliers_map {
		width: 296px;
		height: 250px;	
	}
	
	#content form.enhanced_listing_form {
		padding: 0 0 20px 0;
		float:left;
	}
	
	#content form.enhanced_listing_form div.submit {
		float: left;
		margin: -5px 0 0 100px;
	}
	
	#content form.enhanced_listing_form div.field_wrapper {
		width: 415px;	
	}
	
	#content p.enhanced_listings_back {
		text-align:right;
		margin-top: 0;	
	}
		
	

#content div.suppliers_directory {
	width: 590px;
	float: left;
	display: inline;
	margin: 0 0 20px 10px;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}
	#content div.suppliers_directory p, #content div.suppliers_directory h2 {
		padding: 0;	
	}
	
	#content div.suppliers_directory dl, #content div.suppliers_result dl {
		width: 590px;
		float: left;
		display: inline;
	}
		/*#content div.suppliers_directory dl dt, #content div.suppliers_directory dl dd {
			float: left;
			display: inline;
			margin: 0 0 5px 0;
		}
		
		#content div.suppliers_directory dl dt {
			width: 100px;
			color: #004B7A;
			font-weight: bold;
		}
		#content div.suppliers_directory dl dd {
			width: 490px;	
		}*/
		#content div.suppliers_directory dl dt, #content div.suppliers_directory dl dd, #content div.suppliers_result dl dt, #content div.suppliers_result dl dd {
			margin: 0 0 5px 0;
		}
		
		#content div.suppliers_directory dl dt, #content div.suppliers_result dl dt {
			color: #004B7A;
			font-weight: bold;
			float: left;
			display: inline;
			clear: left;
			width: 100px;
		}
		
		
		
/* -- Links page -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.links_row {
	width: 600px;
	float: left;
	display: inline;
	margin: 20px 0 10px 10px;
}
	#content div.links_row div.link_box {
		width: 193px;
		float: left;
		display: inline;
	}
	#content div.links_row div.centre {
		margin-left: 10px; margin-right: 10px;	
	}
		#content div.links_row div.link_box div.title {
			color: #004b7a;
			font-weight: bold;
		}
		#content div.links_row div.link_box p {
			font-size: 11px;
			line-height: 16px;
			margin: 0;
			padding: 0;
		}




/* -- Footer ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
#footer_wrapper {
	width: 938px;
	float: left;
	display: inline;
	margin: 20px 0 20px 10px;
	padding: 10px;
	border: 1px solid #c8dae8;
	background: #78a8c6;
	background: rgba(255,255,255,0.4);
}
#footer {
	width: 914px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	margin: 0;
	padding: 10px;
	background: #fff;	
}
	#footer ul.links {
		width: 220px;
		font-size: 11px;
		line-height: 16px;
		float: left;
		list-style: none;	
	}
		#footer ul.links a {
			color: #888;	
		}
	
	#footer div.social {
		width: 914px;
		float: left;
		display: inline;
		margin: 10px 0 0 0;
	}
		#footer div.social p {
			float: right;
			display: inline;
			font-size: 10px;
			margin-right: 20px;
		}
		#footer div.social p.facebook {
			float: left;	
		}
		#footer div.social p a {
			color: #444;	
		}




/* -- Buttons ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
p.button {
	height: 21px;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	float: left;
	display: inline;
	line-height: 1em;
	clear: both;
	background: url(../images/bg_button_right.png) right 0 no-repeat;
}
	p.button a {
		float: left;
		display: inline;
		height: 16px;
		font-size: 9px;
		color: #474607;
		text-transform: uppercase;
		margin: 0;
		padding: 5px 0 0 5px;
		background: url(../images/bg_button_left.png) left 0 no-repeat;
}

.small_list {
	width: 176px;
}


.highlight
{ 
background-color: yellow;	
/*#width: 100%;
#	border-right:1px solid #ccc; 
#	border-top:1px solid #ccc; 
#	border-bottom: 2px solid #ccc;
#	border-left: 1px solid #ccc; */
}

/* PSM Added */

.suppliers_directory dl {
    width: 430px;
    border: 1px red solid;
}

ul.supplier {
    
}

ul.supplier li {
    background: none !important;
    padding: 5px !important;    
}

ul.suppliers li.supplier {    
    width: 175px;
    float: left;    
    margin: 0 10px 20px 0 !important;
    background: none !important;
    padding: 5px !important;      
}

    ul.suppliers li.enhanced {    
        border: 1px black solid;
    }

    ul.supplier li.supplier_row_header {
        float: left;
        width: 100%;
        clear: both;
    }
 
#directory_atoz {
    /* margin: 0 10px 0 10px; */
    text-align: right;
}    
    
#directory_atoz a {    
    font-size: 10pt;  
    font-weight: bold;
    text-transform: uppercase;
}

#directory_atoz li {
    background: none !important; 
    float: left;
    padding: 0 !important;
    margin: 0 2px 0 0 !important;
    width: 15px;
    text-align: center; 
}

ul.cats {
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.cats li {
    background: none !important; 
    text-indent: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.cats h2 {
    font-size: 10pt !important;
}

li.cat h3 {
    font-size: 10pt !important;
    
}

a.reset_search {
    display: inline;
    margin: 5px;
}


#yw0 {
    margin-right: 10px !important;
    padding-right: 10px !important;
}
