/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
  background: #12254a;

}
h1 {
	color: #004fbc;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #4a8ecb;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h3 {
	color: #599763;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; text-align: justify; }
a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }

.t-c { text-align: center; }
.t-r { text-align: right; }

.va-m { vertical-align: middle; }

.bluesm {color: #12254b;}

#nav-holder{
  width: 954px;
  margin: 0 auto 0 auto;
  position: relative;
}

#nav{
  width: 954px;
  height: 36px;
  padding-top: 15px;
  margin: 0 auto 0 auto;
  background: url("/images/litigation/bg-nav.png") repeat-y;
  text-align: right;
  font-size: 1.4em;
}

#nav ul { /* all lists */
	padding: 0;
	margin-right: 15px;
	list-style: none;
	line-height: 1;
}

#nav a {
  margin: 0px 10px 0 10px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
}

#nav li { /* all list items */
	float: right;
  border-right: 1px solid #fff;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li.end{
  border: 0;
}

#nav li ul { /* second-level lists */
  padding-top: 12px;
  margin-left: -1px;
  background: url("/images/blank.gif");
  border-bottom: 1px solid #706260;
	position: absolute;
	width: 10.62em;
	top: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul#contact-drop { right: -8px; }

#nav li ul li{
  border: 0;
  border-left: 1px solid #706260;
  border-right: 1px solid #706260;
}

#nav li ul a{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #d52d36;
  margin: 0;
  width: 10em;
  padding: 3px;
  text-align: left;
  position: static;
  display: block;
  float: left;
  top: 0;
}

#nav li ul li.bottom a{
  border-bottom: 1px solid #fff;
}

#nav li ul a:hover{
  text-decoration: none;
  background: #0094cb;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	top: auto;
}

#main{
  width: 968px;
  background: url("/images/litigation/bg-main.png") repeat-y;
  margin: -10px auto 0 auto;
  padding-top: 15px;
}

#header{
  width: 908px;
  height: 105px;
  margin: 0 auto 12px auto;
  background: url("/images/litigation/bg-header.jpg") no-repeat;
}

#header img.logo{
  margin: 10px 0 0 18px;
}

#index-top{
  width: 908px;
  margin: 0 auto 16px auto;
}

#callout-links{
  width: 197px;
  float: right;
}

#callout-links a{
  /*Width and left padding need to combine to 197px*/
  width: 175px;
  padding-left: 22px;
  /*Height and top padding need to combine to 47px*/
  height: 33px;
  padding-top: 14px;
  margin-bottom: 5px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: url("/images/litigation/bg-callout.gif") no-repeat;
}

#callout-links a:hover{
  background: url("/images/litigation/bg-callout-hover.gif") no-repeat;
}

#flash-div{
  width: 697px;
  height: 206px;
  float: left;
}

#bwm-copy{
  width: 908px;
  margin: 0 auto 0 auto;
  color: #676767;
}

#bwm-copy a{
  color: #c62033;
  position: relative;
}

#bwm-copy a:hover{  
  color: #0094cb;
}

#bwm-copy h1{
  color: #12254b;
}

#bwm-copy h2{
  color: #12254b;
}

#bwm-copy a.small-button{
  display: block;
  width: 74px;
  height: 21px;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: url("../../images/litigation/bg-small-button.gif") no-repeat;
  border: 0;
  line-height: 1.52em;
  padding: 2px 0 0 0;
}

#bwm-copy a.small-button:hover{
  background: url("../../images/litigation/bg-small-button-hover.gif") no-repeat;
  cursor: pointer;
  color: #fff;
}

#login{
  /* Combined width and horizontal padding must equal 224px
     Combined height and vertical padding must equal 294px */
  width: 198px;
  padding: 13px 13px 0 13px;
  height: 281px;
  background: url("../../images/litigation/bg-login.png") no-repeat;
	font-size: 1.3em;
}

#login p{
  font-size: .88em;
}

#login form{
  border-bottom: 1px solid #a19e9e;
  margin-bottom: 12px;
}

#login form input{
  width: 190px;
  padding: 3px;
  margin: 0 auto 10px auto;
  display: block;
  border: 1px solid #12254b;
  color: #989898;
  position: relative;
}

#login form input.remember{
  width: auto;
  float: right;
  border: none;
  margin-left: 5px;
}

#login form .small-button{
  cursor: pointer;
  float: left;
}

#index-news{
  /* Combined width and horizontal padding needs to equal 334px */
  padding: 13px 13px 13px 13px;
  width: 308px;
  float: right;
	font-size: 1.2em;
  background: url("../../images/litigation/bg-news.jpg") no-repeat;
}

#index-news p{
  font-size: .88em;
  line-height: 1.32em;
  margin-bottom: 15px;
}

#bwm-copy .date{
  font-weight: bold;
  color: #12254b;
}

#index-copy {
  width: 288px;
  float: left;
	font-size: 1.2em;
  margin-left: 30px;
}
#index-copy  p{
  line-height: 1.6em;
}

#bwm-copy .large{
  font-size: 1.12em;
  line-height: 1.32em;
}

#bwm-copy .blue{
  font-size: 1.12em;
  color: #12254b;
  line-height: 1.42em;
}

#main-base{
  width: 938px;
  height: 4px;
  margin: 0 auto;
  background: url("../../images/litigation/bg-base.png") no-repeat;
  font-size: 0em;
}

#left-col{
  width: 663px;
  padding-left: 10px;
	font-size: 1.3em;
}

#bwm-copy .bg-paper-clip{
  background-image: url("/images/litigation/paperclip-bg.jpg");
  background-position: right 70%;
  background-repeat: no-repeat;
}

#left-col p{
  line-height: 1.6em;
}

#left-col img.top-img{
  float: right;
  position: relative;
  left: 11px;
}

#left-col ol, #left-col ul{
  color: #12254b;
  margin-left: 40px;
  padding-bottom: 15px;
}

#left-col li{
  margin-bottom: 5px;
}

#left-col p{
  margin-bottom: 15px;
}

#left-col div.map{
  float: left;
  width: 307px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#left-col div.map iframe{
  border: 1px solid #666;
}

#left-col div.map p{
  line-height: 1.22em;
  margin: 0;
  padding: 0;
}

#left-col form.register input{
  display: block;
  width: 300px;
  margin-bottom: 10px;
  border: 1px solid #12254a;
  color: #666;
}

#left-col form.register input.city{
  width: 170px;
  margin-right: 10px;
  float: left;
}

#left-col form.register input.zip{
  width: 56px;
}
#left-col form.register input.submit{
  width: 70px;
  color: #000;
  border: 3px outset #666;
  clear: left;
}

#left-col form.register input.checkbox{
  display: inline;
  width: auto;
  border: 0;
  float: left;
  margin: 0 5px 10px 0;
}

#left-col form.register label{
  font-size: .82em;
  color: #666;
}

#left-col form.register select{
  display: block;
  width: 45px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #12254a;
  color: #666;
}

#footer{
  width: 908px;
  margin: 10px auto;
	font-size: 1.2em;
}

#footer p{
  color: #5e607b;
}

#footer a{
  color: #5e607b;
  text-decoration: none;
}

#footer a:hover{
  color: #fff;
  text-decoration: underline;
}

#footer p.footer-nav{
  color: #fff;
  float: left;
}

#footer p.footer-nav a{
  color: #fff;
  margin: 0 3px;
}

#rss li { color: #12254a; margin-bottom: 15px; }
.testimonial { display: block; border-bottom: 1px solid #12254a; margin: 0 0 3px 0; padding: 0 0 3px 0; }

.payment-form h1 {
	text-align: left;
}
.payment-form td { padding: 2px; }
#red { color: #FF0000; }


.email_confirm { display: none; }


