/* ------------------------------

RAUW Layout Style Sheet

version: 1.2
build: 20091104-01

------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #464646;
	min-width: 936px;
	font: 76%/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

/* ---------- Typography, Headlines, Lists ---------- */

h1 {
	background: url(../images/img_elements/img_logo.gif) no-repeat 0 20px;
	float: left;
	width: 216px;
	text-indent: -9000px;
}

h1 a {
	background: url(../images/img_elements/img_logo.gif) no-repeat 0 20px;
	display: block;
	height: 72px;
	
}

h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 36px;
	font-weight: bold;
}

h3 {
	color: #a10;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

#featurebar h4 {
	color: #a10;
	line-height: 30px;
	margin-top: 2px;
}

h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

#featurebar p {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
}

#calcslide p {
	margin-bottom: 0;
}

p.date {
	color: #8a8a8a;
	font-size: 12px;
	margin-bottom: 0;
}

p.photocaption {
	font-size: 12px;
	font-style: italic;
}

img {
	border: none;
}

ul, ol, dl {
	list-style-type: none;
}

#maincontent ul, #subcontent ul {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}

#maincontent ol, #subcontent ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}

#articlelist li.current a, #articlelist li.section a {
	color: #464646;
	background-color: #fdc;
}

#searchresults li {
	list-style-type: none;
}

#searchresults li.lastitem {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#quicklinksarea li {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}

#quickcol4 li {
	line-height: 18px;
	padding-bottom: 6px;
}

#quickcol4 li.lastitem {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
}

/* ---------- Links ---------- */

#content a:link, #newscontent a:link {
	color: #a10;
	text-decoration: none;
}

#content a:visited, #newscontent a:visited {
	color: #a10;
	text-decoration: none;
}

#content a:hover, #newscontent a:hover {
	color: #464646;
	background-color: #fdc;
	border-bottom: 1px dotted #a10;
}

#content a:active, #newscontent a:active {
	color: #464646;
}

#maincontent .download a:link {
	color: #a10;
	text-decoration: none;
}

#maincontent .download a:visited {
	color: #a10;
	text-decoration: none;
}

#maincontent .download a:hover {
	color: #464646;
	background-color: #fff;
	text-decoration: underline;
	border: none;
}

#maincontent .download a:active {
	color: #464646;
	background-color: #fff;
	text-decoration: underline;
	border: none;
}

#subsubnav a:link {
	color: #464646;
	text-decoration: none;
}

#subsubnav a:visited {
	color: #464646;
	text-decoration: none;
}

#subsubnav a:hover {
	color: #a10;
	background-color: #fff;
	border: none;
}

#subsubnav a:active {
	color: #a10;
}

#featurebar a:link {
	color: #a10;
	text-decoration: none;
}

#featurebar a:visited {
	color: #a10;
	text-decoration: none;
}

#featurebar a:hover {
	color: #464646;
	border-bottom: 1px dotted #a10;
}

#featurebar a:active {
	color: #464646;
}

#quicklinksarea a {
	display: block;
}

#quicklinksarea a:link, #footer a:link {
	color: #464646;
	text-decoration: none;
}

#quicklinksarea a:visited, #footer a:visited {
	color: #464646;
	text-decoration: none;
}

#quicklinksarea a:hover, #footer a:hover {
	color: #a10;
	text-decoration: none;
}

#quicklinksarea a:active, #footer a:active {
	color: #a10;
	text-decoration: none;
}

#calcslide a:link {
	color: #ffcd55;
	text-decoration: none;
}

#calcslide a:visited {
	color: #ffcd55;
	text-decoration: none;
}

#calcslide a:hover {
	color: #dbdbdb;
	text-decoration: none;
}

#calcslide a:active {
	color: #dbdbdb;
}

#basementcontent a:link {
	color: #f65;
	text-decoration: none;
}

#basementcontent a:visited {
	color: #f65;
	text-decoration: none;
}

#basementcontent a:hover {
	color: #dbdbdb;
	text-decoration: none;
}

#basementcontent a:active {
	color: #dbdbdb;
}

/* ---------- Structural ---------- */

.centerwrapper {
	clear: both;
	text-align: left;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	background-color: #464646;
	height: 72px;
}

#mainnav {
	font-size: 18px;
	float: right;
	margin-top: 34px;
	margin-right: 24px;
}

#mainnav li {
	float: left;
	margin-left: 24px;
}

#mainnav li a {
	text-decoration: none;
	color: #dbdbdb;
	display: block;
	float: left;
}

#mainnav li.link a:hover {
	color: #fff;
}

#mainnav li.current a, #mainnav li.section a {
	color: #f65;
}

#mainnav li.current a:hover, #mainnav li.section a:hover {
	color: #f65;
}

#subnav {
	font-size: 14px;
	float: right;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-top: 3px;
}

#subnav li {
	float: left;
	padding-left: 12px;
}

#subnav li a {
	color: #8a8a8a;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 12px;
	height: 27px;
}

#subnav li a:hover {
	color: #a10;
}

#subnav li.current, #subnav li.section {
	background: url(../images/img_elements/img_bg_btn_nav_up.gif) no-repeat center bottom;
}

#subnav li.current a, #subnav li.section a {
	color: #a10;
	font-weight: bold;
}

#subnav li.current a:hover, #subnav li.section a:hover {
	color: #a10;
	font-weight: bold;
}

.divider {
	border-top: 1px solid #8a8a8a;
	clear: both;	
}

#calculator .divider, #basementwrapper .divider {
	border-top: 1px solid #dbdbdb;
}

#sub2nav {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 27px;
	xheight: 69px;
	xmargin-top: 2px;
}

#sub2nav li {
	float: left;
	padding-left: 12px;
}

#sub2nav li a {
	color: #8a8a8a;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 12px;
}

#calculator #sub2nav li a, #basementwrapper #sub2nav li a {
	color: #dbdbdb;
}

#sub2nav li a:hover {
	color: #a10;
}

#calculator #sub2nav li a:hover {
	color: #ffcd55;
}

#basementwrapper #sub2nav li a:hover {
	color: #f65;
}

#sub2nav li.current, #sub2nav li.section {
	background: url(../images/img_elements/img_bg_btn_nav_down.gif) no-repeat center top;
}

#calculator #sub2nav li.current, #calculator #sub2nav li.section {
	background: url(../images/img_elements/img_bg_btn_calc_nav_down.gif) no-repeat center top;
}

#basementwrapper #sub2nav li.current, #basementwrapper #sub2nav li.section {
	background: url(../images/img_elements/img_bg_btn_calc_nav_down.gif) no-repeat center top;
}

#sub2nav li.current a, #sub2nav li.section a {
	color: #a10;
	font-weight: bold;
}

#sub2nav li.current a:hover, #sub2nav li.section a:hover {
	color: #a10;
	font-weight: bold;
}

#calculator #sub2nav li.current a, #calculator #sub2nav li.section a {
	color: #ffcd55;
	font-weight: bold;
}

#calculator #sub2nav li.current a:hover, #calculator #sub2nav li.section a:hover {
	color: #ffcd55;
	font-weight: bold;
}

#basementwrapper #sub2nav li.current a, #basementwrapper #sub2nav li.section a {
	color: #f65;
	font-weight: bold;
}

#basementwrapper #sub2nav li.current a:hover, #basementwrapper #sub2nav li.section a:hover {
	color: #f65;
	font-weight: bold;
}

#subsubnav {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	float: left;
	width: 216px;
}

#subsubnav li.current a, #subsubnav li.section a {
	color: #a10;
	font-weight: bold;
}

#subsubnav li.current a:hover, #subsubnav li.section a:hover {
	color: #a10;
	font-weight: bold;
}

#subsubnav .notlast {
	border-bottom: 1px solid #dbdbdb;
}

#subnav2 {
	font-size: 14px;
	float: right;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-top: 3px;
}

#subnav2 li {
	float: left;
	padding-left: 12px;
}

#subnav2 li a {
	color: #dbdbdb;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 12px;
	height: 27px;
}

#subnav2 li a:hover {
	color: #ffcd55;
}

#subnav2 li.current, #subnav2 li.section {
	background: url(../images/img_elements/img_bg_btn_nav_up.gif) no-repeat center bottom;
}

#calculator #subnav2 li.current, #calculator #subnav2 li.section {
	background: url(../images/img_elements/img_bg_btn_calc_nav_up.gif) no-repeat center bottom;
}

#subnav2 li.current a, #subnav2 li.section a {
	color: #ffcd55;
	font-weight: bold;
}

#subnav2 li.current a:hover, #subnav2 li.section a:hover {
	color: #ffcd55;
	font-weight: bold;
}

#subnav3 {
	font-size: 14px;
	float: right;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-top: 3px;
}

#subnav3 li {
	float: left;
	padding-left: 12px;
}

#subnav3 li a {
	color: #dbdbdb;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 12px;
	height: 27px;
}

#subnav3 li a:hover {
	color: #f65;
}

#subnav3 li.current, #subnav3 li.section {
	background: url(../images/img_elements/img_bg_btn_calc_nav_up.gif) no-repeat center bottom;
}

#subnav3 li.current a, #subnav3 li.section a {
	color: #f65;
	font-weight: bold;
}

#subnav3 li.current a:hover, #subnav3 li.section a:hover {
	color: #f65;
	font-weight: bold;
}

#content, #basementcontent, #newscontent {
	clear: both;
	padding-top: 39px;
}

#maincontent {
	width: 456px;
	float: right;
}

#newscontent #maincontent {
	width: 696px;
}

#content #maincontent img, #newscontent #maincontent img, #basementcontent #maincontent img {
	display: block;	margin-top: 6px;	margin-right: 24px;	margin-bottom: 6px;	float: left;}

#subcontent {
	float: left;
	width: 456px;
}

#subcontent #rauwslideshow {
	height: 456px;
	width: 456px;
	overflow: hidden;
}

#newscontent #subcontent {
	width: 216px;
}

#subcontent img {
	display: block;
	margin-bottom: 24px;
}

#subcontent table, #newscontent table {
	border-collapse: collapse;
	width: 456px;
	margin-bottom: 24px;
}

#subcontent table caption, #newscontent table caption {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}

#subcontent tbody, #newscontent tbody {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#subcontent th, #subcontent td, #newscontent th, #newscontent td {
	padding: 5px;	
}

#subcontent th, #newscontent th {
	text-align: center;
}

#subcontent table .odd, #newscontent table .odd {
	background-color: #eee;
}

#subcontent td, #newscontent td {
	text-align: right;
	border-left: 1px solid #dbdbdb;
}

#subcontent td.lastcol, #newscontent td.lastcol {
	border-right: 1px solid #dbdbdb;
}

#featurebar {
	clear: both;
	background: #eee url(../images/img_elements/img_bg_lower_drop_top.gif) repeat-x 0 top;
}

#mainfeature {
	margin-top: 17px;
	float: left;
	width: 456px;
}

#mainfeature img {
	display: block;
	float: right;
	margin-bottom: 9px;
	margin-left: 24px;
}

#subfeature {
	float: right;
	width: 456px;
	margin-top: 17px;
}

#quicklinksarea {
	background: #fff url(../images/img_elements/img_bg_lower_drop_bottom.gif) repeat-x 0 top;
}

#quickcol1, #quickcol2, #quickcol3, #quickcol4 {
	margin-top: 14px;
	padding-bottom: 11px;
	width: 216px;
	float: left;
}

#quickcol1, #quickcol2, #quickcol3 {
	margin-right: 24px;
}

#taglinebar {
	clear: both;
	background: #f65 url(../images/img_elements/img_bg_taglinebar.gif) repeat-x;
	height: 36px;
}

#tagline {
	float: right;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	margin-bottom: 0;
	height: 31px;
}

#footer {
	float: left;
	font-size: 12px;
	line-height: 36px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}

/* ---------- Additional ---------- */

#nojs {
	background-color: #ffcd55;
}

.energy {
	color: #f65;
}

.feed {
	padding-left: 18px;
	background: url(../images/img_elements/feed-icon-14x14.png) no-repeat left;
}

.pdf {
	padding-left: 48px;
	background: url(../images/img_elements/icon_pdf-32x32.gif) no-repeat left center;
	display: block;
	line-height: 48px;
}

#page-not-found, #page-error {
	background: url(../images/img_elements/img_bg_error.gif) repeat-x;
}

#page-not-found #masthead, #page-error #masthead {
	margin-top: 18px;
}

fieldset {
	border: solid 0 transparent;
}

div.image {
	margin-right: -48px; /* for IE6 */
}

.clearer {
	line-height: 0px;
	clear: both;
}
