/* Master Styles*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.5;
	background-color: #000033;
	background-attachment: scroll;
	background-image: url(../themes/site_themes/r2w_theme/centrefade.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
* html body {
font-size: x-small;
f\ont-size: small;
}

/* Structure */

#pagewrapper {
	margin: 0 auto;
	position: relative;
	width: 760px;
	background-color: #FFFFFF;
}
#header {
    position: relative;
	width: 760px;
}
#controlpanel {
	background-color: #003;
	padding: 10px;
	color: #FFFFFF;
	float: left;
}
#banner {
	font-size: 1.1em;
	float: left;
	width: 760px;
	color: #fff;
	background-color: #003;
}
#subsection {
    float: left;
    width: 760px;
    padding-bottom: 10px;
    background-attachment: scroll;
    background-image: url(../themes/site_themes/r2w_theme/orangefadebottom.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#contentwrapper {
	float: left;
	width: 760px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#maincontent {
	float: left;
	width: 570px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#subcontent {
	float: right;
	width: 190px;
	font-size: 0.8em;
	color: #fff;
	background-color: #003;
	background-attachment: scroll;
	background-image: url(../themes/site_themes/r2w_theme/roundbottomleftblue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
	width: 760px;
}

/* Link Styles */

a {
        color: #003;
        text-decoration: none;
        border-bottom: dotted 1px #003;
}
a:hover {
        border-bottom: solid 1px #f60;
}
#subcontent a, #banner a {
        color: #fff;
        text-decoration: none;
        border-bottom: dotted 1px #fff;
}
#subcontent a:hover, #banner a:hover {
        border-bottom: solid 1px #f60;
}
#controlpanel a {
        color: #fff;
        text-decoration: none;
        border-bottom: none;
}
#controlpanel a:hover {
        color: #f60;
        text-decoration: none;
        border-bottom: none;
}

/* Text Styles */

h1 {
	background-attachment: scroll;
	background-image: url(../images/logos/r2wlogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 154px;
	width: 25%;
	text-indent: -5000px;
}
h2 {
	margin: 0px 20px 0px 20px;
	font-size: 1.5em;
}
#subsection h2 {
    font-size: 1.5em;
    margin: 20px 20px 10px 20px;
    color: #f60;
}
h3 {
	margin: 0px 20px 0px 20px;
	font-size: 1.1em;
}
#banner p {
	padding: 20px;
}
#subsection p {
    margin: 10px 20px 10px 20px;
}
#maincontent p {
	margin: 5px 20px 10px 20px;
}
#subcontent p {
	margin: 5px 20px 10px 20px;
}
#subcontent h3 {
	color: #f60;
}
#banner em {
	color: #f60;
        font-weight: normal;
        font-style: normal;
}
#footer p {
	padding: 20px;
}

/* List Styles */

ul#mainnav {
    list-style-type: none;
    float: left;
    width: 100%;
    background-color: #f60;
    background-attachment: scroll;
    background-image: url(../themes/site_themes/r2w_theme/redorangefade.jpg);
    background-repeat: repeat-x;
    background-position: left center;
}
ul#mainnav li {
    float: left;
}
ul#mainnav li#navhome {
    padding-left: 20px;
}
ul#mainnav li a {
    color: #fff;
    display: block;
    border: none;
    padding: 3px 10px 3px 10px;
}
ul#mainnav li a:hover {
    background-color: #fff;
    color: #000;
}
body#bodyhome ul#mainnav li#navhome a, body#bodyhealth ul#mainnav li#navhealth a, body#bodyenergy ul#mainnav li#navenergy a, body#bodytariffs ul#mainnav li#navtariffs a, body#bodysupport ul#mainnav li#navsupport a, body#bodydownloads ul#mainnav li#navdownloads a {
    background-color: #fff;
    color: #000;
}
ul#nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    list-style-type: none;
    padding: 5px;
}
ul#nav li {
    float: left;
}
ul#subsections {
	float: left;
	list-style-type: none;
	width: 760px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../themes/site_themes/r2w_theme/orangefadebottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 0.8em;
}
ul#subsections li {
	float: left;
	width: 190px;
}
ul#subsections li img {
	float: left;
	margin: 20px 10px 0px 20px;
}
ul#subsections li p {
	margin: 20px;
}
#subcontent ul {
	margin: 10px 20px;
	list-style-position: inside;
}
#subcontent ul li {
	margin-bottom: 5px;
}
#maincontent ul {
    list-style-type: none;
    margin: 0px 20px 10px 20px;
}

/* Image Styles */

#subsection img {
    margin: 20px;
    float: right;
}
#footer img {
	margin: 5px 10px;
}

/* Form Styles */

fieldset {
	margin: 5px 20px 10px 20px;
        padding: 10px;
        border: solid 1px #003;
}
legend {
        color: #f60;
}