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

/*    header
----------------------------------*/
	
.site-description{	font-size:80%;	}

.logo{	float:left;	}

header address{
	width:360px;
	height:33px;
	background:url(../images/common/header-address-BG.gif);
	float:right;	
	margin-top:30px;
	padding:10px;
	overflow:hidden;
	text-indent:-999em;
	}

@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
header address{	margin-top:31px; }
}

/*   glovalnav
----------------------------------*/
	
nav{
	clear:both;
	padding-top:5px;
	}
	

.global-nav{
	width:900px;
	height:45px;
	background:url(../images/common/header-nav.gif) no-repeat 0 0;
	}

.global-nav li{
	width:112.5px;
	height:45px;
	float:left;
	}

.global-nav li a{
	display:block;
	word-spacing:112.5px;
	height:45px;
	text-indent:-999em;
	overflow:hidden;
	}

.top a:hover,#index .top{	background:url(../images/common/header-nav.gif) no-repeat 0 -45px;	}

.news a:hover,#news .news{	background:url(../images/common/header-nav.gif) no-repeat -112.5px -45px;	}

.mental a:hover,#mental .mental{	background:url(../images/common/header-nav.gif) no-repeat -225px -45px;	}

.about a:hover,#about .about{	background:url(../images/common/header-nav.gif) no-repeat -337.5px -45px;	}

.active a:hover,#active .active{	background:url(../images/common/header-nav.gif) no-repeat -450px -45px;	}

.results a:hover,#results .results{	background:url(../images/common/header-nav.gif) no-repeat -562.5px -45px;	}

.join a:hover,#join .join{	background:url(../images/common/header-nav.gif) no-repeat -675px -45px;	}

.contact a:hover,#contact .contact{	background:url(../images/common/header-nav.gif) no-repeat -787.5px -45px;	}


/*   breadcrum-list
----------------------------------*/

.breadcrum-list{	
	font-size:80%;
	margin:7px 3px 0px 0px;	
	}

.breadcrum-list li{	float:left;	}
.breadcrum-list li:before {	content:"> ";	}
.breadcrum-list li.bl-top:before {	content:no-close-quote;	}

.breadcrum-list li a{	
	padding-right:4px;
	color:#677987;
	text-decoration:none;
	}
	
.breadcrum-list li a:hover{	
	color:#0068B6;
	text-decoration:none;	
	}

.breadcrum-list:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.breadcrum-list{	display:inline-block;	}

/* Hides from IE-mac \*/
* html .breadcrum-list{	height:1%;	}

.breadcrum-list{	display: block;	}


/*   local-nav
----------------------------------*/

#local-nav{
	float:right;
	width:170px;
	padding:10px;
	background:url(../images/index/topics-BG.gif) repeat-x 0 0;
	margin:5px 0 0 10px;
	}

#local-nav li{
	background:url(../images/common/icon-arrow.gif) no-repeat 0 0;
	margin:12px;
	border-bottom:1px dotted #00508C;
	padding:0 3px 10px 19px;
	}
.news2014 #local-nav .news2014 a,
.news2013 #local-nav .news2013 a,
.newsrelease-20140918 #local-nav .newsrelease-20140918{
	font-weight:bold;
	}

#local-nav li.sub{
	font-size:85%;
	background:none;
	padding:0 3px 10px 0;
	margin:12px 12px 12px 12px;
	}


/*   pagetop
----------------------------------*/
.pagetop{	
	clear:both;
	padding-top:20px;
	}
.pagetop a{
	display:block;
	width:115px;
	height:82px;
	background:url(../images/common/button-pagetop.gif) no-repeat 0 2px;
	text-indent:-9999em;
	overflow:hidden;
	float:right;
	}

.pagetop a:hover {	background:url(../images/common/button-pagetop.gif) no-repeat 0 0;	}


/*   footer
----------------------------------*/

footer a{	color:#FFF;	}

footer p{	text-align:center;	}

footer p.site-title{
	font-size:124%;
	margin-bottom:25px;
	}

footer p.guide{	margin-bottom:2px;
	}

footer p.copyright{	font-family:Arial, Helvetica, sans-serif;	}