/* FS CONTROL - BASE STYLESHEET - UPDATED 10-11-2007 */

html {
	font-size: .625em;
}
.body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
}
.body, td, input, textarea, option, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table, input, textarea, option, select {
	font-size: 1em;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 2.75em;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-top: 0;
	padding-bottom: 1.2em;
	margin: 0;
}
ul ul, ul ol, ol ol, ol ul {
	padding-bottom: 0;
}
address {
	font-style: normal;
}
/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
.body {
	font-size: 1.1em;
}
/* DEFINE CONTENT LINE HEIGHT */
#content p, #content ul, #content ol, #content li, #content blockquote {
	line-height: 1.45em;
}
/* DEFINE CONTENT COLOR */
#content {
	color: #404040;
}
a:link {
	color: #2e6d93;
}
a:visited {
	color: #2f8475;
}
a:hover, a:focus {
	color: #009ac0;
}
a:active {
	color: #275c7e;
}
/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform:uppercase;
}
h2, .cfont6, #content big.profiletopname {
	font-size: 1.5em;
	font-weight: bold;
}
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: .3em;
}
h4, .cfont4, .cbodyhdr4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: .3em;
}
h5, .cfont3 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: .3em;
}
h6, .cfont1 {
	font-size: .8em;
	font-weight: bold;
	padding-bottom: .3em;
}
/* EEH 12/18/07 added for doctype */
.profilecommtexthdr {
	margin:0 5px 0 0;
}
big .profileheader {
	font-size:.91em;
}
/* end additions */


/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET FIX */
#attorneyList {
	padding-bottom:1.2em;
}
#attorneyList ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#content big {
	font-size: 1em;
}
/* USED BY DEFAULT IN ALL FORMS */
.asterisk {
	color: #FF0000;
}
/* CONTACT FORM - DEFAULT CONTACT US PAGE */
form#contactFormMain {
}
form#contactFormMain .mainInput {
	width: 18em;
}
form#contactFormMain .mainSelect {
	width: 18em;
}
form#contactFormMain .mainTextarea {
	height: 6em;
	width: 27.5em;
}
form#contactFormMain .mainCheckbox {
	height: 1.2em;
	margin: .5em 0 0 0;
}
form#contactFormMain .textNoBreak {
	white-space: nowrap;
}
/* CONTACT FORM - IN THE DESIGN */
form#contactFormDesign {
	margin: 7px 0 0 30px;
}
.home form#contactFormDesign {
	margin-left: 6px;
}
form#contactFormDesign label {
}
form#contactFormDesign .designInput {
	width: 153px;
	font-size: .91em;
	display: block;
	border: 1px solid #61614d;
	background: #ffffff;
	color: #666;
	padding: 2px 4px 0 4px;
}
.home form#contactFormDesign .designInput {
	width: 143px;
	font-size: .91em;
	display: block;
	border: 1px solid #61614d;
	background: #ffffff;
	color: #666;
	padding: 2px 4px 0 4px;
}
form#contactFormDesign input.designInput {
	margin: 0 0 5px 0;
	height: 1.8em;
}
form#contactFormDesign textarea.designInput {
	margin: 0;
	height: 6.82em;
}
form#contactFormDesign input.designSubmit {
	margin: 10px 0 0 6px;
	border:none;
	width: 145px;
	height: 25px;
	background:url(/images/submit.gif) no-repeat;
}
form#contactFormDesign input.designSubmit:hover {
	background:url(/images/submit-o.gif) no-repeat;
}
form#contactFormDesign input.hidden {
	display: none;
}
/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign {
	margin: 0;
}
form#searchFormDesign input.searchInput {
	font-size: .91em;
	width: 150px;
	height: 1.8em;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding: 2px 4px 0 4px;
	vertical-align: middle;
}
form#searchFormDesign input.searchSubmit {
	vertical-align: middle;
}
form#searchFormDesign input.hidden {
	display: none;
}
/* FAQ - IN THE DESIGN */
#designFAQ {
}
#designFAQ h3 {
}
#designFAQ ul {
	list-style-type: none;
	margin: 0 0 1.2em 0;
	padding: 0;
}
#designFAQ li {
	padding-bottom: .6em;
}
#designFAQ a {
}
/* NEWS FEED - IN THE DESIGN */
#designNewsFeed {
}
#designNewsFeed h3 {
}
#designNewsFeed h4 {
}
#designNewsFeed ul {
	list-style-type: none;
	margin: 0 0 1.2em 0;
	padding: 0;
}
#designNewsFeed li {
	padding-bottom: .6em;
}
#designNewsFeed li span.date {
}
#designNewsFeed li a {
	display: inline;
}
#designNewsFeed a {
	display: block;
}
/* EMAIL OBFUSCATION FORM - POPUP WINDOW */
.emailObfuscationBody {
}
#emailObfuscation {
	padding: 5px;
}
#emailObfuscation h4 {
	margin-top: 0;
	margin-bottom: 16px;
}
#emailObfuscation table {
	margin: 10px;
}
#emailObfuscation td {
	height: 24px;
}
#emailObfuscation td.cellLeft {
	padding: 2px;
}
#emailObfuscation td.cellRight {
	padding: 2px;
}
#emailObfuscation td.cellColspan2 {
	padding: 2px;
}
#emailObfuscation input {
	width: 230px;
}
#emailObfuscation textarea {
	width: 300px;
}
#emailObfuscation input.RadioButtonPrefferredEmail {
	width: 15px;
}
#emailObfuscation input.RadioButtonPrefferredPhone {
	width: 15px;
}
#emailObfuscation input.CheckBoxSendCopy {
	width: 15px;
}
#emailObfuscation input.ButtonSubmit {
	width: 100px;
}
#emailObfuscation input.ButtonReset {
	width: 100px;
}
#emailObfuscation p.closeWindow {
	text-align: right;
}
/* sIFR STYLES */
.sIFR-flash {
	visibility: visible;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	color: #333333;
}
.sIFR-active h1 {
	padding-bottom: 0;
	visibility: hidden;
	line-height: 1em;
}
/* STANDARD ELEMENTS */
.printElement {
	display: none;
}
.screenElement {
}
.handheldElement {
	display: none;
}
#content .callout {
	padding: 1em;
	background: #f2f2ea;
	border: 1px solid #d7d7c8;
	margin-bottom: 1.2em;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* CUSTOM DESIGN ELEMENTS */
.body .design {
	text-align: center;
	background: #f1f1e9 url(/images/bg-body.jpg) repeat;
}
#containerPage {
	margin: 0 auto;
	text-align: left;
	width: 813px;
	background: url(/images/bg-cp.gif) repeat-y;
}
.home #containerPage {
	margin: 0 auto;
	text-align: left;
	width: 813px;
	background: url(/images/bg-cphome.gif) repeat-y;
}
#banner {
	background: url(/images/bg-banner.jpg) no-repeat;
	height: 152px;
	position: relative;
}
.home #banner {
	background: url(/images/home_header.jpg) no-repeat;
	height: 316px;
	position: relative;
}
#logo {
	position: absolute;
	top: 22px;
	left: 46px;
}
#cta {
	position: absolute;
	top: 57px;
	left: 663px;
}
#tagline {
	position: absolute;
	top: 30px;
	left: 432px;
}
#tagline2 {
	position: absolute;
	top: 9px;
	left: 645px;
}
#tagline-home {
	position: absolute;
	top: 160px;
	left: 301px;
}
#navigationMain {
	position: absolute;
	top: 121px;
	left: 19px;
}
#navigationMain ul, #navigationMain ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 17px;
}
#navigationMain a {
	display: block;
}
#navigationMain ul li a {
	color: #797132;
	display: block;
	text-decoration: none;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#navigationMain ul li a:hover {
	color: #1f4a63;
}
#navigationMain ul li span {
	color:#68221d;
	padding:0 5px;
	font-weight:bold;
}
#containerColumns {
}
#columnMain {
	float: right;
	width: 596px;
}
.home #columnMain {
	float: left;
	width: 431px;
}
h1#pageTitle {
	margin: 10px 0 20px 0;
	padding:0;
	font-size: 1.64em;
	color: #21506c;
	font-weight:normal;
}
#content {
	padding: 25px 30px 66px 30px;
}
img#contextual {
	float: right;
	margin: 0 0 10px 10px;
}
#columnSide {
	float: left;
	width: 217px;
}
#navigationPractice {
	background: #e6e6d6;
}
#navigationPractice ul {
	margin: 15px 0 0 7px;
	padding: 0 0 8px 0;
	list-style: none;
}
#navigationPractice ul#bottom {
	margin: 15px 0 0 7px;
	padding: 0 0 72px 0;
	list-style: none;
}
#navigationPractice ul li {
	padding-bottom: 7px;
}
#navigationPractice ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 8px;
	color: #21506c;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/bg-bullet.gif) 0 4px no-repeat;
}
#navigationPractice ul#bottom li a {
	display: block;
	margin: 0;
	padding: 0 0 0 8px;
	color: #21506c;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
#navigationPractice ul li a:hover, #navigationPractice ul li a:focus {
	color: #337ba6;
	background: url(/images/bg-bullet-o.gif) 0 4px no-repeat;
}
#navigationPractice ul#bottom li a:hover, #navigationPractice ul#bottom li a:focus {
	color: #337ba6;
	text-decoration: underline;
	background: none;
}
#contactFormContainer {
	margin: 0 0 30px 0;
}
.home #contactFormContainer {
	margin: 0;
}
#espanol {
	margin: 0 0 7px 0;
}
#espanol p {
	color: #fff;
	margin: 0;
	padding: 6px 56px 0 8px;
}
#verdicts {
	font-size: .82em;
	color: #fff;
}
#verdicts a {
	font-weight: bold;
	color: #fff;
}
#verdicts a:hover {
	color: #21506c;
}
#verdicts p#collision {
	background: url(/images/bg-verdictsskiing.gif) 4px 7px no-repeat;
	padding: 7px 8px 6px 82px;
}
#verdicts p#jetSki {
	background: url(/images/bg-verdictsjetski.gif) 4px 7px no-repeat;
	padding: 7px 8px 3px 82px;
}
#verdicts a.more {
	text-transform: uppercase;
	margin: 0 0 4px 132px;
	padding: 0 10px 0 0;
	background: url(/images/bg-bulletverd.gif) 64px .3em no-repeat;
	display: block;
}
#verdicts a:hover.more {
	background: url(/images/bg-bulletverd-o.gif) 64px .3em no-repeat;
}
#columnFeatures {
	float: right;
	width: 165px;
	font-size:9px;
}
#attorney {
	color: #21506c;
	background: #f1f1e9;
	padding: 0 0 18px 0;
}
#attorney p {
	padding: 8px 2px 6px 7px;
	margin: 0 0 18px 0;
}
#attorney p.text_area {
	padding: 5px 5px 0 5px;
}
#attorney a.more {
	background: url(/images/bg-bullet.gif) 71px .4em no-repeat;
	margin: 0 0 22px 6px;
	font-weight: bold;
	color: #21506c;
	display: block;
}
#attorney a:hover.more {
	color: #3379a3;
	background: url(/images/bg-bullet-o.gif) 71px .4em no-repeat;
}
#attorney a#visit {
	font-weight: bold;
	color: #21506c;
	display: block;
	margin: 0 0 0 6px;
}
#attorney a#visit:hover {
	color: #3379a3;
}
#news {
	color: #fff;
	padding: 0 0 8px 0;
}
#news a {
	font-weight: bold;
	color: #fff;
}
#news a.initial {
	display: block;
}
#news a.more {
	background: url(/images/bg-bulletverd.gif) 35px .4em no-repeat;
	padding: 0 8px 0 0;
	margin: 0 0 0 25px;
}
#news a:hover.more {
	background: url(/images/bg-bulletverd-o.gif) 35px .4em no-repeat;
}
#news a.moreNews {
	margin: 4px 0 0 64px;
	background: url(/images/bg-bulletverd.gif) 64px .3em no-repeat;
	display: block;
	padding: 0 8px 0 0;
}
#news a:hover.moreNews {
	margin: 4px 0 0 64px;
	background: url(/images/bg-bulletverd-o.gif) 64px .3em no-repeat;
}
#news a:hover {
	color: #21506c;
}
#news p {
	padding: 7px 2px 0 7px;
}
#containerLockToBottom {
	position: relative;
	height: 0;
	clear: both;
}
#lockToBottom {
	position: absolute;
	left: 346px;
	bottom: 5px;
}
.home #lockToBottom {
	position: absolute;
	left: 265px;
	bottom: 5px;
}
#tagline-bottom {
	margin: 12px 0 0 50px;
}
#navigationLower {
	color: #5a5a5a;
	text-align: center;
	padding: 0;
	font-weight: bold;
	width: 337px;
}
#navigationLower a {
	color: #5a5a5a;
	font-weight: bold;
}
#navigationLower a:hover {
	color: #009ac0;
}
#wrapper {
	background: #eeeed0 url(/images/bg-wrapper.gif) repeat-x;
	float: left;
}
#contactInformation {
	float: left;
	width: 726px;
	text-align:center;
}
#contactInformation address {
	color: #404040;
	margin: 12px 0 6px 8px;
	font-weight: bold;
	padding:0 0 0 130px;
}
#contactInformation address p {
	margin:0;
	padding:0;
}
#contactInformation address a {
	color: #404040;
	font-weight: bold;
}
#contactInformation address a:hover {
	color: #009ac0;
}
#navigationTools {
	float: right;
	width: 87px;
}
#navigationTools ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}
#navigationTools ul li {
	display: inline;
}
#navigationTools ul li a {
	padding: 0;
	display: block;
}
#footer {
	background: #404040;
	padding: 7px 22px 16px 22px;
	color: #fff;
	text-align: center;
	clear: both;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#geographicalFooter {
}
#finePrint {
}
p#copyright {
	display: inline;
	margin: 0 10px 0 0;
}
p#branding {
	display: inline;
}
.pad_frm_itm {
	padding:3px 0px;
	margin:0px;
}
.form-label {
	width:140px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
}
.form-pct {
	width:300px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.msg-pct {
	width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.custom-form {
}
.custom-form fieldset {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:470px; /*  .msg-pct width + 25   */
	border:none;
}
.custom-form legend {
	padding:0px 2px;
	font-weight:bold;
}
.custom-form fieldset ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm {
}
/* div that wraps form */
#directionsInput {
	padding:10px 0px;
}
#fromAddress {
	width:350px;
}
#directionsLocale {
	padding:10px 0px;
}
#locale {
}
#directionsSubmit {
	padding:10px 0px;
}
#map {
	border:1px solid #000;
	color:#000;
}
#addressNotFound {
}
#directions {
}
/* Added for Videos */

div.attn {
	width: 99%;
	background-color: #fdffcb;
	padding: 0;
	border: 1px solid #c2c56b;
}
div.attn p {
	margin: 8px;
	padding: 0px;
}
div.attn img {
	float:right;
	margin: 8px 8px 0 8px;
}
div.video-caption {
	width: 210px;
	float: right;
	background-color: #fdffcb;
	border: 1px solid #c2c56b;
}
div.video-caption img {
	padding: 5px;
	margin: 0;
}
div.video-caption p {
	margin: 0;
	padding: 0;
}
div.video-caption p.caption {
	padding: 0px 5px 5px 5px;
	margin: 0;
}
/*]()[*/
#video-layout tr td {
	width:140px;
}
#content h1 {
	border-bottom:1px solid #AEA46F;
	margin:0 0 12px;
	padding-bottom:11px;
}
