/* Top navigation container */

#navcontainer {
 margin-top: -68px; 
 _margin-top: -75px; /* IE6 Hack */
 padding-left: 420px;
 z-index:2;
}



/*** Left Menu for other pages ***/


#leftnav { 
 margin-top:60px;
 margin-bottom: 50px;
 width: 155px; 
 border-top: 1px solid #C7C7C7;
 border-bottom: 1px solid #C7C7C7;
 background: url(images/leftmenu.gif) repeat-x;
}

#lnavlist ul {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
}

#lnavlist a {
 display: block;
 padding: 5px 3px;
 width: 140px;
 color: #000;
 border-bottom: 1px solid #fff;
 }

#lnavlist a:link, #lnavlist a:visited {
 color: #000;
 text-decoration: none;
 font-weight: bold;
 }
 
#lnavlist a:hover {
 color: #900;
 text-decoration:underline;
 }
 
 .phone {
 margin:0;
 padding: 0 0 12px 20px;
 font-size: 200%;
 font-weight: bold;
 color:#EC4004;
 text-align: center;
 }
 