@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}

/* ---------- Typography ---------- */

p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
}
h1 {
	font-size: 24px;
	
	text-transform: uppercase;
	color: #FFFFFF;
}
h2, h4 {
	font-size: 14px;
	color: #565656;
	text-transform: uppercase;
	padding-top: 20px;
}
h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
}

/* ---------- Graphics ---------- */
/* 4 rounded corners */
.rounded_corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.highlight {
	background-color: #fcfcb6;
}

/* ---------- Header ---------- */


#header p {
	font-size: 12px;
	color: #FFFFFF;
}
#top_white {
	background: #ffffff;
	height: 5px;
}
#header_wrap {
	background: url(../images/texture_bg.png) repeat;
	padding-bottom: 40px;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#logo_menu {
	overflow: hidden;
}
#logo {
	float: left;
	margin-top: 25px;
}
#logo a {
	border: 0;
}

/* ---------- Menu ---------- */

#menu_wrap {
	float: right;
}
#menu {
	height: 37px;
	float: left;
	padding-top: 2px;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background:url(../images/menu_repeat.jpg) repeat-x;
}
#menu li {
	float: left;
	margin: 0px 15px;
}
#menu li a {
	text-decoration: none;
	color: #696969;
}
#menu_left {
	width: 36px;
	height: 24px;
	background: url(../images/menu_left.png) no-repeat ;
	display: block;
	float: left;
}
#menu_right {
	width: 36px;
	height: 24px;
	background: url(../images/menu_right.png) no-repeat ;
	display: block;
	float: left;
}

/* ---------- Intro text ---------- */

#intro_text {
	width : 410px;
	margin-top: 55px;
	overflow: hidden;
}

#intro_text_subpage {
	width : 410px;
	margin-top: 75px;
	margin-bottom: 75px;
	overflow: hidden;
}
#intro_text_full {
	margin-top: 75px;
	margin-bottom: 75px;
	padding-right: 0px;
	overflow: hidden;
}
#intro_text_full .tagline {
	font-size: 14px;
}

/* ---------- Content ---------- */

#content_wrap {
	background: url(../images/white_content_bg.jpg) top left repeat-x #ffffff;
	padding-top: 40px;
}
#content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#left {
	width: 432px;
	float: left;
	overflow: hidden;
}
#right, #right_portfolio {
	width: 465px;
	float: right;
	margin-top: -255px;
}
#left_subpage {
	width: 432px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: -120px;
}
#right_subpage {
	width: 405px;
	position: relative;
	float: right;
	margin-top: -200px;
	background: url(../images/right_subpage_bg.png) top left no-repeat ;
	padding: 7px 27px;
}
#right_portfolio {
	margin-top: -175px;
}
.floatimg {
	float: left;
	margin: 0px 30px 10px 0px;
}
.text_block {
	background: url(../images/div_shadow.png) bottom no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}
.text_block table, .text_block_nosep table {
	margin-top: 10px;
	width: 432px;
}
.text_block td, .text_block_nosep td {
	font-size: 12px;
	line-height: 16px;
}
.text_block td a, .text_block_nosep td a {
	color: #696969;
	text-decoration: none;
}
.text_block td a:hover, .text_block_nosep td a:hover {
	color: #333333;
	text-decoration: underline;
}
.text_block_nosep {
	background: none;
	overflow:hidden;
}
.last {
	margin-right: 0px !important;
}
.small_button {
	width: 106px;
	height: 24px;
	display: block;
	margin-top: 20px;
	line-height: 25px;
	background: url(../images/small_button.png) top left no-repeat;
	text-align: center;
	color: #ad5000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.small_button:hover {
	background: url(../images/small_button.png) bottom left no-repeat;
}

/* ---------- Homepage ---------- */

#laptop {
	width: 388px;
	height: 261px;
	padding: 41px 0px 0px 72px;
	background: url(../images/laptop.png) top left no-repeat;
}
#from_the_blog {
	background: url(../images/div_shadow.png) bottom no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}
.blog_small {
	margin-top: 20px;
	height: 75px;
}
.blog_small_text {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.blog_small_text a {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.blog_small_text a:hover {
	text-decoration: underline;
}
#recent_project ul {
	margin-top: 20px;
}
.last {
	margin-right: 0px !important;
}
#zipSearch {
	text-align: center;
}

.featured_lawyer {
	width:350px;
	float:left;
	margin:10px 0 0 20px;
	padding: 8px;
	font-size: 12px;
	border: 1px solid #878787;
	background-color: #f7f7f7;	
}
.featured_lawyer h5 {
	font-size: 16px;
}
.featured_lawyer td {
	padding: 3px 0;
}

/* ---------- Homepage ---------- */

.featureimg {
	border: #e6e6e6 5px solid;
	margin: 15px 15px 10px 0px;
}

/* ---------- Portfolio ---------- */

.portfolio_cat {
	float: left;
}
.portfolio_cat ul {
	margin-top: 20px;
}
.portfolio_cat li, #recent_project li, .blog_small_img, #recent_project li {
	float: left;
	background: url(../images/square_bg.jpg) no-repeat;
	width: 68px;
	height: 68px;
	padding: 6px 5px 5px 6px;
	float: left;
	margin-right: 15px;
}
.portfolio_cat li:hover, #recent_project li:hover, .blog_small_img:hover, #recent_project li:hover {
	background: url(../images/square_bg_hover.jpg) no-repeat;
}

/* ---------- Listing ------- */
.listing {
	width: 555px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.listing_featured {
	padding-right: 30px;
}
.listing_featured img, .listing img {
	border: #e6e6e6 5px solid;
	margin: 15px 15px 0 15px;
}
.listing_title {
	font-size: 14px;
}
.listing_title {
	text-decoration: none;
	color: #565656;
}
.listing_title:hover {
	color: #999999 ;
}

.postinfo {
	margin: 10px 0 10px 15px;
	color: #565656;
	float: left;
}
.postinfo .huge {
	font-size: 24px;
}
.postinfo li {
	font-size: 14px;
	color: #666666;
	display: block;
	float: left;
	line-height: 16px;
	margin: 5px 20px 0 0;
}
.postinfo a {
	/*color: #696969;*/
	color: #ad5000;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	text-decoration: none;
}
.postinfo a:hover  {
	text-decoration: underline;
}
#legalDropdown {
	font-size: 12px;
}

/* ---------- For Lawyers -----------*/
.textinfo {
	margin: 10px 0 10px 15px;
}

.textinfo p {
	font-size: 14px;
	color: #565656;
}

.textinfo ul {
	margin: 10px 20px 0 30px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}

.textinfo li {
	font-size: 14px;
	color: #666666;
	/*display: block;*/
	line-height: 16px;
	margin: 5px 0 0 0;
}
.textinfo a {
	/*color: #696969;*/
	color: #ad5000;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	text-decoration: none;
}
.textinfo a:hover  {
	text-decoration: underline;
}

/* ---------- Blog ---------- */


#ads img {
	margin-top: 20px;
}
#social {
	margin: 10px 0px;
	overflow: hidden;
}
#social ul {
	margin-top: 20px;
}
#social li {
	float: left;
	margin: 0px 15px 10px 0px;
	overflow:hidden;
}
.blog_post_large {
	width: 545px;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.blog_post_small {
	width: 260px;
	float: left;
	overflow: hidden;
	margin-right: 27px;
}
.blog_post_featured {
	padding-right: 30px;
}
.blog_post_featured img, .blog_post_small img {
	border: #e6e6e6 5px solid;
	margin: 15px 0px;
}

#blognav {
	overflow: hidden;
	clear: left;
}
#blognav ul li {
	float: left;
	margin-right: 5px;
	text-align: center;
	margin-top: 30px;
}
#blognav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a {
	background-position: bottom;
}
#blognav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}
.blogtitle_small {
	font-size: 14px;
}
.blogtitle, .blogtitle_small {
	text-decoration: none;
	color: #565656;
}
.blogtitle:hover, .blogtitle_small:hover {
	color: #999999 ;
}
/* ---------- Layout page ---------- */

#full_width_content {
	padding: 7px 27px;
	margin-top: -115px;
	position: relative;
	background: url(../images/full_width_bg.png) top left no-repeat;
	width: 886px;
	overflow: hidden;
}
.content575px {
	width: 575px;
	float: left;
}
.content240px {
	margin-top: 30px;
	padding: 0px 25px;
	width: 240px;
	float: left;
}

#sidebar {
	width: 232px;
	float: right;
	overflow: hidden;
	margin: 50px 30px 0px 0px;
}
.sidebarlist li a  {
	padding-top: 2px;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: none;
}
.sidebarlist li a:hover  {
	text-decoration: underline;
}
.sidebarlist li   {
	margin-bottom: 10px;
	background: url(../images/bullet.png) center left no-repeat;
	padding-left: 15px;
}

.margin_top {
	margin: 20px 0px 10px 0px;
}

/* ---------- Search Criteria ---------- */
.search_block table, .search_block_nosep table {
	margin-top: 10px;
	width: 549px;
}
.search_block td, .search_block_nosep td {
	font-size: 14px;
	line-height: 18px;
}
.search_block td a, .search_block_nosep td a {
	color: #696969;
	text-decoration: none;
}
.search_block td a:hover, .search_block_nosep td a:hover {
	color: #333333;
	text-decoration: underline;
}
.search_block_nosep {
	background: none;
	overflow: hidden;
}

/* ---------- Search Results ---------- */

.search-tagline {
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

h2.result {
	padding-bottom: 20px;
}
.result_block {
	/*background: url(../images/div_shadow.png) bottom no-repeat;*/
	overflow: hidden;
	padding-bottom: 50px;
}
.result_container {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #004f77;/*#d6d6d6;*/
	background-color: #f0f0f0;/*url(images/result_bg.png) left top;*/
	width: 549px;
	height: 100px;
	clear: both;
}

.result_container table {
	width: 100%;
}
.result_container td.image {
	width: 110px;
	padding:5px;
}
.result_container td.info {
	padding: 5px 10px;
}
.result_container span.phone {
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
}
.result_container h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
.result_container p {
	font-size: 14px;
	margin: 0;
	color: #686868;
}
.result_container a {
	color:#557788;
}
.result_container a:hover {
	text-decoration: none;
}

/* ---------- Advanced Search ---------- */

h6.asheader {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../images/toggle_btn.png) left bottom; 
	height: 38px;
	line-height: 40px;
	width: 220px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
h6.asheader a {
	color: #686868;
	text-decoration: none;
	display: block;
}
h6.asheader a:hover {
	color: grey;
}
h6.active {background-position: left top;}
.as_container {
	padding: 10px 15px 15px 15px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;/* url(toggle_block_stretch.gif) repeat-y left top;*/
	width: 200px;
	clear: both;
}
.as_container p {
	font-size: 14px;
	color: #686868;
}
.as_container select {
	font-size: 12px;
}
.as_container td {
	line-height: 12px;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	color: #808080;
}
.as_container h2 {
	padding-top: 0;
	padding-bottom: 10px;
}
.as_container td.right {
	text-align: right;
	padding-right: 4px;
}
.as_container .submit {
	width: 93px;
	height: 23px;
	margin-top: 5px;
	font-size:10px;
	text-transform:uppercase;
	color:#555;
}

/* ---------- Footer ---------- */

#topbar {
	background-color: #878787;
	height: 10px;
}
#footer {
	background-color: #1b1b1b;
}
#footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px;
	overflow: hidden;
}
#footer p {
	margin: 0;
	color: #878787;
}
#footer a {
	color: #6f6f6f;
}
.footer_list{
	float: left;
	margin-right: 60px;
}
#footer_content li {
	margin-bottom: 5px;
}
#footer_content a {
	color: #6f6f6f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
#footer_content a:hover {
	text-decoration: underline;
}

/* ---------- Small Footer ---------- */

#small_footer {
	background-color: #121212;
	padding: 20px 0px;
	color: #6f6f6f;
	text-transform: uppercase;
	font-size: 10px;
	overflow: hidden;
}
#small_footer_content {
	width: 940px;
	margin: 0 auto;
}
#small_footer_left, .footerlogo {
	float: left;
}
.footerlogo {
	margin-right: 20px;
}
#small_footer_right {
	float: right;
}

