* {
	font-family:"Lucida Grande", Arial, sans-serif;
}

/* OK so we can't use this because IE doesn't Cache .htc properly will show "xxx items remaining"
  References: http://channel9.msdn.com/wiki/internetexplorerprogrammingbugs/
  http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q319176
  
img, div, input { behavior: url("/web_javascript/iepngfix.htc") }
*/
body {
	margin:0 auto;
	padding:0;
	margin-bottom:0px;
	color:#2e2e2e;
	font-size:13px;
	}

input { margin:0; }

:focus
{
  -moz-outline-style: none;
}


/* LINKS */ 

a {
	color: #00acff;  
	text-decoration:underline;  
	}                        

a:hover {        
	color: #036777; 
	text-decoration:underline;
	}
a.nounderline {
	text-decoration:none;
}

/* IMAGES */

img { border:none; }
  
a img { border: none; }

img.body_pic_right {
	float:right; 
	margin-left:30px;
	margin-bottom:15px;
}

.body_image_right {
		float:right; 
		margin:5px 0 10px 30px;
	}	

/* LISTS */

ul {
	margin-top:15px;
	margin-left:5px;
	margin-bottom:18px;
	}

ol {
	margin-top:15px;
	margin-left:35px;
	margin-bottom:18px;
	}

li {
	line-height:20px;
	margin-bottom:1px;
	}


/* Tables */

td {
	font-size:13px;
}

table.radios td {
	padding-bottom:5px;
}

td.td_form_spacer {
	width:2%;
}

td.td_form_padding_bottom {
	padding-bottom:8px;
}

/* Paragraph */

p {
	margin-top:10px;
	margin-bottom:20px;
	font-size:13px;
	line-height:20px;
}

p.subtitle { 
	margin-top:22px; 
	margin-bottom:0;
	color:#d15900;
	text-transform:normal; 
	font-weight:bold;
	font-size:14px;
}  

p.subtitle2 { 
	margin-top:5px; 
	margin-bottom:0;
	color:#d15900;
	font-weight:bold;
	font-size:13px;
}

p.subtitle3 { 
	margin-top:5px; 
	margin-bottom:0;
	color:#8D9C36;
	font-weight:bold;
	font-size:13px;
}


p.after_subtitle {
	margin-top:7px;
} 

p.orange {
	color:#D15900;
}

.orange {
	color:#D15900;
}
.orangebold {
	color:#D15900;
	font-weight:bold;
}
.small {
	font-size:13px;
}

.med_small {
	font-size:11px;
}

.xsmall {
	font-size:10px;
}



/* FORMS RELATED */

p.form_small {
	font-size:12px;
	font-weight:bold;
	margin:0px 0;
	margin-top:10px;
	
}

.form_small {
	font-size:10px;
	line-height:15px;
	padding-top:5px;
}

p.form_medium {
	font-size:13px;
	margin-bottom:1px;
	font-weight:normal;
}

.form_medium {
	font-size:12px;
}

p.form_large {
	font-size:16px;
}

.form_large {
	font-size:16px;
}

.form_large_title {
	font-size:13px;
	margin:5px 0;
	margin-top:10px;
}

p.spacer {
	margin-bottom:7px;
}



p.m0 {
	margin:0;
}

p.mb0 {  
	margin-bottom:0;
}



textarea { font-size:13px; width:100%; }

span.required {
	font-style:italic;
	color:#555;
	font-size:12px;
}

span.xlarge {
	font-size:18px;
	font-weight:bold;
}

/* Content container */ 
	
#eneruse_main_box_container {
	margin:0 auto;
}

#container {
	width:912px; margin:0 auto; margin-top:50px;
}

.content_container {
	/*width:779px; needed more room*/
	width:900px;
	margin: 0 auto; 
	margin-top:30px;     
	margin-bottom:40px;
	
}

.content_container_narrow {
	width:912px;
    margin: 0 auto; 
    margin-top:30px;     
    margin-bottom:40px;
}

.main_body {
	margin-top:0px;
}

.main_body_copy {
	text-align:left;
	margin-top:35px;
	width:730px;
	margin-left:24px;
	margin-right: 24px;
}

	.main_body_copy p {
		margin-top:15px;
		margin-bottom:15px;
	}
		
/* HEADERS */
	
	h1 {
        font-size:14px;
		margin-top:15px;
		margin-bottom:5px;
		padding:0;
		margin:0;
		color:#a9161b;
    }
	 
	h2 {
		font-size:25px;
		color:#005b6a;
		padding:0;
		margin:0;
	}
	
	h3 {
		padding:0;
		margin:0;
		font-size:13px;
		color:#8d9c36;
		line-height:19px;
	}
	
	h4 {
		padding:0;
		margin:0;
		padding-top:15px;
		padding-bottom:10px;
		font-size:15px;
		color:#D15900;
		line-height:19px;
	}
	
/* start - footer */
   
.footer {
	width:100%;
	height:93px;
	padding-top:15px;
	background-image: url(/web_theme/eneruse/images/footer_background.gif);
	background-repeat: repeat-x;
	margin-top:40px;
}

.footer_container {
	width:912px;
	margin:0 auto;    
	height:90px; 
	text-align:left;  
}     

.footer_container p {
	margin-top:0px;
	color:white;
	font-size:10px;   
	line-height:12px;
}
			   
.footer_container a {
	color:#2c7784;
	font-size:10px;
	font-weight:bold;  
}


/* start - header */

.header {
	width:100%; 
	background: url(/web_images/bg_header.gif) top left repeat-x;
	text-align:center;
	height:87px;
	padding-bottom:1px;
	border-bottom:1px solid #c0D730;
} 

.header_inner {
	width:912px;
	margin:0 auto;
}

.header_left {
	float:left; 
	width:118px; 
	margin-left:20px;
	margin-top:5px; 
}

.header_right {
	float:right;  
	text-align:right; 
	margin-right:0px;
	position:relative;;
}

.header_utility_navigation {
	text-align:right; float:right; position:relative; top:-5px;
}

/*
.navigation_container {
	width:100%;
	height:28px;
	border-bottom:1px solid white;
	background-image: url(/web_theme/eneruse/images/navigation/nav_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}*/

.sub_navigation_container {
	width:100%;
	height:26px;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	background-image: url(/web_theme/eneruse/images/navigation/nav_sub_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height:26px;
}

.sub_navigation_container a {
	color:#f0f5d3;
	margin-right:45px;
}

.sub_navigation_container p {
	font-size:13px; margin:0; margin-right:45px; line-height:25px; display:inline; font-weight:bold; color:white;
}

.sub_navigation_container a:hover {        
	  color: white; 
	  text-decoration:underline;
}

.sub_navigation_container a.sub_navigation_current_page {
	color:white;
	font-weight:bold;
}

.login_box {
	text-align:right;
	float:right;
}


td.login_box_left {
	width:7px;
	height:31px;
	background: url(/web_theme/eneruse/images/home/login_left.png) top left no-repeat;
}

td.login_box_middle {
	height:31px;
	background: url(/web_theme/eneruse/images/home/login_bg.png) repeat-x top left;
	font-size:10px;
	
}

	td.login_box_middle input {
		font-size:10px;
	}
	
	input.header_login_form_submit {
		width:31px; height:19px; padding:0; background:url(/web_images/go.png); background-position:0px; border:0; cursor:pointer;
	}
	
td.login_box_right {
	width:7px;
	height:31px;
	background: url(/web_theme/eneruse/images/home/login_right.png) top right no-repeat;
}


.calculated_field{
	font-weight:bold;
}
.duty_off, he_off {
	border: 0px none ;
	padding: 0px;
	background: transparent;
	text-align: left;	
	font-size:16px;
	width:55px;	
}
.duty_on, he_on {
text-align: right;
color:#343434;
font-size:16px;
width:55px;
}
.modal_box {
	padding:0px;
}