/* CSS Reset */
* { margin:0; padding:0; }

/* main */
body {
    background:rgb(10,69,91) url(../images/background.jpg) repeat-x 0 0;
}

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

#headerContainer {
  margin:20px;
}

/* logos */
#header {
	height:110px;
	width:960px;
	margin:20px auto 0 auto;
}
#headerBE {
	display:block;
	float:left;
	width:120px;
	height:96px;
	background:url(../images/bELogo120.png) no-repeat 0 0;
	text-indent:-10000px;
	margin-top:25px;
}
#headerNWES {
	display:block;
	float:left;
	width:463px;
	height:121px;
	background:url(../images/nwesLogo.png) no-repeat 0 0;
	text-indent:-10000px;
  margin-left:385px;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
}
#header h1 a:hover {
	background:url(../images/logo.png) no-repeat 0 -110px;
}

/* feature */
#featureContainer {
  margin:20px 0 20px 0;
  clear:both;
}

#rightColumn {
	float:right;
	width:50%;
	margin:20px 0px 20px 0px;
}

#leftColumn {
	float:left;
	width:50%;
	margin:20px 0px 20px 0px;
}

#nwesPhones {
  background:url(../images/nwesPhones.png) no-repeat 0 0;
  width:508px;
  height:620px;
}

#featureContainer h1 {
  font:bold 40px/44px Verdana, Geneva, sans-serif;
  text-align:center;
  color:rgb(20,20,20);
  
}

#featureText {
	margin:25px 10px 20px 20px;
}

#featureText p {
  font:normal 24px/30px Helvetica, Arial, Geneva, sans-serif;
  color:rgb(20,20,20);
}

#linkContainer {
  text-align:center;
  width:100%;
}

#poweredByCC {
  background:url(../images/poweredByCCLogo.png) no-repeat 40% center;
  width:100%;
  height:68px;
  margin-top:10px;
  text-indent:-10000px;
}

#closingCopy {
	width:100%;
	float:left;
	margin:20px 20px 20px 10px;
}
#closingCopy h2 {
	font:bold 20px/24px Verdana, Geneva, sans-serif;
	color:rgb(20,20,20);
	margin:10px 0 10px 0;
}
#closingCopy p {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
  color:rgb(20,20,20);
	margin-top:10px;
	margin-bottom:40px;
}

#footer {
	clear:both;
	width:100%;
}
#footer p {
	margin:5px 0 40px 10px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:rgb(40,40,40);
}


