body
{
	background-image: url('../img/energy_smart/background-smart.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

/***
 * Index Page Css
 */
.en_energy_smart_index {
	border-bottom: 1px dotted #b6b6b6;
	float: right; 
	width: 705px;
	height: 245px;
	background-image: url(<?php echo $html->url('/img/banner-bottom-bg-tile.gif'); ?>);
	background-repeat: repeat-x;
	background-position: bottom center;
	font-family: arial, helvetica, sans-serif;
	color: #a2958a;
	font-size: 12px;
}
.es_energy_smart_index {
	border-bottom: 1px dotted #b6b6b6;
	float: right; 
	width: 705px;
	height: 263px;
	background-image: url(<?php echo $html->url('/img/banner-bottom-bg-tile.gif'); ?>);
	background-repeat: repeat-x;
	background-position: bottom center;
	font-family: arial, helvetica, sans-serif;
	color: #a2958a;
	font-size: 12px;
}
 /* End Index Page Css. */

.en #header
{
	background-position: -355px 0;
}
.es #header
{
	background-position: -335px 0;
}

#header #menu a.energy_smart_rollover
{
	background-position: 0 -32px;
}

#content-wrapper 
{
	background-image: url('../img/content-tile.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#content-wrapper #nav_container
{
	background-image: url('../img/energy_smart/nav-sub-energy_smart_bg_tile.gif');
	background-repeat: repeat-x;
	background-position: top center;
	width: 254px;
	/*border-right: 0px dotted;  Negates border-right style declaration in style.css. */
}

#content-wrapper #content_container
{
	float: left; 
	width: 705px;
	/*font-family: arial, helvetica, sans-serif;
	color: #a2958a;
	font-size: 0.7em;*/
}

/**
*	English Translation
*/
#content-wrapper.en #energy_smart_container #content_container .main_section .lighting_callout
{
	background-image: url('../img/energy_smart/en_lighting-callout.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	width: 100%;
	height: 100px;
	padding-top: 550px;
}
/**
*	Spanish Translation
*/
#content-wrapper.es #energy_smart_container #content_container .main_section .lighting_callout
{
	background-image: url('../img/energy_smart/es_lighting-callout.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	width: 100%;
	height: 100px;
	padding-top: 550px;
}
/* End Translations */
#content-wrapper #energy_smart_container #content_container .main_section .lighting_callout ul
{
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#content-wrapper #energy_smart_container #content_container .main_section input#go
{
	margin: 0 0 -8px 5px;
}
#content-wrapper #energy_smart_container #content_container .main_section #list_results_header
{
	background-color: #89bdca;
	padding: 20px;
	color: #FFF;
	font-size: 14pt;
	margin-left: 1px;
}
#content-wrapper #energy_smart_container #content_container .main_section .list_results_box
{
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	padding: 20px;
	float: left;
	width: 300px;
	height: 120px;
}

*html #content-wrapper #energy_smart_container #content_container .main_section .list_results_box
{
	padding: 20px 20px 0 20px;
	height: 165px;
}
*html #content-wrapper #energy_smart_container #content_container .main_section .list_results_box .go
{
	margin-bottom: -5px;
}

#content-wrapper #energy_smart_container #content_container .main_section .list_results_box .go
{
	margin-bottom: -7px;
}

#content-wrapper #energy_smart_container #content_container input.input_field
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #817a74;
	height: 18px;
	width: 100%;
	border: 1px solid #999;
}

#content-wrapper.en #nav_container ul li a.warm { background-image: url('../img/energy_smart/nav/en_warm.gif'); }
#content-wrapper.en #nav_container ul li a.cool { background-image: url('../img/energy_smart/nav/en_cool.gif'); }
#content-wrapper.en #nav_container ul li a.efficient { background-image: url('../img/energy_smart/nav/en_efficient.gif'); }
#content-wrapper.en #nav_container ul li a.ecologic { background-image: url('../img/energy_smart/nav/en_ecologic.gif'); }
#content-wrapper.en #nav_container ul li a.lighting { background-image: url('../img/energy_smart/nav/en_lighting.gif'); }
#content-wrapper.en #nav_container ul li a.events { background-image: url('../img/energy_smart/nav/en_events.gif'); }
#content-wrapper.en #nav_container ul li a.savers_switch { background-image: url('../img/energy_smart/nav/en_savers_switch.gif'); }
#content-wrapper.en #nav_container ul li a.power_check { background-image: url('../img/energy_smart/nav/en_power_check.gif'); }

#content-wrapper.es #nav_container ul li a.warm { background-image: url('../img/energy_smart/nav/es_warm.gif'); }
#content-wrapper.es #nav_container ul li a.cool { background-image: url('../img/energy_smart/nav/es_cool.gif'); }
#content-wrapper.es #nav_container ul li a.efficient { background-image: url('../img/energy_smart/nav/es_efficient.gif'); }
#content-wrapper.es #nav_container ul li a.ecologic { background-image: url('../img/energy_smart/nav/es_ecologic.gif'); }
#content-wrapper.es #nav_container ul li a.lighting { background-image: url('../img/energy_smart/nav/es_lighting.gif'); }
#content-wrapper.es #nav_container ul li a.events { background-image: url('../img/energy_smart/nav/es_events.gif'); }

#content-wrapper.en #nav_container ul li ul li a.windsource { background-image: url('../img/energy_smart/nav/en_ecologic_windsource.gif'); }

/** SURVEY STYLES. */
.required_field {
	color:#690;
	font-weight: bold;
}
.survey_body_container .message 
{
	padding: 30px;	
	margin: 20px;
	text-align: center;
}
.survey_submit_btn {
	position: relative;
	top: 5px;
	float: right;
	right: 40px;
}

/* FORM */
#content-wrapper #energy_smart_container #content_container table
{
	width: 540px;
	font-size: 9pt;
}
#content-wrapper #energy_smart_container #content_container table,
#content-wrapper #energy_smart_container #content_container .form_div
{
	margin-left: 30px;
}

#content-wrapper #energy_smart_container #content_container .form_div
{
	padding: 20px 40px 20px 0;
	font-size: 9pt;
	color: #999;
}
#content-wrapper #energy_smart_container #content_container td
{
	padding: 0 10px 5px 0;
}

#content-wrapper #energy_smart_container #content_container input.input_field
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #817a74;
	height: 18px;
	width: 100%;
	border: 1px solid #999;
}

/**
*	GOOGLE MAP
*/

#map_canvas
{
	width: 672px; 
	height: 456px;
}

/**
*	English Translation
*/
#content-wrapper.en a.smart_button_cooling
{
	background-image: url('../img/energy_smart/en_smart-callout-cooling-tips.gif');
}
#content-wrapper.en a.smart_button_heating
{
	background-image: url('../img/energy_smart/en_smart-callout-heating-tips.gif');
}
#content-wrapper.en a.smart_button_proficiency
{
	background-image: url('../img/energy_smart/en_smart-callout-proficiency-tips.gif');
}
/**
*	Spanish Translation
*/
#content-wrapper.es a.smart_button_cooling
{
	background-image: url('../img/energy_smart/es_smart-callout-cooling-tips.gif');
}
#content-wrapper a.smart_button_heating
{
	background-image: url('../img/energy_smart/es_smart-callout-heating-tips.gif');
}
#content-wrapper a.smart_button_proficiency
{
	background-image: url('../img/energy_smart/es_smart-callout-proficiency-tips.gif');
}
/* End Translation */
#content-wrapper a.smart_button_cooling,
#content-wrapper a.smart_button_heating,
#content-wrapper a.smart_button_proficiency
{
	position: relative;
	top: 280px;
	left: 30px;
	
	text-decoration: none;
	display: block;
	width: 177px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content-wrapper a.smart_button_cooling:hover,
#content-wrapper a.smart_button_heating:hover,
#content-wrapper a.smart_button_proficiency:hover
{
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

#footer
{
	background-image: url('../img/footer-background.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 50px 0 0 0;
}

#content-wrapper #content_container .main_section label
{
	display: block;
	width: 300px;
	margin-top: 10px;
}

/**
*	CMS
*/

.yui-skin-sam #content-wrapper #energy_smart_container #nav_container ul li ul.events li a
{
	color: #FFF; 
	font-size: 10pt;
	padding: 0 0 0 35px;
	margin: 0;
	background-color: #5f7e87;
	width: 219px;
	height: 20px;
	overflow: hidden;
}

.yui-skin-sam #content-wrapper #energy_smart_container #nav_container ul li ul.events li a:hover
{
	text-decoration: underline;
}

#content-wrapper #nav_container ul li .home_event_order
{
	float: left; 
	color: #ab3820; 
	font-weight: bold; 
	margin-left: -10px;
}

*html #content-wrapper #nav_container ul li .home_event_order
{
	margin-left: -7px;
}

/**
* IE 6 HTML HACK
*/

*html #content-wrapper #content_container
{
	padding-bottom: 30px;
	width: 705px;
	float: right;
}

*html #map_canvas
{
	width: 665px; 
}

*html #content-wrapper #energy_smart_container #content_container .main_section .lighting_callout
{
	
}

/**
*	IE 7 Hacks
*/

*:first-child+html #content-wrapper
{
	padding-bottom: 80px;
}
