/* =about
---------------------------------------- */

	.about ol.questions {
		margin: 2.5em;
	}
		#content .about ol.answers {
			margin-left: 3em;
			margin-right: 2em;
		}
		.about ol.answers li {
			color: #000000;
			margin: 0 0 3em;
			font-size:1.4em!important;
			font-weight:bold;
		}
		.about ol.answers li li {
			font-size: 11px!important;
			font-weight: normal;
			margin: 0;
		}
		.about ol.answers li h2, .about ol.answers li h2 *{
			font-size:1em;
			font-weight:bold;
		}
		.about ol.answers li *  {
			font-size:11px;
			font-weight:normal;
		}

		.about ol.answers li strong  {
			font-weight:bold;
		}
.about p, .article p {
	overflow: visible;
}


/* =contact us
---------------------------------------- */
div.vcard {
	padding:20px 0 0;
}
.vcard dl {
	margin-bottom: 20px;
}
.vcard dt {
	width: 45px;
	height:20px;
}
.vcard dd.indent {
	margin-left: 46px;
}

div.contact-map {
	float:right;
	padding-right:0;
	padding-bottom: 30px;
	}
.contact-title {
	float:left;
	font-weight:bold;
	}
.contact-block {
	margin-bottom: 15px;
	}

.contact-subblock {
	margin-left:46px;
}

body.genome-bio ul.btns {
    position:absolute;
    right:20px;
    top:10px;
    }
    body.genome-bio ul.btns li {
        float:left;
        margin:0 0 0 10px;
        }
        body.genome-bio ul.btns li a {
            display:block;
            width:24px;
            height:19px;
            text-indent:-9999em;
            background:url(../images/icons/sup-panel.png) no-repeat 0 0;
            }
        body.genome-bio ul.btns li.lang2 a {
            background-position:0 -19px;
            }
        body.genome-bio ul.btns li.lang3 a {
            background-position:0 -38px;
            }
        body.genome-bio ul.btns li.print a {
            width:20px;
            height:20px;
            background-position:0 -57px;
            }
			
			
