body {
  margin: 0px auto; 
  padding: 15px 0px 0px 0px;
  color: #2e2e2e;
  background: #222 url("/images/bg.jpg") top center repeat;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height:18px;
  text-align:center;
}

/*
* { behavior: url(iepngfix.htc) }
*/

.headerImg {
  margin-top:15px;
  _margin-top:15px;
}

.bgImg {
  position:absolute;
  top:0px;
  left:0px;
}

td {
  color: #2e2e2e;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height:18px;
}

#logo {
  position:absolute;
  top:-10px;
  left:237px;
  width:197px;
  height:88px;
/*  background: url("/images/logo.png") no-repeat; */
  z-index:101;
}
#page {
  position:relative;
  top: 20px;
  width:785px;
  text-align:left;
  margin: 0px auto;
}

/* Navagation */
#nav {
  position:absolute;
  top:13px;
  left:5px;
  width:187px;
  height:566px;
/*  background: url("/images/navBG.png") no-repeat; */
  z-index:100;
  font-size: 12px;
}

#nav a {
 text-decoration:none;
}

#nav1 {
  background: url("/images/navSplash.png") no-repeat;
}
#nav2 {
  background: url("/images/navResidential.png") no-repeat;
}
#nav3 {
  background: url("/images/navComm_industrial.png") no-repeat;
}

.navImg {
  position:absolute;
  top:59px;
  left:24px;
  width:138px;
  height:138px;
}

/* Content */
#contentBase {
  position:absolute;
  left:118px;
  top:90px;
  width:661px;
  height:405px;
  min-width:661px;
  min-height:405px;
/*  background: url("/images/contentBase.png") no-repeat; */
  z-index:1;
}


#paperTop {
  position:absolute;
  left:0px;
  top:-28px;
  width:679px;
  height:28px;
  background: url("/images/paperTop.png") no-repeat;
}

#paperBottom {
  position:absolute;
  left:0px;
  width:679px;
  height:100px;
  background: url("/images/paperBottom.png") no-repeat;
  clear:both;
}


#paperBase {
  position:absolute;
  top:-49px;
  left:-32px;
  width:679px;
  min-height:500px;
}

#minHeight {
  height:400px;
  width:2px;
  float:right;
  background: #f00;
}

#contentHeader {
  font-size: 24px;
  font-weight:bold;
}

#contentHeaderSmall {
  font-size: 15px;
  font-weight:bold;
}

#content {
  position:absolute;
  display:block;
  top:-15px;
  left:-30px;
  width:679px;
  padding: 0 55px 0 0px;
  background: url("/images/paperFill.png") repeat-y;
}

#content a {
  color: #0093cb;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}


#splash {
  position:absolute;
  top:80px;
  left:82px;
  width:513;
  height:230px;
/*  background: url("/images/splashText.png") no-repeat; */
}

#splash span{
  display: none;
}
.invisible {
  display:none;
}

/*  border: thin solid rgb(250,0,0); */

#navList {
  width: 145px;
  left: 14px;
  top: 190px;
  margin: 0px auto;
  padding: 0;
  position: absolute;
}

#navList a {
  margin: 0; padding:0;
  min-height: 20px;
  display: block;
  color: #cbccce;
}

#navList a:hover {
  color: #00aeef;
}

.toggler
{
	color: #cbccce;
	margin: 0;
	padding: 2px 5px;
	background: url("/images/navLink.png") repeat;
	border-bottom: 1px solid #666;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.element {
   background: url("/images/navLink.png") repeat;
   height: 130px;
}

.element a {
    display:block;
    border-bottom: 1px solid #333;
	padding:0px;
	text-indent:10px;
	top:0px;
	font-size: 11px;
	text-decoration:none;
	line-height: 20px;
}

.element #linkOn a {
  background: url("/images/linkOn.gif") center left no-repeat;
}

#linkOn a {
  color: #00aeef;
}

/* Footer links */

#pageFooter a {
  color:#fff;
  text-decoration:underline;
}

#pageFooter {
    position:absolute;
    display:block;
    top: 30px;
    left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
	text-align:center;

}


#contactB {
  position:absolute;
  top:478px;
  left:30px;
  background: url("/images/contactB.gif") no-repeat;
  display:block;
  height:19px;
  width:115px;
}

#contactB:hover {
  background: url("/images/contactR.gif") no-repeat;
}

#contactB span {
  display:none;
  height:1px;
  width:1px;
}


.floatImg {
  float:right;
  padding: 15px 0 15px 15px;
}

/* Image rollover */
.rollover
{
position: relative;
background: url("/images/insets/genTopOff.gif") no-repeat;
white-space: nowrap;
display: block;
width: 289px;
height: 225px;
margin: 0;
padding: 0;
}

.rollover a
{
display: block;
width: 289px;
height: 225px;
display: block;
text-decoration: none;
float:right;
}

.rollover img
{
width: 289px;
height: 225px;
border: 0
}

* html a:hover
{
visibility:visible
}

.rollover a:hover img
{
visibility:hidden
}

.rollover span
{
cursor: pointer;
}