/* ------------------------------------------------------------

  	* Berg Hill Greenleaf & Ruscitti
  	* Coded by Taylor Smith of Imulus

  	screen.css
  	- Site wide style, layout, and function

	=Colors
	- light grey #f0f0f0
	- dark blue #036
	- maroon #801f1f

------------------------------------------------------------ */

/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 13px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

body { 
	position: relative;
	width: 100%;
	background: #fff;
	padding: 15px 0 0 0;
}

#header { 
	position: relative;
	background: #fff;
}

.sub #header { 
	position: relative;
}

#content { 
	position: relative;
	background: #fff;
}

.sub #content { 
	position: relative;
}

#footer { 
	clear: both;
	position: relative;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
	color: #036;
}

h4 { 
	font-size: 12px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 18px;
}

.spacer { 
	padding-top: 18px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #216ca0;
	text-decoration: none;
}

a:visited { 
	color: #216ca0;
}

a:hover { 
	color: #451010;
	text-decoration: underline;
}

input,
textarea { 
	padding: 5px;
	border: 1px solid #c4c3c3;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	vertical-align: middle;
}

input:focus { 
	padding: 4px;
	border: 2px solid #B8B8B8;
	background: #EDF1FF;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	padding: 4px;
	border: 1px solid #c4c3c3;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Notifications (external links and PDFs) 
------------------------------------------------------------ */ 

#main a[href$=".pdf"]:after { 
	content: " (pdf)"; 
	font-size: 11px;
	padding-right: 2px;
	font-style: italic;
}

#main a[href$=".pdf"].plain:after { 
	content: ""; 
	padding: 0;
}

img.external {
	padding: 0 !important;
	padding-bottom: 2px !important;
	background: transparent !important;
	border: none !important;
}

a.button img.external, 
#footer img.external { /* Exclude content sections from jquery external link icon */
	display: none !important;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 15px 150px;
}

.forms p.spacer { 
	padding-top: 10px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	padding-top: 3px;
	margin-left: -150px;
	text-align: right;
	vertical-align: middle;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	display: block;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 7px;
}

.forms p select { 
	border: 1px solid #c4c3c3;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

.container {
	position: relative;
	width: 940px;
	margin: 0 auto;
}


	/* =Header 
------------------------------------------------------------ */ 

#header .container {

}

#header .container strong a {
	display: block;
	width: 453px;
	height: 70px;
	text-indent: -9999px;
	background: url('/images/layout/header/logo.gif') left top no-repeat;
}

#header .container strong a:hover {
	background-position: left -70px;
}

#header p#search {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 190px;
	background: url('/images/layout/header/search-bg.gif') left top no-repeat;
}

#header p#search input {
	padding: 4px 6px;
	color: #4c4c4c;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	width: 150px;
}

#header p#search #search-go {
	vertical-align: bottom;
	margin-bottom: 1px;
	padding-left: 0 !important;
}

	/* =Content 
------------------------------------------------------------ */ 

#content {
	margin-bottom: 18px;
}

#content .container #navigation {
	position: relative;
	float: left;
	width: 145px;
	padding-top: 30px;
	margin-right: 20px;
}

#content .container #navigation ul li {
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
}

#content .container #navigation ul li.dropdown a span {
	padding-right: 15px;
	background: url('/images/icons/dropdown-plus.gif') right center no-repeat;
}

#content .container #navigation ul li.collapsed a.category {
	color: #811f1f;
}

#content .container #navigation ul li.dropdown.collapsed a span {
	padding-right: 15px;
	background: url('/images/icons/dropdown-minus.gif') right center no-repeat;
}

#content .container #navigation ul li a {
	display: block;
	padding: 10px 0 10px 7px;
	color: #2b2a2a;
}

#content .container #navigation ul li.last {
	border: 0;
}

#content .container #navigation ul li a:hover {
	text-decoration: none;
	color: #811f1f;
	background: #f0f0f0;
}

#content .container #navigation ul li ul {
	display: none;
}

#content .container #navigation ul li#active ul {
	display: block;
}

#content .container #navigation ul li ul li {
	text-transform: none;
	border-bottom: none;
}

#content .container #navigation ul li ul li a {
	padding: 5px 0 5px 15px;
}

#content .container #navigation ul li ul li a:hover {
	background: transparent;
	color: #224e7a;
}

#content .container #navigation ul li ul li a span {
	background: transparent !important;
}

#content .container #navigation ul li ul li a:hover span,
#content .container #navigation ul li ul li.active a span {
	padding-right: 8px;
	color: #224e7a;
	background: url('/images/icons/arrow-right-blue.gif') right center no-repeat !important;
}

.home #content .container #main {
	float: left;
	width: 775px;
}

.home #content .container #main #attorney {
	position: relative;
	width: 775px;
	height: 270px;
	margin-bottom: 18px;
	float: right;
}

.home #content .container #main #attorney img {
	position: absolute;
}

.home #content .container #main #attorney #outer {
	position: relative;
	width: 775px;
	height: 270px;
	background: url('/images/layout/header/attorney-outer.png') left top no-repeat;
}

.home #content .container #main #attorney #inner {
	position: relative;
	width: 775px;
	height: 270px;
	background: url('/images/layout/header/attorney-inner.png') right bottom no-repeat;
}

.home #content .container #main #attorney #inner #description {
	position: absolute;
	background: url('/images/layout/content/attorney-description.png') left top no-repeat;
	width: 270px;
	padding: 18px 15px 14px 15px;
	right: 40px;
	bottom: 40px;
}

.home #content .container #main #attorney #inner #description p {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 4px;
}

.home #content .container #main #attorney #inner #description h1 {
	font-size: 16px;
	color: #036;
	padding-bottom: 0;
}

.home #content .container #main #attorney #inner #description a.read-bio {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
	background: url('/images/icons/arrow-right-red.gif') right center no-repeat;
}

.home #content .container #main .grid-container {
	float: left;
	background: url('/images/layout/content/grid-background.gif') left bottom no-repeat;
}

.home #content .container #main .grid {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 16px;
}

.home #content .container #main .grid h3 {
	font-weight: bold;
}

.home #content .container #main .grid h3 em {
	font-weight: normal;
	color: #356799;
}

.home #content .container #main .grid p {
	padding-bottom: 10px;
}

.home #content .container #main #about {
	width: 260px;
}

.home #content .container #main #event {
	width: 280px;
}

.home #content .container #main #contact {
	width: 155px;
	padding-right: 0;
	margin-right: 0;
}

.home #content .container #main #contact ul li {
	padding: 5px 0 5px 25px;
}

.home #content .container #main #contact ul li.phone {
	background: url('/images/icons/phone.gif') left center no-repeat;
}

.home #content .container #main #contact ul li.email {
	background: url('/images/icons/email.gif') left center no-repeat;
}

.home #content .container #main #contact ul li.maps {
	background: url('/images/icons/maps.gif') left center no-repeat;
}

#content .container #main a.arrow {
	padding-right: 8px;
	background: url('/images/icons/arrow-right-red.gif') right center no-repeat;
}


	/* =Subpage 
------------------------------------------------------------ */ 

.sub #content .container #title {
	float: left;
	width: 775px;
	height: 106px;
	border-bottom: 8px solid #969696;
	overflow: hidden;
}

.sub #content .container #title strong a {
	display: block;
	font-style: italic;
	line-height: 106px;
	margin: 0;
	padding: 0 0 0 25px;
	background: #282828 url('/images/layout/content/title-bg.png') left top no-repeat;
	color: #ece6e6;
	font-size: 18px;
	font-weight: normal;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

.sub #content .container #title strong a:hover {
	color: #FFF8F8;
	background: #212121 url('/images/layout/content/title-bg.png') left top no-repeat;
	text-decoration: none;
}

.sub #content .container #title img {
	position: absolute;
	top: 0;
	right: 0;
}

.sub #content .container #main {
	position: relative;
	float: left;
	width: 733px;
	padding: 20px;
	background: #eee;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.sub #content #main ul,
.sub #content #main ol,
.sub #content #main table {
	margin-bottom: 18px;
}

.sub #content #main ul li {
	padding-left: 15px;
	background: url('/images/icons/bullet.gif') left 7px no-repeat;
}

.sub #content #main ol li {
	margin-left: 1.5em;
	list-style: decimal;
}

.sub #content #main h1 {
	color: #216ca0;
	font-weight: bold;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sub #content #main h2,
.sub #content #main h3 {
	color: #811f1f;
}

.sub #content #main table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin: 0 0 18px 0;
	border-right: 1px solid #dedbdb;
	border-top: 1px solid #dedbdb;
}

.sub #content #main table th {
	font-weight: bold;
	color: #fff;
	background: #282828;
	border-left: 1px solid #dedbdb;
	padding: 6px;
	font-size: 14px;
	text-align: center;
}

.sub #content #main table td {
	background: #fff;
	border-bottom: 1px solid #dedbdb;
	border-left: 1px solid #dedbdb;
	padding: 6px;
}

.sub #content #main table tr.even td {
	background: #f4f4f4;
}

.sub #content #main table tbody tr:hover td {
	background: #FFF8EF;
}

.sub #content #main blockquote {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 0 0 0 35px;
	background: url('/images/layout/content/blockquote.gif') left 3px no-repeat;
	color: #606060;
	line-height: 28px;
}

.sub #content #main a.download-button {
	padding: 10px 10px 10px 0;
	background: url('/images/buttons/download-right.gif') right center no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.sub #content #main a.download-button span {
	padding: 10px 0 10px 40px;
	background: url('/images/buttons/download-left.gif') left center no-repeat;
}

.sub #content #main a.download-button:hover {	
	text-decoration: none;
}

.sub #content #main ul.tertiary {
	float: left;
}

.sub #content #main ul.bottom {
	margin-bottom: 0;
}

.sub #content #main .areas {
	font-size: 16px;
}

.sub #content #main ul.tertiary li {
	width: 356px;
	float: left;
	background: none;
	padding-left: 0;
	margin-bottom: 2px;
}

.sub #content #main ul.tertiary li.alt {
	margin-left: 21px;
}

.sub #content #main ul.tertiary li a {
	display: block;
	background: #fff;
	padding: 5px 10px;
}

.sub #content #main ul.tertiary li a:hover,
.sub #content #main ul.tertiary li#active-page a {
	background: #f0f0f0;
	border: 1px solid #fff;
	padding: 4px 9px;
	text-decoration: none;
}

.sub #content #main img {
	background: #fff;
	border: 1px solid #969696;
	padding: 4px;
}

.sub #content #main img.button {
	background: transparent;
	border: none;
	padding: 0;
}

	/* =News
------------------------------------------------------------ */ 

#news #content .container #main a.rss {
	position: absolute;
	right: 20px;
	top: 25px;
	background: url('/images/icons/rss.gif') left top no-repeat;
	padding-left: 20px;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

#news #content .container #main a.news-item {
	float: left;
	width: 498px;
	padding: 18px 10px 18px 225px;
	border-top: 1px solid #c3c3c3;
}

#news #content .container #main a.news-item:hover {
	text-decoration: none;
	background: #fff;
}

#news #content .container #main .news-item strong {
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #3e3e3e;
}

#news #content .container #main .news-item em {
	display: block;
	float: left;
	margin: 0 0 0 -215px;
	width: 190px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #6a6a6a;
	padding-top: 4px;
}

#news #content .container #main .news-item span {
	display: block;
	color: #333;
	padding-top: 9px;
}


#news #content .container #main .story h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-top: 1px solid #c3c3c3;
	padding-top: 18px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 14px;
	color: #3e3e3e;
}

#news #content .container #main .story p.date {
	font-size: 12px;
	color: #6a6a6a;
	padding-top: 4px;
	padding-bottom: 18px;
}

#news #content .container #main ul.years {
  position: absolute;
  top: 25px;
  right: 20px;
  margin: 0;
  padding: 0;
}

#news #content .container #main ul.years li {
  display: inline;
  background: none;
  padding: 0 0 0 20px;
  margin: 0;
}

#news #content .container #main ul.years li#active a {
	font-weight: bold;
}



	/* =Directory
------------------------------------------------------------ */ 

#directory #content .container #main h2 {

}

#directory #content .container #main a#show-all {
	margin-left: 10px;
	font-weight: normal;
}

#directory #content .container #main em.partner {
	position: absolute;
	padding: 10px 45px 10px 0;
	top: 55px;
	right: 20px;
	background: url('/images/icons/partner-indicator.gif') right center no-repeat;
}

#directory #content .container #main #attorneys {
	margin-top: 30px;
	margin-left: -29px;
}

#directory #content .container #main .attorney {
	position: relative;
	float: left;
	margin: 0 0 25px 29px;
}

#directory #content .container #main .attorney a {
	text-decoration: none;
}

#directory #content .container #main .attorney a img {
	position: relative;
	border: none;
	padding: 0;
	background: transparent;
}

#directory #content .container #main .attorney a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 113px;
	background: url('/images/layout/content/attorney-name-bg.png');
	padding: 5px;
	text-align: center;
	color: #ddd;
	font-size: 11px;
}

#directory #content .container #main .attorney a:hover span,
#directory #content .container #main .attorney a.active span {
	background: url('/images/layout/content/attorney-name-bg-over.png');
	color: #fff;
}

#directory #content .container #main .attorney .popup {
	position: absolute;
	top: -137px;
	left: 20p[x];
	z-index: 9999;
	display: none;
	width: 240px;
	height: 124px;
	padding: 15px 20px;
	background: url('/images/layout/content/popup-bg.png') left top no-repeat;
}

#directory #content .container #main .attorney .popup h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8d3535;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
}

#directory #content .container #main .attorney .popup p {
	font-size: 11px;
	padding-bottom: 6px;
}

#directory #content .container #main .attorney .popup p strong {
	font-size: 12px;
}

#directory #content .container #main .attorney .popup ul {
	font-size: 11px;
}

#directory #content .container #main .attorney .popup ul li.phone {
	background: url('/images/icons/phone-grey.gif') left center no-repeat;
	padding: 0 0 0 25px;
}

#directory #content .container #main .attorney .popup ul li.vcard {
	background: url('/images/icons/vcard.gif') left center no-repeat;
	padding: 0 0 0 25px;
}

#directory #content .container #main .attorney .popup dl {
	font-size: 11px;
}

#directory #content .container #main .attorney .popup dl dt {
	float: left;
	clear: left;
	padding: 0 5px 5px 0;
}

#directory #content .container #main .attorney .popup dl dd {
	float: left;
	padding: 0 5px 5px 0;
}


#directory #content .container #main h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 14px;
	font-weight: bold;
}

#directory #content .container #main .filter {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 18px;
}

#directory #content .container #main a.find-button {
	background: #fff url('/images/layout/content/find-button-bg.gif') left bottom repeat-x;
	padding: 5px 8px;
	color: #216ca0;
	margin: 0;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#directory #content .container #main a.find-button:hover {
	background: #F5F5F5;
	text-decoration: none;
}

#directory #content .container #main a.find-button:active {
	background: #EAEAEA;
}

#directory #content .container #main a.find-button span {
	background: url('/images/icons/down-arrow.png') right center no-repeat;
	padding-right: 15px;
}

#directory #content .container #main a.activated span {
	background: url('/images/icons/up-arrow.png') right center no-repeat;
}

#directory #content .container #main #find-by {	
	display: none;
	list-style: none;
	margin: 18px 0 0 0;
	padding: 5px 0;	
	width: 400px;
}

#directory #content .container #main #find-by li {
	background: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#directory #content .container #main #find-by li a {
	display: block;
	background: url('/images/icons/checkbox.gif') left -21px no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	color: #222;
}

#directory #content .container #main #find-by li.checked a {
	background: url('/images/icons/checkbox.gif') left 1px no-repeat;
}

#directory #content .container #main #find-by li a:hover {
	text-decoration: none;
	color: #216ca0;
}


	/* =Attorney
------------------------------------------------------------ */ 

#attorney #content .container #main #return {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 18px;
}

#attorney #content .container #main #return a {
	background: #fff url('/images/layout/content/find-button-bg.gif') left bottom repeat-x;
	padding: 5px 8px;
	color: #8d3535;
	margin: 0;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#attorney #content .container #main #return a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

#attorney #content .container #main #return a:active {
	background: #EAEAEA;
}

#attorney #content .container #main #return a span {
	background: url('/images/icons/left-arrow.png') left center no-repeat;
	padding-left: 15px;
}


#attorney #content .container #main #details {
	width: 243px;
	float: left;
}

#attorney #content .container #main #details h1 {
	font-size: 20px;
	color: #070606;
	padding-bottom: 0;
}

#attorney #content .container #main #details h2 {
	font-size: 14px;
	color: #4f4a4a;
	font-style: italic;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#attorney #content .container #main #details dl {
	margin: 9px 0;
}

#attorney #content .container #main #details dl dt {
	float: left;
	clear: left;
	padding: 0 20px 0 0;
	font-weight: bold;
	font-style: italic;
	height: 28px;
	line-height: 28px;
}

#attorney #content .container #main #details dl dd {
	float: left;
	padding: 0 50px 0 0;
	height: 28px;
	line-height: 28px;
}

#attorney #content .container #main #details dl dd img {
	border: none;
	padding: 0;
	background: transparent;	
}

#attorney #content .container #main #bio {
	width: 470px;
	float: right;
}

#attorney #content .container #main #bio h3 {
	font-size: 16px;
	font-weight: bold;
	color: #216ca0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


	/* =Contact
------------------------------------------------------------ */ 

#contact #content .container #main .content {
	float: left;
	width: 320px;
}

#contact #content .container #main .content img {
	border: none;
	padding: 0;
}

#contact #content .container #main .contact-form {
	width: 300px;
	float: right;
}

#contact #content .container #main .contact-form h1 em {
	float: right;
	font-size: 12px;
	color: #222;
	font-weight: normal;
	padding-top: 5px;
}

#contact #content .container #main .contact-form p { 
	position: relative;
	padding: 0 0 15px 0;
}

#contact #content .container #main .contact-form p.spacer { 
	padding-top: 10px;
}

#contact #content .container #main .contact-form label { 
	vertical-align: middle;
	padding-left: 10px;
}
	
#contact #content .container #main .contact-form p label.name { 
	display: block;
	padding-bottom: 3px;
	padding-left: 0;
	position: relative;
}	

#contact #content .container #main .contact-form p label.inline { 
	display: inline;
	padding-right: 2px;
	padding-left: 0;
}

#contact #content .container #main .contact-form span.error { 
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	line-height: 1em;
}

#contact #content .container #main .contact-form p input { 
	width: 288px;
	padding: 5px;
	border: 1px solid #c4c3c3;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	vertical-align: middle;
}

#contact #content .container #main .contact-form p input.small { 
	width: 70px;
}

#contact #content .container #main .contact-form p input.medium { 
	width: 200px;
}

#contact #content .container #main .contact-form p input.large { 
	width: 300px;
}

#contact #content .container #main .contact-form p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

#contact #content .container #main .contact-form p textarea { 
	width: 288px;
	padding: 5px;
	border: 1px solid #c4c3c3;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 180px;
}

#contact #content .container #main .contact-form p textarea.short { 
	height: 70px;
}

#contact #content .container #main .contact-form p textarea.tall { 
	height: 180px;
}

#contact #content .container #main .contact-form p span.radcheck { 
	margin-right: 10px;
}

#contact #content .container #main .contact-form p span.radcheck label { 
	padding-left: 5px;	
}

#contact #content .container #main .contact-form p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 0px;
}

#contact #content .container #main .contact-form p select { 
	border: 1px solid #c4c3c3;
	width: 300px;
}

#contact #content .container #main .contact-form #btnSubmit {
	padding: 0 !important;
}

#contact #content .container #main .contact-form p.half {
	float: left;
	width: 142px;
	margin-right: 16px;
}

#contact #content .container #main .contact-form p.last {
	margin-right: 0;
}

#contact #content .container #main .contact-form p.half input { 
	width: 130px;
	padding: 5px;
	border: 1px solid #c4c3c3;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	vertical-align: middle;
}

#contact #content .container #main .contact-form p.half select { 
	width: 140px;
}

#contact #content .container #main .contact-form p input:focus { 
	padding: 4px;
	border: 2px solid #B8B8B8;
	background: #EDF1FF;
}

#contact #content .container #main .contact-form p textarea:focus {
	padding: 4px;
	border: 2px solid #B8B8B8;
	background: #EDF1FF;
}


	/* =Search
------------------------------------------------------------ */ 

.sub #content #main #paging {
	padding: 10px 15px 8px 15px;
	background: #f2f2f2 url('/images/layout/content/search-pages-bg.gif') left bottom repeat-x;
	border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.sub #content #main #paging p {
	padding-bottom: 0;
}

.sub #content #main #paging p a {
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: transparent;
	padding: 3px 6px;
	margin-left: 5px;
	color: #333;
	text-decoration: none;
}

.sub #content #main #paging p a:hover {
	background: #ddd;
	border-color: #bbb;
	color: #216ca0;
}

.sub #content #main #paging p a:active {
	background: #D5D5D5;
}

.sub #content #main #paging p a.active {
	background: #fff;
	border-color: #999;
	border-width: 2px;
	padding: 2px 5px;	
	color: #811f1f;
}

.sub #content #main .search-item a {
	display: block;
	text-decoration: none;
	background: #e2e2e2 url('/images/layout/content/search-item-bg.gif') left top repeat-x;
	border: 1px solid #c4c4c4;
	margin-top: 18px;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sub #content #main .search-item a strong.title {
	display: block;
	font-size: 14px;
	padding-bottom: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.sub #content #main .search-item span,
.sub #content #main .search-item em {
	display: block;
	font-style: normal;

	color: #333;
}

.sub #content #main .search-item em {
	font-size: 11px;
	color: #777;
	padding-top: 4px;
}

.sub #content #main .search-item a:hover {
	color: #811f1f;
	background: #f2f2f2;
	border-width: 2px;
	padding: 14px;
}

.sub #content #main .search-item a:hover em {
	color: #555;
}


	/* =Footer 
------------------------------------------------------------ */ 

#footer {
	width: 100%;
	padding: 30px 0;
	color: #575757;
	background: #fff url('/images/layout/footer/footer-bg.gif') left top repeat-x;
}

#footer a {
	color: #4c4c4c;
}

#footer a:hover {
	color: #222;
	text-decoration: none;
}

#footer p.copyright {
	float: left;
	margin-bottom: 25px;
}

#footer ul.additional {
	float: right;
}

#footer ul.additional li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #cacaca;
}

#footer ul.additional li.last {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

#footer .practice-areas {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#footer .industries {
	padding-top: 10px;
	border-bottom: 1px solid #d9d9d9;
}

#footer .practice-areas h4,
#footer .industries h4 {
	float: left;
	width: 110px;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 15px;
}

#footer .practice-areas ul,
#footer .industries ul {
	float: left;
	padding-bottom: 10px;
}

#footer .practice-areas ul li,
#footer .industries ul li {
	float: left;
	background: url('/images/icons/footer-bullet.gif') right center no-repeat;
	padding-right: 14px;
	margin-right: 10px;
}

#footer .practice-areas ul li.last,
#footer .industries ul li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
