@charset "UTF-8";
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body {
	font-size: 75%;
	color: #E8E8E8;
	background-color: #7E766A;
	background-image: url(../_images/herschbergBackSliv-2.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
html>body {
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size:100%;
	line-height:1.6em;
	vertical-align: baseline;
	margin: 0 0 1.66em 0;
}

.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #header {
	height: 120px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	display: block;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
	padding-right: 0px;
	height: 380px;
	float: left;
	margin: 0px;
	left: 0px;
}
#flashMovie {
	display: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 320px;
	width: 960px;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 a {
	display: block;
	font-size: 14px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #CCC5B8;
	text-decoration: none;
	letter-spacing: 0.1em;
	height: 3.33em;
	vertical-align: top;
	font-weight: normal;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	display: block;
	font-size: 14px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	height: 3.33em;
	vertical-align: top;
	font-weight: normal;
}
#sideBarSpace {
	display: block;
	height: 20px;
	width: 180px;
	text-align: right;
	letter-spacing: 0.1em;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 0;
	color: #666;
} 
.twoColFixLtHdr #footer {
	padding-bottom: 0;
	text-align: center;
	padding-left: 50px;
	letter-spacing: 0.1em;
	display: block;
	height: 40px;
	width: 910px;
} 
.twoColFixLtHdr #footerTwo {
	padding-top: 20px;
	padding-bottom: 0;
	text-align: center;
	padding-left: 50px;
	letter-spacing: 0.1em;
	display: block;
	height: 40px;
	width: 910px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	display: inline;
}
.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;
}
#textField {
	display: block;
	width: 620px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#textfieldLeft {
	width: 280px;
	float: left;
	height: 420px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	margin: 0px;
}
#textfieldRight {
	display: block;
	width: 280px;
	padding-right: 20px;
	color: #FFF;
	float: right;
	background-color: #FFF;
	height: 420px;
	margin: 0px;
}
#leftText {
	width: 240px;
	background-image: url(../_images/textboxfield.jpg);
	height: 380px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #7E766A;
}
#rightText {
	background-image: url(../_images/textboxfield.jpg);
	height: 380px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	color: #7E766A;
}
.rightsInfo {
	font-size: xx-small;
	color: #ADA795;
	letter-spacing: 1px;
}
#textfieldOneColumn {
	width: 580px;
	float: left;
	height: 340px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
}
#oneColText {
	width: 540px;
	background-image: url(../_images/textboxfield.jpg);
	height: 300px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #7E766A;
}
#caseHistoriesLeft {
	width: 200px;
	float: left;
	height: 500px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	text-align: left;
}
#caseHistoriesRight {
	display: block;
	width: 360px;
	padding-right: 20px;
	color: #FFF;
	float: right;
	background-color: #FFF;
	height: 500px;
}
#casehistoriesleftText {
	width: 170px;
	background-image: url(../_images/textboxfield.jpg);
	height: 460px;
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	color: #7E766A;
}
#casehistoriesrightText {
	background-image: url(../_images/textboxfield.jpg);
	height: 460px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	color: #7E766A;
}
.twoColFixLtHdr #container #mainContent #textField #caseHistoriesLeft #casehistoriesleftText a {
	color: #7F756A;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #textField #caseHistoriesLeft #casehistoriesleftText a:hover {
	color: #FFF;
	text-decoration: none;
}
#textfieldPersonnel {
	width: 580px;
	float: left;
	height: 1340px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	padding-top: 20px;
}
#textPersonnel {
	width: 540px;
	background-image: url(../_images/personnelBkdrg.jpg);
	height: 1300px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #7E766A;
	background-repeat: repeat-x;
	background-color: #C5C0B4;
}
.twoColFixLtHdr #container #mainContent #textField #caseHistoriesRight #casehistoriesrightText a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.subhead {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
	display: inline-block;
}
#textfieldContact {
	width: 580px;
	float: left;
	height: 560px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	padding-top: 20px;
}
#textContact {
	width: 540px;
	background-image: url(../_images/textboxfield.jpg);
	height: 520px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #7E766A;
}
