@charset "utf-8";
/* CSS Document */

#top_nav{
    background:url(images/bg_top.gif) no-repeat; 
	height:22px;
	text-align:right;
	padding-right:22px;
	color:#777777;}
	
#top_nav a{color:#777777;}

#top_nav #nav{
    float:right;}
	
#nav h1,#nav h2,#nav p{
    font-size:12px;
	float:left;
	margin:0;
	padding:0;
	font-weight:normal;}
	
#btm_nav{
    background:url(images/bg_btm.gif) no-repeat; 
	height:20px;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	color:#777777;}
	
#btm_nav a{color:#777777;}




#footer_nav{ 
    margin:0;  
    width:516px;
	text-align:right;
	font-size:12px;
	}
#footer_nav a {color:#005e91;}
	
#footer_nav ul{float:right;}

#footer_nav li{
    float:left;
	border-right:1px solid #000000;
	padding:0 10px;
	list-style:none;
	margin:0px;
	}
	
#footer a {
    text-decoration:none;}

#footer div{
	 margin-bottom:20px;}
	 
.clear { clear:both;}
