/****************************************************************************************************
**
** Designed / Developed by: Mark Fasel
** Last Updated: 10/05/2012
** Copyright 2012. LawLytics. All rights reserved.
** Description: Clean, Minimal, Modern, Edgy
**
****************************************************************************************************/

/* Table of Contents

	1.0 - Strucutre
	
	2.0 - Header
		2.1 - Logo
		2.2 - Tagline
		2.3 - Navigation
		2.4 - Dropdown
		2.5 - Social Feeds
		
	3.0 - Billboard
		3.1 - Rotator Elements
		3.2 - Pager
		3.3 - Previous / Next Buttons
		
	4.0 - Call Out
	
	5.0 - Homepage
		5.1 - Home Content
		5.2 - Home Sidebar
		
	6.0 - Page
		6.1 - Page Title
		6.2 - Page Content
		6.3 - Page Sidebar
	
	7.0 - Blog
		7.1 - Blog Index
		7.2 - Blog Details
		7.3 - Blog Sidebar
	
	8.0 - Form Elements
	
	9.0 - Buttons
	
	10.0 - Typography
	
	11.0 - Sidebar / Aside
	
	12.0 - Spaces
	
	13.0 - Footer
		13.1 - Footer Navigation
		13.2 - Footer Social
		13.3 - Footer Text
		13.4 - Footer Links
		

	14.0 - Element Colors (Dynamic Colors)
	
	15.0 - Typography
	
	16.0 - Miscellaneous Elements
	
	17.0 - Widgets
===================================================================================================*/


/* 1.0 Structure
===================================================================================================*/
* {position: relative; outline: none;}
html {background: #d3d3d3 url('../images/bg-alt.png') top center repeat;}
body {padding-top: 0px;}
#wrapper {background: #fff; width: 1000px; margin: 0 auto; box-shadow: 0px 0px 10px #DEDEDE; -webkit-box-shadow: 0px 0px 10px #DEDEDE; -moz-box-shadow: 0px 0px 10px #DEDEDE;}

img {
	max-width: 100%!important;
	height: auto!important;
}

/* 2.0 Header
===================================================================================================*/
#borderTop {background: #4a98d4; height: 4px; margin: 0 0;}
header {padding: 30px 0 30px 0!important; width: 100%; border-bottom: 1px solid #e8e8e8;}
.phone_container + header {padding-top: 0!important;}
.home header.noslider {border-bottom: none!important;}
.phone {color: #8e8e8e; margin-bottom: 10px; overflow: hidden; margin-top: 15px;}
.phone p {color: #323232!important; font-size: 15px!important; margin-left: 10px; margin-bottom: 0!important; background: #efefef; display: inline-block; float: right; padding: 7px 10px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
.phone a[href^=tel], a[href^=tel]:visited, a[href^=tel]:active {color: #323232!important; font-size: 14px!important; text-decoration: none!important;}
.phone a[href^=tel]:hover, .phone p:hover {color: #6a6a6a!important;}
#tagline {display: none;}

	/* 2.1 Logo
	-----------------------------------------*/
	header hgroup {float: left; max-width: 320px; width: 320px;}
	#logo a {text-decoration: none; color: #1b1b1b;}
	#logo .title {font-family: "Futura", arial, sans-serif; font-weight: 600; font-size: 30px; display: block; text-transform: uppercase; letter-spacing: -.05em; margin-bottom: 8px;}
	#logo .tagline {font-size: 11px; color: #888888; font-family: "Arial", arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; display: block;}
	
	/* 2.3 Navigation
	-----------------------------------------*/
	header #main_navigation_container {float: left; min-width: auto; position: relative; z-index: 10000!important; margin-left: 20px;}
	.navigation {float: right;}
	header #main_navigation_container ul {float: right; margin-top: 3px;}
	header #main_navigation_container ul li {display: inline-block; font-size: 11px; font-weight: bold; font-family: "Arial", sans-serif; text-transform: uppercase; padding: 0 0 0;}
	header #main_navigation_container ul li:last-child {}
	header #main_navigation_container ul li a {color: #4d4d4d; text-decoration: none; padding: 6px 12px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border: 1px solid transparent;}
	header #main_navigation_container ul li a:hover, header nav ul li:hover a {color: #a5a5a5;}
	header #main_navigation_container ul li.active a {color: #ffffff;}
	header #main_navigation_container ul li.active a:hover {color: #fff!important;}
	header #main_navigation_container ul li ul li {float: none; text-transform: none; margin-left: 0; font-weight: normal;}
	
	/*2.4 New Nav Styles 
	-----------------------------------------*/
	.navigation {position: relative; overflow: hidden;}
	header #main_navigation {min-height: 35px; width: 600px; overflow: hidden;}
	header #main_navigation_container ul {float: right; margin-top: 0!important;}
	header #main_navigation_container ul li {float: left; font-size: 11px; font-weight: bold; font-family: "Arial", sans-serif; text-transform: uppercase; padding: 0!important;}
	header #main_navigation_container ul li:last-child {}
	header #main_navigation_container ul li a {color: #4d4d4d; text-decoration: none; padding: 6px 8px 6px 8px; height: 13px; line-height: 13px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border: 1px solid transparent;}
	header #main_navigation_container ul li a:hover, header nav ul li:hover a, #main_navigation ul li.hovered a {color: #a5a5a5!important;}
	header #main_navigation_container ul li.active a, #main_navigation ul li.active.hovered a {color: #ffffff!important;}
	header #main_navigation_container ul li.active a:hover {color: #fff!important;}
	header #main_navigation_container ul li ul li {float: none; text-transform: none; margin-left: 0; font-weight: normal;}
	

	.slider_nav_back {background: #d8d8d8 url('../images/nav-left-arrow.png') center center no-repeat; width: 5px; height: 7px; display: block; text-indent: -9000px; position: absolute; right: 0; top: 0; z-index: 100000; padding: 3px 4px;}
	.slider_nav_forward {background: #d8d8d8 url('../images/nav-right-arrow.png') center center no-repeat; width: 5px; height: 7px; display: block; text-indent: -9000px; position: absolute; right: 0; top: 14px; z-index: 100000; padding: 3px 4px;}
	.slider_nav_forward:hover, .slider_nav_back:hover {background-color: #a2a2a2;}
	.slider_nav_forward.deactivated, .slider_nav_back.deactivated {background-color: #f5f5f5; cursor: default;}
	

	/* 2.4 Dropdown 
	-----------------------------------------*/
	header #main_navigation_container ul li:hover li > a {color: #a6a6a6; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; text-shadow: none!important;}	
	
	/* level 2 list */
	header #main_navigation_container ul ul {background: #fff; display: none!important; margin: 0; width: 195px; position: absolute; top: 25px; left: -5px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); padding: 5px 10px;}
	header #main_navigation_container ul li:hover > ul {text-align: left;}
	header #main_navigation_container ul li ul li {float: none; display: block!important; margin: 0; padding: 10px 0!important; border-top: 1px solid #efefef; padding-left: 0; background: none!important; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; text-align: left; text-shadow: none!important; height: auto!important; font-size: 13px!important; font-family: "Arial", sans-serif; letter-spacing: normal!important;}
	header #main_navigation_container ul li ul li:first-child {border-top: none;}
	header #main_navigation_container ul li ul li a {font-weight: normal; background: none!important; padding: 0!important;}
	header #main_navigation_container ul li ul li a:hover, header #main_navigation_container ul li.active ul li a:hover  {color: #616161!important;}
	
	/* clearfix */
	header #main_navigation_container ul:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	
	* html header #main_navigation_container ul {height: 1%;}	
	
	.jumpMenu {display: none;}
	
/*========== Hover Nav ============*/
#hover_nav {
	z-index: 10000000!important;
	padding: 0;
	width: 220px;
	background: #fff!important;
	border: 1px solid rgba(0,0,0,0.15)!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#hover_nav.has_third_level {
	z-index: 1000;
	padding: 0;
	width: 385px;
}
/*.standard:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}
.standard:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}*/
#hover_nav.standard .after {
	z-index: 10000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}
#hover_nav.standard .before {
	z-index: 10000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}
#hover_nav.flipped .before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent; 
}
#hover_nav.flipped .after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
#hover_nav.has_third_level {
	z-index: 1000;
	padding: 0;
	width: 440px;
}
#hover_nav > ul {
	background: #fff!important;
	float: none;
	margin-top: 0!important;
	padding: 10px 15px 10px!important;
	line-height: normal!important;
	display: block;
	margin: 0;
	background: none;
	margin-left: 0;
	overflow: hidden;
}
#hover_nav.has_third_level > ul {
	background: #fff!important;
	float: none;
	padding: 10px 0 10px!important;
	line-height: normal!important;
	display: block;
	margin: 0;
	background: none;
	margin-left: 0;
	overflow: hidden;
}
#hover_nav ul li {list-style: none;}

#hover_nav ul > li {
	color: #969696;
	display: block;
	line-height: normal;
	text-shadow: none;
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px solid #e6e6e6!important;
	font-size: 12px;
}
#hover_nav ul > li:first-child {margin-top: 0!important; padding-top: 0!important; border-top: none!important;}
#hover_nav ul li a {color: #5a5a5a!important; text-decoration: none;}
#hover_nav ul li a:hover {color: #a6a6a6!important; text-decoration: none;}

/* Had third level */
#hover_nav.has_third_level ul > li {
	margin: 0 0 0 15px;
	padding: 0;
	padding-bottom: 10px!important;
	width: 200px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-top: none!important;
}
#hover_nav.has_third_level ul > li > a {color: #717171!important; text-decoration: none;}
#hover_nav.has_third_level ul > li > a:hover {text-decoration: none; color: #a5a5a5!important;}
#hover_nav.has_third_level ul li ul {display: block!important; margin: 0; margin-top: 5px; margin-bottom: 10px; padding: 0!important; width: auto!important; float: none!important;}
/*#hover_nav.has_third_level .menu_wrap {height: 100px; overflow: hidden; padding-bottom: 5px; margin-top: 5px;}*/
#hover_nav.has_third_level ul li ul li {
	height: auto!important; 
	width: 100%!important; 
	float: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding-bottom: 0!important;
	padding-top: 3px;
	padding-left: 8px;
	margin-top: 5px!important;
	background: url('../images/dropdown-arrow.png') left no-repeat;
	
}
#hover_nav.has_third_level ul li ul li:first-child {border-top: none!important; padding-top: 0!important; margin-top: 5px!important;}
#hover_nav.has_third_level ul li ul li a {color: #5a5a5a!important; padding: 0!important;}
#hover_nav.has_third_level ul li ul li a:hover {color: #a6a6a6!important;}
	
/* 3.0 Billboard
===================================================================================================*/
#billboard_container {margin-top: 20px; margin-bottom: 20px;}
#billboard {}
div.slide {
	width: 100%;
	overflow: hidden;
	float: left;
	height: auto;
	position: relative;
}	
div.slide img {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
}
#rotator li {list-style: none; height: 100%; overflow: hidden; position: relative;}
.wmuSliderPrev, .wmuSliderNext {display: none;}

	#rotator li img {float: left;}
.billboard_content_holder {min-width: 400px; max-width: 450px; padding: 25px; position: absolute; bottom: 15px; right: 15px; overflow: hidden;}
.billboard_background {
	filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}
.billboard_content_full {padding: 15px;}
.billboard_content h2, .billboard_content_full h2 {color: #fff!important; font-size: 36px!important;}
.billboard_content h2 a, .billboard_content_full h2 a {color: #fff!important; text-decoration: none;}
.billboard_content h2 a:hover, .billboard_content_full h2 a:hover {color: #e4e4e4!important;}
.billboard_content p, .billboard_content_full p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #fff; margin-top: 0px; margin-bottom: 0; font-family: "Arial", sans-serif; margin-bottom: 25px!important; text-shadow: 0px 1px rgba(0,0,0,0.55);}
.billboard_content_full h2 a:hover {color: #7a7a7a;}
.learn {
	color: #d6d6d6!important;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background: #484848;
	padding: 5px 10px;
	border: 1px solid transparent;
}
 .learn:hover {text-decoration: none; color: #fff!important; border: 1px solid rgba(255,255,255,0.45);}

#billboard_container:hover .billboard_background {
	filter:alpha(opacity=90); /* IE */
    -moz-opacity:0.9; /* Mozilla */
    opacity: 0.9; /* CSS3 */
}
#billboard_container:hover .billboard_content h2 a, #billboard_container:hover  .billboard_content_full h2 a, #billboard_container:hover .billboard_content h2, #billboard_container:hover .learn-more {color: #fff!important;}
#billboard_container:hover .billboard_content p {color: #fff;}
#billboard_container:hover .billboard_content h2 a:hover, #billboard_container:hover .billboard_content_full h2 a:hover {color: #e4e4e4!important;}
#billboard_container:hover .learn-more:hover {color: #fff!important; text-decoration: none;}
	 
	 #pager.bg-dark5 {background: none!important;}
	 .flex-control-paging, .wmuSliderPagination {text-align: center; margin-top: 10px; z-index: 10000; overflow: hidden; position: relative;}
	 .flex-control-paging li, .wmuSliderPagination li {display: inline-block; margin-left: 1px; height: 5px; width: 10%; list-style: none;}
	 .flex-control-paging li a, .wmuSliderPagination li a {text-indent: -9000px; display: block; background-color: #e5e5e5!important; width: 100%; height: 5px; cursor: pointer;}
	 .flex-control-paging li a:hover, .wmuSliderPagination li a:hover {background-color: #cacaca!important;}
	 .flex-control-paging li a.flex-active, .wmuSliderPagination li a.wmuActive {text-indent: -9000px; display: block; width: 100%; height: 5px; background-color: #cacaca!important;}
	 .flex-direction-nav {display: block; position: absolute; bottom: 26px; left: 0px;}
	 .flex-direction-nav li {background: #fff; padding: 7px 5px;}
	 
/* 3.3 Prev / Next Buttons
	-----------------------------------------*/
	.prevnext {position: relative; z-index: 1000!important;}
	.prevHolder a {
		background: url('../images/left-arrow.png') top center no-repeat; 
		width: 49px;
		height: 49px;
		display: block; 
		text-indent: -9000px;     
		position: absolute;
		top: 165px;	 
		left: 20px; 
		z-index: 113;
	}
	.nextHolder a {
		background: url('../images/right-arrow.png') top center no-repeat; 
		width: 49px;
		height: 49px;
		display: block; 
		text-indent: -9000px;     
		position: absolute;
		top: 165px;	 
		right: -980px; 
		z-index: 114;
	}
	.flex-prev {background: url('../images/left-arrow-slider.png') bottom center no-repeat; width: 13px; height: 9px; display: block; text-indent: -9000px;} 
	.flex-next {background: url('../images/right-arrow-slider.png') bottom center no-repeat; width: 13px; height: 9px; display: block; text-indent: -9000px;} 
	.flex-direction-nav li:hover {background: #a1a1a1;}
	.flex-direction-nav li:hover a {background-position: top center;}
	
	#billboard_container .slides > li {display: none; overflow: hidden;}
	
/* 4.0 Call Out
===================================================================================================*/
.shoutout_container {padding: 25px 0; width: 100%; background: #efefef!important; margin-bottom: 30px;}
#shoutout h1 {color: #616161!important; font-size: 24px; line-height: normal; padding: 0!important; margin: 0!important; font-weight: normal; text-align: center;}
 
 /* 5.0 Homepage
===================================================================================================*/
#home_container {padding: 0 0; margin-bottom: 0; background: none;}
#home_content .news {background: url('../images/horiz-dots.gif') top center repeat-x; margin-top: 20px;}


	/* 5.1 Home Content
	-----------------------------------------*/
	/*#home_content {width: 620px; float: left;}*/
	#home_content h1 {font-size: 24px; line-height: 24px; padding: 0 0 0; margin-bottom: 15px; text-transform: uppercase;}
	#home_content h2 {font-size: 21px; line-height: 30px; padding: 0 0 10px!important; text-transform: uppercase;}
	#home_content h3 {font-size: 18px; line-height: 21px; padding: 20px 0 15px; text-transform: uppercase;}
	#home_content p {font-size: 13px; font-family: sans-serif; line-height: 21px; color: #4a4a4a; margin-top: 15px;}

	/* 5.2 Home Sidebar
	-----------------------------------------*/
	#home_sidebar {z-index: 105; overflow: hidden; margin-bottom: 25px;}
	#home_sidebar .form {position: relative;}
	#home_sidebar .form form {padding-top: 0;}
	#home_sidebar h4 {font-size: 18px!important; line-height: 18px!important; margin-bottom: 15px; text-transform: uppercase;}
	#home_sidebar .widget.form ul li {margin-bottom: 15px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; font-size: 12px; text-align: left;}
	.widget.form p {margin-bottom: 10px!important;}
	#home_sidebar .widget.form ul li label {display: block;}
	#home_sidebar .input, #homeSidebar .textarea {width: 240px;}
	
	#home_sidebar #button {
		color: #fff!important;
		text-shadow: 0px 1px #6d6d6d;
		border: none;
		border-bottom: 1px solid #5a5a5a;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		cursor: pointer;
	}
	#home_sidebar .buttons input[type='submit'] {float: left!important;}

	/* 5.2 Home News
	-----------------------------------------*/
	#home_content .news li {margin-bottom: 15px;}
	#home_content .news li h4 {margin-bottom: 0!important; padding: 0!important;}
	#home_content .news li:first-child {margin-left: 0!important;}
	#home_content .news li:last-child {margin-right: 0!important;}
	#home_content .news li h4 a {color: #262626; font-family: "Arial", sans-serif; font-weight: bold; font-size: 14px; text-decoration: none;}
	#home_content .news li h4 a:hover {color: #464646;}
	#home_content .news li .byline {font-size: 11px; font-family: sans-serif; line-height: 18px; color: #959595; font-style: italic; margin-top: -5px;}
	#home_content .news li .byline a {color: #585858;}
	.news h3 {font-size: 18px!important; line-height: 18px!important; padding: 1px 0 0 5px!important; margin-bottom: 15px; text-transform: uppercase;}


 /* 6.0 Page
===================================================================================================*/
#page_container {padding: 20px 0 0; background: url('../images/page-content.png') top right repeat-y!important;}


	/* 6.1 Page Title
	-----------------------------------------*/
	.page_title_container {padding: 15px 0; width: 100%; background: #ce0000; border-top: 1px solid rgba(255,255,255,0.45);}
	#pageTitle {margin-bottom: 15px; border-bottom: 1px dashed #c2c2c2; overflow: hidden; padding-bottom: 15px;}

	/* 6.2 Page Content
	-----------------------------------------*/
	#page_content h1 {font-size: 24px; line-height: 24px; padding: 0 0 0; text-transform: uppercase;}
	#pageTitle h1, #blog_content #pageTitle h2 {border: none!important; font-size: 24px!important; font-family: "Arial", sans-serif; text-transform: none; text-shadow: none!important; color: #3e3e3e!important; font-style: normal!important; padding-left: 0!important; text-transform: none!important; margin-bottom: 0!important; font-weight: normal!important; line-height: 30px!important;}
	#blog_content #pageTitle h2 {padding-top: 0!important;}
	#blog_content #pageTitle {display: none;}
	
	#page_content h2 {font-size: 21px; line-height: 21px; text-transform: uppercase;}
	#page_content h3 {font-size: 18px; line-height: 21px; text-transform: uppercase;}	
	#page_content h4 {font-size: 16px; line-height: 18px; text-transform: uppercase;}	
	#page_content h5 {font-size: 15px; line-height: 16px; text-transform: uppercase;}
	
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {padding-top: 0!important; padding-bottom: 0!important; margin-bottom: 5px;}
	.content p {padding-bottom: 10px!important; padding-top: 0!important;}

	#page_content p {font-size: 13px; font-family: sans-serif; line-height: 21px; color: #4a4a4a; margin-top: 10px;}
	.page_content {padding-bottom: 35px;}
	.page_content img {display: block; line-height: normal; padding: 4px; border: 1px solid #e1e1e1;}
	
	/* 6.3 Page Sidebar
	-----------------------------------------*/
	#page_sidebar {width: 285px; float: right; z-index: 105; padding: 0; overflow: hidden; margin-bottom: 25px;}
	
	.subnav h4 {font-size: 21px; line-height: 21px; padding: 0 0 0; margin-bottom: 15px; text-transform: uppercase;}
	
	.subnav {background: #fff; border: 1px solid #f5f5f5; border-bottom: 1px solid #dedede; padding: 10px 15px;}
	
	.subnavlink a, .subnavlink a:hover, .subnavlink.selected a:hover {text-decoration: none;}
	
	.subnav ul {display: block!important;}
	.subnav ul li {font-size: 12px; font-weight: normal; font-weight: normal; padding: 10px 5px; border-top: 1px solid #e8e8e8; font-family: "Arial", sans-serif;}
	.subnav ul li:first-child {margin-top: 0; border-top: none;}
	.subnav ul li a {color: #424242; text-decoration: none;}
	.subnav ul li a:hover {color: #858585!important;}
	.subnav ul li.active {background: #f7f7f7;}
	.subnav ul li.active a {color: #424242;}
	.subnav ul ul {margin-top: 10px; margin-left: 5px;}
	.subnav ul ul li {list-style-type: disc; list-style-position: inside!important; border-top: 1px dashed #dddddd!important; padding: 7px 0!important; margin-top: 0!important;}
	.subnav ul ul li a, .subnav ul li.active ul li a {color: #424242!important;}
	.subnav ul ul li a:hover, .subnav ul li.active ul li a:hover {color: #858585!important;}
	.subnav ul ul li.active a {color: #424242;}
	
	/* 6.4 Attorneys
	-----------------------------------------*/
	.attorneys_index li {margin-bottom: 25px!important; float: left; display: inline; width: 48%; margin-right: 10px;}
	.attorneys_index li:first-child {margin-left: 0;}
	.attorneys_index li .thumb {float: left; width: 20%; margin-right: 20px;}
	.attorneys_index li .thumb img {width: 100%;}
	#page_content.attorneys_index li h2 {margin-top: 0!important; padding: 0!important;}
	.attorneys_index li h2 a {text-decoration: none; color: #383838;}
	.attorneys_index li p {margin-top: 10px!important;}
	.attorneys_list li {font-family: "Arial", sans-serif; line-height: 18px; font-size: 12px;}
	.attorney .photo {float: left; padding-right: 25px; padding-bottom: 10px;}
	.attorney h1 {margin-bottom: 15px!important; padding: 0!important; border: none!important;}
	
	.attorney #page_content ul li p a {font-size: 16px!important; padding-bottom: 5px!important;}
	.attorney ul li p {margin-bottom: 0!important;}
	
	.recent-posts {margin-top: 25px; width: 100%; overflow: hidden;}
	.recent-posts h1 {margin-bottom: 0!important;}
	.recent-posts ul {margin-bottom: 25px; margin-top: 0!important;}
	.attorney .recent-posts li h2 {font-size: 16px!important; text-transform: none!important; font-family: "Arial", sans-serif!important; padding: 0!important; margin: 0!important; line-height: 16px!important;}
	.recent-posts p {margin: 0!important; color: #4d4d4d!important;}
	.recent-posts li h2 a {text-decoration: none;}
	.recent-posts li h2 a:hover {color: #656565;}
	.recent-posts li {margin-top: 15px!important; padding-top: 15px!important; border-top: 1px solid #e1e1e1;}
	
	
	.bio_summary {float: left; width: 70%;}
	
	.attorneys_list {overflow: hidden;}
	.attorneys_list li {width: 340px; float: left; margin-right: 10px; margin-bottom: 15px;}
	.attorneys_list li:first-child {margin-left: 0;}
	.attorneys_list li .thumb {float: left; margin-right: 15px;}
	.attorneys_list li a {text-decoration: none;}
	.attorneys_list li h5 {text-transform: none!important; padding: 0!important; font-size: 18px!important; line-height: 18px!important;}
	
	/* Offices
	-----------------------------------------*/
	.office #page_content ul li:first-child h2 {padding-top: 0!important;}
	
	.offices_index .map_container {margin-bottom: 25px; width: 100%;}
	.offices.listview li {margin-bottom: 25px!important; float: left; display: inline; width: 300px; margin-right: 10px; list-style: none;}
	.offices.listview li .thumb {width: 100%!important; margin-bottom: 10px;}
	#page_content .offices.listview li h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 0!important;}
	.offices.listview li h2 a {color: #323232; text-decoration: none;}
	.offices.listview li h2 a:hover {color: #646464;}
	.offices.listview li p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	.offices.listview li address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 0; float: left;}
	.offices.listview li .city_state, .offices.listview li .phone {display: block;}
	
	.offices .offices_map {margin-bottom: 25px;}
	.office_photo_thumb {margin-bottom: 15px; width: 20%!important; margin-top: 0!important;}
	.sub.office .office_photo_thumb {width: auto!important;}
	.office address {font-size: 12px;}
	.offices.photo.large {width: 100%; background: #c2c2c2; margin-bottom: 10px;}
	#page_content .offices h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 0!important; line-height: 18px!important;}
	.offices h2 a, .offices h2 {color: #323232; text-decoration: none;}
	.offices h2 a:hover {color: #646464;}
	.offices p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	.offices address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 0; float: left;}
	.offices .city_state, .offices .phone {display: block;}
	
	.office .content ul li {margin-bottom: 15px;}
	.office .attorneys_list {margin-top: 25px;}
	.office_details {overflow: hidden; width: 100%; margin-bottom: 15px;}
	
	/* Recommendations
	-----------------------------------------*/
	.recommendations_index {width: 100%;}
	.recommendations_index .recommendations.listview li {padding: 15px; border: 1px solid #e7e7e7; border-bottom-color: #d6d6d6; width: 100%; background: #f7f7f7; width: 94%; margin-bottom: 10px; margin-bottom: 15px;}
	#page_content .recommendations.listview li h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 10px!important; line-height: 16px!important;}
	.recommendations_index .recommendations.listview li h2 a, .recommendations_index .recommendations.listview li h2 {color: #323232; text-decoration: none;}
	.recommendations_index .recommendations.listview li h2 a:hover {color: #646464; text-decoration: none}
	.recommendations_index .recommendations.listview li p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}

	.recommendations {width: 100%;}
	.recommendations.listview li p.summary {margin-bottom: 0!important;}
	.recommendations .recommendations {padding: 10px 15px; border-left: 3px solid #e1e1e1; width: 97%; margin-bottom: 15px;}
	#page_content .recommendations .recommendations h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 10px!important; line-height: 16px!important;}
	.recommendations .recommendations h2 a, .recommendations .recommendations h2 {color: #323232; text-decoration: none;}
	.recommendations .recommendations h2 a:hover {color: #646464;}
	.recommendations .recommendations p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	.recommendation .aboutAuthor, .case_results .aboutAuthor {margin-top: 0!important;}
	.aboutAuthor h5 a {text-decoration: none!important;}

	/* Case Results
	-----------------------------------------*/
	.case_results_index #page_content .case_results h2 {padding-top: 0!important; padding-bottom: 0!important;}
	#page_content .case_result .photo {margin-bottom: 15px!important; display: block;}
	.case_results h2 a {text-decoration: none;}
	.case_results.listview li {padding: 15px; border: 1px solid #e7e7e7; border-bottom-color: #d6d6d6; width: 100%; background: #f7f7f7; width: 94%; margin-bottom: 10px;}

	.office_photo_thumb {margin-bottom: 15px;}
	.case_result .content, .recommendation .content {overflow: hidden;}
	.case_result .page_nav, .recommendation .page_nav {overflow: hidden; width: 100%; margin-bottom: 15px;}
	.case_result .page_nav li, .recommendation .page_nav li {list-style: none; float: right; font-size: 12px; line-height: 18px!important;}
	.case_result .page_nav li a, .recommendation .page_nav li a {text-decoration: none; background-image: url('../images/page_nav_arrows.png'); background-position: top right; background-repeat: no-repeat; width: 75px; height: 29px; display: block; text-indent: -9000px;}
	.case_result .page_nav li.next a:hover, .recommendation .page_nav li.next a:hover {background-image: url('../images/page_nav_arrows.png'); background-position: top right; background-repeat: no-repeat; background-color: #323232!important;}
	.case_result .page_nav li.prev a:hover, .recommendation .page_nav li.prev a:hover {background-image: url('../images/page_nav_arrows.png'); background-position: top left; background-repeat: no-repeat; background-color: #323232!important;}
	.case_result .page_nav li.next span, .recommendation .page_nav li.next span {text-decoration: none; background: url('../images/page_nav_arrows.png') bottom right no-repeat; width: 75px; height: 29px; display: block; text-indent: -9000px;}
	.case_result .page_nav li.prev span, .recommendation .page_nav li.prev span {background-position: bottom left;}
	.case_result .page_nav li.prev a, .recommendation .page_nav li.prev a {background-position: top left;}
	.case_result .page_nav li.prev, .recommendation .page_nav li.prev {float: left;}
	#map {min-height: 220px;}
	.map_container {margin-bottom: 15px;}
	.map_infowindow_thumb {float: left; width: 40px;}
	.map_infowindow_thumb img {width: 40px;}
	.map_infowindow_details {float: left; width: 160px; margin-left: 15px; font-size: 11px; line-height: 14px;}
	.map_infowindow_details strong {font-weight: bold!important;}
	
	#map img {max-width:none!important;}
	#map label {width: auto; display:inline;}
	img[src^="http://maps.gstatic.com/"] {
	    max-width: none!important;
	}
	
	.resources ul.resources_ul li ul li {list-style-type: disc; list-style-position: outside; margin-left: 20px; color: #1d1d1d;}
	
 /* 6.0 Blog
===================================================================================================*/
#blog_container {padding: 20px 0 0; background: url('../images/page-content.png') top center repeat-y!important;}

	.cover {padding: 5px; background: #fff; border: 1px solid #e7e7e7; float: left; margin-right: 20px;}
	.imageContainer {max-height: 180px; overflow: hidden;}
	.cover img {padding: 0; border: none; max-width: 100%; margin-bottom: 0;}
	.float_entry {float: left; width: 70%;}
	
	.continue {padding: 6px 8px; color: #fff!important; text-decoration: none;}
	.continue:hover {background: #303030!important; color: #fff!important;}
	
	/* 7.1 Blog Index
	-----------------------------------------*/
	#blog_content h2, #blog_content h1 {font-size: 21px; font-family: 'Cabin Condensed', serif; line-height: 21px; padding: 25px 0 10px!important; font-weight: 400; text-transform: uppercase; line-height: normal!important;}
	#blog_content h3 {font-size: 18px; font-family: 'Cabin Condensed', serif; line-height: 21px; padding: 20px 0 15px; font-weight: 400; text-transform: uppercase;}
	#blog_content h4 {font-size: 16px; font-family: 'Cabin Condensed', serif; line-height: 18px; padding: 20px 0 15px; font-weight: 400; text-transform: uppercase;}
	#blog_content h5 {font-size: 15px; font-family: 'Cabin Condensed', serif; line-height: 16px; padding: 20px 0 15px; font-weight: 400; text-transform: uppercase;}
	#blog_content p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 10px;}
	
	
	.blog article {overflow: hidden; width: 100%; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #c2c2c2;}
	.blog article:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.blog article h2, .blog article h1 {padding: 0!important; line-height: normal!important;}
	.blog article p.byline {margin-top: 0!important; color: #8c8c8c!important; font-size: 11px!important; padding-bottom: 0!important;}
	.blog article p.byline a {color: #696969;}
	

	.entrySummary {margin-top: 20px; overflow: hidden;}
	.entrySummary img {margin-bottom: 15px;}
	.blog article h2 a, .blog article h1 a {color: #262626; text-decoration: none;}
	.blog article h2 a:hover, .blog article h1 a:hover {color: #4c4c4c;}
	
	
	.entrySummary p a {color: #555555; font-style: italic; text-decoration: none;}
	.entrySummary p a:hover {color: #2c2c2c;}	
	
	/* 7.2 Blog Details
	-----------------------------------------*/
	.entryFull {clear: left; width: 100%; margin-top: 15px; border-top: 1px dashed #c2c2c2; padding-top: 15px;}
	#blog_content h1.blogTitle, #blog_content h2.blogTitle {padding-top: 0!important; font-size: 24px!important;}
	.entryFull p a {color: #555555; font-style: italic; text-decoration: none;}
	.entryFull p a:hover {color: #2c2c2c;}
		
	.share {margin-top: 25px; padding-top: 25px; border-top: 1px dashed #c2c2c2;}
	
	.aboutAuthor, .attorney_profile {overflow: hidden; width: 95%; border: 1px solid #e1e1e1; background: #eeeeee; margin-top: 25px; padding: 10px;}
	.attorney_profile {margin-top: 15px;}
	.aboutAuthor .authorThumb, .attorney_profile .thumb {float: left; background: #ffffff; font-family: "Arial", sans-serif; overflow: hidden; font-size: 12px; color: #fff; margin-right: 10px; margin-bottom: 5px;}
	.aboutAuthor .authorThumb img, .attorney_profile .thumb img {width: 70px;}
	.aboutAuthor .authorDetails p.authorName {margin-top: 0!important; text-transform: none; font-size: 16px!important; color: #fff!important;}
	.aboutAuthor .authorDetails h5 {padding: 0!important; margin-bottom: 10px;}
	.aboutAuthor .authorDetails h5 a:hover {color: #747474;}
	.large_quote {font-size: 150px; line-height: normal!important; position: absolute; top: 0; display: none;}
	.attorney_profile {font-size: 12px; color: #4a4a4a; line-height: 18px;}
	.attorney_profile a {text-decoration: none!important;}
	.attorney_profile h3 {margin-bottom: 5px;}
	
	#comments {margin-top: 25px; width: 100%;}
	#comments article, .children_container article {border-top: none!important; padding-top: 0!important;}
	#comments h2 + article {border-top: 1px dashed #C2C2C2!important; padding-top: 25px!important;}
	.commentEntry {padding: 15px; border: 1px solid #e7e7e7; border-bottom-color: #d6d6d6; background: #f7f7f7; overflow: hidden;}
	.commentEntry p {margin-top: 0!important;}
	
	.replyBox {margin-top: 15px;}
	.cancel_reply {font-size: 12px;}
	.commentAuthor {overflow: hidden;}
	.commentAuthor h3 {font-family: "Arial", sans-serif!important; font-weight: bold; font-size: 16px!important; padding-bottom: 0!important; margin-bottom: 0!important; line-height: normal!important; text-transform: none!important;}
	.commentLink {margin-top: 0px!important;}
	.commentLink a {color: #838383; text-decoration: none;}
	.commentAuthor {overflow: hidden; width: auto; margin-bottom: 10px;}
	.commentAuthor h3 a {color: #333333; text-decoration: none;}
	.commentName {text-align: left;}
	.commentAuthor img {float: left; display: block; width: 48px; height: 48px; border: 2px solid #dddddd; margin-top: 10px; margin-right: 10px; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; border: none!important;}
	
	#blog_content .commentEntry p.commentMeta {margin-top: 0!important; font-style: italic; color: #a9a9a9!important; font-size: 11px!important; margin-bottom: 0!important;}
	.commentEntry p {margin-bottom: 0!important;}
	
	#blogContent #comments article {overflow: hidden; width: 600px; margin-top: 25px; padding-top: 0!important; border: none!important;}
	.blog .children_container article {border: none!important; padding-top: 0!important;}
	
	.leaveComment {margin-top: 25px;}
	.leaveComment ul li {margin-bottom: 10px; overflow: hidden; list-style: none!important;}
	.leaveComment .single_line_text {width: 70%;}
	.leaveComment .single_line_text input {width: 70%; text-align: left;}
	.leaveComment label {display: block;}
	.leaveComment .multi_line_text, .children_container input {}
	.leaveComment .multi_line_text textarea, .children_container textarea {width: 95%; margin-top: 5px; text-align: left; height: 150px;}
	.leaveComment .buttons input {
		color: #fff!important;
		text-shadow: 0px 1px #6d6d6d;
		border: none;
		border-bottom: 1px solid #5a5a5a;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 7px 10px;
		float: left;
		cursor: pointer;
		margin-top: 0;
	}
	.replyBox .buttons input {cursor: pointer;}
	.leaveComment .buttons input:active, .replyBox .buttons input:active {
		background: #7c7c7c!important;
	}
	
	#new_recommendation ol li {margin-bottom: 10px!important; overflow: hidden; list-style: none!important}
	#newReply li {margin-bottom: 0!important;}
	#newReply .col {margin-bottom: 0!important;}
	#new_recommendation label.label {display: block!important; font-size: 12px; margin-bottom: 5px;}
	#new_recommendation input[type="text"], #new_recommendation textarea {
		border: 1px solid #c3c3c3;
		padding: 1%;
		text-align: center;
		font-family: "Arial", sans-serif;
	}
	#new_recommendation input[type="text"]:focus, #new_recommendation textarea:focus {
		border: 1px solid #bcbcbc;
	}
	#new_recommendation select {width: auto!important;}
	#new_recommendation .string {width: 100%;}
	#new_recommendation .string input {width: 97%; text-align: left;}
	#new_recommendation label {display: block;}
	#new_recommendation .text {width: 100%;}
	#new_recommendation .text textarea {width: 97%; margin-top: 5px; text-align: left; height: 150px;}
	#new_recommendation .buttons input {
		background: #a0a0a0!important;
		color: #fff!important;
		text-shadow: 0px 1px #6d6d6d;
		border: none;
		border-bottom: 1px solid #5a5a5a;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 7px 10px;
		float: left;
		cursor: pointer;
		margin-top: 10px;
	}
	#new_recommendation .buttons input:hover {background: #adadad!important;}
	#new_recommendation .buttons input:active {
		background: #7c7c7c!important;
	}
	.reply {width: auto; float: right;}
	.reply a {font-size: 10px; color: #7a7a7a; font-weight: bold; background: #e1e1e1; padding: 3px; text-transform: uppercase; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; font-style: normal!important;}
	.reply a:hover {color: #595959; background: #cecece;}
	
	.children_container {clear: both; overflow: hidden;}
	.children_container article {margin-left: 25px; width: auto!important;}
	.children_container article article {margin-left: 50px; width: auto!important;}
	.children_container article:first-child {margin-top: 25px!important;}
	
	.comment_image_left {float: left; width: 10%; margin-bottom: 5px;}
	.commentText {float: left; margin-left: 2%; width: 86%;}
	.commentText p {line-height: 18px!important;}
	
	.post_image {width: auto; overflow: hidden; text-align: center; margin-bottom: 15px;}
	.post_image img {max-height: 250px; text-align: center;}
	
	label {font-size: 12px!important;}
	input[type="text"], textarea, select {margin-bottom: 10px;}
	
	/* 7.3 Blog Sidebar
	-----------------------------------------*/

	#blog_sidebar {width: 285px; float: right; z-index: 105; padding: 0; overflow: hidden; margin-bottom: 25px;}

	.blog .widget {overflow: hidden;}
	
	
	/* 7.3 Pagination
	-----------------------------------------*/
	.pagination {text-align: center; margin-top: 25px; font-family: "Arial", sans-serif; font-size: 12px;}
	.pagination .page a {background: #e3e3e3; border: 1px solid #e3e3e3; padding: 3px 5px; text-decoration: none; color: #848484;}
	.pagination .page a:hover {color: #656565;}
	.pagination .prev a, .pagination .next a {padding: 3px 5px; text-decoration: none; color: #848484;}
	.pagination a:hover {color: #656565;}
	.pagination .page.current {background: #fff; border: 1px solid #e3e3e3; padding: 3px 5px; color: #3d3d3d;}


 /* 8.0 Form Elements
===================================================================================================*/
.single_line_text input, .multi_line_text textarea, .blog_search input, .children_container input, .children_container textarea {
	border: 1px solid #c3c3c3;
	padding: 7px 10px;
	text-align: center;
	font-family: "Arial", sans-serif;
}
.single_line_text input:focus, .multi_line_text textarea:focus, .blog_search input:focus, .children_container input:focus, .children_container textarea:focus {
	border: 1px solid #bcbcbc;
}
.multi_line_text textarea, .children_container textarea {min-height: 90px;}

.buttons input {
		color: #fff!important;
		border: none;
		border-bottom: 1px solid #5a5a5a;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 7px 10px;
}
.checkboxes label, .widget.form .checkboxes label {display: block!important; text-align: left!important; font-size: 12px; margin-bottom: 5px;}
.dropdown_menu {width: 100%!important; overflow: hidden!important;}
.dropdown_menu label {display: block!important; float: left!important; width: 100%!important; text-align: left!important; font-size: 12px; margin-bottom: 5px;}
.dropdown_menu select {float: left!important; clear: both!important;}

.blog_search input[type='text'] {float: left; margin-right: 5px; margin-left: 5px; text-align: left!important; width: 213px;}
.blog_search .buttons {float: left;}

.sub #pageContent .single_line_text input, .sub #page_content .single_line_text input {width: 300px; text-align: left;}
.sub #pageContent .single_line_text, .sub #page_content .single_line_text {float: left; width: 320px; margin-right: 15px;}
.sub #pageContent form label, .sub #page_content form label, .children_container label {display: block;}
.sub #pageContent .multi_line_text textarea, .sub #page_content .multi_line_text textarea {text-align: left; width: 672px; margin-left: 3px;}
.sub #pageContent .multi_line_text, .sub #page_content .multi_line_text {clear: both; padding-top: 15px;}
.sub #pageContent form li, .sub #page_content form li {margin-top: 15px;}

.full_width #page_container {background: none!important;}
.full_width .sidebar {display: none!important;}
.full_width #page_content {float: left!important; width: 940px;}
.full_width .offices .map {margin-bottom: 15px;}
.full_width .offices {margin-bottom: 25px; border-bottom: 1px solid #c2c2c2; padding-bottom: 25px; overflow: hidden;}
.full_width .offices li {float: left; width: 290px; padding: 0 15px; margin-bottom: 15px!important;}
.full_width .offices li a {text-decoration: none!important;}
.full_width .offices li h2 {font-size: 16px;}
.full_width .offices .thumb {margin-bottom: 10px;}
.full_width .offices li address {font-size: 13px; line-height: 18px;}
.offices a:hover h2 {color: #7d7d7d!important;}
.full_width .single_line_text input {margin-left: 3px; text-align: left;}
.full_width .single_line_text {float: none!important; margin-right: 10px; width: 500px!important}
.full_widthform label {display: block;}
.full_width .multi_line_text textarea {text-align: left; margin-left: 3px;}
.full_width .multi_line_text {clear: both; padding-top: 0!important; width: 600px!important;}
.full_width form li {margin-top: 15px;}

.new.myComment.replyBox {overflow: hidden;}
.new.myComment.replyBox .notice {margin-top: 15px;}
.children_container ul li {margin-bottom: 10px;}
.children_container ul li div.col {margin-bottom: 10px;}
.children_container input {margin-left: 0!important;}
.children_container input[type="text"] {width: 50%!important;}
.children_container input, .children_container textarea {text-align: left; margin-left: 2px!important;}

/* 12.0 Spaces
===================================================================================================*/
#spaces {background: #464646; overflow: hidden; margin-top: 0; padding: 20px 0;}
.innerSpaces {padding: 0 30px;}
#spaces img {display: block; line-height: normal; margin-bottom: 15px;}
#spaces h3 {font-size: 18px!important; line-height: 24px!important; padding: 0 0 0 0!important; margin-bottom: 15px; color: #fff;}
#spaces h3 a {text-decoration: none; color: #fff;}
#spaces h3 a:hover {color: #cccccc;}
#spaces p a, #spaces address a, #spaces a {text-decoration: none!important; color: #dfdfdf;}
#spaces p a:hover, #spaces address a:hover, #spaces a:hover {color: #fff;}
#spaces p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #a4a4a4!important; margin-top: 10px;}
#spaces .continue {color: #4a98d4; text-decoration: none;}
#spaces .continue:hover {color: #afafaf;}
#spaces div {font-family: "Arial", sans-serif; font-size: 12px; line-height: 18px;}
.space .contact_container {font-size: 13px; line-height: 18px; color: #4a4a4a; margin-top: 15px;}
.space .contact_container .image {float: left; margin-right: 10px;}
.space .image_wrapper {max-height: 200px; overflow: hidden;}
.footerNavigation {background: #3C3C3C; padding: 20px 0;}
#spaces .contact_container .image {width: 120px;}
.space .contact_container address {float: left;}
#spaces .contact_container address + div {color: #dfdfdf; float: left;}

 /* 13.0 Footer
===================================================================================================*/

footer {padding: 30px 0!important;}

	/* 13.1 Footer Navigation
	-----------------------------------------*/
	.footerNavigation nav {padding: 0 30px;}
	.footerNavigation nav ul {text-align: center;}
	.footerNavigation nav ul li {display: inline; margin-left: 10px; font-family: Arial, sans-serif; font-size: 12px; border-left: 1px solid #a5a5a5; padding-left: 15px;}
	.footerNavigation nav ul li:first-child {padding: 0; margin: 0; border: none;}
	.footerNavigation nav ul li a {color: #a5a5a5; text-decoration: none; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
	.footerNavigation nav ul li a:hover {color: #fff!important;}
	.footerNavigation nav ul ul {display: none!important;}
	
	/* 13.2 Footer Social
	-----------------------------------------*/
	.social_footer {clear: both; text-align: center;}
	.social_footer ul {margin-top: 15px; margin-bottom: 15px; display: inline;}
	.social_footer ul li {display: inline; font-family: sans-serif; font-size: 12px; margin-right: 4px;}
	.social_footer ul li a {display: inline-block; text-indent: -9000px; width: 16px; height: 16px;}
	.social_footer ul li.facebook a {background: url('../images/fb.png') top center no-repeat;}
	.social_footer ul li.twitter a {background: url('../images/twitter.png') top center no-repeat;}
	.social_footer ul li.linkedin a {background: url('../images/linkedin.png') top center no-repeat;}
	.social_footer ul li.google_plus a {background: url('../images/google.png') top center no-repeat;}

	/* 13.3 Footer Text
	-----------------------------------------*/
	.copyright {margin-top: 15px!important; line-height: 18px; text-align: center;}
	footer p {font-size: 12px; font-family: Arial, sans-serif; color: #6d6d6d; text-shadow: 0px 1px #fff;}
	footer p a {color: #5c5c5c; text-decoration: none; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; font-weight: bold;}
	footer p a:hover {color: #292929!important;}
	
	.centerText {clear: left; font-size: 11px!important; padding-top: 0; text-align: center; line-height: 18px; color: #6d6d6d; text-shadow: 0px 1px #fff;}
	
	/* 13.4 Footer Links
	-----------------------------------------*/
	.bottom_links {margin-top: 0;}
	.bottom_links ul {text-align: center;}
	.bottom_links li {display: inline; margin-left: 5px; padding-left: 10px; border-left: 1px solid #b6b6b6; font-size: 12px; font-family: Arial, sans-serif; text-shadow: 0px 1px #fff;}
	.bottom_links li:first-child {margin-left: 0; padding-left: 0; border-left: none;}
	.bottom_links li a {color: #5c5c5c; text-decoration: none; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
	.bottom_links li a:hover {color: #252525;}
	
 /* 14.0 Element Colors
===================================================================================================*/
.bg-dark5 {background: rgba(74,152,212, 1);}

 /* 15.0 Typography
===================================================================================================*/
h2 {font-size: 24px; line-height: 30px; padding: 20px 0 15px!important;}
h3 {font-size: 21px; line-height: 30px; padding: 20px 0 15px!important;}
h4 {font-size: 18px; line-height: 24px; padding: 20px 0 15px!important;}
h5 {font-size: 16px; line-height: 21px; padding: 20px 0 15px!important;}
h6 {font-size: 14px; line-height: 18px; padding: 20px 0 15px!important;}

footer h4 {padding-top: 0!important; line-height: normal;}

 /* 16.0 Miscellaneous
===================================================================================================*/
#top {
	position:fixed;
	bottom:1px;
	right:1px;
	cursor:pointer;
	display:block;
	padding: 5px 8px;
	background:#cacaca;
	z-index:500;
	font-family: "Georgia", serif;
	text-shadow: 0px 1px #fff;
	font-style: italic; 
	font-size: 12px;
	text-decoration: none;
	color: #2a2a2a;
	
}
.column3 {width: 300px; margin-left: 20px; float: left;}
.sidebar h4 {line-height: normal!important; padding: 0!important;}
.warning {font-size: 12px; font-family: "Arial", sans-serif;}
.cta {width: 100%; margin-bottom: 25px;}
.cta_button {color: #fff; text-shadow: 0px 1px rgba(0,0,0,0.5); text-decoration: none; font-size: 14px; font-weight: bold; line-height: 16px; padding: 7px 12px; text-align: center; display: block;}
.cta_button:hover {background: #4e4e4e!important; color: #fff!important;}
span {font-family: "Arial", sans-serif; font-size: 12px; line-height: 18px;}
.first {margin-left: 0;}
.clearfix {clear: both;}
ul.bullets {font-size: 12px; line-height: 18px; color: #4a4a4a;}
a:hover {color: #868686!important;}
body .warning {padding: 12px!important;}
.wysiwyg_container p strong {font-weight: bold;}
#blog_content .wysiwyg_container h2:first-child {padding-top: 0!important;}
.wysiwyg_container p em {font-style: italic;}
.content ul {margin-top: 15px;}
.wysiwyg_container {overflow: hidden; width: auto;}
.attorney .wysiwyg_container {overflow: visible;}
.wysiwyg_container ol {margin-bottom: 15px;}
.wysiwyg_container ol li {list-style-type: decimal!important; margin-left: 25px!important; list-style-position: outside!important; font-size: 13px; line-height: 21px; margin-bottom: 5px;}
.wysiwyg_container ol li a {text-decoration: none!important;}
.hours {clear: both; margin-bottom: 15px;}

/*#li_ui_li_gen_1348673971413_0-logo {z-index: 100!important;}

.fb-like {display: inline-block; margin-right: 8px;}
.g-plusone, #___plusone_0 {display: inline-block; width: 65px!important; margin-right: 8px;}
.fb-like iframe {margin-top: -3px;}
.twitter-share {display: inline-block; width: 85px; margin-top: 2px;}
.twitter-share iframe {width: 85px!important;}

#li_ui_li_gen_1348675017557_1-container.IN-right {overflow: hidden!important;}*/
.addthis_button_facebook_like {width: 87px;}
.addthis_button_tweet {width: 85px;}
.addthis_button_google_plusone {width: 68px;}
strong {font-weight: bold;}
em {font-style: italic;}

 /* 17.0 Widgets
===================================================================================================*/
.widget {margin-bottom: 25px; overflow: hidden;}
.widget p {padding-bottom: 0!important;}
	
	#home_sidebar .widget.form {display: block!important;}
	
	/* 17.1 Recommendations
	-----------------------------------------*/
	.widget.recommendations ul li {font-size: 12px; font-family: "Arial", sans-serif; line-height: 18px; list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.recommendations li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	.widget.recommendations ul li h5 {margin-bottom: 0; font-size: 12px; padding: 0!important; margin: 0!important; line-height: normal!important;}
	.widget.recommendations ul li h5 a {text-decoration: none; color: #323232; font-weight: bold;}
	.widget.recommendations ul li p {color: #9b9b9b; margin-top: 5px!important;}
	
	/* 17.2 Blog Posts
	-----------------------------------------*/
	.widget.blog_posts .date {background: none;}
	.widget.blog_posts .date .month, .widget.blog_posts .date .day, .widget.blog_posts .date .year {display: inline; font-family: "Arial", sans-serif; font-size: 12px!important; display: none;}
	.widget.blog_posts p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.blog_posts h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.blog_posts h5 a {color: #323232; text-decoration: none;}
	.widget.blog_posts h5 a:hover {color: #646464;}
	.widget.blog_posts li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.blog_posts li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	/* 17.3 Attorneys
	-----------------------------------------*/
	.widget.attorneys .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.attorneys .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.attorneys h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.attorneys h5 a {color: #323232; text-decoration: none;}
	.widget.attorneys h5 a:hover {color: #646464;}
	.widget.attorneys p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.attorneys li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.attorneys li:first-child {margin-top: 0; padding-top: 0; border-top: none;}

	/* 17.4 Offices
	-----------------------------------------*/
	.widget.offices .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.offices .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.offices h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.offices h5 a {color: #323232; text-decoration: none;}
	.widget.offices h5 a:hover {color: #646464;}
	.widget.offices p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.offices li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.offices li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.offices address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px; float: left;}
	.widget.offices .city_state, .widget.offices .phone {display: block;}
	.widget.offices .map_container {margin-bottom: 5px; width: 100%; overflow: hidden;}

	/* 17.5 Case Results
	-----------------------------------------*/
	.widget.case_results .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.offices .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.case_results h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.case_results h5 a {color: #323232; text-decoration: none;}
	.widget.case_results h5 a:hover {color: #646464;}
	.widget.case_results p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.case_results li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.case_results li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.case_results .date {display: none;}
	.widget.case_results .summary {display: block; margin-bottom: 10px;}
	
	/* 17.6 Form
	-----------------------------------------*/
	.widget form li {margin-bottom: 10px; width: 100%;}
	.widget.form p {font-size: 12px; line-height: 18px;}
	.widget form label {display: block; margin-bottom: 5px; font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a;}
	.widget form input[type="text"], .widget form textarea {text-align: left; width: 95%!important; padding: 2%!important; margin-left: 0;}
	
	.widget.form {overflow: hidden;}
	.widget form {position: relative; padding-top: 0;}
	.widget h4 {font-size: 21px!important; font-family: 'Cabin Condensed', serif; line-height: 21px!important; padding: 0 0 0!important; margin-bottom: 15px; font-weight: 400; text-transform: uppercase;}
	.widget form ul li {margin-bottom: 0!important; font-family: sans-serif; line-height: 18px; color: #4a4a4a; font-size: 12px; text-align: left;}
	.widget form ul li label {text-align: left; display: block;}
	.widget input[type="text"], .widget textarea {width: 95%!important; padding: 2%!important;}
	
	.widget input[type="submit"] {
		color: #fff!important;
		border: none;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 7px 10px;
		float: left;
		cursor: pointer;
		width: auto!important;
	}
	input[type="submit"]:active {background: #adadad;}

	
	/* 17.7 Maps
	-----------------------------------------*/
	.widget.map .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.map .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.map h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.map h5 a {color: #323232; text-decoration: none;}
	.widget.map h5 a:hover {color: #646464;}
	.widget.map p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.map li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.map li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.map address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px; float: left;}
	.widget.map .city_state, .widget.map .phone {display: block;}
	.widget.map .map_container {margin-bottom: 10px;}
	
	/* 17.8 Categories
	-----------------------------------------*/
	.widget.categories {background: #fff; border: 1px solid #f5f5f5; border-bottom: 1px solid #dedede; padding: 15px;}
	.widget.categories ul li {list-style: none; font-size: 12px; font-family: "Arial", sans-serif; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e8e8e8;}
	.widget.categories ul li a {text-decoration: none; color: #757575;}
	.widget.categories ul li a:hover {color: #3d3d3d;}
	.widget.categories ul li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	/* 17.9 Tags
	-----------------------------------------*/
	.widget.tags ul li {list-style: none; font-size: 12px; font-family: "Arial", sans-serif; display: inline-block; background: #e5e5e5; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 5px;}
	.widget.tags ul li a {text-decoration: none; color: #757575;}
	.widget.tags ul li a:hover {color: #3d3d3d;}
	
	/* 17.10 Calendar
	-----------------------------------------*/
	.widget.blog_calendar table {width: 99%; font-family: "Arial", sans-serif; font-size: 12px;}
	.widget.blog_calendar .widget.blog_calendar {margin-bottom: 0!important;}
	.widget.blog_calendar h4 {text-align: center; z-index: 30; position: relative; padding: 0!important; background: none!important; border: none!important; font-size: 16px!important;}
	
	.widget.blog_calendar .prev {display: block; background: url('../images/calendar-arrow-left.gif') left no-repeat; width: 6px; height: 11px; text-indent: -9000px; position: absolute; left: 15px; top: 5px; z-index: 50;}
	
	.widget.blog_calendar .next {display: block; background: url('../images/calendar-arrow-right.gif') left no-repeat; width: 6px; height: 11px; text-indent: -9000px; position: absolute; right: 15px; top: 5px; z-index: 51;}
	
	.widget.blog_calendar table {margin-bottom: 0!important;}
	.widget.blog_calendar table tr {padding: 10px;}
	.widget.blog_calendar table td {padding: 8px 4px; text-align: center; background: #eeeeee; border: 1px solid #cdcdcd;}
	.widget.blog_calendar table td.highlight {background: #fff;}
	.widget.blog_calendar table td a {color: #a5a5a5; text-decoration: none;}
	
	/* 17.11 Search
	-----------------------------------------*/
	.widget.blog_search .buttons {width: auto!important; margin-top: 5px;}
	
	.widget.free_form ul li {list-style-position: outside!important; list-style-type: disc!important; margin-bottom: 0px!important; padding-bottom: 0!important; margin-left: 15px;}
	.widget.free_form ol li {list-style-position: outside!important; list-style-type: decimal!important; margin-bottom: 0px!important; padding-bottom: 0!important; margin-left: 15px;}
	.widget.free_form ul, .widget.free_form ol {margin-top: 0!important;}
	
	
	.wysiwyg_container .widget p {margin-bottom: 0!important; padding-bottom: 0px!important;} 
	.wysiwyg_container div.insertion.widget {background: #fafafa; margin-top: 0!important; position: relative; z-index: 1000;}
	div.insertion.widget.no-background {background: none!important;}
	.wysiwyg_container div.insertion.widget .widget_content {padding: 10px 10px!important;}
	.wysiwyg_container div.insertion.widget .widget {margin-bottom: 0!important;}
	.wysiwyg_container div.insertion.widget.float_left {float: left; margin-left: 0!important; margin-right: 20px!important; width: 220px!important; height: auto!important; margin-bottom: 15px!important;}
	.wysiwyg_container div.insertion.widget.float_right {float: right; margin-left: 20px!important; margin-right: 0!important; width: 220px!important; height: auto!important; margin-bottom: 15px!important;}
	.wysiwyg_container div.insertion.widget.float_none {float: none; margin-left: 0!important; margin-right: 0!important; width: auto!important; height: auto!important; margin-bottom: 15px!important;}
	
	.wysiwyg_container div.insertion.widget h4 {text-transform: uppercase; font-size: 16px!important; background: #2b2b2b; color: #fff!important; padding: 5px 10px!important; margin-bottom: 0!important;}
	
	.wysiwyg_container div.insertion.widget h5 {font-size: 16px; font-weight: normal!important;}
	.wysiwyg_container div.insertion.widget h5 a {font-weight: normal!important;}

	.wysiwyg_container div.insertion.widget ul {margin-bottom: 0!important; padding: 10px; margin-top: 0!important;}
	.wysiwyg_container div.insertion.widget .widget_content ul {padding: 0!important;}
	.wysiwyg_container .widget p.notice, .wysiwyg_container .widget p.warning {margin-bottom: 15px!important;}
	.widget p.warning, .widget p.notice {padding-bottom: 12px!important;}
	
	h1,h2,h3,h4,h5,h6 {border-left: none!important; padding-left: 0!important; text-transform: none!important; letter-spacing: normal!important;}
	
	.insertion.image {text-align: center; text-align: center; margin-bottom: 15px; clear: both; margin-top: 15px;}
	.insertion.image .insertedImage {padding: 4px; background: #fff; border: 1px solid #e7e7e7; margin-bottom: 5px; display: inline-block; width: auto!important;}
	.insertion.image img {margin-bottom: 0; display: inline-block!important;}
	.insertion.image.float_left {float: left; margin-right: 15px; width: auto;}
	.insertion.image.float_right {float: right; margin-left: 15px; width: auto;}
	.insertion.image .captionContainer {color: #636363; position: relative!important; margin-top: 5px;}
	.insertion.image .text {padding: 5px 1%; line-height: 18px; position: relative!important; background: none!important; color: #636363!important; width: 98%!important;}
	
	.insertion.video {max-width: 100%;}
	.insertion.video .video_wrapper {text-align: center; margin-bottom: 15px!important; clear: both; width: 100%!important; margin-top: 0!important;}
	.insertion.video video {margin-bottom: 0; max-width: 100%;}
	.insertion.video .video_wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-bottom: 58%;
		padding-top: 25px;
		height: 0;
	}
	.insertion.video iframe, .insertion.video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
	}
	.insertion.video.float_left {float: left; margin-right: 15px; width: auto;}
	.insertion.video.float_right {float: right; margin-left: 15px; width: auto;}
	
	.widget.free_form p {margin-bottom: 10px!important;}
	div.insertion.widget.free_form h4 + div {padding-bottom: 0!important;}
	
	a:hover {text-decoration: none!important;}
	
	input[type="submit"] {border-bottom: none!important;}
	input[type="submit"]:hover {background: #303030!important;}
	
	.insertion.form {margin-bottom: 15px;}
	.insertion.form.float_left {float: left; width: 190px; margin-right: 20px; background: #efefef; margin-top: 0!important; padding: 15px;}
	.insertion.form.float_right {float: right; width: 190px; margin-left: 20px; padding: 15px; background: #efefef; margin-top: 0!important;}
	.insertion.form.float_none {width: auto; float: none; background: #efefef; margin-top: 0!important; padding: 15px; clear: both;}
	.insertion.form form {width: 100%; position: relative; z-index: 1000;}
	.insertion.form .fields {margin: 0!important; width: 100%;}
	.insertion.form .fields li {width: 100%; list-style: none; position: relative; margin-bottom: 5px;}
	.insertion.form .fields li input[type="text"], .insertion.form .fields li textarea {width: 97%!important; padding: 5px 1%;}
	.insertion.form .fields li select {width: auto!important;}
	.insertion.form.float_right input[type="text"], .insertion.form.float_left input[type="text"], .insertion.form.float_right textarea, .insertion.form.float_left textarea {width: 97%!important; padding: 5px 1%;}
	.insertion.form .fields li.buttons {margin-bottom: 0; padding-bottom: 0;}
	.insertion.form .fields li.buttons input {margin-bottom: 0!important;}
	
	.wysiwyg_container a {text-decoration: none!important; border-bottom-style: dotted; border-bottom-width: 1px;}
	.wysiwyg_container a:hover {
		color: #626262!important;
		border-color: #626262!important;
	}
	.wysiwyg_container blockquote {
		padding-top: 20px;
		overflow: hidden;
		font-size: 14px!important;
		line-height: 21px!important;
		color: #777!important;
	}
	.wysiwyg_container blockquote p {
		padding-top: 0;
		overflow: hidden;
		font-size: 14px!important;
		line-height: 21px!important;
		color: #777!important;
	}
	.wysiwyg_container blockquote:before {
		display: block;
		float: left;
		margin: 20px 15px 0 0;
		font-size: 100px;
		content: open-quote;
		color: #bababa;
		text-shadow: 0 1px 1px #909090;
	}
	.wysiwyg_container blockquote:after {
		content: none;
	}
	.wysiwyg_container ol, .wysiwyg_container ul {margin-bottom: 15px;}
	.wysiwyg_container ol li {list-style: decimal outside; font-size: 12px; color: #4A4A4A; line-height: 18px; margin-bottom: 5px;}
	.wysiwyg_container ul li {list-style: disc outside; font-size: 12px; color: #4A4A4A; line-height: 18px; margin-bottom: 5px;}