article,aside,details,figcaption,figure,  
footer,header,hgroup,menu,nav,section {  
   display: block;  
}

body {
	background-color: #f3f3f5;
	background-image: url(img/bg.png);
	color: #6f6f72;
}

.contact_lbl {
	text-align: right;
	padding-right: 35px;
}

.text-center {
	text-align: center;
}

nav {
	background-color: #e9e9eb;
	background-color: rgba(0,0,0,.04);
	border-radius: 3px;
	border: 1px solid #cacacc;
	margin-top: 29px;
}

nav ul {
	background-color: #f1f1f2;
	border: 1px solid #dcdcdd;
	margin: 2px;
	padding: 0;
	border-radius: 3px;
}

nav ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #dcdcdd;
	border-left: 1px solid #ffffff;
}

nav ul li:first-child {
	border-left: none;
	margin-left: 0px;
}

nav ul li:nth-child(6) {
	border-right: none;
}

nav ul li a {
	padding: 0 9px;
	line-height: 37px;
	color: #6f6f72;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

nav ul li a:hover, nav ul li a.selected {
	color: #003f83;
}

.resaltar {
	color: #003f83;
}

.mt20 {
	margin-top: 20px;
}

#teampic, #mappic {
	padding-top: 80px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.office_inner_box {
	padding: 20px;
}

#exppic {
	margin-top: 63px;
}

.footer {
	background-color: #00417d;
	border-top: 1px solid #6f6f72;
}

footer div {
	padding: 20px 0;
}

footer div p {
	margin: 0;
	color: white;
}

#lawyerstitle {
	padding: 43px 0px 39px 0px;
}

.thumb-list {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.thumb-list li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.line {
	display: block;
	background: rgba(0,0,0,.03);
	border-top: 1px solid #d5d5d7;
	border-bottom: 1px solid #ffffff;
	height: 10px;
	margin: 10px 0;
}

hr {
	border-top: 1px solid #d5d5d7;
	border-bottom: 1px solid #ffffff;
}

.lawyerinfo h1 {
	color: #00417c;
	margin: 0;
	font-weight: normal;
	font-size: 30px;
}

.lawyerinfo h2, .lawyerinfo h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.lawyerinfo h3 {
	margin-bottom: 10px;
}

.lawyerinfo h4 {
	text-align: center;
	font-size: 18px;
	margin: 0;
}

.lawyerinfo figure {
	float: left;
	margin: 0 10px 10px 0;
}

.areas {
	margin: 20px auto;
	width: 80%;
	background: #ffffff;
}

.areas td {
	border: 1px solid #d5d5d7;
	padding: 10px;
}

.areas tr.alt {
	background: #f5f5f5;
}

.links-row figcaption {
    text-align: center;
    margin: 10px 0;
}

/*awards*/

.award-text h1 {
    font-size: 18px;
    color: #00417c;
}

.links-row {
    margin-top: 40px;
}

.links-row figcaption {
    text-align: center;
    margin: 10px 0;
}

.bullet1 {
    margin: 20px 0;
    padding: 0;
}

.bullet1 li {
    list-style: none;
    margin:0 0 10px 0;
    background: url(img/vineta.png) no-repeat left center;
    padding-left: 20px;
    color: #6f6f72;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.bullet1.small li {
	font-size: 14px;
	color: #6f6f72;
}

.blue {
	color: #00417c;
}

h2.blue {
	font-size: 18px;
	text-align: center;
}

h3.blue {
	font-size: 14px;
	text-align: center;
}