@charset "utf-8";
/* CSS Document */

/* -- nav bar -- */

#atu-navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#atu-navigation li {
float: left;
/*width:116px; */
color:#CCC;

/*margin-bottom: 10;
*/padding: 0;
display: inline;
font-size:20px;


}

#atu-navigation a {
display: block;/*
padding: 0 0 0 30px;
height: 30px;
width: 155px;
font: bold 14px/30px Arial, Helvetica, sans-serif;
text-transform: uppercase;*/
color: #FFF;
text-decoration: none;
/*height:40px;*/
/*padding-bottom:50px;*/
margin-top:10px;
font-family:Georgia, "Times New Roman", Times, serif;

}
#atu-navigation a:hover {
color: #CCC;
}
/*
#navigation a:active {
background: url(assets/nav_button.gif) 0 -120px;
}
*/
#atu-navigation p {
font:14px/30px Arial, Helvetica, sans-serif;

}

/*bc_heading*/

#bc_heading {
	float:left;
	padding-left:100px;
	
}


