/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* End reset browsers */

body {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size:90%;
color: #000;
background-color:#9CB2CC;
text-align: center;
}
div#container {
  width:980px;
  margin-top:5px;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  text-align:left;
}
div#logo {
  float:left;
  margin:5px;
  margin-left:15px;
  margin-top:12px;
}
div#title {
  padding-top:7px;
  margin-left:84px;
}
div#tagline {
  font-size:1.5em;
  color:#5988ce;
  margin-left:84px;
}
div#headerimg {
  margin-top:3px;
  margin-bottom:-3px;
  padding:0;
}
div#sidebar {
  width:200px;
  float:right;
  margin-top:25px;
  margin-right:10px;
}

div#maincontent {
  background-color:#fff;
  margin-left:40px;
  margin-right:270px;
  margin-top:30px;
  margin-bottom:70px;
  /* Edit this number to ensure sidebar fits*/
  min-height:43em;
  height:auto;
  
}

#form div#maincontent {
  background-color:#fff;
  margin-left:40px;
  margin-right:40px;
}
h1 {
  color:#5988ce;
  text-align:center;
  font-size:3em;
  margin-top:0;
  margin-bottom:0.8em;
  font-weight:bold;
}
h2 {
  color:#5988ce;
  text-align:left;
  font-size:2em;
  margin-top:1.5em;
  margin-bottom:0.5em;
}
h3 {
  color:#f9aa34;
  text-align:center;
  font-size:1.4em;
  margin-top:0.5em;
}
h4 {
  background-color:#fff;
  color:#5988ce;
  text-align:center;
  font-size:1.2em;
  margin-top:0.5em;
  margin-bottom:0.5em;
  padding:5px;
}
p {
  margin-top:20px;
	line-height: 1.5;
}
ol {
  list-style:decimal inside;
}
li {
  margin-top:15px;
  line-height: 1.5;
}

dt {
  padding:5px;
}
label {
  font-size:0.9em;
}
legend {
  color:#5988ce;
  padding: 2px 6px;
  font-weight:bold;
}
form {
  margin-top:20px;
  margin-bottom:20px;
}
table {
  border: none;
  margin-top: 20px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}
 fieldset
{
  border: 1px solid #5988ce;
  margin-bottom: 10px;
}
.center {
    text-align:center;
}
.providers {
  width: 260px;
}
input,select {
  color: #194860;
  background-color: #f9aa34;
  border: 1px solid #5988ce;
  font-size: 0.9em;
}
table#oldAddressStructure input,table#newAddressStructure input,table#aboutYouStructure input {
  width:125px;
}
input#updates {
  background-color:#fff;
  border:none;
  width:10px;
}
input[disabled='disabled'] {
  color:#222;
  cursor:default;
  background-color: #5988ce;
}
.emailbox {
  color:#222;
}
.submit input
{
  color:#000;
  background-color: #f9aa34;
  border: 2px outset #5988ce;
}
p.emphasis {
  background-color:#900;
  color:#f9aa34;
  padding:5px;
  text-align:center;
  font-weight:700;
  font-size:1.2em;
}
.required {
  font-size: 0.7em;
  position:absolute;
  width:260px;
  margin-top:1px;
  margin-left:5px;
}
.warn {
  font-size: 0.8em;
  position:absolute;
  width:260px;
  margin-top:1px;
}
.error {
  color:red;
  font-weight:bolder;
  font-size:0.8em;
  position:absolute;
  width:260px;
  margin-top:1px;
}
#sidebar label {
  color:#f9aa34;
}
#sidebar legend {
  color:#f9aa34;
}
#sidebar .required {
  width:90%;
  position:relative;
}
#sidebar .warn {
  width:90%;
  position:relative;
}
#sidebar .error {
  width:90%;
  color:#900;
  position:relative;
}
#sidebar fieldset
{
  padding-left:0px;
  padding-right:0px;
  padding-bottom:10px;
  margin-left:0px;
  margin-right:0px;
}
#sidebar input{
  width:125px;
}
img#tellafriendbubble {
  margin-top:15px;
  margin-bottom:0px;
}
input#send{
  width:50px;
}
div.longerror {
  margin-top:5px;
}
.userDetailsStructure {
  width:30%;
}
.copyInputs {
  font-weight:bold;
}
.addressTitle {
  text-decoration:underline;
  margin-top:20px;
}
span.require {
  font-weight:bold;
  color:#900;
}
div#sampleEmail {
  color:#222;
  background-color: #5988ce;
  padding: 25px;
  margin: 25px;
  font-size: 0.9em;
}
ol#howitworks li{
  list-style:none inside;
  padding-left:50px;
	line-height: 1.5;
}
li#one {
background:transparent url(img/1.png) no-repeat 5px top;
}
li#two {
background:transparent url(img/2.png) no-repeat 5px top;
}
table#formstructure {
  width: 95%;
}
table#formstructure td {
  vertical-align:top;
  padding:2px;
  text-align:center;
}
table#formstructure th {
  font-size:1em;
  font-weight:bold;
  text-align:center;
}
table#oldAddressStructure,table#newAddressStructure,table#aboutYouStructure {
  width:100%;
  height:14em;
}
table#oldAddressStructure td,table#newAddressStructure td{
  text-align:left;
  padding-left:15px;
}
table#aboutYouStructure td{
  text-align:left;
  padding-left:15px;
  padding-bottom:20px;
}
table#utilityStructure td {
  width:25%;
  padding:5px;
}
div#captchabox {
  text-align:center;
  width:95%;
  margin-left:20px;
  margin-top:5px;
  margin-bottom:10px;
}
select#day {
  width:40px;
}
select#month {
  width:80px;
}
select#year {
  width:60px;
}
div#footer {
  font-size:0.9em;
  color:#333;
  padding-top:10px;
  padding-bottom:3px;
  margin-bottom:0;
}
div#menucontainer {
   margin:0;
   padding:0;
   padding-top:2px;
   padding-bottom:2px;
   background-color:#f9aa34;
}
div#contactLink {
  margin-top:20px;
  padding-top:1px;
  padding-left:25px;
  background:transparent url(img/email.gif) no-repeat 5px top;
}
#menucontainer ul {
   margin: 0;
   padding: 0;
}
#menucontainer ul li  {
   margin: 0;
   list-style: none;
   display: inline;
}
#menucontainer ul li a  {
   padding: 0.25em 0.8em;
   text-decoration: none;
   font-weight: bold;
   color:#5988ce;
}
a {
    color:#5988ce;
    text-decoration: none;
}

a:visited {
    color:#5988ce;
}
a:hover {
    color:#f9aa34;
    text-decoration:underline;
}
#footer a {
    text-decoration:none;
    color:#000;
}
#footer a:hover,#menucontainer a:hover,#sidebar a:hover {
    color:#fff;
}
#sidebar a {
  color:#f9aa34;
}

/* Round sidebar corners */
.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#5988ce}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b7cbe9;
  border-right:1px solid #b7cbe9;
  background:#82a5da}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eef3fa;
  border-right:1px solid #eef3fa;
  background:#789ed7}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #789ed7;
  border-right:1px solid #789ed7;}
.rounded4{
  border-left:1px solid #b7cbe9;
  border-right:1px solid #b7cbe9}
.rounded5{
  border-left:1px solid #82a5da;
  border-right:1px solid #82a5da}
.roundedfg{
  background:#5988ce;
  padding:10px;}
  /* Round main container corners */
.mainrounded{display:block}
.mainrounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.mainrounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  background:#f2f2f2}
.mainrounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
  background:#f5f5f5}
.mainrounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;}
.mainrounded4{
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1}
.mainrounded5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.mainroundedfg{
  background:#ffffff}
 
div#louiscentre
{
margin-left: auto;
margin-right: auto;
width: 50em;
}
