/* CSS v1.0 Xact Locating Technologies*/
/* HWS http://www.heritagewebdesign.com  I.Bautista 8/6/2007*/

body{
margin: 0;
text-align: center;
background: url(../images/bg_.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
}

table.wrap{
width: 790px;
}

/*Logo*/
#logo{
background: url(../images/header_bg.jpg) left repeat-x;
height: 154px;
width: 325px;
text-align: left;
padding: 0;
margin: 0;
}

/*Header BG*/
#hbg{
background: url(../images/header_bg_2.jpg) right no-repeat;
height: 154px;
width: 465px;
}

/*Header Rt. Bg*/
#hrtbg{
background: url(../images/header_rt_bg.jpg) left no-repeat;
height: 154px;
width: 33px;
}

/*Slogan*/
#slogan{
height: 51px;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: right;
}

#nav{
padding-bottom: 3px;
}

/*Main BGs*/
#mbgl{
background: url(../images/bg_lt.jpg) repeat-y;
width: 19px;
}

#main{
margin-top: auto;
padding: 10px;
background: #FFF;
text-align: left;
}

#mbgr{
background: url(../images/bg_rt.jpg) repeat-y;
width: 19px;
}

/*Bottom BGs*/
#blt{
background: url(../images/bottom_l_c.jpg) left no-repeat;
width: 19px;
height: 20px;
}

#bctr{
background: url(../images/bottom_bg.jpg) repeat-x;
height: 20px;
}

#brt{
background: url(../images/bottom_r_c.jpg) left no-repeat;
width: 19px;
height: 20px;
}

/* Footer */
#footer{
font-size: 9px;
text-align: center;
background: #FFFFFF;

}

/* Navigation */

#home, #about, #contact{
background: url(../images/tab_bg.gif) right no-repeat;
text-align: center;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
height: 19px;
padding: 5px 0 3px 0;
}
#fault{
float: right;
background:url(../images/tab_l_bg.gif) no-repeat;
text-align: center;
color: #FFF;
font-size: 12px;
font-weight: bold;
height: 19px;
padding: 5px 0 3px 0;
}

a.nav:link,a.nav:active,a.nav:visited{
color: #FFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

/* Right Panel */

#rpanel{
border-right: 1px solid #D3D2D2;
padding: 10px;
background: #FFFFFF;
text-align:left;
}

/* Content */

#content{
}

#listl{
float: left;
font-size: 11px;
width: 200px;
}
#listr{
float: left;
font-size: 11px;
width: 200px;
padding-left: 30px;
}

/*Links*/
a:active,a:visited,a:link{
color: #54AB3A;
text-decoration: none;
}

a:hover{
color: #54AB3A;
text-decoration: underline;
}