@charset "utf-8";
/* CSS Document */

/*************************************/
/*         CONTAINER
/*************************************/

#container {
background-image:url(../images/secondary_bkgd_container.jpg);
width:900px;
height:auto;
margin:0 auto 13px auto;
}

/*************************************/
/*            COLUMN
/*************************************/

#column {
background:url(../images/secondary_coltop.jpg) no-repeat #e9e1c8;
position:relative;
float:left;
width:220px;
height:auto;
left:20px;
margin:0px 0 0 0;
top:-15px;
}

.columnbot {
background:url(../images/secondary_colbot.jpg) no-repeat bottom left;
height:30px;
width:220px;
position:relative;
margin:-17px 0 0 0;
left:19px;
}

#powerlines {
background:url(../images/powerlinepic.jpg) no-repeat bottom;
width:195px;
height:137px;
margin:-100px 0 0 40px;
position:relative;
bottom:30px;
}

/*************************************/
/*             SUBNAV
/*************************************/


#column ul {
position: relative;
z-index:32;
left:8px;
top:30px;
font-size:1em;
/*overflow:hidden;*/ /*if this tag is active, it makes it so the nav overlaps the powerline pic*/
}

#column ul li {
list-style:none;
margin:5px 0;
width: 180px;
position:relative;
z-index:90;
}

#column ul li li{
margin-left:5px;
}

#column ul li a {
background:url(../images/navarrow.gif) no-repeat 0 4px;
position:relative;
color:#000000;
text-decoration:none;
color:#000000;
padding:0 0 0 15px;
display:block;
}

#column ul a:hover {
text-decoration:underline;
color:#003300;
}

/*third tier*/
#column ul ul{
position: relative;
z-index:32;
left:8px;
top:0px;
font-size:.8em;
}

#column ul ul li a {
background:url(../images/subnavIcon.gif) no-repeat 0 4px;
padding:0 0 0 10px;
}

/*************************************/
/*            TEXT AREA
/*************************************/

#text {
width:600px;
margin:15px 0 0 260px;
padding:0 25px 20px 0;
min-height: 460px;
}
 
#text .header {
color:#003300;
font-size:1.4em;
text-transform:uppercase;
}

#text a:link, #text a:visited {
color:#000000;
text-decoration:underline;
}

#text a:hover {
text-decoration:none;
color:#003300;
}



