@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f0f4d8;
}

img {
	border:none;
}

a:link {
	color:#25B14F;
}

a:hover {
	color:#B9D904;
}

p {
	margin:0px 0px 15px 0px;
}

div h1 {
	color: #20803C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

div {
	display:inline-block;
	float:left;
}

div * {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	color:#333;
}

#div-preload { /* HIDE PRELOADED IMAGES */
	display:none;
}

#wrapper {
	width:850px;
	height:285px;
	position:relative;
	margin:0px auto;
	float:none;
	display:block;
}

#banner {
	width:850px;
	height:285px;
}

#buttons-wrapper {
	display:block;
	width:850px;
	height:61px;
	position:relative;
	background-image:url(../images/greenquest_02.jpg);
	background-repeat:repeat-x;
}

a#launch-link {
	display:block;
	width:241px;
	height:61px;
	background-image:url(../images/greenquest_03.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

a#launch-link:hover {
	background-image:url(../images/greenquest-b_03.jpg);
}

a#launch-link span {
	visibility:hidden;
}

a#sponsor-link {
	display:block;
	width:241px;
	height:61px;
	background-image:url(../images/sponsor-a-site.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

a#sponsor-link:hover {
	background-image:url(../images/sponsor-a-site-b.jpg);
}

a#sponsor-link span {
	visibility:hidden;
}

#registration-message {
	display:block;
	width:100%;
	margin-top:10px;
}

#registration-message img {
	display:block;
	margin:0px auto;
}

/* -----------COLLAPSABLE TABS------------ */

#text-wrapper a.header-tab {
	margin-left:-20px;
	display:inline-block;
	float:left;
	width:604px;
	height:78px;
	text-decoration:none;
}

#text-wrapper .header-tab span {
	visibility:hidden;
}

a#header1 {
	margin-top:40px;
	background-image:url(../images/your-personal-energy-efficiency.jpg)
}

a#header1:hover {
	background-image:url(../images/your-personal-energy-efficiency-b.jpg)
}

a#header2 {
	background-image:url(../images/what-questions-does-greenquest-answer.jpg);
}

a#header2:hover {
	background-image:url(../images/what-questions-does-greenquest-answer-b.jpg);
}

a#header3 {
	background-image:url(../images/how-greenquest-helps-your-organization.jpg);
}

a#header3:hover {
	background-image:url(../images/how-greenquest-helps-your-organization-b.jpg);
}

a#header4 {
	background-image:url(../images/about-greenquest.jpg);
}

a#header4:hover {
	background-image:url(../images/about-greenquest-b.jpg);
}

/* -----------TEXT AREA----------- */

#text-wrapper {
	width:666px;
	text-align:left;
	margin:0px 92px 0px 92px;
}

#questions-table td {
	vertical-align:middle;
}

#odd td {
	background-color:#FDFDF7;
}

#even td {
	background-color:#E5E5DF;
}

#questions-table td {
	padding:5px 20px 5px 5px;
	vertical-align:middle;
}

#organization-list {
	list-style-image:url(../images/bullet.jpg);
}

#organization-list li {
	margin-bottom:10px;
}