/*BEGIN MAIN NAVIGATION */
.top_nav{
border-bottom: 1px solid #fff;
height:21px;
font-family:Arial, Helvetica, sans-serif;
background-color: #b3b9c0;
padding-top: 8px;
padding-left:20px;
padding-right:20px;
}


.top_nav ul {
text-align:center;
list-style:none;
}

.top_nav li {
display:inline;
}

li.first{
background-image:url(../images/nav_bullet.gif);
background-position:left;
background-repeat:no-repeat;
}

.top_nav li a {
text-decoration:none;
color:#fff;
text-align:center;
font-weight:bold;
background-image:url(../images/nav_bullet.gif);
background-position:right;
background-repeat:no-repeat;
padding:0px 13px 0px 12px;

}

.top_nav li a:hover {
color:#666;
text-decoration:none;
}

li.active a, li.active a:hover{
color:#666;
text-decoration: none;

}

/*END MAIN NAVIGATION */

/*BEGIN FOOTER NAVIGATION */

.footer{
clear:both;
font-size:11px;
color: #999;
text-align:center;
border-top: 1px solid #fff;
background-color: #000033;
padding-bottom:50px;
}

p.info{
background-image:url(../images/footer_bg.jpg);
background-position: left top;
background-repeat: no-repeat;
height:22px;
padding-top:9px;
}
p.copyright{
font-size: 10px;
padding-top:5px;
padding-bottom:5px;
}

p.copyright a{
font-size:9px;
padding-top:2px;
color: #4d4d71;
}

p.copyright a:hover{
color: #666;
}

/* END FOOTER NAVIGATION */
