/* *************************** 
  Site - template
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - Zach's styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#2e6286;
	text-decoration:none;
}
a:hover {
	color:#b4d2e0;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:#2e6286 url(https://images.legalriver.com/bg_body.png) top repeat-x;
}
#container {
	width:992px;
	margin:0 auto;
	text-align:left;
	color:#666;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:86px;
	width:988px;
	margin-left:1px;
	position:relative;
	z-index:9999;
}
#header h1{
	position:absolute;
	left:16px;
	top:41px;
	width:309px;
	height:41px;
	}
#header h1 a{
	background:url(https://images.legalriver.com/bg_logo.png) no-repeat;
	width:309px;
	height:41px;
	display:block;
	text-indent:-9999px;
	outline-style:none;	
}
.toplinks{
	position:absolute;
	top:6px;
	right:0;
	}
.toplinks img{
	float:left;
	margin-right:9px;
	}
.toplinks li{
	float:left;
	padding:0 24px 0 15px;
	}
.toplinks li a{
	color:#B4D2E0;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:988px;
	background:url(https://images.legalriver.com/bg_content.png) left repeat-y;	
    }
#content_inner{
	background:url(https://images.legalriver.com/bg_content_inner.png) left top no-repeat;
	width:100%;
	overflow:hidden;
	padding:15px 0 30px 0;
	}
#content_top{
	width:100%;
	height:70px;
	overflow:hidden;
	}
#content_top span{
	float:left;
	color:#e3e9d0;
	font-size:30px;
	padding:6px 0 0 60px;
	}
#content_top  small{
	color:#91b138;
	font-size:18px;
	float:right;
	padding:27px 42px 0 0;
	}
#maincontent{
	float:left;
	padding:16px 0 0 36px;
	width:610px;	
	}
#maincontent h1{
	color:#143C63;
	font-size:29px;
	padding:0 0 6px 0;
	}
#maincontent .text_top{
	margin:0;
	line-height:25px;
	color:#a1a1a1;
	font-size:18px;
	padding:0 100px 21px 0;
		}
.text_box{
	width:100%;
	overflow:hidden;
	padding:0  0 15px 0;
		}
.text_box h3{
	width:100%;
	padding:0  0 15px 0;
	font-variant: small-caps;
		}
.img_left{
		float:left;
		padding:0 45px 20px 32px;
		}
#maincontent h3{
	color:#144f75;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 5px 0;
		}
#maincontentwide{
	float:left;
	padding:16px 0 0 36px;
	width:900px;	
	}
#maincontentwide h3{
	color:#144f75;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 5px 0;
		}
#maincontentwide  p{
	color:#666;
	line-height:16px;
	padding:0 0 10px 0;
	}
#maincontent h3 a,#maincontent h3 a:hover{
	color:#144f75;
	}
#maincontent  p{
	color:#666;
	line-height:16px;
	padding:0 0 24px 0;
	}
.formbox{
	padding:0 0 0 69px;
	}
#maincontent h2{
	color:#2e6286;
	font-size:20px;
	padding:0 0 4px 0;
	}
.formbox_inner{
	background:url(https://images.legalriver.com/bg_formbox_inner.png) left 3px no-repeat;
	padding:0 0 0 6px;
	width:445px;
	position:relative;
	}
.formbox_inner .noindent{
	width:221px;
	height:21px;
	position:absolute;
	left:12px;
	top:15px;
}
span.select {
	position: absolute;
	width: 181px;
	height: 20px;
	padding:1px 28px 0 12px;
	background:url(https://images.legalriver.com/bg_select.png) no-repeat;
	overflow: hidden;
	font-size:14px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#363636;
}
.formbox input{
	background:url(https://images.legalriver.com/btn_start.png) 0 0 no-repeat;
	width:197px;
	height:57px;
	vertical-align:middle;
	border:0;
	padding:0;
	cursor:pointer;
	margin-left:238px;
	}
.formbox span 
{
	position: absolute;
	left: 263px;
	top: 53px;
}
.formbox input:hover{
	background:url(https://images.legalriver.com/btn_start.png) 0 -57px no-repeat;
	}
.formbox input:active{
	background:url(https://images.legalriver.com/btn_start.png) 0 -114px no-repeat;
	}
.formbox  h5{
	font-size:11px;
	font-weight:normal;
	color:#a1a1a1;
	padding:0 0 0 6px;
	}
.formbox  h5 a{
	color:#a1a1a1;
	text-decoration:underline;
	}
.formbox  h5 a:hover{
	color:#a1a1a1;
	text-decoration:none;
	}
.cols{
	width:100%;
	overflow:hidden;
	padding:19px 0 3px 0;
	}
.col_left{
	float:left;
	padding:0 0 0 48px;
	width:316px;
	}
.col_middle{
	width:295px;
	float:left;
	}
.col_left .col_img{
	width:80px;
	}
.col_right{
	width:260px;
	float:left;
	}
.col_img{
	float:left;
	width:70px;
	}
.col_text{
	float:left;
	width:190px;
	font-size:11px;
	padding: 3px 0 0 0;
	}
.col_text h3{
	font-size:18px;
	font-weight:normal;
	color:#144f75;
	padding:0 0 2px 0;
	}
.col_text p{
	color:#8c8c8c;
	padding:0 0 1px 0;
	}
.col_text a,.col_text a:hover{
	color:#144f75;
	}
.bottom{
	width:100%;
	overflow:hidden;
	padding-bottom:37px;
	}
.bottom_left{
	float:left;
	width:450px;
	height:128px;
	background:url(https://images.legalriver.com/bg_bottomleft.png) left no-repeat;
	margin-left:37px;
	display:inline;
	overflow:hidden;
	}

.bottom_left h2{
	margin:5px 0 8px 12px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:21px;
	}
.bottom_left  p{
	margin-left:33px;
	width:420px;
	font-size:11px;
	}
.bottom_left  p span{
	margin-right:22px;
	color:#144f75;
	}
.bottom_left  p  a,.bottom_left  p  a:hover{
	color:#144f75;
	}
.bottom_left  p span img{
	margin-right:8px;
	margin-bottom:5px;
	margin-top:5px;
	vertical-align:middle;
	}
.bottom_right{
	float:left;
	width:450px;
	height:128px;
	margin-left:16px;
	display:inline;
	background:url(https://images.legalriver.com/bg_bottomright.png) left no-repeat;
	}
.bottom_big{
	float:left;
	width:920px;
	height:128px;
	background:url(https://images.legalriver.com/bg_bottomlong.png) left no-repeat;
	margin-left:37px;
	display:inline;
	overflow:hidden;
	margin-top: 30px;
	}
.text_within{
	width:400px;
	margin:15px 0 0 37px;
	line-height:25px;
	color:#91b138;
	font-size:17px;
	position:relative;
	}
.text_within span{
	position:absolute;
	bottom:0;
	right:55px;
	color:#2e6287;
	}
.text_within em{
	font-style:normal;
	margin-right:150px;
	}
	
.bottom_big .text_within{
	width:855px;
	margin:15px 0 0 37px;
	line-height:25px;
	color:#91b138;
	font-size:17px;
	position:relative;
	}
	
.logos{
	margin:0 0 0 63px;
	width:880px;
	}
.logos li{
	float:left;
	}
.logos li a{
	display:block;
	height:31px;
	text-indent:-9999px;
	outline-style:none;
	}
.logos .logo1 a{
	width:145px;
	background:url(https://images.legalriver.com/bg_logos.png) 0 0 no-repeat;
	}
.logos .logo1 a:hover{
	background:url(https://images.legalriver.com/bg_logos.png) 0 -31px no-repeat;
	}
.logos .logo2{
	margin-left:71px;
	display:inline;
	}
.logos .logo2 a{
	width:180px;
	background:url(https://images.legalriver.com/bg_logos.png) -215px 0 no-repeat;
	}
.logos .logo2 a:hover{
	background:url(https://images.legalriver.com/bg_logos.png) -215px -31px no-repeat;
	}
.logos .logo3{
	margin-left:86px;
	display:inline;
	}
.logos .logo3 a{
	width:135px;
	background:url(https://images.legalriver.com/bg_logos.png) -481px 0 no-repeat;
	}
.logos .logo3 a:hover{
	background:url(https://images.legalriver.com/bg_logos.png) -481px -31px no-repeat;
	}
.logos .logo4{
	margin-left:89px;
	display:inline;
	}
.logos .logo4 a{
	width:134px;
	background:url(https://images.legalriver.com/bg_logos.png) -703px 0 no-repeat;
	}
.logos .logo4 a:hover{
	background:url(https://images.legalriver.com/bg_logos.png) -703px -31px no-repeat;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	float:right;
	width:308px;
	padding: 51px 0 0 0;
	}
.typesbox{
	background:#e8f1f5;
	width:267px;
	margin-bottom:32px;
	}
.typesbox_inner{
	background:url(https://images.legalriver.com/bg_types_top.png) left top no-repeat;
	}
.typesbox_content{
	background:url(https://images.legalriver.com/bg_types_bot.png) left bottom no-repeat;
	padding:14px 19px 20px 18px;
	width:230px;
	}
.typesbox h3{
	font-size:15px;
	font-weight:normal;
	color:#363636;
	padding:0 0 16px 0;
	}
.typesbox li{
	padding:0 0 5px 26px;
	width:204px;
	background:url(https://images.legalriver.com/icon_right.png) left 4px no-repeat;
	font-size:11px;
	}
.typesbox li a,.typesbox li a:hover{
	color:#2e6286;
	}
.steps{
	padding:0 0 49px 20px;
	width:188px;
	}
.steps h2{
	font-size:17px;
	font-weight:normal;
	color:#144f75;
	padding:0 0 14px 0;
	}
.steps ul{
	width:100%;
	overflow:hidden;
	}
.steps li{
	width:100%;
	float:left;
	padding:0 0 8px 0;
	}
.steps li .step_left{
	float:left;
	width:48px;
	text-align:center;
	color:#d1e4ec;
	padding:4px 0 0 0;
	}
.steps li .step_left .text_1{
	background:url(https://images.legalriver.com/bg_text1.png) center no-repeat;
	height:22px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
	}
.steps li .step_left .text_2{
	background:url(https://images.legalriver.com/bg_text2.png) center no-repeat;
	height:22px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
	}
.steps li .step_left .text_3{
	background:url(https://images.legalriver.com/bg_text3.png) center no-repeat;
	height:22px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
	}
.steps li .step_right{
	float:left;
	width:140px;
	}
.steps li .step_right p{
	font-size:11px;
	padding:0 0 10px 0;
	}
.steps li .step_right h3{
	font-weight:normal;
	font-size:13px;
	color:#363636;
	padding-bottom:6px;
	}
.havebox{
	float:right;
	background:url(https://images.legalriver.com/bg_have.png) left top no-repeat;
	width:303px;
	padding:7px 0 0 0;
	}
.havebox p{
	padding:11px 0 0 20px;
	height:57px;
	}
.havebox p span{
	float:left;
	padding-top:9px;
	padding-right:28px;
	color:#fff;
	font-size:13px;
	}
.havebox p .chat{
	font-size:17px;
	background:url(https://images.legalriver.com/bg_chat.png) no-repeat;
	width:106px;
	height:37px;
	font-size:17px;
	color:#fff;
	line-height:35px;
	text-align:center;
	float:left;
	}
.havebox p .chat:hover{
	color:#fff;
	}
.havebox  b{
	font-size:16px;
	font-weight:normal;
	margin-left:90px;
	color:#a1a1a1;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	background:#143c63 url(https://images.legalriver.com/bg_footer.png) top left no-repeat;
	padding:21px 0 100px 0;
	
}#footer_top{
	width:100%;
	overflow:hidden;
	}
.footer_left{
	float:left;
	margin-left:25px;
	display:inline;
	width:223px;
	padding-right:76px;
	}
.footer_logo a{
	display:block;
	background:url(https://images.legalriver.com/bg_logofooter.png) no-repeat;
	width:223px;
	height:47px;
	text-indent:-9999px;
	outline-style:none;
	}
.link_btn {
	padding:29px 0 0 31px;
	}
.link_btn a{
	background:url(https://images.legalriver.com/bg_footer_lefta.png) 0 0 no-repeat;
	width:192px;
	height:28px;
	padding:4px 0 0 0;
	display:block;
	text-align:center;
	font-size:16px;
	color:#fff;
	}
	
.link_btn a:hover{
	text-decoration:none;
	color:#fff;
	background:url(https://images.legalriver.com/bg_footer_lefta.png) 0 -32px no-repeat;
	}
.link_btn .link_atty .text_biz{
	display:none;
	}
.link_btn .link_biz .text_atty{
	display:none;
	}
.footer_links{
	float:left;
	width:177px;
	padding:30px 10px 0 0;
	}
.footer_links h3{
	color:#B4D2E0;
	font-size:12px;
	padding:0 0 6px 0;
	}
.footer_links h3 a,.footer_links h3 a:hover{
	color:#B4D2E0;
	}
.footer_links li{
	font-size:10px;
	padding:0 0 2px 0;
	}
.footer_links li a,.footer_links li a:hover{
	color:#4695CC;
	}
.footer_right{
	float:left;
	padding:21px 0 0 0;
	}
.footer_right li{
	float:left;
	margin-right:4px;
	padding-bottom:20px;
	position:relative;
	}
.footer_right li a{
	display:block;
	width:23px;
	height:23px;
	text-decoration:none;
	}
.footer_right li a:hover{
	text-decoration:none;
}
.footer_right li a span{
	display:none;
	text-decoration:none;
	}
.footer_right li a:hover span{
	display:block;
	width:70px;
	height:15px;
	padding-top:5px;
	color:#a1a1a1;
	text-decoration:none;
	position:absolute;
	bottom:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer_right li #icon2:hover span{
	left:-27px;
	}
.footer_right li #icon3:hover span{
	left:-50px;
	}
.footer_right li #icon1{
	background:url(https://images.legalriver.com/bg_icons.png) 0 0 no-repeat;
	}
.footer_right li #icon1:hover{
	background:url(https://images.legalriver.com/bg_icons.png) 0 -23px no-repeat;
	}
.footer_right li #icon2{
	background:url(https://images.legalriver.com/bg_icons.png) -23px 0 no-repeat;
	}
.footer_right li #icon2:hover{
	background:url(https://images.legalriver.com/bg_icons.png) -23px -23px no-repeat;
	}
.footer_right li #icon3{
	background:url(https://images.legalriver.com/bg_icons.png) -46px 0 no-repeat;
	}
.footer_right li #icon3:hover{
	background:url(https://images.legalriver.com/bg_icons.png) -46px -23px no-repeat;
	}
#footer p{
	font-size:10px;
	color:#a1a1a1;
	margin-left:60px;
	width:700px;
	padding:66px 0 18px 0;
	line-height:16px;
	}
#footer p a{
	color:#4695CC;
	text-decoration:underline;
	}
#footer p a:hover{
	color:#4695CC;
	text-decoration:none;
	}
#footer .copyright{
	color:#2E6286;
	padding:0;
	}

/* *************************** 
   $7 Zach's Styles
   ***************************/
.abouttitle{
	padding-bottom: 15px;
	}

.postingleft 
{
	float:left;
	width:20px;
	text-align:center;
}

.postingright
{
	float:left;
	text-align:center;
	padding: 0 0 0 5px;
	font-size: 15px;
}

.postingactive {
	background:url(https://images.legalriver.com/postingactive.png) center no-repeat;
	height:20px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
}

.postingnotyet {
	background:url(https://images.legalriver.com/postingnotyet.png) center no-repeat;
	height:20px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
}

.postingcomplete {
	background:url(https://images.legalriver.com/postingcomplete.png) center no-repeat;
	height:20px;
	display:block;
	width:100%;
	text-indent:-9999px;
	outline-style:none;
}
	
.regularunorderedlist ul
{
	margin-left: 15px;
}

.regularunorderedlist li
{
	list-style-type: square; 
	padding: 5px 0 5px 0;
}

.PopupPanel 
{
	border: solid 1px black; 
	width: 400px; 
	text-align:left; 
	padding: 7px 7px 7px 7px; 
	background-color: #ECECEC;
}

.PopupPanel p 
{
	padding: 4px 0 4px 0;
}

.postingissueul li {
	padding-top:13px;
	padding-bottom:13px;
	text-align: left;
}

.postingissueul li .header 
{
	padding-top:20px;
	text-align: left;
}

.postingissueul .left {
	width:250px;
	float:left;
}

.postingissueul .leftfull {
	width:500px;
	float:left;
}

.float-left 
{
	float:left;
	text-align: left;
}

.watermark {
	color: Gray;
	background-color: White;
}

.divleft 
{
	float:left;
	width:180px;
	padding: 0px 5px 0px 5px;
}

.matrix_img 
{
	vertical-align:bottom;
	height:125px;
}

#ctl00_bodycontent_ddlIssueType 
{
	width:200px;
	height:22px;
	font-size:12px;
}

.bioperson 
{
	float:left;
	width: 425px;
	text-align:left;
	padding-left: 20px;
}

.bioperson p
{
	font-size: 14px;
	color: Black;
	font-weight:bold;
}

.bioperson span
{
	color: Gray;
	font-weight: normal;
}

.bioblrub 
{
	background-color:#ececec;
	border: solid 1px #666;
	padding: 15px 15px 15px 15px;
	margin-bottom: 25px;
	width: 880px;
}

.biopicture
{
	margin: 0px 8px 8px 0px;
}

input[type=checkbox] 
{
	margin-right: 5px;
}

input[type=radio] 
{
	margin-right: 5px;
}

.managementlinks 
{
	width:100%;
	float: left;
	padding-top: 6px;
}

.managementlinks li 
{
	float: left;
	padding: 0 2px 0 0;
}


/*************************************/
/*Banner Landing Pages               */
/*************************************/

.content_box{
	width:100%;
	overflow:hidden;
	background:url(https://images.legalriver.com/landingimages/bg_content_bot.png) bottom no-repeat;
	padding:22px 0 32px 0;
	}
.content_box li{
	height:70px;
	float:left;
	width:430px;
	}
.content_box .colleft{
	width:460px;
	padding:0 0 0 32px;
	}
.content_box img{
	float:left;
	}
.content_box .textbox{
	float:left;
	padding:0 0 0 9px;
	width:335px;
	}
.textbox h2{
	font-size:17px;
	color:#153d60;
	font-weight:normal;
	}

.ip{
	width:100%;
	overflow:hidden;
	padding: 5px 0 35px 0;
	margin-left: 62px;
	background:url(https://images.legalriver.com/bg_ip.png) top left no-repeat;
	}
	
.ipleft
{
	position:relative;
	float:left;
	width:213px;
}

.ipleft .labeltitle
{
	padding-top: 10px;
	font-size: 15px;
	text-align:center;
	width:213px;
}

.ipmain
{
	width:658px;
	float:left;
	position:relative;
	padding: 8px 0 0 20px;
	font-size: 16px;
}

.ip2
{
	width:100%;
	overflow:hidden;
	margin-left: 62px;
	}
	
.ipleft2
{
	position:relative;
	float:left;
	width:183px;
}

.ipleft2 .labeltitle2
{
	padding-top: 10px;
	font-size: 15px;
	text-align:right;
	vertical-align: middle;
	width:183px;
}

.ipmain2
{
	margin-left: 10px;
	width:658px;
	vertical-align: middle;
	float:left;
}