
/*ABOUT THE FIRM*/

#page_about  .txts {
	color:#4e4f4f;
	font-family: 'open_sansregular';
	font-size:15px;
	line-height:22px;
	margin-top:30px;
	margin-left:40px;
	width:900px;
}

#page_about  .txts .high {
	color:#00376a;
	font-weight:bold;
	text-transform:uppercase;
}


/*TABS*/
#page_about #containerTabs {
	font-family: 'open_sansregular';
	font-size:13px;
	line-height:16px;
    margin:40px 0 0 40px;
    width:800px;
}

#page_about #containerTabs ul{
    list-style:none;
    list-style-position:outside;
}

#page_about #containerTabs ul.menuTabs li{
    float:left;
    margin-right:8px;
    margin-bottom:-1px;
	font-size:13px;
	text-transform:uppercase;
}

#page_about #containerTabs ul.menuTabs li{
	background:#fff;
	color:#666;
    cursor:pointer;
    display:block;
    padding:10px 15px;
    margin-bottom:-1px;
    border:1px solid #ccc;
    border-width:1px 1px 1px 1px;
    position:relative;
    
}

#page_about #containerTabs ul.menuTabs li:hover{
    color:#00376a;
}

#page_about #containerTabs ul.menuTabs li.active{
    background:#fff;
	font-weight:bold;
    top:1px;
    border-bottom:0;
    color:#00376a;
}

#page_about .clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}



#page_about #containerTabs .content {
    margin:0 auto;
    background:#fff;
    border:1px solid #ccc;
    text-align:left;
	height:160px;
    padding:1.3em;
    padding-bottom:20px;
    font-size:12px;
    color:#666;
	width:800px;
}

#page_about #containerTabs .content.tran {display:block;}
#page_about #containerTabs .content.corp {display:none;}
#containerTabs .content.lit {display:none;}

#page_about #containerTabs .content p {
	font-family: 'open_sansregular';
	font-size:14px;
	line-height:20px;
    padding:20px 20px 0 40px;
}

