@charset "utf-8";
/* CSS Document */
body{
  margin:0;
  background:#fff url(../images/bg_attydirectory.png) repeat-x;
  }
#header {
	height: 95px;
	}

#header a.logo_attydirectory{
	outline:none;
	margin:0;
	float:left;
	display:inline;
	background:url(../images/logo_attydirectory.png) no-repeat;
	overflow:hidden;
	width:648px;
	padding:94px 0 0;
	height:0 !important;
	height /**/:64px;}
	
#container{
 width:960px;
 margin:20px auto;
}
	
#directory_content {
	width: 630px;
    float:left;
	
	
	}
#profile_content {
	width: 620px;
	margin: 20px 0 0;
	float:left;
	
	}
#searchbox_outer {
	border: 1px solid #90908f;
	width: 630px;
	margin: 29px auto;
	padding: 3px;
	
	}
#searchbox_inner {
	border: 1px solid #ebeef3;
	
	width: 628px;
	background-color: #ebeef3;
	margin: 0 auto;
	}
#search_field {
	margin: 15px;
	}
#search_input {
	height: 38px;
	border-top: 1px solid #0d344e;
	border-bottom: 1px solid #0d344e;
	border-left: 1px solid #0d344e;
	border-right: none;
	font-size: 28px;
	font-weight: normal;
	width: 370px;
	color: #616067;
	padding: 0 10px;
	float: left;
	margin-right: -3px;
	}
#search_submit {
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
#attorney_search_radio {
	background: transparent url(../images/attorneyname_radio.png) no-repeat;
	width: 113px;
	height: 18px;
	float: left;
	margin: 5px 0 0;
	}
#citystatezip_search_radio {
	background: transparent url(../images/citystatezip_radio.png) no-repeat;
	width: 138px;
	height: 18px;
	float: left;
	margin: 5px 0 0 10px;
	}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 39px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #676767;*/
	/*border-left: 1px solid #676767;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 38px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #676767;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #D5E0EC;
	font-size: 20px;
	border-right: 3px solid #fff;
}
ul.tabs li a, ul.tabs li a:visited {
	text-decoration: none;
	color: #0d344e;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	/*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #0d344e;
	color: #fff;
	text-decoration: none;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a:visited  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F2F2F2;
	border-bottom: 1px solid #F2F2F2; /*--Makes the active tab look like it's connected with its content--*/
	color: #0d344e;
	text-decoration: none;
}
.tab_container {
	/*border: 1px solid #676767;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	margin-bottom: 100px;
}
.tab_content {
	padding: 0;
	font-size: 1.2em;
	background: #F2F2F2;

}
.border_r {
	border-left: 1px solid #676767;
	padding-left: 15px;
}	

table.filter_listing  td{
	padding-left:10px;
	padding-bottom:5px;
	line-height:20px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	}
table.directory_listing  td{
	padding: 15px 15px 15px 15px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	}
table.directory_listing2 td{
	padding: 5px 15px 15px 15px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}
table.directory_listing2  a{
	color: #21394d;
	text-decoration: none;
	border-bottom: 1px dotted #7a8c26;
	}
table.directory_listing2  a:visited{
	color: #646464;
	text-decoration: none;
	border-bottom: 1px dotted #7a8c26;
	}
table.directory_listing2  a:hover{
	color: #b76c00;
	text-decoration: none;
	border-bottom: 1px dotted #b76c00;
	}
table.directory_listing2 p {
			margin-bottom: 7px;
			line-height: 16px;
		}

	
table.directory_listing p {
			margin-bottom: 7px;
			line-height: 16px;
		}
table.directory_listing  a{
	color: #21394d;
	text-decoration: none;
	border-bottom: 1px dotted #7a8c26;
	}
table.directory_listing  a:visited{
	color: #646464;
	text-decoration: none;
	border-bottom: 1px dotted #7a8c26;
	}
table.directory_listing  a:hover{
	color: #b76c00;
	text-decoration: none;
	border-bottom: 1px dotted #b76c00;
	}
#search_results {
	/*background-color: #ebeef3;
	border: 1px solid #676767;*/
	/*padding: 10px;*/
	font-family: 'lucida sans unicode';
	width: 100%;
	}
#search_results td {
	border-bottom: 1px solid #dfdfdf;	
	}
#search_results td.borderl {
	border-left: 1px solid #dfdfdf;	
	}
#search_results td.left {
	vertical-align: top;
	padding: 15px 0;
	}
#search_results td.middle {
	vertical-align: top;
	padding: 15px 10px;
	}
#search_results td.right {
	padding: 15px 20px;
	}

.search_results_header {
	color: #7F9A00;
	font-size: 27px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: bold;
	line-height: 25px;
	}
.results_found {
	color: #163c55;
	font-size: 18px;
	font-family: arial;
	margin-bottom: 0;
	}
.medium {
	font-size: 15px;
	font-family: arial;
	}
.bold {
	font-weight: bold;
	}
.divider2 {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin:0 0 5px;
	width:100%;
	}
.divider3 {
	border-bottom:1px solid #dfdfdf;
	clear:both;
	margin:0 0 5px;
	width:100%;
	}
#search_results_nav {
	margin: 0 0 10px 0;
	}
#search_results_nav a#prev, #search_results_nav a#next {
	background-color: #ebeef3;	
	font-size: 14px;
	font-family: arial;
	padding: 5px 10px;
	font-weight: bold;
	color: #163c55;
	}
#search_results_nav a#prev:hover, #search_results_nav a#next:hover {
	background-color: #7a8c26;	
	font-size: 14px;
	font-family: arial;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	}
#search_results_nav a#prev {
	float: left;	
	}
#search_results_nav a#next {
	float: right;
	}	
.profile_img {
	display: block;
	height: 77px;
	}
a#view_profile {
	background-color: #7a8c26;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	margin: 3px 0 0 0;
	display: block;
	text-align: center;
	font-weight: bold;
	}
a#view_profile:hover {
	background-color: #163C55;
	}
a.atty_name {
	color: #264960;
	font-size: 21px;
	display: block;
	font-family: georgia;
	}
.atty_location {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	}
.atty_website {
	display: block;
	font-size: 14px;
	}
a.atty_website {
	color: #002ba7;
	text-decoration: underline;
	font-family: georgia;
	}
.atty_areasoflaw {
	display: block;
	font-size: 12px;
	margin: 10px 0 0;	
	}
.atty_contact_number {
	color: #163c55;
	font-size: 18px;
	font-weight: bold;
	display: block;
	}
.atty_contact_address {
	font-size: 12px;
	display: block;
	margin: 14px auto 0 auto;
	}
#attorney_profile_block {
	background: #f3f3f3 /*url(../images/atty_profile_bg.png) no-repeat center top*/;
	width: 610px;
	}
#attorney_profile_block div.cont {
	width: 560px;
	padding: 30px 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
	}
#attorney_profile_block div.cont table td {
	padding: 0 5px;	
	}
.block {
	display: block;
	}	
.attorney_profile_name {
	font-family: georgia;
	font-size: 24px;
	line-height: 1.3em;
	color: #1e3d54;
	}
.attorney_profile_address {
	font-size: 15px;
	line-height: 1.1em;
	}
.attorney_profile_number {
	font-size: 18px;
	font-weight: bold;
	margin: 3px 00;
	}
a.attorney_profile_web {
	font-family: georgia;
	font-size: 16px;
	color: #2b5798;
	text-decoration: underline;
	}
td.attorney_profile_img img {
	width: 110px;
	border: 5px solid #fff;
	}
td.attorney_profile_basicinfo {
	vertical-align: top;
	padding: 0 10px;
	}
#profile_update {
	padding: 15px 0 5px 0;
	color: #6c6c6c;
	font-size: 11px;
	text-align: right;
	}
#profile_claimnow {
	text-align: right;
	padding: 20px 0;
	font-size: 12px;
	font-weight: bold;
	}
	
ul.attorneytabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #676767;
	border-left: 1px solid #676767;*/
	width: 610;
}
ul.attorneytabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 29px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #676767;*/
	border-right: 3px solid #fff;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #d5e0ec;
}
ul.attorneytabs li a, ul.attorneytabs li a:visited {
	text-decoration: none;
	color: #0d344e;
	display: block;
	font-size: 15px;
	padding: 0 20px;
	/*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.attorneytabs li a:hover {
	background: #0d344e;
	color: #fff;
	text-decoration: none;
}
html ul.attorneytabs li.active, html ul.attorneytabs li.active a:hover, html ul.attorneytabs li.active a:visited  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2; /*--Makes the active tab look like it's connected with its content--*/
	color: #0d344e;
	text-decoration: none;
}
.attorneytab_container {
	/*border: 1px solid #676767;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 610px;
	background: #fff;
	margin-bottom: 100px;
}
.attorneytab_content {
	padding: 30px 0;
	font-size: 1.2em;
	background: #f2f2f2;

}
#attorney_profile_tab table {
	width: 90%;
	margin: 0 auto;
	font-family: arial;
	}
#attorney_profile_tab table td {
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	font-size: 13px;
	}
	
#attorney_contact_tab table {
	width: 90%;
	margin: 0 auto;
	font-family: arial;
	}
#attorney_contact_tab table td {
	background-color: #fff;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
	font-size: 13px;
	}
.lefttype_1 {
	font-size: 13px;
	color: #63760c;
	font-weight: bold;
	}
ul.none {
	list-style-type: none;
	}
ul.none li {
	margin: 0;
	}
#attorney_qs_tab table {
	width: 90%;
	margin: 0 auto;
	font-family: arial;
	}

.leftnav{
 float:left;
  width:110px;
  padding-top:40px;
  padding-left:30px;
}
#filterpadding{
padding-bottom:20px;

}
#filterinside{
background-color:#EBEEF3;
margin:3px;
}
#filtertable h3{
 padding-top:5px;
 padding-left:5px;
}
#filtertable h2{
  padding-left:5px;
  
}
#filtertable{
 border:1px solid #90908F;
 background-color:white;
 padding:1px;
 width:632px;
 
}	
#filtertable table{
border:0px;



}
#filtertable td{
 border:0;
padding-right:30px;

width:33%;

}
#filtertable .postdate{
padding-bottom:10px;
color: #21394d;
	text-decoration: none;
	
	}

#locationslinks a{
 float:left;
 padding-right:20px;
 font-size:12px;
}
#locationslinks{
 padding-left:15px;
 padding-top:20px;
}
.locations{
 font-size:18px;
 padding-right:20px;
 font-weight:bold;
}

#locationslinks span{
 display:none;
}

#locationslinks a{
outline:none;
}

