/* Start of CMSMS style sheet 'neca-styles' */
/*Added by James to test submenu working correctly*/
#subMenu3 li {
	border: none;
}

#subMenu3 li a {
/*	padding-left:10px;*/
	font-size: 11px;
	font-weight: normal;
}

#subMenu #subMenu3 a {
	padding: 0 0 8px 10px;
}

#subMenu #subMenu3 {
	border-top: none;
	margin: 0;
}

#subMenu #subMenu3 li {
	border: none;
	padding: 0;
}

body, html {
	margin: 0;
	padding: 0;
	background-color: #a9a9a9;
	background-image: url(images/bg_strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body.popup {
	background-color: #FFFFFF;
	background-image: none;
}

a {
	color: #0094d8;
}

.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

td p {
	margin: 0;
}

input {
	border: 1px solid #b8b8b8;
/*	height: 14px;*/
	font-size: 11px;
	padding: 2px;
}

.sideColumn input {
	border: 1px solid #b8b8b8;
	height: 14px;
	font-size: 11px;
	padding: 2px;
	float: left;
}

input.noStyle {
	border: none;
	padding: 0;
	height: 20px;
}

input.submit_button{
	height:20px;
}


#outer_bgGradient {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
}

#container {
	width: 992px;
	margin: 0 auto;
}

#header {
	height: 186px;
	float: left;
}

#menuwrapper {
	height: 29px;
	background-image: url(images/bg_menuwrapper.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

#menuwrapper ul {
	margin: 0 0 0 24px;
	padding: 0;
}

#menuwrapper li {
	height: 29px; /*29*/
	float: left;
	background-image: url(images/menu_grey_leftDoor.png);
	background-repeat: no-repeat;
	background-position: left top;
/*	padding: 7px 10px 0 0;*/
	padding: 0;
	margin: 0 4px 0 0;
	list-style: none;
}

#menuwrapper li a {
	height: 22px;
	display: block;
	padding: 7px 7px 0 4px;
	background-image: url(images/menu_grey_rightDoor.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 4px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menuwrapper li a:hover {
	background-position: right -29px;
}

#menuwrapper li:hover {
	background-position: left -29px;
	cursor: pointer;
}

#menuwrapper li.current {
	background-position: left -58px;
}

#menuwrapper li.current a {
	background-position: right -58px;
	color: #333333;
}

#contentContainer {
	background-image: url(images/bg_container_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 14px 0 0 0;
	float: left;
	width: 100%;
}

#content {
	background-image: url(images/bg_container_body.png);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	display: inline;
}

#bottom {
	background-image: url(images/bg_container_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 100%;
}

/*#subMenu a {
	text-decoration: none;
	height: 29px;
	display: block;
	padding: 8px 0 0 0;
}*/


#subMenu a {
	text-decoration: none;
	height: auto;
	display: block;
	padding: 8px 0 8px 0;
}

#subMenu ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#subMenu li {
	list-style: none;
}

#subMenu.greenTheme {
	color: #3fac49;
}

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

#panels_top {
	float: left;
	height: 190px;
	padding: 0 0 0 18px;
}

.panel {
	height: 190px; /*190*/
	width: 239px; /*241*/
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

.panel:hover {
	cursor: pointer;
}

.panel p{
	padding: 0px;
	margin: 0px;
}

.panel a{
	display: block;
}

.panel.green {
	background-image: url(images/panels_green.png);
}

.panel.lightgreen {
	background-image: url(images/panels_lightgreen.png);
}

.panel.blue {
	background-image: url(images/panels_blue.png);
}

.panel.orange {
	background-image: url(images/panels_orange.png);
}

#panels_top .content {
	margin: 93px 22px 0 20px;
}

#panels_top .content a {
	color: #000000;
}

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

.sideColumn {
	width: 171px;
	background-color: #e7e8e9;
	float: left;
	background-image: url(images/leftCol_bg_grey_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	display: inline;
	line-height: 16px;
	margin: 10px 0 0 0;
}

.sideColumn .content {
	padding: 0 10px;
}

.sideColumn.news {
	font-size: 11px;
}

.sideColumn .bottom {
	background-image: url(images/leftCol_bg_grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 171px;
	height: 7px;
}

.sideColumn h1 {
	font-size: 14px;
	color: #0094d8;
	font-weight: bold;
	margin: 5px 0 10px 0;
	line-height: 16px;
}

.sideColumn h1.greenHeading {
	color: #a0b131;
}

.sideColumn h2 {
	font-size: 14px;
	font-weight: normal;
	color: #0094d8;
	margin: 0 0 10px 0;
}

#leftCol {
	width: 171px;
	float: left;
	margin: 0 0 0 24px;
	display: inline;
}

#leftCol p, #rightCol p {
	margin: 5px 0 0 0;
}

#leftCol a, #rightCol a {
/*	color: #0094d8; */
	font-weight: bold;
}

#leftCol .state {
	font-weight: bold;
}

#rightCol {
	width: 171px;
	float: left;
	margin: 0;
}

#home_sideBanner {
	float: left;
	margin: 10px 0 0 0;
}

#home_sideBanner img {
	border: none;
}

#findElectrician {
	background-image: url(uploads/images/find-your-nearest-ese.jpg);
	background-repeat: no-repeat;
	width: 150px; /*170*/
	height: 30px;
	padding: 150px 10px 0 10px;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#findElectrician select {
	border: 1px solid #b8b8b8;
	margin: 5px 0 0 0;
	font-size: 11px;
	width: 120px;
}

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

#middleCol {
	width: 540px;
	float: left;
	margin: 10px 29px;
	padding: 14px 0;
}

#middleCol.internal {
	padding: 0;
	margin: 0 29px;
}

#popup {
	background-color: #FFFFFF;
	margin: 0;
	padding: 15px;
	width: 510px;
}

#sponsorText {
	font-size: 12px;
	color: #999999;
	margin: 0 0 8px 0;
	font-weight: bold;
}

#sponsors {
	height: 68px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	width: 100%;
}

#footer {
	font-size: 10px;
	color: #666666;
}

#footer.internal {
	margin: 45px 0 0 0;
}

#middleCol h1, #popup h1 {
	margin: 8px 0 0 ;
}

#middleCol.generic h1, #middleCol.greenTheme h1, #popup h1 {
	font-size: 22px;
	font-weight: bold;
}

#middleCol.generic h2, #middleCol.greenTheme h2, #popup h2 {
	font-size: 15px;
	font-weight: bold;
}

#middleCol.generic h3, #middleCol.greenTheme h3, #popup h3 {
	font-size: 12px;
	font-weight: bold;
}

#middleCol h3, #popup h3 {
	margin-bottom: 10px;
}

#header_image {
	text-align: left;
	padding: 0 0 0 19px;
}


/*-----------------*/
/*  MISC ELEMENTS  */
/*-----------------*/

#NewsPostDetailPrintLink {
	background-image: url(images/ico_print.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	height: 20px;
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
}

#NewsPostDetailReturnLink {
	background-image: url(images/ico_leftArrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	height: 20px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.green {
	color: #3FAC49;
}

.lightgreen {
	color: #A3B531;
}

.genericBlue {
	color: #0062A6;
}

.blue {
	color: #0D86BF;
}

#company_details {
	padding: 16px;
	float: left;
	width: 507px;
	margin: 0 0 15px 0;
}

#company_details h3 {
	margin: 15px 0 5px 0;
}

#company_details .left_col {
	float: left;
	width: 110px;
}

#company_details .right_col {
	float: left;
}

#company_details .text {
	float: left;
	display: block;
}

#company_details .services, #company_details .minisite {
	float: left;
	display: block;
}

#company_details .services {
	margin: 15px 0 15px 0;
}

#company_details .minisite {
	margin: 15px 0 0 0;
}

#company_details .servicesProvided {
	width: 30%;
	float: left;
	padding: 0 16px 0 0;
}

#company_details .servicesProvided ul {
	margin: 0;
	padding: 0;
}

#company_details .servicesProvided li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#company_details h5 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.updateDetails {
	margin: 0 0 15px 0;
}

.ESE_altRow1 td {
	background-color: #f2f2f2;
	border-bottom: 1px solid #FFFFFF;
}

.ESE_altRow2 td {
	background-color: #e8e8e8;
	border-bottom: 1px solid #FFFFFF;
}

.ESE_altRow1hover td, .ESE_altRow2hover td {
	background-color: #e3e3e3;
	border-bottom: 1px solid #FFFFFF;
}

.ESE_headerRow {
	background-color: #57b463;
	color: #FFFFFF;
	font-weight: bold;
}

.ESE_search input, .ESE_search select {
	margin: 0 10px 0 0;
}

.productServices_headerRow {
	background-color: #ECAD15;
	color: #FFFFFF;
	font-weight: bold;
}

.training_headerRow {
	background-color: #0D86BF;
	color: #FFFFFF;
	font-weight: bold;
}

.forum_headerRow {
	background-color: #A3B531;
	color: #FFFFFF;
	font-weight: bold;
}

/* End of 'neca-styles' */

