/*
 Global Navigation Style [
----------------------------------------------------------- */
#globalnavi{
    height:25px;
    background: url(../images/bg-globalnavi.gif) no-repeat 0 0;
    padding-left: 23px;
    width: 898px;
    
}
#globalnavi li{
	float:left;
	width:219px;
	height:24px;
	border-top:0px solid #fff;
}

#globalnavi li a{
	width:126px;
	height:24px;
	display:block;
}

#globalnavi li.news{
	background:url(../images/gn_aafnews-hover.gif) no-repeat;
}

#globalnavi li.pressrelease{
	background:url(../images/gn_pressrelease-hover.gif) no-repeat;
}

#globalnavi li.about{
	background:url(../images/gn_aboutaaf-hover.gif) no-repeat;
}

#globalnavi li.contact{
	background:url(../images/gn_contact-hover.gif) no-repeat;
}


#globalnavi li a:hover,
#globalnavi li a.selected{
	opacity:0;
	filter:alpha(opacity=0);
}





/* container and elements on top news. */
#top #body {
	z-index: 99;
	margin: -1px 0 0 0;
	padding-top: 37px;
}
#top #body h2 {
	position: absolute;
	top: 0;
	left: 0;
}
#top #socialsites {
	width: 920px;
}
#top #social-tabs {
	display: none;
}
#social,
#billboard {
	overflow: hidden;
	width: 920px;
}
#billboard {
	height: auto !important;
	min-height: 36px;
	height: 36px;
}
#billboard h1{
	height: 301px;
}

#container{
    overflow: visible;
}
#sidebar h4 {
	border-top: 0;
}
#sidebar ul,
#sidebar ul li {
	background: none;
}
#sidebar .aaf-selected a,
#sidebar .aaf-selected a:hover,
#sidebar ul li a,
#sidebar ul li a:hover {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#sidebar .title {
	display: block;
}
#articles{
	overflow: hidden;
    padding-top: 14px;
    padding-left: 23px;
    padding-right: 0;
    width: 851px;
}

#articles .article{
    float: left;
    width: 207px;
    padding-right: 30px;
}

#articles #near-latestnews{
    float: left;
    width: 140px;
    overflow: hidden;
    margin: -13px -1px 0 0;
    padding: 0;
}


#articles .article h3 a,
#articles .article h4 a{
    color:#123c80;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

#articles #near-latestnews .article{
    float: none;
    clear: both;
    /* border-top: 1px solid #123c80; */
    padding: 13px 0;
    margin-top: -1px;
    width: 163px;
}

#articles .article h4{
    padding-bottom: 0;
}

#articles .article p.date{
    color: #8fccea;
    font-size: 10px;
    margin-bottom: 8px;
    text-decoration: none;
}

#articles #near-latestnews .article p.date{
    float: left;
    padding-right:4px;
}

#articles .article p.body{
    color: #123c80;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

#articles .article p.more{
    float: left;
    padding-right:4px;
}
#articles .article p.more a{
    color: #123c80;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}
.news-feed {
	clear: both;
    color:#666;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.news-feed .feed_separator{
	display: inline-block;
    padding: 0 6px;
}
.news-feed a {
    display: block;
    width: 121px;
    height: 16px;
    padding: 0 19px 0 0;
    background: url(../images/icon-feed-hover.gif) no-repeat top right;
    word-wrap: nowrap;
}
.news-feed a:hover{
    display: block;
    padding-right: 19px;
    background: url(../images/icon-feed-hover.gif) no-repeat bottom right;
}

.news-feed img{
    vertical-align: text-bottom;
}

#footer {
    margin-top:24px;
    margin-left: 0;
    padding-top:11px;
}

#top #footer {
    margin-top:24px;
    padding-top:11px;
}

#footer #credits{
float: left;
background: url("../images/en_bg_footer_logo.jpg") no-repeat;
width: 343px;
}

#footer #copyright{
	position: relative;
	float: right;
	top: 0;
	right: 0;
}

#header h2#aaf_logo{
    border-bottom: 1px solid #fff;
}

.post .addthis_default_style{
    text-align: right;
    font-weight: bold;
    position: relative;
    top:-29px;
}

.post .addthis_default_style a{
    color: #666;
    font-size: 12px;
}

