@charset "utf-8";

body {
	margin: 30px 0 0 0;
	padding: 0;
	font-family: "Helvetica W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, label, select {
	font-family: "Helvetica W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
}

p.line {
	clear: both;
	border-top: 1px solid #e5e5e5;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1px;
}

p.strapline {
	font-family:"HelveticaNeueW01-Thin", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 43px;
	color: #80b333;
	margin: 0;
	padding-top: 0;
}

label {
	font-family:"Helvetica W01 Bold", Arial, Helvetica, sans-serif;
}

input.text {
	width: 270px;
	height: 19px;
}

input.button {
	font-family:"Helvetica W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #80b333;
	width: 100px;
	height: 23px;
	border: none;
}

p.dateAdded, span.dateAdded {
	font-size: 10px;
	line-height: 14px;
	color: #777;
	margin: 0 0 8px 0;
}

p.magazine {
	font-size: 11px;
	line-height: 15px;
	/*font-weight: bold;*/
	color: #888;
	margin: 0 0 8px 0;
}

p.magazine strong {
	font-size: 12px;
	color: #555;
}

p.imgCredit {
	font-family:"Helvetica W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}

strong {
	font-family:"Helvetica W01 Bold", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
}

/*	Lists
		------------------------ */
		
ul {
	margin: 0 0 13px 26px;
}

ul li {

}
		
ul.linklist {
	margin: 0;
	padding: 0 0 18px 0;
	list-style: none;
}

ul.linklist li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 28px;
	line-height: 18px;
}

#sideNav li, div.newsShare ul.linklist li, #rightLinks ul.linklist li  {
	line-height: 29px !important;
	margin: 0;
	padding: 0 0 0 28px;
}

ul.linklist li.bookmark {
	background: url(../images/i_bookmark.gif) 0 6px no-repeat;
}
ul.linklist li.brief {
	background: url(../images/i_brief.gif) 0 1px no-repeat;
}
ul.linklist li.email {
	background: url(../images/i_email.gif) 0 0 no-repeat;
}
	#rightLinks ul.linklist li.email, ul.linklist li.email.team {
		background: url(../images/i_email.gif) 0 6px no-repeat;	
	}
ul.linklist li.pdf {
	background: url(../images/i_pdf.gif) 0 0 no-repeat;
}
	div.newsHolder div.newsShare ul.linklist li.pdf {
		background: url(../images/i_pdf.gif) 0 5px no-repeat;
	}
ul.linklist li.shareP {
	background: url(../images/i_shareP.gif) 0 6px no-repeat;
}
ul.linklist li.shareG {
	background: url(../images/i_shareG.gif) 0 6px no-repeat;
}
ul.linklist li.tel{
	background: url(../images/i_tel.gif) 0 6px no-repeat;
}
ul.linklist li.video {
	background: url(../images/i_video.gif) 0 0 no-repeat;
}
ul.linklist li.pageP {
	background: url(../images/i_pageP.gif) 0 5px no-repeat;
}
ul.linklist li.pageG {
	background: url(../images/i_pageG.gif) 0 0px no-repeat;
}
	div.newsHolder div.newsShare ul.linklist li.pageG {
		background: url(../images/i_pageG.gif) 0 5px no-repeat;
	}
ul.linklist li.listP {
	background: url(../images/i_listP.gif) 0 5px no-repeat;
}
ul.linklist li.facebook {
	background: url(../images/i_facebook.gif) 0 5px no-repeat;
}
ul.linklist li.twitter {
	background: url(../images/i_twitter.gif) 0 5px no-repeat;
}
ul.linklist li.flickr {
	background: url(../images/i_flickr.gif) 0 5px no-repeat;
}
ul.linklist li.tick {
	background: url(../images/i_tick.gif) 0 1px no-repeat;
}
ul.linklist li.tickP {
	background: url(../images/i_tickP.gif) 0 5px no-repeat;
}
ul.linklist li.tickG {
	background: url(../images/i_tickG.gif) 0 0 no-repeat;
}
ul.linklist li.reportP {
	background: url(../images/i_reportP.gif) 0 0px no-repeat;
}
ul.linklist li.reportG {
	background: url(../images/i_reportG.gif) 0 0px no-repeat;
}

ul.imgGrid, ul.imgGrid li {
	margin:0;
	padding: 0;
	list-style: none;
}

ul.imgGrid li {
	float: left;
}

ul.imgGrid li a {
	display: block;
	margin: 0 10px 10px 0;
	padding: 9px;
	list-style: none;
	border: 1px solid #e5e5e5;
}

ul.imgGrid li.last a {
	float: left;
	margin: 0 0 10px 0;
	padding: 9px;
	list-style: none;
	border: 1px solid #e5e5e5;
}

/*	Tables
		--------------------------------------------------- */
		
/*table {
	margin: 0 0 13px 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 6px 12px;
	background: #646464;
	color: #fff;
}

table th {
	text-align: left;
	font-weight: normal;
	width: 120px;
	height: 30px;
	padding: 0 6px;
	background: #e5e5e5 url(../images/th-bg.gif) top left no-repeat;
	border-right: 1px solid #ccc;
}

table td {
	border-right: 1px solid #ccc;
	padding: 0 6px;
}

table th, table td {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

table.form th, table.form td {
	padding: 0 0 6px 0;
}

tr.noPad table th, tr.noPad table td {
	padding: 0;
}


table td.error {
	color: #e20c18;
	font-weight: bold;
}

table table {
	margin: 0;
}

table table td {
	width: auto;
}
*/

table {
	margin: 0 0 18px 0;
	border-bottom: 1px solid #ccc;
	
}

caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: #646464;
	color: #fff;
}

table th, table td {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	
}

#projectBrief table th, #projectBrief table td {
	font-size: 11px;
	line-height: 17px;
}

table th {
	text-align: left;
	font-weight: normal;
	width: 110px;
	padding: 5px 0 6px 0;
}

table td {
	padding: 5px 0 6px 0;
	color: #444;
}

table.form th, table.form td {
	padding: 0 0 6px 0;
}

tr.noPad table th, tr.noPad table td {
	padding: 0;
}


table td.error {
	color: #e20c18;
	font-weight: normal;
}

table table {
	margin: 0;
}

table table td {
	width: auto;
}

.noborder {
	border-bottom: none;
}


/*	Blockquote
		--------------------------------------------------- */	
	
	
blockquote {
	width: 450px;
	background: url(../images/quote-left.gif) 0 10px no-repeat;
	margin: 0 0 13px 0;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

blockquote.last {
		padding: 0;
		border: none;
	}

blockquote div {
	height: 1%;
	padding: 0 30px;
	margin: 0 0 5px 0;
	background: url(../images/quote-right.gif) bottom right no-repeat;
}

blockquote div p {
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-size: 17px;
	line-height: 23px;
	/*font-style: italic;*/
	margin: 0;
	color: #80b333;
}

blockquote p.quoter {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding: 0 30px 0 30px;
}


/*	Headlines (and Deadlines)
		--------------------------------------------------- */

h1 {
	font-family:"HelveticaNeueW01-Thin", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 33px;
	color: #80b333;
	/*letter-spacing: -1px;*/
	padding-top: 0;
}

h2 {
	font-family:"Helvetica W01 Light", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 22px
}

h2.firstline {
	margin-bottom: 15px;
}

h3 {
	font-family:"Helvetica W01 Bold", Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*	Links
		--------------------------------------------------- */
		
a {
	color: #80b333;
	text-decoration: none;
	outline: none;
}

a:hover {
	background: #80b333;
	color: #fff;
}

/*	Layout
		--------------------------------------------------- */
		
#holdall {
	width: 950px;
	margin: 0 auto;
}

/*	Header
		------------------------ */

#header {
	width: 950px;
	margin-bottom: 23px;
}
		
#header #logo {
	float: left;
	margin-right: 156px;
}

#header p{
	float: left;
}

#header #flags {
	width: 110px;
	padding-top: 8px;
	float: right;
}

#header #flags img {
	float: right;
	margin-left: 10px;
}

#header #flags a img {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#header #flags a:hover img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}



/*	Main content - left col
		------------------------ */

#lcol {
	float: left;
	width: 310px;
	margin-right: 10px;
}

#nav {
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 388px;
}

#nav ul {
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

#nav ul li a {
	width: 150px;
	display: block;
	color: #222;
	font-size: 13px;
	margin: 0;
	padding: 4px 0 5px 0;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}

#nav ul li.subs a {
	background: url(../images/nav_bg-arrows.gif) 139px 0 no-repeat;
}

#nav ul li a:hover, #nav ul li a.selected {
	color: #80b333;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#nav ul li.subs a:hover, #nav ul li.subs a.selected {
	background: url(../images/nav_bg-arrows.gif) 139px -30px no-repeat;
}

#nav ul ul {
	position: absolute;
	left: 150px;
}

#nav ul ul li a, #nav ul li.subs ul li a {
	color: #80b333;
	margin: 0 0 0 10px;
	padding: 4px 0 5px 0;
	background: none;
	border-bottom: 1px solid #ccc;
}

#nav ul ul li.first a, #nav ul li.subs ul li.first a {
	margin: 0;
	padding: 4px 0 5px 10px;
}

#nav ul ul li.first a.selected {
	background: url(../images/nav_bg-arrows.gif) 139px -30px no-repeat;
}

#nav ul li.subs ul li.first a.selected, #nav ul li.subs ul li.first a:hover {
	background: url(../images/nav_bg-arrows.gif) 149px -30px no-repeat;
}

/*#projectBrief {
	
}

#projectBrief h3 {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px 0;
}

#projectBrief ul {
	padding: 0 20px 0 0;
	margin: 0 0 18px 0;
}

#projectBrief ul li {
	font-size: 11px;
	line-height: 17px;
}*/


/*	Position subnavs
		------------------------ */

#nav #aboutus ul {
	top: 0;
}

#nav #solar ul {
	top: 60px;
}

#nav #news ul {
	top: 90px;
}

#nav #faqs ul {
	top: 150px;
}


/*	Twitter block
		------------------------ */
		
.thumb {
	display: block;
	width: 150px;
	height: 150px;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}	
	

/*	Twitter block
		------------------------ */

#twitter {
	margin-top: 15px;
}

#twitter ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#twitter ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 30px 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#twitter ul li a {
	/*display: block;*/
	color: #444;
	font-size: 11px;
	line-height: 16px;
}

#twitter ul li a span {
	color: #80b333;
}

#twitter ul li a:hover, #twitter ul li.last a:hover {
	color: #fff;
	background: #80b333;
}

#twitter ul li a:hover span {
	color: #fff;
}

#twitter ul li.last {
	border-bottom: none;
}

#twitter ul li.last a {
	color: #444;
}

#twitter ul li.last a:hover {
	color: #fff;
}

/*	Email sign up override
		------------------------ */

#mc_embed_signup form {
	padding: 10px 0 !important;
}

#mc_embed_signup label {
	font-family:"HelveticaNeueW01-Thin", Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 24px;
	color: #80b333;
	/*letter-spacing: -1px;*/
	padding-top: 0;
}

#mc_embed_signup input {
	border: 1px solid #ddd !important;
}

#mc_embed_signup input.button {
	border: 1px solid #999 !important;
}


/*	Page title block
		------------------------ */

#myTitle {
	margin: 15px 0 9px 0;
}


/*	Main content - central col
		------------------------ */

#content {
	float: left;
	width: 630px;
	padding: 0 0 12px 0;
	background: url(../images/bg_content.gif) 0 0 repeat-x;
}

#content.nobg {
	background: none;
}

#imgContainer {
	width: 630px;
	background: #f1f1f1 url(../images/bg_img.gif) 0 0 repeat-x;
}

#solartechDrawing {
	position: relative;
	width: 630px;
	height: 400px;
	background: url(../images/img_solar-tech-8-10-12.gif) 0 0 no-repeat;
}

div.solarmastName {
	position: absolute;
	display: block;
	width: 150px;
	height: 31px;
/*	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background: #f2f2f2;
}
#wp720 {
	right: 0px;
	top: 3px;
}
#wp600 {
	right: 0px;
	top: 52px;
}
#wp480 {
	right: 0px;
	top: 100px;
}
#wp360 {
	right: 0px;
	top: 140px;
}
#wp240 {
	right: 0px;
	top: 189px;
}
#wp120 {
	right: 0px;
	top: 238px;
}

div.solarmastName p {
	line-height: 31px;
	padding: 0 5px;
	margin: 0;
}

div.newsHolder {
	width: 610px;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px 0;
	padding: 9px;
}

/*div.newsHolder:hover {
	border-color: #80b333;
}*/

div.newsHolder img, div.newsHolder img.web {
	float: left;
	display: block;
	/*width: 130px;*/
	margin: 0 9px 0 0;
}

div.newsHolder div.cuttingImage {
	float: left;
	display: block;
	width: 195px;
	margin: 0 9px 0 0;
}

div.newsHolder div.newsCopy {
	float: left;
	display: block;
	width: 301px;
	margin: 0 30px 0 0;
	padding: 5px 0 0 0;
}

body.pressCuttings div.newsHolder div.newsCopy {
	width: 236px;
}

div.newsHolder div.newsCopyWeb {
	float: left;
	display: block;
	width: 236px;
	margin: 0 30px 0 0;
	padding: 5px 0 0 0;
}

div.newsHolder div.newsCopy p, div.newsHolder div.newsCopyWeb p {
	margin: 0;
}

div.newsHolder div.newsCopy p.dateAdded, div.newsHolder div.newsCopyWeb p.dateAdded {
	margin: 0 0 5px 0;
}

div.newsHolder div.newsShare {
	float: left;
	display: block;
	width: 140px;
	padding: 7px 0 0 0;
}

div.newsHolder div.newsShare ul.linklist li {
	
}

#contentC {
	float: left;
	width: 450px;
	margin-right: 10px;
	padding: 25px 20px 0 0;
}

#contentR {
	float: left;
	width: 150px;
	padding: 24px 0 0 0;
}

#contentR ul.linklist li, #newsHoldAll ul.linklist li {
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}

#contentR ul.linklist li a, #newsHoldAll ul.linklist li a  {
	font-size: 11px;
	color: #444;
}

#contentR ul.linklist li a:hover, #newsHoldAll ul.linklist li a:hover  {
	color: #80b333;
	background: #fff;
}
	
	
/*	Footer
		------------------------ */	
		
#footer {
	width: 950px;
}

#footerL, #footerR {
	float: left;
	border-top: 2px solid #ccc;
	padding: 15px 0 5px 0
}

#footerL {
	width: 310px;
	margin: 0 10px 0 0;
}

#footerR {
	width: 630px;
}

#footerR ul, #footerR li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerR li {
	display: inline;
	margin: 0 0 0 4px;
}

#footerR li.first {
	margin: 0;
}

#footerR li a, #footerR li span {
	margin: 0 6px 0 0;
}

#footer p, #footer a, #footer li {
	font-size: 11px;
}

#footer p {
	color: #555;
}
