@charset "utf-8";
/* CSS Document */
#menu ul.solutionsMenu h2 a { background:#0066FF; }
#content h2 {
	font: normal 20px Tahoma, Arial, Verdana, Impact;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	vertical-align: middle;
}
#content h2.tasks {
	background: url(../images/general/elec_tasks.gif) no-repeat left center;
	height: 40px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 100px;
	padding-bottom: 15px;
}
#content h2.saving {
	background: url(../images/general/elec_saving.gif);
	height: 40px;
	margin: 15px 0px;
	padding-top: 30px;
	padding-left: 100px;
	padding-bottom: 15px;
}
.redTxt {
	color: #E64135;
}
p.opening {
	padding-bottom: 20px;
	font-size: 18px;
}

/* Layout Styles */
#wrapper {
	text-align: left;
	width: 980px;
	display: block;
	height: auto;
	background: #FFFFFF;
}
#content  p,#content td,#content ul{
	font: 16px/140% Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Banner Styles */
#banner {
	height: 320px;
	width: 980px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background: #000000 url(../images/banners/elec_design_r1_c1.jpg) no-repeat left top;
	float: left;
}
#banner  h1 {
	font: 31px "Trebuchet MS", Arial, Verdana;
	color: #FFFFFF;
}
#bannerLeft {
	float: left;
	height: 255px;
	width: 535px;
	padding-top: 65px;
	padding-left: 40px;
	background: url(../images/banners/elec_design_r2_c1.jpg) no-repeat left bottom;
}
#bannerRight {
	float: right;
	width: 405px;
	height: 320px;
}

/* Content Styles */
#content {
	height: auto;
	width: 980px;
	background: #FADA2F;
	float: left;
	padding-top: 10px;
}
#content ul{
	margin: 6px 0 30px 15px;
	padding: 0px;
	display: block;
	list-style: url(../css/none) none outside;
	font: bold 15px Tahoma, Arial, Verdana, Impact;
}

#content li{
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
	background: url(../images/bullets/li_elec.gif) no-repeat left 4px;
	line-height: 140%;
}
#content ul.e3 li {
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
	background: url(../images/bullets/li_e3.gif) no-repeat left 6px;
}

#contentLeft {
	float: left;
	height: auto;
	width: 480px;
	padding-bottom: 40px;
	padding-left: 25px;
}
#contentLeft img {
	border: 1px solid #E64135;
	margin-bottom: 10px;
}
#contentRight {
	float: right;
	width: 380px;
	height: auto;
	padding-right: 30px;
	padding-top: 20px;
}

#formContainer {
	background: #EBEBEB url(../images/general/e3_form_bd.gif) repeat-y left top;
	width: 100%;
	border: 1px solid #999999;
	margin-bottom: 50px;
}
#formHead {
	background: url(../images/general/e3_form_hd.gif) no-repeat left top;
	height: 100px;
}
#formFooter {
	height: 40px;
	background: url(../images/general/e3_form_ft.gif) no-repeat left bottom;
}
#formContainer p.instructions {
	font: 12px/160% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	width: 340px;
	display: block;
}

#formContainer p.requiredFields {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	clear: left;
	padding-left: 230px;
	padding-top: 5px;
}
#screenshot {
	width: 100%;
	border: 1px solid #F2DB4F;
	margin-bottom: 30px;
}
/*
#formContainer label {
	width: 120px;
	display: block;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#formContainer input, #formContainer textarea {
	width: 170px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/form_field.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 4px;
}
#formContainer p.buttonrow {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	width: 380px;
	display: block;
}
#formContainer   input.button {
	background: #000000 url(../images/backgrounds/but_bg_bl.gif) repeat-x left center;
	border: 2px outset #244884;
	color: #FFFFFF;
	width: 200px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	padding: 8px 4px;
	text-transform: uppercase;
	margin-top: 15px;
}

#formContainer input[type="submit"]:hover,#demoForm  input[type="submit"]:hover  {
	background: #0066FF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033FF;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #0033FF;
}
input.invalid, textarea.invalid {
	border: 1px;
	border-color: #E64135!important;
	border-style: solid;
}
*/

.highlight {
	background: #E64135;
	color: #FFFFFF;
}

