@charset "UTF-8";

/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */

body {
	text-align: center;
	color: #56514F;
	padding: 0 0 15px 0;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/bg_page.jpg) left top;
}
#pngTop{
	width: 945px;
	height: 20px;
	margin: 0 auto;
	background: url(images/grad_top.png) repeat-y top center;
}
#pngWrap {
	background: url(images/grad_tile.png) repeat-y top center;
}
#pngBtm {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	background: url(images/grad_btm.png) repeat-y bottom center;	
}
#wrapper {
	position: relative;
	width: 896px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 15px;
	background: #FFF url(images/bg_header.gif) no-repeat 0 0;
}
#header {
	position: relative;
	background: #FFF url(images/bg_header.gif) no-repeat 0 0;
	padding: 14px 0 0 0;
	margin: 0;
}
	#header #company {
		height: 90px;
		width: 250px;
	}
	#header #company a:link, #header #company a:visited {
		display: block;
		height: 89px;
		width: 200px;
		text-indent: -5000em;
		background: url(images/img_logo_greenstone_solar_energy.gif) no-repeat 15px 0;
	}
	#header #company a:hover, #header #company a:active {
		background: url(images/img_logo_greenstone_solar_energy_dark.gif) no-repeat 15px 0;
	}

	#header p.tagline {
		color: #FFF;
		text-align: right;
		text-transform: uppercase;
		position: absolute;
		top: 83px;
		right: 30px;
		width: 400px;
	}
	
	#header p.contact {
		text-align: right;
		position: absolute;
		top: 28px;
		right: 30px;
		width: 150px;
	}
	
	#header p.contact a:link, #header p.contact a:visited {
		font-size: 1.3em;
		line-height: 1.0em;
		text-decoration: none;
		color: #FFF;
	}
	#header p.contact a:hover, #header p.contact a:active {
		text-decoration: underline;
		color: #3A4C06;
	}

#contentWrap {
	padding: 15px 0 15px 0;
	margin: 15px 15px 0 15px;
	background: url(images/bg_content.gif) repeat-y;
}
	#home #contentWrap {
		padding: 0 0 15px 0;
		margin: 0 15px 0 15px;
	}
#fullImg {
	padding-bottom: 30px;
}
#leftCol {
	width: 217px;
	margin: 0 0 0 27px;
	float: left;
	display: inline;
}
#content {
	margin: 0 47px 0 0;
	width: 525px;
	text-align: left;
	float: right;
	display: inline;
}



/* NAV */

#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 34px;
	/*background: url(images/bg_nav.gif) repeat-x;*/
}
#nav li {
	display: inline;
	float: left;
	margin: 2px 2px 0px 2px;
	padding: 0 0 0 0;
}
#nav li a:link, #nav li a:visited {
	font: normal 1.2em/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	/*padding: 5px 5px 5px 5px;*/
	text-decoration: none;
	width: auto;
	text-align: center;
	color: #376BAA;
}
#nav li a:hover, #nav li a:active {
	color: #5B6A2F;
	background: url(images/nav_arrow.gif) no-repeat bottom center;
}

#nav li.current a {
	color: #56514F;
	background: url(images/nav_arrow.gif) no-repeat bottom center;
}	
#nav li.nav1 a:link, #nav li.nav1 a:visited {
}

#nav li.nav6 a:link, #nav li.nav6 a:visited {
}

#nav li.nav1 { width: 86px; }
#nav li.nav2 { width: 122px; }
#nav li.nav3 { width: 188px; }
#nav li.nav4 { width: 221px; }
#nav li.nav5 { width: 114px; }
#nav li.nav6 { width: 109px; }

/* CONTENT */

/*h1.greenhouse {
	height: 24px;
	margin: 0 0 30px 0;
	text-indent: -999em;
	background: url(images/h1_greenhouse.gif) no-repeat 0 0;
}*/

img.large {
	margin-bottom: 15px;
	border: 1px solid #56514F;
}

#content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
#content p a {
}
#content p.hr {
	background: url(images/bg_dotted_hr.gif) no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
}
#content p.h3 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
}
#content h1 {
	font-size: 2.6em;
	line-height: 1.0em;
	text-decoration: uppercase;
	font-weight: normal;
	color: #E36703;
	margin-bottom: 20px;
	font-family: "Times New Roman", serif;
}
h2 {
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 10px;
}
	h2.orange {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: normal;
		color: #E36703;
		margin: 0 0 10px 0;
	}
	h2.gray {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: normal;
		color: #56514F;
		margin: 0 0 20px 0;
	}
h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	color: #56514F;
	margin: 0 0 10px 0;
}
	h3 span {
		font-size: 0.8em;
	}

	ul li h3 {
		margin: 0 0 5px 0;
	}

h4 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

#content ul li {
		font-size: 1.3em;
		padding: 0 0 10px 0;
		margin-left: 15px;
		list-style: disc;
		color: #E36703;
	}
	#content ul li span {
		color: #56514F;
	}
	#content ul li h3 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.3em;
		line-height: 1em;
		font-weight: normal;
		color: #56514F;
		margin: 0 0 5px 0;	
	}
	#content ul li p {
		font-size: 1em;
		line-height: 1.4em;
		margin: 0 0 15px 0;
		color: #56514F;	
	}

#content ol li {
			font-size: 1.3em;
			padding: 0 0 10px 0;
			margin-left: 30px;
			list-style: decimal;
			color: #56514F;
		}
		#content ol li span {
			color: #56514F;
		}

#content ul.arrow li {
	padding: 0 0 0 24px;
	margin: 0;
	list-style: none;
	background: url(images/bg_bullet_arrow.gif) no-repeat 0 2px;
}

#leftCol h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 4px;
}
#leftCol p {
	font-size: 1.3em;
	padding-bottom: 10px;
}
#leftCol ul li {
	font-size: 1.3em;
	padding: 0 0 10px 0;
	margin-left: 15px;
	list-style: disc;
	color: #E36703;
}
#leftCol ul li span {
	color: #56514F;
}
#leftCol p.contact {
	background: url(images/bg_dotted_hr.gif) no-repeat 0 0;
	padding: 15px 0 10px 0;
	margin: 5px 0;
}
	#leftCol p.norule {
		background: none;
		padding: 0 0 10px 0;
	}
	
a:link, a:visited {
	color: #376BAA;
	text-decoration: none;
}
a:visited {
	color: #4F43A9;
	text-decoration: none;
}
a:hover, a:active {
	color: #92A550;
	text-decoration: underline;
}

/* TABLE */

table, tr, th, td {
	font: normal 1em/1em Trebuchet, Arial, sans-serif;
}

table {
	border-top: 1px solid #ACAAA9;
	border-left: 1px solid #ACAAA9;
	border-bottom: 1px solid #ACAAA9;
	margin: 15px 0;
	font-size: 1.2em;
}

tr {
	
}

tr.odd td {

}

tr.even td, tr.even th {
	background-color: #F9F8EE;
}

th {
	border-right: 1px solid #ACAAA9;
	border-bottom: 1px solid #DDDCCF;
	padding: 8px;
	text-align: right;	
}

th.header {
	width: auto;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #ACAAA9;
	border-bottom: 1px solid #ACAAA9;
	background-color: #DDDCCF;
}

th.noborder {
	border-right: none;
}

td {
	border-right: 1px solid #ACAAA9;
	border-bottom: 1px solid #DDDCCF;
	padding: 8px;	
	text-align: right;	
}

	table.left tr td {
		text-align: left;
	}

tr.space td {
	background-color: #DDDCCF;
}


/* FOOTER */

#footer {
	background: #DDDCCF url(images/bg_dotted_hr.gif) no-repeat 0 0;
	padding: 15px 0 10px 0;
	text-align: center;
	margin: 0 15px;
}

#footnav li {
	font-size: 1.1em;
	line-height: 1em;
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #56514F;
}
	#footnav li.last {
		border-right: none;
	}

#footer p {
	padding-top: 13px;
	margin: 0 10px 0 10px;
	font-size: 1em;
	line-height: 1.2em;
}


/* FORM */

form {
	margin-bottom: 20px;
	font-size: 1.4em;
}

legend {
	text-indent: -999em;
}

label {
	display: block;
	padding-bottom: 2px;
}

/* MISC */

/*p a span.arrow {
	font-size: 2em;
	margin-bottom: 3px;
}*/

p a:link.arrow {
	background: url(images/bg_link_arrow.gif) no-repeat center right;
	padding-right: 14px;
	padding-top: 3px;
}

p a:visited.arrow {
	background: url(images/bg_link_arrow_v.gif) no-repeat center right;
	padding-right: 14px;
}

p a:hover.arrow, p a:active.arrow {
	background: url(images/bg_link_arrow_h.gif) no-repeat center right;
	padding-right: 14px;

}

.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.clear {
	clear: both;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
img.floatR {
	float: right;
	margin: 5px;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}






