/* CSS Document */

a{
	color: #3d61a3;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
.header_bg{
	background:black url(../images/top_menu_repeat.png) repeat scroll center bottom;
    display:block;
    height:53px;
    overflow:hidden;
    width:100%;
}
.navigation_bg{
    background-color: black;
}
.header{
	background: url(../images/logo.png) no-repeat left center; 
    height:53px;
    margin:0 auto;
    padding:0;
    width:95%;
}
.navigation{
	margin-top:14px;           
    color: #bcbcbc;
    float: right;
    font-size: 12px;
    font-family:"Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
.navigation ul{
	padding: 0;
	margin: 0;
}
.navigation ul li{
	float: left;
	list-style: none;
    margin-left: 10px;    
}
.navigation ul li a{
	color: #bcbcbc;
	text-decoration: none; 
}
.navigation ul li a:hover{
	color: #fff;
	text-decoration: none; 
}
.selected{
	color: #fff;
	text-decoration: none; 
}


.main_container{
	width: 895px;
	margin: 0 auto 60px;
	padding-top: 83px;
}
.tbl_header{
	background-color: #5d7086;
	text-align: center;
	color: #FFFFFF;
}
.oddrow{
	background-color: #f7f9fb;
	text-align: center;
}
.evenrow{
	background-color: #e8eff5;
	text-align: center;
}
.licenses_heading{
	background-color: #294260;
	color: #fff;
	font-size: 20px;
	padding: 6px;
}
.licenses_text{
	color: #253b63;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 0 15px;
}
.footer{
	background-image: url("../images/footer_bg_pattern.jpg");
	background-position: left;
	background-repeat: repeat-x;
	height: 258px;
	width: 100%;
}
.footer_box{
	background-image: url("../images/footer_bg.jpg");
	background-position: left;
	background-repeat: no-repeat;   
	height: 58px; 
}
.footer_container{
	margin: 0 auto;
	width: 954px; 
    height: 58px;      
}
.footer_text{
	color: #999999;
	font-size: 12px;
}
.find_out{
	color: #FFFFFF;
}
.find_out a{
	color: #FFFFFF;
}
.find_out a:hover{
	color: #FFFFFF;
}
.footer_nav{
	margin: 0 auto;
	width:948px;       
	color: #525252;
	font-size: 10px;
}
.footer_nav ul{
	padding: 10px;         
}
.footer_nav ul li{           
	padding: 0 5px 0 5px;
	margin: 0;
	list-style: none;
	float: left;
}
.footer_nav ul li a{
	color: #FFFFFF;
	text-decoration: underline;
}          
.copyright{
	font-size: 10px;
	color: #525252;
	width: 954px;
	text-align: center;
    
}                     