@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	margin-top: 36px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFB2B2;
	margin-bottom: 30px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: right;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 50px;
	float: left;
	width: 540px;
} 
.twoColFixRtHdr #footer {
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 850px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
} 
#footerCopyrightDiv {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 3px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#headerLeftDiv {
	width: 565px;
	float: left;
	height: 82px;
	padding-top: 20px;
	padding-left: 35px;
}
#headerIndexLeftDiv {
	width: 565px;
	float: left;
	height: 105px;
	padding-left: 35px;
	padding-top: 20px;
}
br {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#headerRightDiv {
	float: right;
	margin-right: 30px;
	text-align: right;
	padding-top: 20px;
	background-image: url(images/barLanguage.jpg);
	background-repeat: no-repeat;
	background-position: 108px 0px;
	height: 60px;
}
#menuDiv {
}
#signitureDiv {
	text-align: right;
	margin-top: 60px;
	float: right;
}
#headerPhotoDiv {
	height: 70px;
	width: 800px;
	background-image: url(images/headerPhoto.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 30px;
}
#addressSideBarDiv {
	text-align: left;
	vertical-align: bottom;
	margin-top: 120px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}

#addressSideBarDivPractice {
	text-align: left;
	vertical-align: bottom;
	margin-top: 1000px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#addressSideBarDivFirm {
	text-align: left;
	vertical-align: bottom;
	margin-top: 100px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#photoThomas {
	margin-right: 20px;
	margin-top: 28px;
	width: 98px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#addressSideBarDivAttorney {
	text-align: left;
	vertical-align: bottom;
	margin-top: 420px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#addressSideBarDivPolicy {
	text-align: left;
	vertical-align: bottom;
	margin-top: 340px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#addressSideBarDivDisclaimer {
	text-align: left;
	vertical-align: bottom;
	margin-top: 540px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#addressSideBarDivSitePolicy {
	text-align: left;
	vertical-align: bottom;
	margin-top: 80px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#contactInfoDiv {
	margin-top: 40px;
	float: left;
	width: 280px;
}
.twoColFixRtHdr  #container  #mainContent  #contactInfoDiv  p {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
}
#addressSideBarDivContact {
	text-align: left;
	vertical-align: bottom;
	margin-top: 720px;
	color: #000000;
	line-height: 18px;
	font-size: 13px;
}
#Mapdiv {
	float: right;
	width: 200px;
	margin-top: 110px;
	margin-bottom: 10px;
}
#tagLineDiv {
	float: right;
	width: 600px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
