body {
    background: #649577 url('/images/layout/bg_body.jpg') repeat-x 0 0;
    font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4b4942;
    text-align:center;
}

#container_top { 
    width: 960px;
    height: 10px;
    margin: 10px auto 0 auto;
    background: url('/images/layout/container_top.png') no-repeat 0 0;
    font-size: 0; line-height: 0;
}
#container { 
    width: 960px;
    padding-top: 25px;
    margin: 0 auto;
    background: url('/images/layout/container_bg.png') repeat-y;
    text-align:left;
    
} 
#container_bottom { 
    width: 960px;
    height: 12px;
    margin: 0 auto 10px auto;
    background: url('/images/layout/container_bottom.png') no-repeat 0 0;
}
#header {
	height: 70px;
	width: 935px;
	margin: 0 0 0 25px;
} 

#header h1 {
	display: block;
	float: left;
	width: 525px;
	height: 70px;
	background:url('/images/layout/track_my_consumption.png') no-repeat 0 0;
	text-indent:-10000px;
}
.tips tr td
{
	padding:0 22px 28px 22px;
}
#header h1 a {
    display:block;
    width:100%;
    height:100%;
  }


#header ul {
	display: block;
	float: right;
	margin-right: 25px;
	width: 212px;
	height: 70px;
	background: url('/images/layout/top_buttons.png') no-repeat 0 0;
	list-style: none;
}

  #header ul li {
    display:block;
    float:left;
    height:70px;
    text-indent:-10000px;
  }

  #header ul li a {
    display:block;
    width:100%;
    height:100%;
    outline: none;
  }

#register {
	width: 118px;
}

#log_in {
	width: 94px;
}


 #register a:hover {
    background:url('/images/layout/top_buttons.png') no-repeat 0 -70px;
  }
  #log_in a:hover {
    background:url('/images/layout/top_buttons.png') no-repeat -118px -70px;
  }

#my_account {
	width: 118px;
    background:url('/images/layout/top_buttons_logged_in.png') no-repeat 0 0;
}

#log_out {
	width: 94px;
    background:url('/images/layout/top_buttons_logged_in.png') no-repeat -118px 0;
}

#my_account a:hover {
    background:url('/images/layout/top_buttons_logged_in.png') no-repeat 0 -70px;
}

#log_out a:hover {
    background:url('/images/layout/top_buttons_logged_in.png') no-repeat -118px -70px;
}

	

#buttons {
	display: block;
	width: 900px;;
	height: 50px;
	background: url('/images/layout/buttons.png') no-repeat 0 0;
	list-style: none;
	margin-bottom: 15px;
}
  #buttons li {
    display:block;
    float:left;
    height:50px;
    text-indent:-10000px;
  }

  #buttons li a {
    display:block;
    width:100%;
    height:100%;
    outline: none;
  }

#profile_button {
  width: 97px;
}
#tips_button {
  width: 65px;
}
#water_button { 
  width: 78px;
}
#electricity_button { 
  width: 113px;
}
#auto_fuel_button {
  width: 112px;
}
#natural_gas_button {
  width: 130px;
}

#garbage_button {
  width: 101px;
}

#heating_oil_button {
  width: 134px;;
}

#profile_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat 0 -50px;
}
#tips_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat -97px -50px;
}
#water_button a:hover { 
  background:url('/images/layout/buttons.png') no-repeat -162px -50px;
}
#electricity_button a:hover { 
  background:url('/images/layout/buttons.png') no-repeat -240px -50px;
}
#auto_fuel_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat -353px -50px;
}
#natural_gas_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat -465px -50px;
}
#garbage_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat -595px -50px;
}

#heating_oil_button a:hover {
  background:url('/images/layout/buttons.png') no-repeat -696px -50px;
}
  



 p#featuredText {
    margin-top: 20px;
    display:block;
    position:relative;
    width: 900px;
    height:280px;
    background:url(/images/layout/feature_area.png) no-repeat 0 0;
    text-indent:-10000px;
  }

 a#getStartedButton {
    display:block;
    width:177px;
    height:50px;
    background:url(/images/layout/get_started.png) no-repeat 0 0;
    margin:195px 0 0 332px;
    outline: none;
  }
  a:hover#getStartedButton {
    background:url(/images/layout/get_started.png) no-repeat 0 -50px;
  }
#resource_circle {
  position: absolute;
  top:25px;
  right:10px;
}

#instructions_text {
   width: 900px;
   position: relative;
}

div.instruction {
width: 340px;
height: 90px;
background: #d8ffe2;
margin: 0 0 10px 0;
}

div.instruction p {
padding: 10px;
}

div.instruction p:hover {
	background-color: #fdffd7;
cursor: pointer;
 }

#instruction_screenshot {
      width: 550px;
      position: absolute;
      top: 0;
      right: 0;
      background: #e0e0e0;
      height: 290px;
}

 #div.instruction a {
    display:block;
    width:100%;
    height:100%;
    outline: none;
  }
  



h2 {
    font-weight: bold;
    font-family: verdana, tahoma, arial, sans-serif;
    padding-bottom: 4px;
    font-size: 16px;
}

h3 {
    font-weight: bold;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    float: left;
}

td, th {
    font-size: 14px;
}

input:focus {
    border: 2px solid #308067;
}

textarea:focus {
    border: 2px solid #308067;
}

input {
    padding: 2px;
}

/* begin css tabs */
ul#tabnav { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1em 0 10px 0; /* set margins as desired */
    font: bold 16px verdana, arial, sans-serif; /* set font as desired */
    border-bottom: 1px solid #1a5507; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 3px 0; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
    display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
} .submit_btn {
    background: url(/images/layout/menu_bg1.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 3px solid #aaa;
    padding: 5px;
} .submit_btn:hover {
    background: url(/images/layout/menu_bg.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 3px solid #aaa;
    padding: 5px;
}

label {
    font-weight: bold;
} .exp_box {
    border: 1px solid #ccc;
    background: #eee;
    font-size: 11px;
    padding: 15px;
    margin: 19px 15px 5px 15px;
} .exp_box {
    border: 1px solid #ccc;
    background: #eee;
    font-size: 11px;
    padding: 15px;
    margin: 19px 15px 5px 15px;
} #notice {
    border: 2px solid #439178;
    background: #d8fde5;
    font-size: 12px;
    padding: 15px;
    margin: 10px;
    color: #414141;
    font-weight: bold;
}


h1 {
    font-size: 18px;
    color: #308067;
    font-weight: bold;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 7px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #1a5507; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #6ba659; /* set unselected tab background color as desired */
    color: #fff; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #87c474; /* set desired hover color */
}

ul#tabnav li.tab2 a {
    background: url(/images/layout/menu_bg1.gif) repeat-x;
    color: #fff
}

ul#tabnav li.tab1 a {
    background: url(/images/layout/menu_bg.gif) repeat-x;
    color: #fff
}

/* end css tabs */ 


.data_grid th {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
} .data_grid tr td {
    border: solid 1px #ccc;
    font-size: 11px;
    padding: 5px;
} 
 #menu {
    background: green;
    margin: 100px 0 0 0;
    height: 40px;
    background: url(/images/layout/menu_bg.gif) repeat-x;
    border: 3px solid #30911d;
    float: left;
    width: 969px;
} #menu li {
    padding: 7px 12px 0 12px;
    float: left;
    height: 30px;
    display: block;
    border-right: 1px solid #30911d;
} #menu li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
} #menu li:hover {
    background: url(/images/layout/menu_bg_on.gif) repeat-x;
    text-decoration: underline;
    color: #fff;
} 
#content {
	margin-left: 35px;
	margin-right: 25px;
	width: 900px;
} 

#footer {
	margin: 35px 25px 0 35px;
	width: 900px;
	height: 50px;
 	text-align:center;
 	font-size: 10px;
}


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

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

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

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
