body {
	font: 90%/1.4 Geneva,Arial,Helvetica,sans-serif;
	background: #385a28 url(../Img/bg2.jpg) no-repeat right top;
	/* color: #edf7ca; */
	color: #fcfef4;
	padding: 0 10% 0;
	margin-top: 0;
}

h1 {
    background: transparent url(../Img/greenwire_logo.png) no-repeat scroll left top;
    display: block;
    width: 181px;
    height: 60px;
    text-indent: -9999px;
    margin: 90px 0;
}

#ie6 h1 {
    background: transparent url(../Img/greenwire_logo.gif) no-repeat scroll left top;
}

h2 {
	color: #c2ce0a;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -0.5em;
}

.hide {
	display: none;
}

/* links ---------------------------------------------------------------------*/

a {
	/* color: #1e1e1e; */
	/* color: #000; */
	color: #fff;
	text-decoration: none;
	/* border-bottom: 1px dotted #29431d; */
	border-bottom: 1px dotted #fff;
	padding: 0 1px 0;
	white-space: nowrap;
}

a:hover {
	color: #000 !important;
	background-color: #acc562;
}

#footNotes a {
	color: #bdd57f;
	border-bottom: 1px dotted #a1c85e;
	margin-left: 0.5em;
}

/* containers ----------------------------------------------------------------*/

#flash-dots {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#master {
	width: 100%;
	position: relative;
	z-index: 2;
}

#content {
	margin: 0 80px 0;
	padding: 0;
	border-bottom: 2px solid #fcfef4;
	width: auto;
}

#services {
	border-top: 6px solid #fcfef4;
	float: left;
	width: 40%;
	padding: 20px 0 35px;
}

#main {
	border-top: 6px solid #fcfef4;
	float: right;
	width: 58%;
	padding: 24px 0 35px;
}

#footer {
	clear: both;
	height: 0;
}

#footNotes {
	float: right;
	font-size: 0.8em;
	color: #bdd57f;
	margin-right: 80px;
	padding: 7px 0 20px;
}

/* services list -------------------------------------------------------------*/

ul {
	font-size: 1.2em;
}

li {
	list-style:none;
	margin-left: -40px;
}

li em {
	font-style: normal;
	font-weight: bold;
	display: block;
	color: #c2ce0a;
	margin-top: 20px;
}

li .amp {
	font-family: Georgia,'Times New Roman',Times,serif;
}