/* reset styles*/
html {
	background: transparent;
	color: #000;
	font-size: 100%;
	height: 100%;
}

body {
	height: 100%;
	font-size: 75%;
}

body, div, pre, code, form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {font-size: inherit;}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight:normal;
}

q:before, q:after{content:'';}

abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {vertical-align: text-top;}

sub {vertical-align: text-bottom;}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}

/*to enable resizing for IE*/
input, textarea, select {*font-size:100%;}

/*because legend doesn't inherit in IE */
legend {color:#000;}

html, body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
/* end reset */

/* layout rules	*/
#contentSection div.divPageContainer {
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	clear: both;
}

.divPageContainer div.divBody {
	position: relative;
}

.divBody {
	width: 99.9%; /*	this fixes a pixel bug in IE where horizontal scroll will show up if 100% is input	*/
}

.divBody div.column-left {
	float: left;
	padding: 0 .5em;
}

/*	navigation global styles	*/
div.column-left ul, div.column-left ol, div.column-left dl {
	margin: 0;
	padding: 0;
}

.divBody div#contentArea {
	float: right;
}

#contentArea div.column-center {
	float: left;
}

#contentArea div.column-right {
	float: right;
}

div.column-right ul, div.column-right ol, div.column-right dl {
	margin: 0;
	padding: 0;
}

div.column-right div ul {
	margin-left: 2em;
}

div.divBottomLinks {
	position: relative;
	clear: both;
}
.column-left .divPod {
	float: left;
	margin: 0 0 .5em 0;
	padding: .5em;
	width: 90.9%;
	clear: both;
}
/*	end base layout rules	*/
/*	base header rules	*/

/*	HEADER SECTION	*/
#parentLayout td#headerSection {	
	
}

#headerSection table#headerTable {
	background: #583410;
	width: 100%;
	height: 63px;
}

#headerTable td {
	padding: 10px;
	vertical-align: center;
}

#headerTable td#col1, #headerTable td#col2 {
	text-align: center;
	width: auto;
}

#headerTable td#col1 img, #headerTable td#col2 img {
	margin: 0 auto;
}

#headerTable td#col3 {
	width: auto;
}

td#col3 h1 {
	margin: 0 1em;
}

#headerTable td#col4 {
	vertical-align: top;
	width: 160px;
	text-align: right;
}

td#col4 div.divLanguages {
	position: relative;
	width: auto;
	z-index: 1;
	clear: both;
	margin: 0 4em 0 0;
	text-align: right;
}

td#col4 div.divLanguages ul.ulLanguages {	
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

td#col4 div.divLanguages ul.ulLanguages li {
	padding: 0 0 .5em 0;
}

td#col4 div.divLanguages ul.ulLanguages li a {
	display: block;
	margin: 0 1em;
}

.divLanguages ul.openLanguage {
	position: absolute;
	right: 0;
	margin: 0;
	padding: .5em 1em;
	width: auto;
	z-index: 1;
	list-style-type: none;
}

td#col4 div.divLanguages ul.openLanguage li a {
	display: block;
	width: 100%;
}

td#col4 a.aBookmark {
	display: block;
	margin: 0 4em 0 0;
	padding: 0;
	width: auto;
	clear: both;
	text-align: right;
}
/*	END HEADER SECTION	*/
/*	column-left rules	*/
/*	navigation rules*/
.column-left ul#nav {
	margin: 0 0 1em 0;
	list-style: none;
}

#nav li a {
	display: block;
}

.hidden {
	display: none;
}
/*	end navigation rules	*/
.divContactInfo ul#emailInfo {
	float: left;
}

#emailInfo li {
	float: left;
}

#emailInfo li a {
	display: block;
	margin: 0 .5em;
}
/*	end column-left rules	*/
/*	content area rules	*/
/*	column-center rules	*/
#contentArea div.column-center div.divTextBody {
	margin: 0 .5em;
}

.divTextBody h2, .divTextBody h3, divTextBody ul {
	margin: 0 0 .2em 0;
}

.divTextBody p {
	margin: 0 0 1em 0;
}

.divTextBody ul {
	margin-left: 3em;
}

img.imgCustom 
{
	/*width: 535px;*/
    float: left;
    margin: 0 1em .5em 0;
}

.divTextBody div.divPodContainer {
	display: block;
	clear: both;
}

.divPodContainer div.divPod {
	display: block;
	float: none;
}

div#contentArea div.divTextBody table td {
	vertical-align: top;s
}
/*  table list items rules  */
.tableListItems th, .tableListItems td {
    padding: .2em;
    border: 1px solid #ccc;
}

.tableListItems td {
    vertical-align: top;
}
/*  end table list items rules  */
/*  email form table rules  */
table.formdiv {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    clear: both;
}

.formdiv td {
    padding: .2em 0;
}

.formdiv img 
{
	margin: 0 !important;
}
/*  end email form table rules  */
div#Map {
    width: 535px; /*    needed for IE 6 rendering bug   */
    clear: both;
}

div#Map table, div#Map th, div#Map td {
	background: inherit;
    border: none;
}

div.mapControlAddress td {
	padding: 3px;
}

div.mapControlAddress span {
	margin-right: 0;
}

table.mapControlLocationFinder {}

table.mapControlLocationFinder th {}

table.directions {
	margin-top: 1.0em;
}
	
table.directions th, table.directions td {
	padding: 5px;
	border: 1px solid #ccc!important;	
}
	
table.directions tr.alt td {}
	
table.directions tr.directionsTotalDistance td {}
/*	end column-center rules	*/
/*	column-right rules	*/
/*	quick contact form rules	*/
#miniContactForm {
	width: 200px;
}
div.divQuickContact {
	margin: 1em 0;
}

.divQuickContact h2 {
	margin: 0 0 .2em 0;
}

table.quickContactTable {
	width: 90.9%;
}

.quickContactTable td#cityCell {
	width: 70%;
	_width: 72%;
}

.quickContactTable td.stateCol select{
	float: right;
}

.quickContactTable td span {
	display: none;
}

.quickContactReturnMsg 
{
	display: block !important;
}

.quickContactTable td span.star {
	display: inline !important;
	color: #ff0000;
}

.quickContactTable td input, .quickContactTable td select {
	margin: 0 0 .2em 0;
}

.quickContactTable td input  {
	width: 95%;
}

.quickContactTable td input.city {
	width: 95%;
}

.quickContactTable td select.state {
	margin-left: .5em;
}

.quickContactTable td textarea {
	width: 95%;
	font-size: 100%;
	font-size: 1.1em;
}

.quickContactTable td input.submitBtn {
	margin: .5em 0;
	width: 56px;
	height: 19px;
	border: none;
	border-collapse: collapse;
	padding: .2em;
}
/*end quick contact form rules	*/
/*	end column-right rules	*/
/*	end content area rules	*/
/*	divBottomLinks rules	*/
div.divBottomLinks {
	padding: 0;
}

.divBottomLinks ul 
{
	clear: both;
	float: left;
	list-style: none;
	margin: 1em 0 1em 25%;
	position: relative;
}

.divBottomLinks li {
	position: relative; /*	this prevents any hasLayout issues with IE6 and floating parent and child layout issues	*/
	float: left;
}

.divBottomLinks li a {
	display: block;
	margin: 0 .5em;
}
/*	end divBottomLinks rules	*/
/*	footerSection rules	*/
td#footerSection {
	padding: 0 0 1em 0;
}

#footerSection div.divFooter {
	float: left;
	width: 99.9%;
}

.divFooter div.divLNFooterLogo {
	float: left;
	margin: 0 .75em 0 0;
}

.divFooter p {
	margin: 0 .5em 0 12em;
	font-size: 85%;
}
/*
	//
	//
*/

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearFloats {
	height: .1em;
	font-size: 1px;
	clear: both;
}
/*	attorney info/bio	*/
div.column-center div#divAttorneyInfo table th, div.divAttorneyInfo table td {
	border-collapse: separate;
	padding-bottom: 1.5em;
	vertical-align: top;
}

div#divAttorneyInfo table th {
	width: 25%;
}