/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	height: 100%; margin-bottom: 1px; /* hack to force scrollbar */
}

body {
	background: #a1caef url(../images/fill.gif) repeat;
}


h1, h2, h3, p, a, div, b, span {
	font-family: Helvetica, Arial;
}
a {
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.green {
	color: #abc671;
}

div.errors {
	margin: 10px 0;
	padding: 10px;
	background: #ff4444;
	color: #fff;
}

span.padded {
	padding: 5px 0;
	display: block;
}

div.panel {
	width: 943px;
	margin: 32px auto 0px auto;
}

div.header {
	background: #fff;
	height: 85px;
}
div.header a img {
	margin: 11px 0 0 218px; 
	border: none;
}


/* top level navigation */
ul.menu {
	overflow: hidden;
	height: 29px;
	list-style: none;
}
ul.menu li {
	float: left;
	height: 29px;
	padding-right: 1px;
	background: #f0f0f0;
}
ul.menu li a {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/menu_off.gif) repeat-x;
	text-align: center;
}

ul.menu li a:hover {
	color: #555;
}

li.project {
	width: 161px;
}
li.renewable {
	width: 200px;
}
li.supporter {
	width: 140px;
}
li.news {
	width: 105px;
}
li.experts {
	width: 170px;
}
li.about {
	width: 162px;
}
ul.menu li.last {
	padding-right: 0;
}

/* this highlites menu elements when we are on the page */
ul.menu li a.on {
	background: url(../images/menu_on.gif) repeat-x;
}

div.footer {
	margin: 10px 0 40px 295px;
}
div.footer ul {
	list-style: none;
	float: right;
}
div.footer ul li {
	float: left;
	font-size: 10px;
	color: #ddecf9;
	border-left: solid 1px #b9cf88;
}
div.footer ul a {
	display: block;
	margin: 0 10px;
	color: #ddecf9;
}
div.footer ul a:hover {
	color: #000000;
}
div.footer ul li.first {
	border-left: none;
}
div.footer ul li.last {
	padding-left: 0px;
}


