/* the special style name "toolscontextHideInEditor"
prevents the instant editor from showing the styles in this stylesheet as choices
when editing text - they are intended for specific layout purposes and would create
bad results if the client could select them for any piece of text */
.toolscontextHideInEditor {}
/* general */
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}
form {
	padding: 0px;
	margin: 0px;
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.hidden {
	display: none;
}
address.vcard {
	font-style: normal;
}
a, a:visited {
	color: #194396;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}
.more-link {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 8px;
	background: url('../img/combo.gif') no-repeat -588px -158px;
	text-transform: uppercase;
}
.more-link a {
	text-decoration: none;
	color: #c80a0a;
}
.more-link a:hover, #newsfeed .more-link a:focus {
	text-decoration: underline;
}
/* page structure */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #002362 url('../img/bg.jpg') repeat-x;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 840px;
	min-height: 100%;
	background: transparent url('../img/frame.png') repeat-y top left !important;
	background: transparent url('../img/frame.gif') repeat-y top left;
}
#container {
	padding: 0 20px;
	background: url('../img/combo_jpg.jpg') no-repeat 0px -950px !important;
	background: url('../img/combo_jpg.jpg') no-repeat 0px -900px;
}
#topline {
	height: 37px;
}
#call-now {
	background: transparent url('../img/call-now.png') no-repeat top left;
	width: 548px;
	height: 36px;
	text-indent: -9999px;
	float: left;
}
div.searchform {
	float: right;
	text-align: right;
	margin: 8px 3px 0 0;
}
div.searchform input#search {
	width: 107px;
	height: 12px;
	padding: 4px 8px 3px 22px;
	border: none;
	margin: 0px;
	background: transparent url('../img/search.png') no-repeat top left;
	font-size: 10px;
	color: #666;
	line-height: 1.2;
}
div.searchform input#search:focus {
	outline: none;
}
#pagebody {
	background-color: #e9e9e9;
	font-size: 13px;
	line-height: 20px;
}
/* header */
#header { }
#splash {
	width: 800px;
	height: 300px;
	background: transparent url('../img/combo_jpg.jpg') no-repeat top left;
}
#slideshow {
	width: 800px;
	height: 300px;
	position: relative;
}
#slideshow .slide {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 800px;
	height: 300px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#slideshow .active {
	z-index: 10;
}
#slideshow .last-active {
	z-index: 9;
}
#slideshow .desc {
	width: 160px;
	height: 262px;
	overflow: hidden;
	padding: 22px 42px 16px 22px;
	background: url('../img/blurb.png') no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slideshow .desc h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
#slideshow p.blurb {
	margin: 0.5em 0 1em 0;
}
#slideshow div.more-link {
	background: url('../img/arrow-trans.png') no-repeat left center;
}
#slideshow #loading {
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: url('../img/ajax-loader.gif') no-repeat left top;
	padding: 0 0 0 20px;
}
#slideshow #overlay {
	z-index: 20;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 434px;
	height: 88px;
	background: url('../img/header-overlay.png') no-repeat 0px 0px;
	display: none;
}
/* navigation */
#nav {
	background: transparent url('../img/combo.gif') no-repeat 0px -94px;
	height: 47px;
	padding: 4px 0 9px 0;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 47px;
	background: transparent url('../img/combo.gif') no-repeat 0px 0px;
}
/* nav items */
#nav a#profile {
	width: 94px;
	background-position: 0px 0px;
}
#nav a#profile:hover, #nav a#profile:focus {
	background-position: 0px -47px;
}
#nav a#settlements {
	width: 226px;
	background-position: -94px 0px;
}
#nav a#settlements:hover, #nav a#settlements:focus {
	background-position: -94px -47px;
}
#nav a#news {
	width: 72px;
	background-position: -320px 0px;
}
#nav a#news:hover, #nav a#news:focus {
	background-position: -320px -47px;
}
#nav a#areas {
	width: 156px;
	background-position: -392px 0px;
}
#nav a#areas:hover, #nav a#areas:focus {
	background-position: -392px -47px;
}
#nav a#portal {
	width: 145px;
	background-position: -548px 0px;
}
#nav a#portal:hover, #nav a#portal:focus {
	background-position: -548px -47px;
}
#nav a#contact {
	width: 107px;
	background-position: -693px 0px;
}
#nav a#contact:hover, #nav a#contact:focus {
	background-position: -693px -47px;
}
/* end nav items */
/* end navigation */
/* end header */
/* main content area & right column */
#maincontent {
	padding: 8px;
	float: left;
	width: 784px;
}
#maincol {
	float: left;
	width: 520px;
}
#rightcol {
	float: left;
	width: 256px;
	margin-left: 8px;
}
.content {
	background-color: #fff;
	padding: 16px;
	margin-top: 8px;
}
.content h1, .content h2, .content h3, .content h4 {
	color: #444444;
	margin-top: 0;
	line-height: 1.1em;
}
.content h1 { font-size: 22px; }
.content h2 { font-size: 19px; }
.content h3 { font-size: 16px; }
.content h4 { font-size: 13px; }
#photos {
	float: left;
	width: 488px;
}
#photos .photo {
	float: left;
	margin: 0 10px 10px 0;
}
#photos .photo img {
	width: 226px;
}
.postdate {
	font-weight: bold;
}
/* special modules on home page */
#firm-video, #more-content {
	background-color: #fff;
	float: left;
}
#firm-video {
	width: 256px;
	margin: 8px 0;
}
#firm-video h4 {
	height: 44px;
	text-indent: -9999px;
	background: url('../img/combo.gif') no-repeat -256px -158px;
	margin: 0;
	padding: 0;
}
#firm-video #firm-video-splash {
	margin: 12px 16px 16px 16px;
}
#more-content {
	margin: 8px 0 8px 8px;
	width: 224px;
}
#settlements-box {
	clear: left;
	color: #444;
}
#settlements-box.main {
	margin-top: 8px;
	padding-bottom: 0;
}
#settlements-box h3, #articles-box h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
#settlements-box .row, #articles-box .row {
	float: left;
	clear: left;
	width: 488px;
}
#settlements-box .item, #articles-box .item {
	float: left;
	width: 215px;
	padding: 0 29px 30px 0;
	font-size: 13px;
	line-height: 16px;
}
#settlements-box .item a.img-link {
	float: left;
	margin-right: 12px;
	text-decoration: none;
	display: block;
}
#articles-box .item a.img-link {
	float: left;
	text-decoration: none;
	display: block;
}
#articles-box .item img.img-link {
	float: left;
	margin-right: 12px;
	display: block;
}
#settlements-box .item img, #articles-box .item img {
	border: 1px solid #646464;
	display: block;
}
#settlements-box .item .amount {
	font-weight: bold;
	font-size: 16px;
}
#settlements-box .item .case {
	font-weight: bold;
}
#settlements-box .download-link {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 8px;
	background: url('../img/combo.gif') no-repeat -588px -158px;
	text-transform: uppercase;
	float: left;
}
#settlements-box .download-link a {
	text-decoration: none;
	color: #c80a0a;
}
#settlements-box .download-link a:hover, #settlements-box .download-link a:focus {
	text-decoration: underline;
}
#articles-box .more-link {
	margin-left: 92px;
}



/* end special modules on home page */
/* right column modules */
#contact-form {
	background-color: #fff;
	margin-top: 8px;
	font-size: 11px;
	line-height: 23px;
}
#contact-form h4 {
	height: 44px;
	text-indent: -9999px;
	background: url('../img/combo.gif') no-repeat 0px -158px;
	margin: 0;
	padding: 0;
}
#contact-form form {
	padding: 4px 16px 16px 16px;
}
#contact-form label {
	width: 66px;
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	color: #535353;
}
#contact-form input {
	width: 150px;
	height: 16px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 16px;
}
#contact-form input.submit {
	font-weight: bold;
	width: auto;
	border: 1px solid #939393;
	background-color: #e9e9e9;
	padding: 3px;
	height: auto;
	margin: 1px 0 10px 66px;
	color: #535353;
}
#contact-form .call-note {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #c80a0a;
	text-align: center;
}
#contact-form .call-note .phone-number {
	font-size: 18px;
	line-height: 19px;
}
#news-container, #articles-container {
	position: relative;
}
#news-container {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#newsfeed h4, .links h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#newsfeed p { margin: 0; }
#newsfeed .feed-link {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 76px;
	height: 12px;
}
#newsfeed .feed-link a {
	display: block;
	width: 76px;
	height: 12px;
	text-indent: -9999px;
	background: url('../img/combo.gif') no-repeat -512px -158px;
}
#newsfeed .date {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #666;
	margin-top: 8px;
}
#newsfeed .headline {
	font-size: 14px;
	line-height: 16px;
}
#newsfeed .headline a {
	color: #000;
	text-decoration: none;
}
#newsfeed .headline a:hover, #newsfeed .headline a:focus {
	text-decoration: underline;
}
.links {
	padding-bottom: 2px;
}
.links ul {
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	color: #333;
	margin: 0 0 16px 0;
	padding: 0 0 0 10px;
}
.links ul a {
	color: #333;
	padding: 0 2px;
}
.links ul a:hover {
	color: #fff;
	background-color: #333;
}
.links li.more a {
	padding: 0;
	margin: 0 2px;
	color: #C80A0A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.links li.more a:hover {
	background: transparent;
	text-decoration: underline;
}
.imagelinks {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 2px;
}
.imagelinks .item {
	padding-bottom: 16px;
}
.imagelinks img {
	float: left;
	display: block;
	border: none;
}
.imagelinks .text {
	margin-left: 143px;
}
.imagelinks .more-link {
	font-size: 10px;
}
#follow p {
	margin-bottom: 0;
}
/* end right column modules */

/* end main content area & right column */
/* footer */
#footer {
	clear: left;
	padding: 8px 24px 30px 24px;
}
#footer-logos {
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #9f9f9f;
}
#footer-logos img {
	padding: 0 16px;
	border: none;
}
#footer-text {
	padding-top: 16px;
	font-size: 11px;
	line-height: 19px;
	color: #4c4c4c;
}
#footer-text #locations {
	clear: left;
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 12px;
}
#footer-text #locations a {
	text-decoration: underline;
}
#footer-text #copyright { }
#footer div.col4 {
	float: left;
	width: 170px;
	padding: 0 18px 19px 0;
}
#footer-text a {
	color: #4c4c4c;
	text-decoration: none;
}
#footer-text a:hover, #footer-text a:focus {
	color: #666;
	text-decoration: underline;
}
/* end footer */
/* contact page */
td.contact_form {
	vertical-align: top;
	font-weight: bold;
	color: #535353;
	padding-right: 10px;
	font-size: 12px;
}
.contact_form_message {
	font-weight: bold;
	color: #C80A0A;
}
table.contact_form input.contact {
	height: 16px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 16px;
}
table.contact_form input.submit {
	font-weight: bold;
	width: auto;
	border: 1px solid #939393;
	background-color: #e9e9e9;
	padding: 3px;
	height: auto;
	margin: 1px 0 10px 0;
	color: #535353;
}

/* end contact page */
/* drop shadows on images */
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url('../img/shadow/shadow.gif') right bottom no-repeat;
  }
.wrap2 {
  background:url('../img/shadow/corner_bl.gif') -10px bottom no-repeat;
  }
.wrap3 {
  padding:0 8px 8px 0;
  background:url('../img/shadow/corner_tr.gif') right -10px no-repeat;
  }
.wrap3 img {
  display:block;
  }
.wrap1.contentimg_right {
	float: right;
}
/* end drop shadows on images */

/* pdf download thumbnails */
.filethumbnail {
	margin: 0 0 20px 0;
}
.filethumbnail.topleft {
	float: left;
	margin: 0 20px 20px 0;
}
.filethumbnail.topright {
	float: right;
	margin: 0 0 20px 20px;
}
.filethumbnail .caption {
	font-size: 11px;
	font-weight: bold;
}

#pagecontent p, #pagecontent ul {
	text-align: justify;
}