@charset "utf-8";




body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003068;
	background-color: #003068;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #AADDB9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
} 



.address {
	float: right;
	width: 250px;
	margin-left: 300px;
	margin-bottom: 50px;
	font-size: 12px;
	margin-top: 30px;
}
.titulo {
	width: auto;
	padding-left: 25px;
	float: left;
	margin-top: 40px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1px;
	height: 55px;
}

.subtitulo {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 10px;
}


.twoColFixLtHdr #header {
	height: 246px;
	margin: 0px;
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/deering.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #header p {
	height: 246px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #036;
}

.thrColFixHdr #header2 {
	background-image: url(images/allbarra.gif);
	background-repeat: no-repeat;
	height: 35px;
}




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #header3 {
	height: 66px;
	margin: 0px;
	padding: 0px;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #AADDB9;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 2em;
} 
/* place css box model fixes for IE 5* in this conditional comment */

#footer  {
	color: #003068;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.69em;
	line-height: 0.8em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #AADDB9;
	
} 
 #footer p {
	margin: 0;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
 #footer p A {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #003068;
	text-align: center;
	text-decoration: none;
}

#footer p A:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #003068;
	text-align: center;
	text-decoration: none;
}


 #footer p A:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}



.readmore {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFF;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.leftimages {
	text-align: center;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 8px;
	clear: right;
}

.importancia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #CC4F00;
}

.attorneys {
	width: 268px;
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 196px; }

[if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }

.twoColFixLtHdr #mainContent {
	zoom: 1;
}
.linha {
	text-indent: 20px;
}
.info {
	background: #003068;
	padding: 10px;
	color: #FFF;
	font: bold 16px Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.info2 {
	background: #003068;
	color: #FC3;
	font: normal 14px/21px Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}



.menuvertical {
	width: 14em;
}
.copywright {
	font-size: 8px;
	font-weight: normal;
	color: #FFF;
}

.pictures {
	border: thin solid #003068;
	margin-bottom: 10px;
	margin-top: 10px;
}


.case {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FF9;
}

