/* Global Styles */

body {
	background-image: url(../images/pagebg1.jpg);
	background-repeat:repeat-x; 
	background-color:#dbdbdb;
	font: .85em Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px 0px 0px 0px;
	height:100%;
	display:block;
	}

p  {
	font: .85em Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0px 0px 0px 0px;
	color:#666666;
	}
hr {
      height: 1px;
	  border:dotted #dfdfdf 1px;
	  max-height:1px;
    }

h1 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:normal;
	line-height:24px;
	}

h4 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: left;

}

td {
	font:11px arial;
	}
	
a {
	color: #2a65b5;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color: #4a6367;
	text-decoration:none;
	background-color:#ffffff;
	}
	
ul{
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
	
li {
	margin-left: 0;
}
	
/* ID Styles */

#bannerbg h1, #bannerbg h2 {
	padding:0px;
	margin:0px;
	display:none;
}

#copyright {
	float:left;
	padding:20px 0px 0px 55px;
	width:50%;
}

#copyright p {
	font: .8em Arial, Helvetica, sans-serif;
	color: #858484;
	line-height:normal;
}
#copyright a {
	color:#858484;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#content {
	/* border: 1px solid red; For clarity, remove at will */
	width: expression( document.body.clientWidth > 960 ? "960px" : "auto" ); /* sets max-width for IE */
	max-width: 960px; /* Corresponds to 1024 with scrollbars */
	min-width: 760px; /* Corresponds to 800 with scrollbars */
	margin: 0 auto; /* Center the block */
	width: 100%;
	height:100%;

      }
#content_inner {
	/* border: 1px solid red; For clarity, remove at will */
	width: expression( document.body.clientWidth > 952 ? "952px" : "auto" ); /* sets max-width for IE */
	max-width: 952px; /* Corresponds to 1024 with scrollbars */
	min-width: 752px; /* Corresponds to 800 with scrollbars */
	margin: 0 auto; /* Center the block */
	width: 100%;
	height:100%;
	vertical-align:top;
      }

#mainnav p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin:0px 0px 0px 0px;
}

#mainnav a {
	DISPLAY: block; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-indent:0px;
	padding:1px 0px 2px 0px;
	text-decoration: none;

}

#mainnav a:hover {
	DISPLAY: block; 
	color: #ffffff;
	text-indent:0px;
	BACKGROUND-COLOR: #4886d8;
	text-decoration: none;
}
#imgfloatright  {
	float: right;
	position:relative;
	width:200px;
	margin:30px 25px 30px 20px;
}
#subpagenav  {
	float: right;
	width:200px;
	margin:30px 25px 40px 20px;
	padding: 0 px 0px 40px 0px;
}


#subpagenav a {
	DISPLAY: block; 
	background-color:none;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: .45em .6em;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight: bold;
	list-style:none;
	text-align:left;
	padding:7px 0px 6px 2em;
	margin:0px 0px 0px 2em;
	text-decoration: none;
	border-bottom:solid 1px #dfdfdf;

}

#subpagenav a:hover {
	DISPLAY: block; 
	background-color:#f6f6f6;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: .55em .6em;
	color: #518fe3;
	font-weight: bold;
	text-decoration: none;
}

#topmenulist li {
	display:inline;
	padding:0 .75em;
	margin:0 0 0 0;
	background-image: url(../images/vertdiv2.gif);
	background-position:right;
	background-repeat: no-repeat;
	list-style-type: disc;
}
#topmenulist li.last {
	border:none;
	background-image:none;
}
#topmenulist {
	font: .8em Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:right;
	padding:8px 20px 0px 0px;
	margin:0px 0px 0px 0px;

}
#topmenulist a {
	color:#656565;
	text-decoration:none;
}
#topmenulist a:hover {
	color: #544c3a;
	background-color:#f5f5f5;
}
#footerlist li {
	display:inline;
	padding:0 .75em;
	margin:0 0 0 0;
	background-image: url(../images/vertdiv2.gif);
	background-position:right;
	background-repeat: no-repeat;
	list-style-type: disc;
}
#footerlist li.last {
	border:none;
	background-image:none;
}
#footerlist {
	font: .8em Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:right;
	padding:20px 20px 20px 0px;
	margin:0px 0px 0px 0px;
}
#footerlist a {
	color:#858484;
	text-decoration:none;
}
#footerlist a:hover {
	color: #544c3a;
	background-color:#f5f5f5;
}

#footer_outer {
	background-color:#e6e6e6;
	float:right;
	position:relative;
	width:100%;
	overflow: visible;
	padding-bottom:10px;
	}

#homebot a {
	color: #a0937e;
	font-weight: normal;
	text-align:left;
	line-height:16px;
}
#homebot a:hover {
	color: #756b5c;
	text-decoration:none;
	background-color:#ffffff;
	}
#img_border img {border:solid #CCCCCC 1px; padding:5px 5px 5px 5px;}
#rightbox {
	padding:5px 0px 5px 0px;
	text-align: left;
	}
	
#rightbox p  {
	font: 1em Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-top:0px;
	color:#6f6a61;
	}
	
#rightbox h1 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #761d09;
	letter-spacing:normal;
	line-height:24px;
	}
	
#rightbox ul{
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
	
#rightbox li {
	font: 1em Arial, Helvetica, sans-serif;
	color:#6f6a61;
	margin-left: 0;
	margin-top: 1;
	margin-bottom: 0px;
	padding-left: 18px;
	background-image: url(../images/bullet_star.jpg);
	background-repeat: no-repeat;
	background-position: 0 .35em;
	list-style: none;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}


	
#maincontent {
	padding:0 12px 10px 15px;
	}

#maincontent_sub {
	height:100%;
	float:left;
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	}
#maincontent_sub p{
	padding:0px 20px 0px 55px;
	margin:0px 20px 10px 0px;
	}
#maincontent_sub a{
	margin:0px 0px 0px 0px;
	}
#maincontent_sub h1 {
	display:block;
	font: 1.75em Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height:22px;
	padding:20px 25px 0px 55px;
	margin:10px 0px 10px 0px;
}
	
#maincontent_sub h1 a img {
	text-decoration:none;
	border:0px;
}	
	
#maincontent_sub h2 {
	display:block;
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight: bold;
	line-height:22px;
	padding:20px 25px 0px 0px;
	margin:20px 0px 10px 55px;
	}
#maincontent_sub h2.smallblock {
	margin-top:6px;
	padding-top:2px;
}
#maincontent_sub h3 {
	font: 1em Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:1px 0px 8px 0px;
	}
#maincontent_sub h4 {
	font: 1em Arial, Helvetica, sans-serif;
	color:#3377d3;
	font-weight: bold;
	margin:16px 0px 3px 55px;
	}
#maincontent_sub h5 {
	display:block;
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight: bold;
	line-height:22px;
	padding:20px 25px 0px 0px;
	margin:20px 0px 10px 0px;
	}

#table {
	display:block;
	margin:0px 0px 0px 55px;
	text-align:left
	}
#table tr td table tr td a img {
	text-decoration:none;
	border:0px;
}
#maincontent_sub ul{
	margin-left: 10px;
	padding-left: 0px;
	text-decoration: none;
	padding-right: 55px;
}
#maincontent_sub li {
	margin:4px 0px 0px 50px;
	padding-left: 18px;
	background-image: url(../images/bullet_dash.gif);
	background-repeat: no-repeat;
	background-position: .1em .35em;
	list-style: none;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:18px;
	font-size: 12px;
}
#maincontent_sub li ul li {
	margin:4px 0 0 20px;
	background-image:none;
	list-style-type:circle;
	padding-left:0px;
}
#maincontent_sub blockquote {
	margin:14px 75px 14px 75px;
	padding:14px 10px 14px 10px;
	background-color:#eee;
	font-size:.85em;
	line-height:1.4em;
}
#footermenuwrapper {width:40%; float:right;position:relative;padding:0 25px 0 0;}
#footermenulist li {
	font: 11px Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-repeat: no-repeat;
	list-style-type: none;

}
#footermenulist li.last a {
	border-bottom:none;
}
#footermenulist {
	font: .8em Arial, Helvetica, sans-serif;
	color: #858484;
	text-align:left;
	padding:20px 0 20px 0px;
	margin:0px 0px 0px 0px;
}
#footermenulist a {
	DISPLAY: block; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #858484;
	text-indent:0px;
	padding:1px 0px 2px 12px;
	text-decoration: none;
	BACKGROUND-COLOR: #dedede;
	border-bottom:solid 2px;
	border-color:#e6e6e6;
}
#footermenulist a:hover {
	DISPLAY: block; 
	color: #2a65b5;
	text-indent:0px;
	BACKGROUND-COLOR: #f5f5f5;
	text-decoration: none;
}

#mainmenulistwrapper {width:40%; float:right;position:relative;padding:70px 25px 0 0;}
#mainmenulist li {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-repeat: no-repeat;
	list-style-type: none;

}
#mainmenulist li.last a {
	border-bottom:none;
}
#mainmenulist {
	font-size: 1em;
	color: #666666;
	text-align:left;
	padding:20px 0 20px 0px;
	margin:0px 0px 0px 0px;
}
#mainmenulist a {
	DISPLAY: block; 
	color: #ffffff;
	text-indent:0px;
	padding:4px 0px 3px 0px;
	text-decoration: none;
	border-bottom:solid 1px;
	border-color:#417ccb;
}
#mainmenulist a:hover {
	DISPLAY: block; 
	color: #ffffff;
	text-indent:0px;
	BACKGROUND-COLOR: #4886d8;
	text-decoration: none;
}
#mainmenulist p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin:0px 0px 0px 0px;
}

#rightmargin_main1 {
	background-color:#FFFFFF;
	float:right;
	position:relative;
	width:25%;
	overflow: visible;
	
	}
	
#rightmargin_sub1 {
	background-color:#FFFFFF;
	padding:5px 5px 0px 5px;
	float:left;
	position:relative;
	margin:0 10px 0 10px;
	width:154px;
	
	}
#rightmargin_sub1 p {
	font: 1.05em Arial, Helvetica, sans-serif;

	}
	
#rightmargin_sub1 h1 {
	font: 1.25em Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}

#rightmargin_sub1 a {
	color: #2a65b5;
	font-weight: bold;
}
#rightmargin_sub1 a:hover{
	color: #ffffff;
	background-color:#2a65b5;
}

#rightimagearea {
	float:right;
	padding:0px 20px 10px 30px;
	width:300px;
	}
#rightimagearea p {
	font: 1.05em Arial, Helvetica, sans-serif;
	margin-left: -55px;
	font-size: 11px;
	}
	
#rightimagearea h1 {
	font: 1.25em Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight: bold;
	margin: 0px 0px 5px -55px;
	}

#rightimagearea a {
	color: #2a65b5;
	font-weight: bold;
}
#rightimagearea a:hover{
	color: #ffffff;
	background-color:#2a65b5;
}

#paddingbody {
	padding:0px 0px 0px 0px;
	}
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#people {
	background-color:#f5f4e5;
	font: 11px Arial, Helvetica, sans-serif;
	color: #a0937e;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding:20px 0px 20px 10px;
	text-align:left;
}
#people a {
	background-color:#f5f4e5;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
}
#people a:hover {
	color: #544c3a;
	text-decoration:none;
	background-color:#ffffff;
	}
#people p{
	font-weight: normal;
	text-align:left;
}
#people h1 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #9a772b;
	letter-spacing:0em;
	font-weight: bold;
	line-height:18px;
	margin-bottom: 5px;
	margin-top:1px;
	}
#people h2 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #9a772b;
	letter-spacing:.25em;
	font-weight: normal;
	line-height:18px;
	text-transform: none;
	}
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

#more {
	font: 11px Arial, Helvetica, sans-serif;
	color:#6f6a61;
	text-align: right;
	align: right;
	margin-top:-16px;
	padding-bottom:5px;
}
#more a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #761d09;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	align: right;
}

#topleftgrad {background-image: url(../images/topbgimg.jpg);background-repeat:repeat-x;height:21px;text-align:right;}
#topbargrad a {margin:22px 22px 0 0; font-size:.8em; text-decoration:none; color:#666; border-bottom:1px solid #ccc;}
#topbargrad a:hover {color:#333; border-bottom:1px solid #333;}
#topbargrad {text-align:right; padding-top:8px;clear:both;background-position:top left;background-image: url(../images/topbargrad.jpg);background-repeat:repeat-x;height:22px;}
#bannerbg {background-position:top left;background-repeat:no-repeat; height:111px; background-image: url(../images/bannerbg.jpg);}
#ibeclogo {background-position:left;margin:0px 0px 0px 50px;background-image: url(../images/ibeclogo.gif);background-repeat:no-repeat;width:119px;height:73px;}
#empoweringtagln {float:right;text-align:right;background-position:top right; margin:-30px 20px 20px 0px;background-image: url(../images/empowering.gif);background-repeat:no-repeat;width:306px;height:19px;}
#gradbg2 {float:right;align:top;width:100%;height:270px; margin:0 0 0 0; position:relative; background-image:url(../images/gradbg2.jpg);background-position:right;background-repeat:repeat-x;background-color:#1851a0;}
#mainmenudiv {float:right;text-align:right;height:75px;width:44%;vertical-align:bottom;padding-top:80px;}
#bannerbg3 {background-repeat:no-repeat; height:72px; background-image: url(../images/bannerbg3.jpg); background-position:top left;}

/* Page images/banners */
#bannerimg_home {width:54%;float:left;background-image:url(../images/homeimg1.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_about {width:54%;float:left;background-image:url(../images/bannerimg12.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_bplinaction {width:54%;float:left;background-image:url(../images/bannerimg8.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_news {width:54%;float:left;background-image:url(../images/bannerimg1.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_services {width:54%;float:left;background-image:url(../images/bannerimg10.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_internet {width:54%;float:left;background-image:url(../images/bannerimg4.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_products {width:54%;float:left;background-image:url(../images/bannerimg7.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_smartgrid {width:54%;float:left;background-image:url(../images/bannerimg15.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_meterreading {width:54%;float:left;background-image:url(../images/bannerimg16.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_wirelesscampus {width:54%;float:left;background-image:url(../images/bannerimg11.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_videosurv {width:54%;float:left;background-image:url(../images/bannerimg19.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_voice {width:54%;float:left;background-image:url(../images/bannerimg20.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_contact {width:54%;float:left;background-image:url(../images/bannerimg13.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_global {width:54%;float:left;background-image:url(../images/bannerimg14.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}
#bannerimg_homeandbusiness {width:54%;float:left;background-image:url(../images/bannerimg18.jpg);background-position:top left;background-repeat:no-repeat;height:270px;}

#contactwrapper {
	width:100%;
	float:left;
	position:relative;
	padding:0px 0px 10px 0px;
}
#contact_left {width:230px; float:left;position:relative;padding:0 0px 0 55px;}
#contact_center {width:230px; float:left;position:relative;padding:0 0px 0 55px;}
#contact_right {width:230px; float:left;position:relative;padding:0 0px 0 55px;}
#contactwrapper h2  {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
#contactwrapper p  {
	margin:10px 0px 0px -55px;
	padding:0px 0px 0px -55px;
	}

#maincontentholder {width:100%; float:right;background-color:#ffffff;}

/* Class Styles */

#headerImage H4 {
	PADDING-RIGHT: 4%; PADDING-LEFT: 54px; MARGIN: 0px; COLOR: #000000; LINE-HEIGHT: 1em; PADDING-TOP: 0px;
}
#headerImage H4.shadow {
	PADDING-RIGHT: 4.25%; PADDING-LEFT: 54px; PADDING-BOTTOM: 0px; COLOR: #ffffff; PADDING-TOP: 0px; POSITION: relative; TOP: -31px; LEFT: 1px;
}

#headerImageBR H4 {
	height:60px; PADDING-RIGHT: 4%; PADDING-LEFT: 54px; MARGIN-TOP: 80px; COLOR: #000000; LINE-HEIGHT: 1em; PADDING-TOP: 0;vertical-align: middle;
}
#headerImageBR H4.shadow {
	PADDING-RIGHT: 4.25%; PADDING-LEFT: 54px; PADDING-BOTTOM: 0px; COLOR: #ffffff; PADDING-TOP: 0; POSITION: relative; TOP: -141px; LEFT: 1px;
}
#affiliates {
	width:200px;
	margin-top:50px;
}
#affiliates h2 {
	margin:0px;
	font-size:1.3em;
}
#affiliates a {
	background-image:none !important;
}
#affiliates a img {
	border:0px;
}
.container {position: relative; left: 1px; top: 1px; color: #000000; padding-left: 55px;}
.text {position: absolute; left: -1px; top: -1px; color: #ffffff; padding-left: 55px;} 

.logo {
	font:18px Arial, Helvetica, sans-serif;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px Arial, Helvetica, sans-serif;
	color: #336666;
	line-height:18px;
	}
	
.pageName {
	font:20px Arial, Helvetica, sans-serif;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.titleheader {
	font:12px Arial, Helvetica, sans-serif;
	color: #2a65b5;
	font-weight:bold;
	}
	
.subHeader {
	font:14px Arial, Helvetica, sans-serif;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#333333;
	}
.smalltext{
	font: .85em Arial, Helvetica, sans-serif;
	margin:0px 2px 25px 0px;
	}
.uppertext{
	display:block;
	font: 1em Arial, Helvetica, sans-serif;
	color: #71674f;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:.12em;
	line-height:18px;
	margin:0px 0px -14px 0px;
	padding:10px 0px 0px 0px;
	}
.newsList strong {
	margin-right:10px;
}
fieldset {
	margin-left:55px;
	border:none;
}
fieldset td {
	vertical-align:top;
}
fieldset input, fieldset select, fieldset textarea {
	margin-left:10px;
	padding:2px;
	line-height:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
textarea {
	height:200px;
	width:300px;
}
.highlight {
	background-color:#ffc;
	border:2px solid #ff9;
	margin:30px 30px 20px 30px;
}
.highlight h1, .highlight p {
	padding:8px 25px 0px 25px !important;
}