body {
	margin: 0px;
	background-color: #444844;
}

#container {
	width: 815px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -407px;
}

/*------------------------------------------------*/
/*--------------------header----------------------*/
/*------------------------------------------------*/

#header {
	width: 807px;
	height: 229px;
	position: absolute;
	left: 4px;
	top: 0;
	background: url(../images/header.jpg);
	text-align: center;
}

#headerLogo {
	width: 549px;
	height: auto;
	position: absolute;
	left: 117px;
	top: 33px;
}

#law {
	width: 125px;
	height: 20px;
	position: absolute;
	left: 510px;
	top: 115px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	z-index: 10;
}

/*------------------------------------------------*/
/*--------------------topNav----------------------*/
/*------------------------------------------------*/

#topNav {
	width: 777px;
	height: 31px;
	position: absolute;
	left: 16px;
	top: 191px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 5;
}

#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	position: relative;
	float: left;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
}

#topNav ul li a {
	display: block;
	padding: 7px 10px;
	margin-right: 3px;
	background-color: #1c211b;
}
#topNav ul li a:link, #topNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav ul li a:hover, #topNav ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#extraPad {
	padding-right: 12px !important;
}

/*------------------------------------------------*/
/*--------------------content---------------------*/
/*------------------------------------------------*/

#content {
	width: 815px;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	background-color: #1c211b;
	padding-bottom: 25px;
	padding-top: 229px;
}

#bodyContainer {
	width: 807px;
	height: auto;
	background: url(../images/contentBkgd.gif) left top repeat-y;
	margin-left: 4px;
	margin-top: 0px;
}

#top {
	background: url(../images/top.gif) left top no-repeat;
	width: 807px;
	height: auto;
}

#bottom {
	background: url(../images/bottom.gif) bottom left no-repeat;
	width: 807px;
	height: auto;
}

/*------------------leftColumn--------------------*/
/*------------------------------------------------*/

#leftColumn {
	width: 202px;
	height: auto;
	float: left;
	padding-left: 6px;
}

#leftColumn a:link, #leftColumn a:visited {
	color: #0b4b46;
	text-decoration: none;
}

#leftColumn a:hover, #leftColumn a:active {
	color: #0b4b46;
	text-decoration: underline;
}

.box {
	width: 202px;
	height: auto;
	background: url(../images/boxBorder.gif) left top repeat-y;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #3c0502;
}

.boxTop {
	width: 202px;
	height: auto;
	background: url(../images/boxTop.gif) left top no-repeat;
	margin: 0;
	padding: 10px 0 0 0;
}

.boxBottom {
	width: 190px;
	height: auto;
	background: url(../images/boxBottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 6px 5px 6px;
}

.box strong {
	color: #0b4b46;
	font-size: 20px;
	font-weight: normal;
}

.box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.box ul li {
	margin: 4px 0 0 0;
	padding: 6px 0;
	border-top: 2px solid #0b4b46;
}

#alignLeft {
	text-align: left;
}

.box p {
	margin: 0;
}

#consultation {
	background-color: #f2bd68;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #3c0502;
	padding: 7px 0 10px 0;
	margin: 5px 0 15px 0;
	border-top: 2px solid #0b4b46;
	border-bottom: 2px solid #0b4b46;
}

#consultation:hover {
	background-color: #f2d9b1;
}

#consultation strong {
	color: #0b4b46;
	font-size: 20px;
	font-weight: normal;
}

#legalBlog {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #3c0502;
	padding: 7px 0 10px 0;
	margin: 0;
	border-top: 2px solid #0b4b46;
}

#legalBlog strong {
	color: #0b4b46;
	font-size: 20px;
	font-weight: normal;
}

#legal {
	width: 126px;
	height: 113px;
	position: absolute;
	left: 91px;
	top: 301px;
}


/*------------------------Contact Forms---------------------------*/

#miniContact {
	width: 202px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background: #f2bd68 url(../images/miniContact.jpg) left top no-repeat;
	margin-bottom: 7px;
	padding-top: 100px;
	padding-bottom: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top: 2px solid #0b4b46;
	border-bottom: 2px solid #0b4b46;
}

#miniContact input {
	width: 185px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #1c211b;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#miniContact textarea {
	width: 185px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #1c211b;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#miniBtn input {
	width: 187px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #1c211b;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}


/*----------------middleColumn--------------------*/
/*------------------------------------------------*/

#middleColumn {
	width: 382px;
	height: auto;
	float: left;
	padding: 25px 15px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c211b;
	background-color: #FFFFFF;
}

#middleColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #0b4b46;
	font-weight: normal;
	padding: 0;
	margin: 2px 0 0 0;
	border-bottom: 2px solid #3c0502;
}

#middleColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1c211b;
	margin: 6px 0 6px 0;
	padding: 0;
}

#middleColumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0b4b46;
	margin: 0;
	padding: 0;
}

#middleColumn p {
	line-height: 18px;
}

#middleColumn a:link, #middleColumn a:visited {
	color: #0b4b46;
	font-weight: bold;
	text-decoration: underline;
}

#middleColumn a:hover, #middleColumn a:active {
	color: #0b4b46;
	font-weight: bold;
	text-decoration: none;
}

#middleColumn img {
	margin-left: 5px;
	border: 3px solid #3c0502;
}

#middleColumn ul li {
	margin-bottom: 12px;
	line-height: 18px;
}

#middleColumn ol li {
	margin-bottom: 12px;
	line-height: 18px;
}

#middleBottom {
	width: 340px;
	height: 177px;
	margin: 40px 0 0 22px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0b4b46;
}

#middleBottom strong {
	font-size: 18px;
	font-weight: normal;
	color: #3c0502;
}

#middleBottom .triLaw {
	color: #0b4b46;
}

#middleBottom img {
	margin: 0;
	border: none;
}

/*---------------main Contact form----------------*/

#mainContact {
	width: 361px;
	height: auto;
	background: #f3ece1 url(../images/contactBkgd.gif) left top repeat-y;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContactTop {
	width: 361px;
	height: auto;
	background: url(../images/contactTop.gif) left top no-repeat;
}

#mainContactBottom {
	width: 201px;
	height: auto;
	padding: 6px 0 12px 69px;
	background: url(../images/contactBottom.gif) bottom left no-repeat;
}

#mainContact input {
	width: 201px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #oooooo;
	padding: 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContact select {
	width: 223px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #oooooo;
	padding: 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContact textarea {
	width: 201px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #000000;
	padding: 3px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainBtn input {
	width: 223px;
	background-color: #ffffff;
	border: 1px solid #3c0602;
	margin-top: 6px;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContact #captcha {
	width: 223px;
	height: 25px;
	margin-top: 6px;
}

#mainContact #captcha img {
	float: right;
	border: none;
	margin-top: 5px;
}

#mainContact #captcha input {
	width: 170px !important;
	float: left;
}

/*-----------------rightColumn--------------------*/
/*------------------------------------------------*/

#rightColumn {
	width: 174px;
	height: auto;
	float: right;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0 5px 20px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#rightColumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #3c0602;
	margin: 0 6px;
	padding: 0;
	border-bottom: 2px solid #0b4b46;
}

#rightColumn h3 a:link, #rightColumn h3 a:visited {
	color: #3c0602;
	text-decoration: none;
}

#rightColumn h3 a:hover, #rightColumn h3 a:active {
	color: #0b4b46;
	text-decoration: none;
}

#rightColumn img {
	margin: 14px 0 3px 0;
	border-top: 2px solid #3c0602;
	border-right: 3px solid #3c0602;
	border-bottom: 2px solid #3c0602;
	border-left: 3px solid #3c0602;
}

#rightColumn a:link, #rightColumn a:visited {
	color: #0b4b46;
	text-decoration: underline;
}

#rightColumn a:hover, #rightColumn a:active {
	color: #0b4b46;
	text-decoration: none;
}

/*------------------------------------------------*/
/*--------------------footer----------------------*/
/*------------------------------------------------*/

#footer {
	width: 700px;
	height: auto;
	position: relative;
	top: 0;
	left: 54px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f3ece1;
	text-align: center;
	line-height: 14px;
	margin-top: 10px;
	padding-bottom: 30px;
}

#footer a:link, #footer a:visited {
	color: #f3ece1;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #f3ece1;
	text-decoration: underline;
}

/* .......... clearfix from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ........................... */

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
/* ........................... */

/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* that's all folks! */

/*------------------------others----------------------------------------*/

.notes {
	font-size: 11px;
	color: #0b4b46;
	font-style: italic;
}

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}


/*------------Super Lawyer---------------*/

.sl_badge_150 {width:150px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);
	margin-left: 26px;
}
.sl_badge_150 .profile {padding:2px;}
.sl_badge_150 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_150 a:hover {text-decoration:underline;}
.sl_badge_150 .outstanding {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_150 .only {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-size:9px;color:rgb(100,100,100);}
.sl_badge_150 .visit { text-align:center; font-size:9px; }
