/*--------------------------------------------
 HTML ELEMENTS DEFINITIONS
--------------------------------------------*/

body {
  margin:0;
  color:#717171;
  font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#cacaca url(/images/bg-body.gif) repeat-x 50% 0;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
h1 {
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 3em;
  color: #333;
  line-height: 1.2em;
  margin: .4em 0;
}
.newsHeadline  {
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.2em;
  margin: 1em 0 1em 0;
}
h2 {
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 2em;
  color: #333;
  line-height: 1em;
  margin: .4em 0;
}
h3 {
  margin: 20px 0 -6px 0;
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
  margin: 0px;
}
ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
  border-style:none;
}
a {
  color:#484282;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
input, textarea, select {
  vertical-align:middle;
  color:#717171;
}
form, fieldset{
  margin:0;
  padding:0;
  border-style:none;
}

.ImageLeft {
  float:left;
  margin:20px 20px 20px 0;
}
.ImageRight {
  float:right;
  margin:20px 0 20px 20px;
}
.popTrigger {
  color:#0066cc;
  cursor:pointer;
}
.error {
  color:#ff0000;
  font-weight:bold;
}


/*--------------------------------------------
 OVERALL PAGE LAYOUT
--------------------------------------------*/

#wrapper {
  width:950px;
  margin:0 auto;
  padding:0 0 25px;
}
#main {
  margin:0 0 20px;
  background:#fff;
}


/*--------------------------------------------
 PURPLE HEADER AREA
--------------------------------------------*/

#header {
  width:100%;
  background:url(/images/bg-header.gif) no-repeat;
}
.header-holder {
  height:83px;
  overflow:hidden;
  padding:12px 0 0 10px;
}
.logo {
  margin:4px 0 0;
  width:218px;
  height:62px;
  float:left;
  overflow:hidden;
  text-indent:-9999px;
  background:url(/images/logo.png) no-repeat;
}
.logo a {
  position:relative;
  height:100%;
  display:block;
}
.area {
  width:670px;
  float:right;
}
.add-nav {
  overflow:hidden;
  width:100%;
  margin:0 0 17px;
}
.add-nav ul {
  font:12px;
  margin:0;
  padding:0;
  list-style:none;
  float:right;
  overflow:hidden;
}
.add-nav li {
  margin:0 5px 0 -5px;
  padding:0 4px 0 5px;
  float:left;
  background:url(/images/separator-add-nav.gif) no-repeat 0 50%;
}
.add-nav a {
  text-decoration:none;
  color:#9c95c9;
}
.add-nav a:hover {
  text-decoration:underline;
}
#header .row {
  height:1%;
  overflow:hidden;
  padding:0 4px 0 0;
}
#header #theIFrame {
  float:right;
  padding-right:10px;
}
.search {
  padding:3px 0 0 0;
  width:247px;
  float:right;
}
.search .text {
  width:142px;
  height:28px;
  padding:0 14px 0 25px;
  margin:0 9px 0 0;
  float:left;
  background:url(/images/bg-text.png) no-repeat;
}
.search .text input {
  position:relative;
  width:142px;
  padding:6px 0;
  margin:0;
  float:left;
  background:none;
  border:none;
  outline: none;
}
.search .submit {
  margin:1px 0 0;
  float:left;
  width:57px;
  height:24px;
  background:url(/images/btn-search.png) no-repeat;
}
.search .submit:hover {
  background:url(/images/btn-search-on.png) no-repeat;
}
.search .submit input {
  position:relative;
  cursor:pointer;
  margin:0;
  padding:0;
  background:none;
  border:none;
  width:57px;
  height:24px;
}
.btn-login-iFrame {
  /* float:right; */
  margin-right:20px;
}
.btn-login {
  cursor:pointer;
  text-decoration:none;
}
.btn-login .l {
  padding:12px 0 9px 18px;
  background:url(/images/btn-login.png) no-repeat;
  float:left;
}
.btn-login .r {
  width:5px;
  height:32px;
  background:url(/images/btn-login-r.png) no-repeat;
  float:left;
}
.btn-login .l span {
  height:11px;
  text-indent:-9999px;
  overflow:hidden;
  float:left;
  margin:0 10px 0 0;
}

.text-member {
  width:100px;
  background:url(/images/text-member.png) no-repeat;
}


/*--------------------------------------------
 NAVIGATION
--------------------------------------------*/

#nav {
  width:100%;
  background:url(/images/bg-nav.png) no-repeat;
  padding:5px 0 0;
}
#nav ul {
  font-size: 14px;
  line-height:18px;
  text-transform:uppercase;
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
  position:relative;
}
#nav:after {
  display:block;
  clear:both;
  content: "";
}
#nav li {
  background:url(/images/separator-nav.png) no-repeat;
  padding:0 3px 0 4px;
  float:left;
}
#nav .first-child,
#nav li:first-child {
  background:none;
}
#nav a {
  float:left;
  color:#cbc8e0;
  text-decoration:none;
}
#nav .active a,
#nav .hover a,
#nav li:hover a {
  color:#fff;
}
#nav .l {
  padding:6px 8px 12px 10px;
  float:left;
}
#nav .active .l,
#nav .hover .l,
#nav li:hover .l {
  cursor:pointer;
  background:url(/images/bg-nav-l.png) no-repeat;
}
#nav .r {
  width:5px;
  height:36px;
  float:left;
}
#nav .active .r,
#nav .hover .r,
#nav li:hover .r {
  background:url(/images/bg-nav-r.png) no-repeat;
  cursor:pointer;
}
#nav .home {
  padding:7px 0 0 11px;
}
#nav .home a {
  cursor:pointer;
  margin:0 10px 0 0;
  text-indent:-9999px;
  overflow:hidden;
  width:19px;
  height:16px;
  background:url(/images/ico-home.png) no-repeat;
}
.drop {
  /*display:none;*/
  width:950px;
  position:absolute;
  top:36px;
  left:0;
}
/*#nav .hover .drop,
#nav li:hover .drop {
  display:block;
}*/
#nav .drop ul {
  overflow:hidden;
  background:url(/images/bg-drop.gif) repeat-x;
  text-transform:none;
  font-size:13px;
  line-height:15px;
  padding:11px 2px;
  width:auto;
  height:1%;
}
#nav .drop li {
  padding:0 13px 3px 14px;
  background:url(/images/separator-drop.gif) no-repeat 0 1px;
}
#nav .drop .first-child,
#nav .drop li:first-child {
  background:none;
}
#nav .drop a {
  color:#ded9ff;
}
#nav .drop a:hover {
  text-decoration:underline;
}
#nav .hover .drop a,
#nav li:hover .drop a {
  color:#ded9ff;
}

.breadcrumbs {
  padding-top: 3px;
  font-size: 11px;
  color: #999;
  padding-bottom: 10px;
}
#content .breadcrumbs a {
  color:#999;
}


/*--------------------------------------------
 CONTENT STRUCTURE & LAYOUT
--------------------------------------------*/

.main-holder {
  background:url(/images/bg-main-t.jpg) no-repeat;
}
.inner, .inner2, .inner3 {
  background:url(/images/bg-main-inner.gif) repeat-y !important;
}
.inner .main-holder {
  background:url(/images/bg-main-t-inner.jpg) no-repeat;
}
.inner2 .main-holder {
  background:url(/images/bg-main-content.jpg) no-repeat;
}
.inner3 .main-holder {
  background:url(/images/bg-main-content.jpg) no-repeat;
  background-position: 0 -40px;
}
.main-frame {
  height:1%;
  /*overflow:hidden;*/
  padding:15px 12px 0;
  /*background:url(/images/bg-main-b.gif) no-repeat 0 100%;*/
}
.inner .main-frame {
  background:url(/images/bg-main-b-inner.gif) no-repeat 0 100%;
  padding:52px 12px 0;
}
.inner2 .main-frame {
  background:url(/images/bg-main-b-inner.gif) no-repeat 0 100%;
  height;500px;
  padding:27px 12px 0;
}
.inner3 .main-frame {
  background:url(/images/bg-main-b-inner.gif) no-repeat 0 100%;
  padding:0px 12px 0;
}

.container {
  width:100%;
  /*overflow:hidden;*/
}
.container h3, container h4 {
  /*text-transform: uppercase;*/
}
.container:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
#content {
  position:relative;
  padding:29px 0 2px;
  width:665px;
  float:left;
  /*overflow:hidden;*/
  line-height: 18px;
}
.inner2 #content, .inner #content {
  padding-top: 25px;
}
.inner3 #content, .inner #content {
  padding-top: 15px;
}
#content .heading {
  width:665px;
  top:0px;
  left:0;
  position:absolute;
}
#content .title {
  display:table;
  margin:0 0 20px;
  width:665px;
  font:normal 14px;
  color:#8b8b8b;
}
#content .heading .title {
  margin:0;
}
#content .title span {
  height:18px;
  vertical-align:top;
  display:table-cell;
}
* html #content .title span {
  float:left;
}
* +html #content .title span {
  float:left;
}
#content .title .line {
  background:url(/images/line.gif) repeat-x 0 8px;
  width:50%;
}
#content .title .text {
  padding:0 6px;
  white-space:nowrap;
}
#content p a {
  color:#1364c4;
}
.column-holder {
  /*overflow:hidden;*/
  width:716px;
}


/*--------------------------------------------
 HOME PAGE - MAIN FEATURED BANNER
--------------------------------------------*/

.promo {
  margin:0 0 15px;
  width:100%;
  overflow:hidden;
}
.slideshow {
  position:relative;
  height:216px;
  width:660px;
  float:left;
}
.slide {
  z-index:2;
  left:0;
  top:0;
  position:absolute;
  height:216px;
  width:660px;
}
.slide img {
  display:block;
  border: 1px solid #ffffff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius:8px;
}

.slideshow .events {
  width:213px;
  height:216px;
  position:absolute;
  top:0;
  left:0;
}
.slideshow .events ul {
  background:url(../images/bg-events.png) no-repeat;
  font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
  height:216px;
}
.slideshow .events li {
  margin:-1px 0 1px;
  background:url(../images/divider-events.gif) repeat-x;
}
.slideshow .events a {
  padding:12px 12px 10px;
  display:block;
  position:relative;
  color:#fff;
  text-decoration:none;
}
.slideshow .events .active a,
.slideshow .events a:hover {
  color:#ec9742;
}


/*--------------------------------------------
 FIND A LAWYER
--------------------------------------------*/

.search-form {
  float:right;
  width:245px;
  padding:1px 0 0;
}
.advanced-search {
  float:none;
  width:100%;
  padding:0px;
}
.advanced-search fieldset {
  border-top: 1px solid #bbb;
  padding: 25px 0;
}
.search-results {
  border-bottom: 1px solid #ddd;
  font:normal 13px;
  padding: 5px 0 10px 0;
  margin: 5px 0;
  overflow:auto;
}
.search-results table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.search-results table th {
  text-align:left;
  padding: 0 10px;
}
.search-results table tr {
  border-bottom: 1px dotted #ddd;
}
.search-results table tr td {
  vertical-align: top;
  margin: 0;
  padding-left: 10px;
}
.search-results table h4 {
  width: 170px;
  margin:0px;
  padding: 10px 0;
}
.search-results table h3 {
  font-size: 1.3em;
  width: 240px;
  margin:0px;
  padding: 10px 5px 10px 0;
}
.search-results table p {
  width: 220px;
  margin: 3px 0;
  padding: 7px 0;
}
.search-results img {
  padding-right: 5px;
}
.search-results .extended {
  background: url(../images/bg-results-profile.jpg) bottom repeat-x
}
.search-results .icon {
  padding: 0 0 0 8px;
  vertical-align: middle;
  margin-top:-5px;
}
.search-results .paging {
  float:right;
}
.search-results .paging ul {
  margin:0;
  padding:0;
}
.search-results .paging li {
  float:left;
  list-style: none;
  margin-right: 5px;
}
.search-results .paging .normal {
  background: #FFFFFF;
  border: 0px solid;
  padding:2px 4px;
  color: #484282;
  cursor:pointer;
}
.search-results .paging .current {
  background: #f18104;
  border: 0px solid;
  padding:2px 4px;
  color:#fff;
}
.search-results .HideButton {
  Display:none;
}

.search-form h3{
  margin:0 0 12px;
  font-weight:normal;
  font-size:25px;
  color:#323232;
  font-family: Palatino, "Times New Roman", Times, serif;
}
.advanced-search h3 {
  font: 1.17em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#717171;
}
.search-form label{
  font:13px;
  display:block;
  margin:0 0 5px;
}
.search-form .text{
  background:url(../images/bg-text-search.gif) no-repeat;
  padding:1px 4px;
  margin:0 0 7px;
  width:229px;
  overflow:hidden;
  display:block;
  height:30px;
}
.search-form .text input{
  font-size:13px;
  width:229px;
  margin:0;
  padding:7px 0;
  background:none;
  border:none;
  float:left;
}
.search-form .whatThis{
  padding:0;
  margin:0;
  width:100px;
  overflow:hidden;
  display:inline;
  height:30px;
  color:#0066cc;
  cursor:pointer;
}
.search-form .text select{
  width:229px;
  background:none;
  font-size:13px;
  border:none;
  margin:0;
  padding:6px 0;
}
.search-form .btn-holder{
  padding:11px 1px 0;
  height:1%;
  overflow:hidden;
}
.search-form .submit{
  width:126px;
  height:35px;
  float:left;
  margin:0 15px 0 0;
  background:url(../images/btn-submit.png) no-repeat;
}
.advanced-search .submit {
  float:right;
}
.search-form .submit:hover{
  background:url(../images/btn-submit-on.png) no-repeat;
}
.search-form .submit input{
  width:126px;
  height:35px;
  background:none;
  border:none;
  padding:0;
  position:relative;
  cursor:pointer;
}
.search-form .details{
  margin:9px 0 0;
  color:#606060;
  font-size:11px;
  float:left;
}
.criteria a {
  background: #eee url(../images/ico-delete.gif) right 6px no-repeat;
  border: 1px solid #bbb;
  color: #666 !important;
  padding: 4px 20px 4px 4px;
  margin: 4px;
  display:inline-block;
}
.criteria a:hover {
  text-decoration:none;
  background: #efefef url(../images/ico-delete.gif) right 6px no-repeat;
}

.linkButton {
  background:#fff;
  border: 0px solid;
  margin: 0;
  padding:0 0 3px 0;
  color:#b25e00;
  text-decoration:none;
  text-align: left;
  cursor: pointer;
  font-size: 1em;
}

.lawyer-pic {
  float:left;
  padding: 0 15px 0 0;
}
.firm-pic {
  padding: 0 0 6px 0;
  display:block;
}
.lawyerLinkButton {
  background: #FFFFFF;
  border: 0px solid;
  margin: 0;
  padding: 0;
  color: #484282;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  font-size: 1em;
  width: 196px;
}
.lawyercontactinfo {
  /*float:right;*/
  width: 100%;
  text-align:center;
  background: #fff;
  margin-top: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px dotted #aaa;
  border-right: 1px dotted #aaa;
  border-left: 1px dotted #aaa;
  border: none;
  padding: 8px;
  
}
.lawyercontactinfo  h3 {
  margin: 0 0 5px 0;
  /*display: inline-block;*/
}
.lawyercontactinfo a {
  background: #484282;
  color: #fff;
  
  padding: 3px 8px;
  border-radius: 3px;
}
.listright {
  float:right;
  width: 190px !important;
  margin-left: 30px !important;
}
.listright h3 {
  margin: 4px 0 5px 0;
}

.FAL_ContactForms {
  border:none;
}
.FAL_ContactForms.formLabel {
  width: 80px;
  margin-left: 2px;
  display: inline-block;
}
.FAL_ContactForms input {
  width: 190px;
  margin: -1px 0 6px 0;
}
.FAL_ContactForms textarea {
  width: 186px;
  margin: -1px 0 6px 0;
}
.FAL_ContactForms .emailButton {
  display: block;
  width: 130px;
  margin: 10px auto;
}


/*--------------------------------------------
 TWO TAN BOXES SIDE BY SIDE
--------------------------------------------*/

.boxes {
  margin:0 0 24px;
  width:665px;
  overflow:hidden;
  background:url(/images/bg-boxes.gif) repeat-y;
  font-family: Palatino,"Times New Roman", Times, serif;
  
}
.boxes-holder {
  background:url(/images/bg-boxes-t.gif) no-repeat;
}
.boxes-frame {
  overflow:hidden;
  width:676px;
  background:url(/images/bg-boxes-t.gif) no-repeat 0 100%;
}
.boxes .box {
  width:267px;
  padding:10px 45px 26px 15px;
  margin:0 11px 0 0;
  float:left;
  line-height:17px;
}
.boxes h3,
.boxes h2 {
  color:#4d4d4d;
}
.boxes h2 {
  margin:0 0 12px;
  font-size:29px;
  line-height:36px;
}
.boxes h3 {
  margin:5px 0 7px 0;
  font-size:24px;
  line-height:30px;
  text-transform: none;
}
.boxes p {
  margin:0 0 16px;
  font-size: 14px;
}
.boxes .boxText {
  height:105px;
}
.boxes .button {
  padding:14px 0 0 11px;
  display:block;
  width:178px;
  height:27px;
  background:url(/images/bg-button.gif) no-repeat;
}
.boxes .button:hover {
  background:url(/images/bg-button-on.gif) no-repeat;
}
.boxes .button span {
  cursor:pointer;
  height:15px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}


/*--------------------------------------------
 WIDE TAN BOX
--------------------------------------------*/

.section {
  line-height:18px;
  width:665px;
  margin:0 0 20px;
  border-top:1px solid #ded9d1;
  background:url(/images/bg-section.gif) repeat-y;
}
.section-holder {
  padding:12px 18px 12px;
  border-bottom:1px solid #ded9d1;
}
.section h2 {
  font-size:32px;
  line-height:34px;
  font-weight:normal;
  margin:0 0 5px;
  color:#4d4d4d;
}
.section p {
  margin:0 0 14px;
}
.section .icon {
  padding: 12px 0 0 8px;
  margin-bottom: -3px;
}


/*--------------------------------------------
 TAN BOX LIST - WITH DIVIDERS
--------------------------------------------*/

.lists {
  margin:0;
  overflow:hidden;
  width:629px;
}
.lists-holder {
  overflow:hidden;
  width:629px;
}
.list {
  float:left;
  width:293px;
  background:url(/images/divider.gif) repeat-x 0 100%;
  margin:0;
  padding:0;
  list-style:none;
  font:13px;
}
.list li {
  padding:7px 0;
  background:url(/images/divider.gif) repeat-x;
}
.list a {
  padding:0 0 0 16px;
  margin-right: 5px;
  background:url(/images/arrow-links.gif) no-repeat 2px 3px;
  text-decoration:none;
  color:#c76900;
}
.list a.lawyerURL {
  background:none;
  padding:0;
  margin-right: 0;
  text-decoration:none;
  font-weight:bold;
  color:#484282;
}
.list a:hover {
  text-decoration:underline;
}


/*--------------------------------------------
 TAN BOX LIST - NO DIVIDERS
--------------------------------------------*/

.items {
  font:13px;
  margin:0 0 -5px;
  padding:2px 0 0 5px;
  list-style:none;
}
.items li {
  padding:0 0 4px 15px;
  background:url(/images/arrow-links.gif) no-repeat 0 3px;
}
.items a{
  color:#c76900;
  text-decoration:none;
}
.items a:hover {
  text-decoration:underline;
}
.search-rules {
  width:290px;
  padding:2px 0 11px;
  margin:0 -26px 0 -2px;
}


/*--------------------------------------------
 TAN BOX HOME PAGE BUTTONS
--------------------------------------------*/

.text-public {
  width:134px;
  background:url(/images/text-public.png) no-repeat;
}
.text-lawyers {
  width:113px;
  background:url(/images/text-lawyers.png) no-repeat;
}


/*--------------------------------------------
 TAN BOX - SEARCH FORM
--------------------------------------------*/

.search-rules label {
  color:#4d4d4d;
  display:block;
  margin:0 0 8px 2px;
  font:13px;
}
.search-rules .row {
  height:1%;
  overflow:hidden;
}
.search-rules .text {
  float:left;
  width:185px;
  height:24px;
  padding:2px 9px 2px 29px;
  margin:0 10px 0 0;
  background:url(/images/bg-text-rules.gif) no-repeat;
}
.search-rules .text input {
  font:11px;
  margin:0;
  padding:4px 0;
  width:185px;
  float:left;
  background:none;
  border:none;
  outline: none;
}
.search-rules .submit {
  width:57px;
  height:24px;
  float:left;
  background:url(/images/btn-search-rules.gif) no-repeat;
}
.search-rules .submit input {
  margin:0;
  padding:0;
  width:57px;
  height:24px;
  background:none;
  border:none;
  float:left;
  cursor:pointer;
}


/*--------------------------------------------
 ALL THE "MORE..." LINKS
--------------------------------------------*/

.more {
  font:13px;
  display:block;
}
.more a {
  background:url(/images/arrow-more.gif) no-repeat 100% 3px;
  padding:0 9px 0 0;
  color:#3a346c;
  text-decoration:none;
}
.more a:hover {
  text-decoration:underline;
}


/*--------------------------------------------
 TWO COLUMN CONTENT LISTS
--------------------------------------------*/

.links {
  margin:0 0 20px;
}
.links .holder {
  overflow:hidden;
  width:676px;
}
.links .holder .holder-header {
  padding:0 0 0 18px;
  color:#a8a8a8;
  width:618px;
  margin:0 11px 0 0;
  float:left;
}
.links .holder h3 {
  margin:0 0 14px 1px;
}
.links .block {
  padding:0 0 0 18px;
  color:#a8a8a8;
  width:309px;
  margin:0 11px 0 0;
  float:left;
}
.links-list {
  margin:0;
  padding:0;
  list-style:none;
  background:url(/images/divider.gif) repeat-x 0 100%;
  font:13px;
}
.links-list li {
  vertical-align:top;
  height:1%;
  background:url(/images/divider.gif) repeat-x;
}
.links-list span {
  display:block;
  padding:7px 8px 7px 16px;
  background:url(/images/arrow-links.gif) no-repeat 1px 13px;
}
.links-list a {
  color:#3b3479;
  text-decoration:none;
}
.links-list a:hover {
  text-decoration:underline;
}
a.lawyerEmail {
  padding:0;
  background:none;
  text-decoration:none;
  font-weight:bold;
  color:#484282;
}


/*--------------------------------------------
 THUMBNAIL TOPICS
--------------------------------------------*/

.education {
  overflow:hidden;
  /* width:339px; */
  float: left;
  margin: 0 0 15px;
  /*background:url(/images/bg-education.jpg) no-repeat 0 100%;*/
}
.education .block {
  float:left;
  color:#5b5b5b;
  width:290px;
  padding:0 15px 19px 15px;
  margin: 8px 0;
  background:url(/images/bg-education.jpg) no-repeat 0 100%;
}
.education .block .image {
  margin:0 15px 0 0;
  float:left;
}
* html .education .block .image {
  margin-right:12px;
}
.education .block .image img {
  display:block;
}
.education .block .text-holder {
  padding:2px 0 0;
  /* height:1%; */
  overflow:hidden;
  font:14px/16px;
}
.education .block h4 a {
  color:#3b3479;
}

.ico {
  margin:2px 8px 0 2px;
  float:left;
}
/*.ico img {
  display:block;
}*/
.ad {
  margin-bottom:10px;
}


/*--------------------------------------------
 SIDE BAR STRUCTURE
--------------------------------------------*/

#sidebar {
  margin:0 0 -5px;
  padding:35px 0 0 11px;
  width:239px;
  float:right;
}
#sidebar .heading {
  padding:0px 8px 1px;
  overflow:hidden;
  height:1%;
}
#sidebar h3 {
  border-bottom: 1px dotted #aaa;
  padding-bottom:7px;
  margin-bottom: 8px;
}
#sidebar .heading h3 {
  margin:2px 0 1px 1px;
}
#sidebar h4 {
  color:#b25e00;
  font-size:1.1em;
  padding:8px 0 0;  
}
#sidebar .heading h4 {
  float:left;
  margin:0 0 0 -5px;
  color:#ccc;
  font-weight:normal;
  font-size: 11px;
}
#sidebar .container {
  padding:0 0 26px 12px;
  width:auto;
  height:1%;
}
#sidebar .block {
  padding:0 0 24px;
}
#sidebar .block h3 {
  margin:0 0 12px 1px;
}
#sidebar .block .holder {
  width:100%;
  overflow:hidden;
  padding:0 0 16px;
}
#sidebar .block .image {
  margin:5px 10px 0 0;
  float:left;
}


/*--------------------------------------------
 SIDE BAR ADS
--------------------------------------------*/

.logo-lexis {
  margin:0 0 7px;
  display:block;
  width:158px;
  height:28px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(/images/logo-lexis.gif) no-repeat;
}
.logo-lexis a {
  height:100%;
  display:block;
}
.ad2 {
  margin-bottom:10px;
  border-bottom:1px solid #dddddd;
  background:url(/images/bg-dictionary.gif) repeat-y;
}
.ad2 fieldset {
  background:url(/images/bg-dictionary-t.gif) no-repeat;
  padding:13px 7px 14px 12px;
}
/*.ad2 .heading {
  padding:0 5px 0px;
}*/
/*.ad2 .ico {
  margin-right:9px;
}*/
.ad2 h3 {
  /*padding:1px 0 10px;*/
  color:#c96900;
}
.ad2 .text {
  width:168px;
  overflow:hidden;
  height:24px;
  padding:3px 9px 2px 25px;
  margin:0 0 10px;
  display:block;
  background:url(/images/bg-text-dictionary.png) no-repeat;
}
.ad2 .text input {
  position:relative;
  width:165px;
  padding:4px 0;
  margin:0;
  float:left;
  background:none;
  border:none;
  color:#adadad;
  font:11px;
  outline: none;
}
.ad2 .btn-holder {
  height:1%;
  overflow:hidden;
  padding:0 5px 0 3px;
}
.ad2 .submit {
  width:57px;
  height:24px;
  float:left;
  background:url(/images/btn-submit-dictionary.gif) no-repeat;
}
.ad2 .submit input {
  width:57px;
  height:24px;
  float:left;
  padding:0;
  margin:0;
  background:none;
  border:none;
  cursor:pointer;
}
.btmAd {
  margin-bottom:10px;
}
.btmAd h4 {
  color:#ccc;
  font-weight:normal;
  font-size: 11px;
  margin-left:5px;
}

.sponsor {
  margin:7px 0 0;
  width:119px;
  height:11px;
  text-indent:-9999px;
  overflow:hidden;
  float:right;
  background:url(/images/logo-law.gif) no-repeat;
}
.logo-law a {
  height:100%;
  display:block;
}


/*--------------------------------------------
 SIDE BAR LISTS
--------------------------------------------*/

#sidebar .item-list {
  /* background:url(/images/divider.gif) repeat-x 0 100%; */
  margin:-15px 0 10px;
  padding:10px 0 0;
  list-style:none;
  font:13px;
}
#sidebar .item-list li {
  padding:7px 0;
  border-bottom: 1px dotted #aaa;
  /* background:url(/images/divider.gif) repeat-x; */
}
#sidebar .item-list a {
  padding:0 0 0 17px;
  background:url(/images/arrow-links.gif) no-repeat 3px 3px;
  color:#b25e00;
  text-decoration:none;
}
#sidebar .item-list a:hover {
  text-decoration:underline;
}

.products {
  /* border-top: 1px dotted #aaa; */
  /*background:url(/images/divider.gif) repeat-x;*/
  margin:-6px 0 0;
  padding:10px 0 0;
  list-style:none;
  /*font:13px;*/
}
.products a {
  color:#b25e00;
}
.products .open {
  background:url(/images/arrow-down.gif) no-repeat 1px 5px;
}
.products ul {
  font-size:11px;
  line-height:14px;
  margin:0;
  padding:3px 0 10px;
  list-style:none;
}
.products ul a {
  color:#7f7f7f;
}
.products li {
  padding:0 0 0 18px;
  margin:0 0 4px;
  background:url(/images/arrow-links.gif) no-repeat 3px 3px;
}
.products ul li {
  margin:0;
  padding:0 0 0 9px;
  background:url(/images/bullet.gif) no-repeat 0 6px;
}
.products ul ul {
  padding: 0 0 2px 0;
}

/** html #sidebar .block .image {
  margin-right:7px;
}
#sidebar .block .image img {
  display:block;
}
#sidebar .block .text-holder {
  color:#9c9c9c;
  font:12px/15px;
  height:1%;
  overflow:hidden;
}*/


/*--------------------------------------------
 NEWS AND EVENT TABS
--------------------------------------------*/

.tabset {
  position:relative;
  overflow:hidden;
  margin:0 -13px 16px -11px;
  padding:0 0 1px 11px;
  list-style:none;
  text-transform:uppercase;
  font:12px;
  background:url(/images/bg-tabset.gif) repeat-x 0 100%;
}
.tabset li {
  margin:0 3px 0 0;
  float:left;
}
.tabset a {
  color:#6a6a6a;
  text-decoration:none;
  padding:8px 8px 0;
  height:23px;
  background:#f1f1f1;
  border:solid #cacaca;
  border-width:1px 1px 0;
  width:91px;
  float:left;
}
.tabset .active {
  position:relative;
  height:24px;
  margin:0 0 -1px;
  background:#fff;
  color:#525252;
  border-color:#d6d6d6;
}
.tabset a img {
  margin:-1px 5px 0 0;
  vertical-align:top;
  float:left;
}

.tab-content ul {
  height:1%;
  overflow:hidden;
  margin:0 0 10px;
  padding:0;
  list-style:none;
}
.tab-content li {
  padding:5px 0 9px;
  border-bottom: 1px dotted #aaa;
}
.news a {
  color:#727272;
}
.eventRow {
  height:1%;
  overflow:hidden;
  margin:0 0 10px;
  padding:0 0 6px;
  border-bottom: 1px dotted #aaa;
}
.eventDate {
  border:none;
  float:left;
  margin:0;
  padding:0;
  width:18%;
}
.eventDash {
  border:none;
  float:left;
  margin:0;
  padding:0;
  width: 5%;
  text-align:center;
}
.eventTitle {
  border:none;
  float:right;
  margin:0;
  padding:0;
  width:77%;
}
.eventDescription {
  font:9px 'Trebuchet', Helvetica, sans-serif;
}
.eventSpaceLine {
  height: 1px;
  clear: both;
}


/*--------------------------------------------
 FOOTER
---------------------------------------------*/

#footer {
  color:#909090;
  height:1%;
  padding:0 0 0 10px;
  /*background:url(/images/divider-footer.gif) repeat-y;*/
}
#footer ul {
  width:100%;
  overflow:hidden;
  padding:0;
  list-style:none;
}
#footer h4{
  font-size:12px;
  font-weight:normal;
  margin:0 0 14px;
  text-transform: uppercase;
}
#footer .column {
  width: 215px;
  height: 125px;
  padding-left: 15px;
  float: left;
  border-left: 1px solid #aaa;
}
#footer .column:first-child {
  border: none;
}


/*--------------------------------------------
 SITEMAP
---------------------------------------------*/
#sitemap {
  margin:25px;
}

/*--------------------------------------------
 XSLTsearch 2.x
---------------------------------------------*/
.xsltsearch_result {
  border-top: 1px solid #999;
  padding-top: 3px;
}
.xsltsearch_result p {
  margin: 0;
  padding: 0;
}
.xsltsearch_result:hover {
  background: #f6f6f6;
}
.xsltsearch_ordinal {
  font-weight: bold; font-size: 75%;
}
.xsltsearch_title {
  font-weight: bold;
}
.xsltsearch_score {
  font-size: 75%;
}
p.xsltsearch_result_description {
  padding-bottom: 14px;
}
.xsltsearch_description strong { /* search term highlighting */
  background: #ff9;
}
#xsltsearch_navigation {
  text-align: center;
}
#xsltsearch_navigation .disabled {
  color: #999;
}
#xsltsearch_stats {
  font-size: 75%;
  color: #666;
  text-align: right;
}
.xsltsearch_form {
  text-align: center;
}
.xsltsearch_form .input {
  width: 300px;
}

#copyright {
  visibility:hidden;
}

#payFees {
  width:326px;
  padding: 6px 0 16px 0;
  margin: 0 0 10px -14px;
  border-bottom:2px solid #e4e0da;
}
#payFees img {
  display:block;
  margin:auto;
}
/*
#payFees {
  width:312px;
  padding: 10px 0 0 14px;
  margin: 16px 0 -10px -14px;
  border-top:2px solid #e4e0da;
}
*/

/* MOBILE LINK POP UP */
.blockScreen {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  background-color: #fff;
  filter: alpha(opacity = 80);
  opacity:.80;
}

#goMobile_PopUp {
  position: absolute; z-index:999;
  width: 200px;
  display: block;
  background-color: #ee8214;
  border: 2px solid #a7590c;
  padding: 10px;
  font-family: arial;
  font-size: 16px;
  font-weight:bold;
}
#goMobile_pop_head {
  background: #2a244f;
  color: #FFF;
  text-align: center;
  padding: 12px;
  font-size: 18px;
}
#goMobilePopUp_body {
  background-color:#FFFFFF;
  padding:20px;
}
#goMobilePopUp_buttons {
  float:left;
  text-align:center;
}
#goMobile_PopUp .btn {
  float: left;
  clear: both;
  background: url(/images/btn_left.png) no-repeat;
  padding: 0 0 0 10px;
  margin: 5px 0;
  background-color:#ee8214;
}
#goMobile_PopUp .btn a{
  float: left;
  height: 40px;
  background: url(/images/btn_stretch.png) repeat-x left top;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
#goMobile_PopUp .btn span {
  background: url(/images/btn_right.png) no-repeat;
  float: left;
  width: 10px;
  height: 40px;
}

.goog-te-gadget-simple {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 0 !important;
  margin: 0 0 0 -30px !important;
  height: 14px !important;
  position: relative;
  top: -1px !important;
  right: -31px;
}
.goog-te-gadget-simple .goog-te-menu-value {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  color: #9C95C9 !important;
}
.goog-te-gadget-icon {
  height: 12px !important;
  width: 12px !important;
  border: none !important;
  margin-left: 2px;
  margin-right: 0 !important;
  vertical-align: middle;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
