@charset "utf-8";
/* Origin Energy CSS Layout Document */
html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/originbg.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body-head {
	background: url(../images/header-img.gif) repeat-x;
	border-bottom: 0.5px solid #CCC;
	padding-top: 10px;
	width: 100%;
}

.body-bottom {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 85px;
	background: url(../images/originbg2.gif) no-repeat right bottom;
}

#header, #main, #navbar, #footer, #footer-base {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

#header {
	position: relative;
	text-align: right;
	padding-bottom: 20px;
}

#connect {
	position: relative;
	padding-bottom: 5px;
}

#param {
	height: 25px;
	border: 1px solid #000;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	position: relative;
	background: url(../images/originnav.gif) repeat-x;
	font-size: 16px;
	height: 35px;
	z-index: 5000;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 110px;
}
#nav ul ul {
	top: 0;
	width: 170px;
	left: 112px;
	z-index: 1000;
}
#nav ul li {
	float: none;
}
#nav ul li a {
	background-color: #5E5A5A;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
* html #nav ul {
	line-height: 0;
}
#nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
}
#nav li {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
	border-right: 1px solid white;
	color: white;
	padding: 8px;
}
#nav *:link {
	text-decoration: none;
}

#nav *:hover {
	background: none;
}
#nav ul a.hover, #nav li a.hover {
	background-color: #67b021;
	font-weight: bold;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#main {
	position: relative;
	padding-bottom: 20px;
	border-right: 0.25px outset;
	background: #FFF;
}

#content {
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#content h1 { font-style: normal; }

#content img {
	display: block;
	float: right;
	top: 0;
	right: 0;
	text-align: left;
}

#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#linkinfo {
	background-color: #FF9;
	font-size: 10px;
	font-weight: normal;
}

#map_canvas {
	position: relative;
	width: 65%;
	height: 350px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
}

#extras {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	background: url(../images/originnav.gif) repeat-x;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-left: 1px solid #67B021;
	border-right: 0.25px outset;
	border-bottom: 0.25px outset;
}

#footer p {
	color: white;
	text-align: center;
}

#support-links {
	width: 40%;
	height: 250px;
	margin-left: auto;
	margin-right: 10%;
	float: left;
}
.sponsor {
	position: relative;
}
.sponsor ul{
	display: block;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	float: left;
}
.sponsor li {
	list-style: none; 
	margin: 0; 
	margin-right: 7px;
	padding: 3px;
	position: relative;
}
.sponsor-logo {
	float: left;
	border: 1px solid #CCC;
}

#site-badges {
	width: 40%;
	height: 250px;
	margin-left: 10%;
	margin-right: auto;
	float: left;
}
#site-badges li {
	display: block; 
	list-style: none; 
	margin: 0;
	padding: 0;
	position: relative;
}
.validator-badge {
	float: right;
}

#projectnc {
	position: relative;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #999;
}

#projectnc img {
	padding: 3px;
}