/**
 * teams css file
 * --------------------------------------------------------------------------------------------------*/
 /* version 0.1
 */

/**
 * start: team box
 * --------------------------------------------------------------------------------------------------*/

#center_content .container .h h3{
    font-weight:normal;
    height:1.4em;
    overflow:hidden;
}

#center_content .container .h h3 .icon{
    float:left;
}

#center_content .container .h h3 ul {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
}

#center_content .container .h h3 ul li {
	float: left;
	margin: 0;
	padding: 0;
	color:#fff;
}

#center_content .container .h h3 ul li a{
    padding:0 0 0 6px;
    margin:0 0 0 6px;
    color:#3A7398;
    text-transform:none;
    text-decoration:none;
    background:transparent url(../design/link_white.gif) no-repeat left 60%;
}
#center_content .container .h h3 ul li a:hover{
    text-decoration:underline;
}

#center_content .container .b .headline{
    display:block;
    overflow:hidden;
    text-decoration:none;
    color:#3A7398;
    font-size:1.45em;
    line-height:1.25em !important;
    padding:0 0 2px 0;
    margin:3px 0 4px 0;
    border-bottom:1px solid #d2d2d2;
}

#center_content .container .b .headline strong{
    float:left;
}

#center_content .container .b  .headline:hover{
    border-bottom:1px solid #3A7398;
    /*margin:3px 0 4px 0;*/
}

#center_content .container .b .headline span{
    font-size:0.63em;
    line-height:2.00em !important;
    color:#000;
    float:right;
}

#center_content .container .b p{
    font-size:1.09em !important;
    line-height:1.5em !important;
}
/* end: team box
 */
