/* @override http://208.75.66.194/stylesheets/styles.css */
/* @override http://localhost:3000/stylesheets/styles.css */
/* @override http://faracidev/stylesheets/styles.css */

/* @group Global Styles */

html, body {
	height: 100%;
	font-family: "Lucida Grande", Arial, sans-serif;
}

strong {
	font-weight: bold;
}



/* @end */

/* @group Header Styles */

#header-background {
	background: #08142f url(/images/bg-header.jpg) no-repeat scroll center top;
	height: 205px;
	top: 0px;
}


#background {
	width: 100%;
	background: #08142f url(/images/bg-pattern.jpg) repeat-y scroll center top;
	top: 205px;
}

#drop-shadow {
	width: 100%;
	background: url(/images/drop-shadow-pattern.png) repeat-y scroll center top;
	top: 205px;
}

#header-foreground {
	width: 960px;
	position: relative;
	height: 153px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/bg-header.jpg) no-repeat center top;
}

#back-to-home-link {
	width: 259px;
	height: 95px;
	position: absolute;
	top: 30px;
	left: 1px;
}

#back-to-home-link a {
	text-indent: -5000px;
	display: block;
	height: 100%;
	width: 100%;
}

#back-to-home-link img {
	display: none;
}

#back-to-home-link h1 {
	display: none;
}

#header-links {
	position: absolute;
	top: 64px;
	width: 290px;
	left: 666px;
	text-align: right;
}

#header-links a {
	padding-left: 15px;
}

#search-form {
	position: absolute;
	top: 106px;
	left: 756px;
}

#search-form input {
	width: 173px;
	height: 16px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #5a73b9;
	font-weight: normal;
	margin-right: 6px;
	vertical-align: middle;
}

#search-form img {
	 vertical-align: middle;
}



/* @end */

/* @group Navigation Bar */

#navbar {
	width: 960px;
	height: 156px;
	position: relative;
	margin: 0 auto;
	top: 0px;
	overflow: hidden;
}

#navbar ul {
	overflow: hidden;
}

#navbar ul li {
	display: inline;
	overflow: hidden;
}

#navbar a {
	float: left;
	height: 52px;
	text-indent: -5000px;
}

#navbar a:hover {
	background-position: 0 -52px;
}

#navbar a:active, #navbar li.active a, #navbar li.active a:hover {
	background-position: 0 -104px;
}

#nav-why-us a {
	width: 137px;
	background: url(/images/navbar/navbar-why-us.jpg) no-repeat left top;
}

#nav-what-we-do a {
	width: 138px;
	background: url(/images/navbar/navbar-what-we-do.jpg) no-repeat left top;
}

#nav-our-team a {
	width: 137px;
	background: url(/images/navbar/navbar-our-team.jpg) no-repeat left top;
}

#nav-accreditations a {
	width: 137px;
	background: url(/images/navbar/navbar-accreditations.jpg) no-repeat left top;
}

#nav-news-views a {
	width: 137px;
	background: url(/images/navbar/navbar-news-views.jpg) no-repeat left top;
}

#nav-contact-us a {
	width: 138px;
	background: url(/images/navbar/navbar-contact-us.jpg) no-repeat left top;
}

#nav-home a {
	width: 136px;
	background: url(/images/navbar/navbar-home.jpg) no-repeat left top;
}



/* @end */

/* @group Sidebar */

#sidebar {
	width: 244px;
	float: left;
}



/* @end */

/* @group Navigation Sidebar */

#nav-sidebar {
	margin-bottom: 15px;
	background-color: white;
	padding: 15px;
	font-size: 13px;
}

#nav-sidebar p {
	margin-bottom: 1em;
}

ul#nav-sidebar {
	text-transform: uppercase;
	padding: 5px 15px 0px;
}

ul#nav-sidebar a {
	color: #3763bc;
	text-decoration: none;
}

ul#nav-sidebar li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9dee7;
	background-color: white;
	font-size: 13px;
}

ul#nav-sidebar li.bottom {
	border: none;
}

ul#nav-sidebar li.active a, ul#nav-sidebar li a:hover {
	color: #7c2323;
}

ul#nav-sidebar li.active ul {
	padding-top: 8px;
	padding-left: 10px;
	text-transform: none;
}

ul#nav-sidebar li.active ul a {
	color: #1f4288;
}

ul#nav-sidebar li.active ul li.active a, ul#nav-sidebar li.active ul a:hover {
	color: #7c2323;
}

ul#nav-sidebar li.active ul li {
	border: none;
	padding: 5px 0px 2px;
	font-size: 13px;
	margin-bottom: 2px;
	line-height: 16px;
	margin-top: 0;
}



/* @end */

/* @group Navigation Sidebar - Alternate */

ul#nav-sidebar.alternate {
	margin-bottom: 15px;
	background-color: white;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0;
}

ul#nav-sidebar.alternate li {
	margin: 0 15px;
}

ul#nav-sidebar.alternate li.heading {
	background-color: #4b81c8;
	width: 2;
	color: white;
	font-size: 11px;
	padding: 5px 15px 5px;
	font-weight: bold;
	margin: 0;
}

ul#nav-sidebar.alternate li.widget {
	margin: 0;
	padding: 0 0 0 0;
	width: 244px;
	border-bottom: none;
}

ul#nav-sidebar.alternate li.widget h2.widgettitle {
	background-color: #4b81c8;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 24px;
}

ul#nav-sidebar.alternate li.widget ul {
	width: 244px;
}

ul#nav-sidebar.alternate li.widget li {
	margin: 0 auto;
	width: 214px;
	font-weight: normal;
}

/* @end */

/* @group Content */

#content {
	background-color: white;
	margin-left: 15px;
	width: 671px;
	float: right;
}

/* @group Breadcrumbs */

#content .breadcrumbs {
	color: #7086b3;
	text-transform: uppercase;
	background-color: #09255d;
	padding: 5px;
	font-size: 10px;
}

#content .breadcrumbs a {
	text-decoration: none;
	color: #aeb9dc;
}



/* @end */

/* @group Header */

#content .header {
	color: white;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	background: #0c2963 url(/images/bg-panel.jpg) no-repeat;
}

#content .header h1 {
	font-size: 33px;
	line-height: 39px;
	margin-top: -4px;
}

#content .header img {
	margin: 15px 0px;
}



/* @end */

/* @group Sidebar */

#content .sidebar {
	width: 159px;
	float: left;
	margin: 15px;
	font-size: 11px;
	line-height: 15px;
	color: #486dbb;
}

#content .sidebar h1 {
	color: #486dbb;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}

#content .sidebar h2 {
	color: #486dbb;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 4px;
}

#content .sidebar ul {
	margin-top: 2px;
	margin-bottom: 9px;
}

#content .sidebar ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 16px;
	padding-bottom: 7px;
}

#content .sidebar ol {
	margin-top: 2px;
	margin-bottom: 9px;
}


#content .sidebar ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 16px;
	padding-bottom: 7px;
}


#content .sidebar p {
	padding-bottom: 7px;
}

#content .sidebar a {
	text-decoration: none;
	color: #2f63a7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#content .sidebar a:hover {
	color: #7c2323;
	border-bottom-style: solid;
}

#content .sidebar a:active {
	color: #7c2323;
}

#content .sidebar a:visited {
}


#content .sidebar hr {
	height: 1px;
	color: #96a5c4;
	background-color: #96a5c4;
	border: none;
	margin-bottom: 12px;
}

#content .sidebar .border {
	border-style: solid;
	border-width: 1px;
	border-color: #2f63a7;
}

#content .sidebar img {
	margin-bottom: 4px;
}


/* @end */



/* @end */



/* @group Main Text */

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #223969;
	float: right;
	width: 452px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maintext h1 {
	color: #2f59b2;
	padding-bottom: 11px;
	font: bold 18px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.maintext h1.h1-header {
	color: #2f59b2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	font-size: 33px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
}



.maintext .subtitle {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #24458a;
}

.maintext .intro {
	font-size: 18px;
	margin-top: 20px;
}

.maintext h2 {
	color: #2f59b2;
	font: bold 18px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 11px;
	padding-top: 15px;
}

.maintext h3 {
	color: #2f59b2;
	font: bold 16px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 6px;
	padding-top: 4px;
}

.maintext h4 {
	font: 13px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 13px;
}

.maintext h5 {
	color: #2f59b2;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: -26px;
	margin-bottom: 9px;
}

.maintext h6 {
	//style goes here (remove this line)
}

.maintext p {
	padding-bottom: 13px;
}

.maintext ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

.maintext ul li {
	list-style-type: square;
	padding-bottom: 8px;
	list-style-position: outside;
	margin-left: 36px;
}

.maintext ol {
	margin-top: 1px;
	margin-bottom: 7px;
}

.maintext ol li {
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 8px;
	margin-left: 36px;
}

.maintext blockquote {
	padding-left: 36px;
	width: 407px;
	font-size: 14px;
	line-height: 20px;
	color: #31539b;
	margin-top: -3px;
	margin-bottom: 2px;
}

.maintext a {
	text-decoration: none;
	color: #223969;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.maintext a:hover {
	text-decoration: none;
	color: #7c2323;
	border-bottom-style: solid;
}

.maintext a:active {
	color: #7c2323;
}

.maintext a:visited {
}

.maintext .backtotoplink {
	text-transform: uppercase;
	color: #778ad1;
	font: 9px/10px "Lucida Grande", Arial, sans-serif;
	letter-spacing: 1px;
}

.maintext img {
	margin-right: 15px;
	vertical-align: middle;
}

.maintext td.tdsidebar a {
	border: none;
}

.maintext table {
	margin-top: 8px;
}

.maintext td {
	vertical-align: middle;
	padding: 7px 0px;
	width: 452px;
	font-size: 16px;
}

.maintext td.tdsidebar {
	padding-right: 15px;
	width: 159px;
}

.maintext td p {
	padding: 0px;
}

.maintext.mtwide {
	float: none;
	padding-left: 15px;
	margin-top: 15px;
	width: 641px;
}

.maintext.mtwide blockquote {
	width: 569px;
}

.maintext.mteditor {
	width: 100%;
	padding: 5px;
	margin: 0px;
	float: none;
}

.maintext .headshot {
	color: #3763bc;
	font-size: 12px;
	line-height: 12px;
	display: inline;
	width: 115px;
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.maintext .headshot h2 {
  font-family: "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 2px;
}

.maintext .headshot a, .maintext .headshot a:hover {
	border: none;
}

.maintext .headshot a img {
	border-style: solid;
	border-width: 1px;
	border-color: #2f63a7;
}

.maintext .headshot a:hover img {
	border-style: solid;
	border-width: 1px;
	border-color: #7c2323;
}

.maintext .headshot a:hover {
	text-decoration: none;
}

.maintext .headshot .smalltext {
	text-transform: uppercase;
	color: #9d9d9d;
	font: 9px/11px "Lucida Grande", Arial, sans-serif;
}

.maintext .headshot.tall {
	margin-bottom: 0px;
}

.maintext hr {
	height: 1px;
	color: #96a5c4;
    background-color: #96a5c4;
    border: none;
    margin: 15px 0;
    clear: both;
}

/*.maintext.mtwide hr {
	height: 1px;
	color: #8091c6;
	background-color: #8091c6;
	border: none;
	clear: both;
	width: 641px;
	margin: 0px;
}*/

.maintext .smalltext {
	font-size: 12px;
	line-height: 16px;
}

#body {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background-color: #e2e6ef;
	min-height: 100%;
	z-index: 0;
}

#mainarea {
	width: 930px;
	margin: 0 auto;
	padding-top: 15px;
}



/* @end */

.maintext.blog h1.blog_title a {
	border-bottom: none;
}

.maintext.blog h1.blog_title a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.maintext h1.blog_title {
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	line-height: 36px;
}

.maintext .blog-posted-at {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 11px;
}


.maintext .blog_subtitle {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	display: block;
}

.maintext a.more-link {
	display: block;
	text-align: right;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none;
}

.maintext a.more-link:hover {
	text-decoration: underline;
}

#content .blog p {
	padding-bottom: 12px;
}

li#recent-posts.widget.widget_recent_entries ul {
	text-transform: none;
}

/* @group Footer */

/* @group Body Footer */

#body-footer {
	width: 930px;
	height: 244px;
	padding: 15px;
	clear: both;
}

#bestlawyers-footer {
	height: 244px;
	width: 244px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background: url(/images/best-lawyers-footer-bottom.jpg) no-repeat center bottom;
}

#bestlawyers-footer-text {
	color: white;
	font-size: 9px;
	padding: 0 12px;
}

#bestlawyers-footer-text p {
	padding-top: 9px;
	padding-bottom: 12px;
}

#bestlawyers-footer-text a {
	color: white;
	text-decoration: none;
}

#bestlawyers-footer-text a:hover {
	text-decoration: underline;
}

#bestlawyers-footer-text strong {
	font-size: 9px;
}

#bestlawyers-footer li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 11px;
	line-height: 12px;
}

#areas-footer {
	width: 639px;
	height: 212px;
	font-size: 9px;
	float: right;
	background: url(/images/areas-background-footer.jpg) no-repeat scroll left top;
	color: white;
	padding: 16px;
}

#areas-footer strong {
	font-size: 11px;
}

#logos-footer {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



/* @end */

#drop-shadow-footer {
	background: url(/images/drop-shadow-footer-edges.png) no-repeat scroll center top;
	height: 30px;
	width: 100%;
	position: absolute;
}

#footer {
	background-color: #011a4d;
	margin: 0 auto;
	width: 961px;
	color: white;
	text-align: center;
	font-size: 12px;
}

#footer .smalltext {
	font-size: 10px;
	line-height: 29px;
}



/* @end */

#home-beige-panel {
	background: url(/images/home-beige-panel-background.gif) no-repeat left top;
	width: 214px;
	height: 451px;
	margin-top: 15px;
	padding: 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

#home-beige-panel .smalltext {
	font-size: 14px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #332b1b;
}

#home-beige-panel h1 {
	font-size: 25px;
	line-height: 34px;
	padding-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #332b1b;
}

#home-beige-panel .subtitle {
	font-weight: bold;
}

#home-beige-panel p {
	margin-bottom: 12px;
}

#home-beige-panel .readmore {
	text-align: right;
	position: absolute;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	width: 214px;
	margin-top: 436px;
}

#home-beige-panel .readmore a {
	color: #332b1b;
	text-decoration: none;
}

#home-beige-panel .readmore a:hover {
	color: #7c2323;
	text-decoration: underline;
}


#home-mainarea {
	width: 671px;
	margin-left: 259px;
	padding: 0;
}

#home-flash-panel {
	width: 671px;
	height: 391px;
	background: url(/images/slides/blank-panel.jpg) no-repeat left top;
	cursor: pointer;
}

#home-flash-panel img {
	margin: 0;
	padding: 0;
}

#home-need-to-know {
	width: 671px;
	height: 133px;
	margin-top: 15px;
}

#home-white-panel {
	margin-top: 15px;
	width: 641px;
	height: 451px;
	padding: 15px;
	background: url(/images/home-white-panel-background.gif) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home-white-panel img {
	float: right;
}

#home-white-panel .smalltext {
	font-size: 14px;
	color: #2f5ab0;
	line-height: 21px;
}

#home-white-panel h1 {
	font-size: 26px;
	color: #2f5ab0;
	line-height: 34px;
	padding-bottom: 30px;
}

#home-white-panel .subtitle {
	font-style: italic;
}

#home-white-panel p {
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 15px;
}

#home-white-panel .readmore {
	text-align: right;
	position: absolute;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	width: 641px;
	margin-top: 436px;
}

#home-white-panel .readmore a {
	color: #1c4cac;
	text-decoration: none;
}

#home-white-panel .readmore a:hover {
	color: #7c2323;
	text-decoration: underline;
}

body#content {
	width: 100%;
}

.header form {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

.header form input, .header form textarea, .header form select {
	margin: 5px 0;
	font-size: 12px;
}

.header form input {
	width: 50%;
}

.header form textarea {
	width: 100%;
	height: 106px;
}
.header form .emptyField {
	color: #6276a3;	
}

#nav-sidebar p a {
	text-decoration: none;
	color: #2f63a7;
}

#nav-sidebar p a:hover {
	text-decoration: underline;
	color: #15367b;
}

#nav-sidebar p a:active {
	color: #7c2323;
}

#nav-sidebar p a:visited {
}

#footer a, #body #body-footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover, #body #body-footer a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

	.sl_badge_150 {width:150px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);}
	.sl_badge_150 .profile {padding:2px;}
	.sl_badge_150 a {color:rgb(131,7,30);text-decoration:none;}
	.sl_badge_150 a:hover {text-decoration:underline;}
	.sl_badge_150 .outstanding {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
	.sl_badge_150 .only {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-size:9px;color:rgb(100,100,100);}
	.sl_badge_150 .visit { text-align:center; font-size:9px; }


