@charset "UTF-8";
/* ###########################################################################
# Greenburg Glusker #
# print stylesheet #
# COPYRIGHT 2008 Tenrec, Inc. #
########################################################################### */
body
{
    margin: 0;
	padding:0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:62.5%;
	background-color:white;
}
p,h1,h2,h3, ul {margin:0; padding:0;}
p, ul, ol {font-size:1.2em;}
ul {list-style-position:inside;}

a {text-decoration: none;}
a:link, a:visited {color: #35608d;/*blue*/}
a:hover{color: #66aa43;/*Green*/}
a img {border:none;}

#shadow {
	width:650px;
	margin:0 auto; 
}

#shadow_head {
	width: 650px;
}

#container
{
    width: 650px;
}
#header
{
    height: 123px;
	width:650px;
	border-bottom:1px solid #003267;/*blue*/
}

#header img
{
    border: none;
}

#header #globalHeaderLogo {display:none;}

#header #globalHeaderPrintLogo {
   /* display: inline-block;
    float: left; */
	margin:5px 0 0 0;
}

#header #globalNav
{
    display: none;
}


.clear {clear:both;}
/* --------- Primary Navigation --------- */

#primarynav
{
    display:none;
}

#spotlightpic
{
    display: inline;
    height: 200px;
    width: 415px;
    float: left;
}

#spotlightquote
{
    /* display: inline-block; */
    height: 200px;
    width: 372px;
    float: right;
    background-color: #003267;

}

#bodycontainer
{
    /* width: 415px; */
    float: left;
}

#bodyheader
{
    /* width: 390px; */
    margin: 25px 0px 15px 0;
}

#bodycontent
{
    /* width: 390px; */
    margin: 0px 0px 15px 0;
}

#searchbox
{
    display:none;
}

#searchbox #site
{
    float: left;
}

#searchbox #attorney
{
    float: right;
}

#searchbox input
{
    font-size:1em;
	padding:0 3px;
	height:14px;
	margin-bottom:3px;
}

#searchbox select
{
    width: 140px;
    height: 18px;
    margin-bottom: 5px;
    font-size: 10px;
}


#featured a
{
    color:black;
}
#featured a:hover
{
    color: #66aa43;/*Green*/
}
/*----------------------------------
		footer
----------------------------------*/ 
#globalFooter
{
    clear: both; 
	border-top:1px solid #BCBFBB;
    padding: 0;
    font-size: 1em;
}
#footerContent {
	width:650px;
	margin:0 auto;
	padding:10px 0;
}
.globalNav
{
    display: none;
}

#globalFooter a:link
{
    color: Gray;
}

#globalFooter a:vlink
{
    color: Gray;
}

#globalFooter a:hover
{
    color: Green;
}
#globalFooter a:visited
{
    color: Gray;
}
#globalFooter a
{
    padding: 0px 8px 0px 8px;
}

#globalFooter .copyright
{
    float: left;
    color: Gray;
	margin-left:0;
}

#globalFooter .copyright a
{
    padding: 0px 5px 0px 5px;
	
}

#globalFooter .credits
{
    display:none;
}
#globalFooter .disclaim
{
    display:none;
}
#globalFooter .feedback
{
    display:none;
}
/*----------------------------------
		homepage scroller
----------------------------------*/

/* Scroller Box */
#scroller_container {
 width: 335px;
 height: 60px;
 overflow: hidden;
margin:10px 0 0 21px;
font-size:1.1em;
}

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
overflow: auto;
}

#featured ul
{
    list-style: none;
	margin:10px 20px 10px 40px;
}

#featured li
{
    font-weight: bold; 
    margin: 0px 10px 10px 0px;
	font-size:11px;
}

#featured
{
    float: right;
    width: 372px;
    background: #b2b4af url(../images/fc_corner.gif) no-repeat right bottom;
    padding: 0px 0px 10px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#featured h3
{
    color: Green;
    background-color: #c1c3c0;
    margin-top: 0px;
    padding: 5px 0px 5px 20px;
}
#featured p
{
	margin:10px 20px;
}

/*----------------------------------
		breadcrumb
----------------------------------*/
#pageinfo {
	width:350px;
	float:left;
	display:none;
}
#breadcrumb {
    display:none;
}

/*----------------------------------
		page title
----------------------------------*/
#pagetitle {
	width:350px;
    height:30px;
	float:left;
	padding-top:20px;
}
/*----------------------------------
		page content area
----------------------------------*/
#pagecontent {
    width:650px;
}

#content {
    width:365px;
	float:left;
	margin-bottom: 20px;
}
#content .expandlist {
	color:#35608d;	
	list-style-image:url(../images/icon_plus.gif);
	font-weight:bold;
	margin:20px 0 20px 20px;
	font-size:1.2em;
}
#content .expandlist a {
	color:#35608d;	
	text-decoration:none;
}

#content .expandlist a:hover {
    color: #66aa43;/*Green*/
	text-decoration:underline;
}
#content .expandlist li.open {
	list-style-image:url(../images/icon_minus.gif);
}
#content .expandlist li ul {
	list-style-type:square;	
	list-style-image:none;
	margin:0 0 5px 40px;
	font-size:1em;
	font-weight:normal;
}
#content .expandlist li ul a {
	color:black;
	font-size:1em;
}
#content p {
	margin:3px 10px 10px 0;
	line-height:1.6em;
}
#content ul {
	margin:3px 10px 5px 20px;
	line-height:1.4em;
	list-style-position:outside;
	list-style-type:square;
	font-size:1.1em;
}
#content h2 {
    color:#35608d;/*blue*/
    font-size:1.4em;
    margin:1em 1em 0.3em 0;
}
#content h3 {
    color:#003266;/*dark blue*/
    font-size:1.3em;
    margin:1em 1em 0.3em 0;
}
#content h4 {
    color:#000;
    font-size:1.2em;
    margin:1em 1em 0.3em 0;
}
/*----------------------------------
		sidebar/ related content 
----------------------------------*/
#sidebar {
	width:274px;
	float:right;
	padding-bottom:20px;
    margin-bottom: 20px;
	min-height:320px;
	
}
#sidebar h1 {
	margin:20px 0 5px 30px;
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
}
#sidebar ul.plus {
	list-style-image:url(../images/icon_plus.gif);
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
	font-weight:bold;
	margin:20px 0 5px 30px;
}
#sidebar ul.minus {
	list-style-image:url(../images/icon_minus.gif);
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
	font-weight:bold;
	margin:20px 0 5px 30px;
}
#sidebar ul.minus ul {
	list-style-image:none;
	font-size:1em;
	text-transform:none;
	margin:5px 0 5px 15px;
	font-weight:normal;
}
#sidebar h1.title {margin-top:45px;}
#sidebar p {
	margin:5px 20px 8px 30px;
}
#sidebar a {color:#35608d;/*blue*/}
#sidebar a:hover {color: #66aa43;/*Green*/}
#sidebar ul {
	margin:5px 20px 5px 45px;
	list-style-position:outside;
	list-style-type:square;
}

/*----------------------------------
		tab box
----------------------------------*/
.tabBox {
    background-color:white;
	clear:both;
	padding:20px 0;
    width:350px;
}
#ctl00_ctl00_BodyPlaceholder_pnlTab1, #ctl00_ctl00_BodyPlaceholder_pnlTab2, #ctl00_ctl00_BodyPlaceholder_pnlTab3, #ctl00_ctl00_BodyPlaceholder_pnlTab4, #ctl00_ctl00_BodyPlaceholder_pnlTab5 {
display:block;
}
#content .tabBox h2 {
	color:#003266;/*dark blue*/
	font-size:1.2em;
	text-transform:uppercase;
	margin:0 20px 5px 0;
}
#content .tabBox h3 {
	color:#35608d;/*blue*/
	font-size:1.2em;
	margin:0 20px 5px 0;
}
#content .tabBox p {margin:3px 20px 15px 0;}
.tabBox li {
	font-size:1.1em;
	margin:10px 0 10px 0;
	list-style-position:outside;
	font-size:12px;
}
.tabs {
    display:none;
}


/*----------------------------------
		news overview
----------------------------------*/
#search_news {
	display:none;
}

#news_ov { 
   /* width:350px; */
	margin:10px 0;
	position:relative;
}
#news_ov_top {
	display:none;
}
#news_ov_btm {
	display:none;
}
.newsbox {
    width:115px;
	float:left;
	margin:5px 0 0 0;
}
.newsbox li {
	font-size:10px;
	margin:5px 5px 5px 0;
	color:#35608d;/*blue*/
}
.newsbox li a {color:#000;}
.newsbox li a:hover {color:#66aa43;/*Green*/}
.newsbox h3 {
	margin:15px 5px 5px 0
}
/*----------------------------------
		bio page
----------------------------------*/
#attn_info {
	width:140px;
	float:left;
	margin-bottom: 2em;
	margin-top: 1em;
}
#attn_info p {
    line-height:1.6em;
}
#attn_info h1 {
	font-size:1.3em;
	font-weight:bold;
}

#attn_info span.legend {
	color: #66aa43;/*Green*/
	font-weight:bold;
	width:18px;
	/*float:left;*/
}
#attn_quote {
	width:190px;
	float:right;
	text-align:center;
	margin: 2em 1em 30px;
}
#attn_quote p {
	font-weight:bold;
	color:#787a76;/*dark gray*/
}
#attn_quote q {
	color:#003266;/*dark blue*/
	font-size:1.3em;
	font-style:italic;
}
#attn_quote img {
	float:right;
}

/*----------------------------------
		attorney list
----------------------------------*/
#search_criteria {
	margin:0 0 30px 0;
}
#search_criteria strong {
	color: #66aa43;/*Green*/
}
table.list {
	width:100%;
	clear:both;
}
table.list th {
	padding:10px 0 10px 20px;
	text-align:left;
	text-transform:uppercase;
	color:#003266;
	font-size:1.1em;
	border-bottom:1px solid #d8d9d7;
	margin-bottom:10px;
}
table.list td {
	padding:6px 0 6px 20px;
	font-size:1.1em;
	border-bottom:1px solid #d8d9d7;
}
table.list img {
	margin:5px 0 -5px 10px;
}

/*----------------------------------
        contact form
----------------------------------*/
input, select, textarea {border:1px inset black;}
.contact {
    margin:20px 0 0 0;
}
.contact p {
    width:300px;
    padding-left: 100px; 
}
.contact input, .contact select {
    width:160px;
}
.contact label {
    float: left;
    margin-left: -100px; /*width of left column*/
    width: 120px; 
}
.contact textarea {
    width:260px;
    height:100px;
}
.contact input.submit_btn {
    width:15px;
    height:15px;
    float:right;
    margin:-35px 75px 0 0;
	border:none;
}
/*----------------------------------
		people search form
----------------------------------*/

.peopleSearch {
	margin:20px 0 0 0;
}
.peopleSearch p {
	/* width:300px; */
	padding-left: 0px; 
}
.peopleSearch select {
	width:210px;
}
.peopleSearch label {
	float: left;
	/* margin-left: -170px; /*width of left column*/
	width: 170px; */
	color:#35608d;/*blue*/
}
.peopleSearch input.submit_btn {
	width:15px;
	height:14px;
	float:right;
	margin:-18px 100px 0 0;
	border:none;
}
/*----------------------------------
        careers boxes
----------------------------------*/
.box {
    background-color:#d8d9d7;
    width:160px;
    text-align:center;
    padding:10px 0;
    margin-top:20px;
}
.box img {
    margin:10px 0 10px 0;
}

#sidebar .SMN_ListAsset ul a {
font-size:0.9em;
line-height:1.2em;
text-transform:none;
font-weight:normal;
margin:0;
padding:0;
}
#sidebar .SMN_ListAsset li h1 {
margin:0.4em 0;
padding:0;
}
#sidebar ul.plus {list-style-type:none;}
#sidebar ul.plus {list-style-type:none;}
.boxRight .SMN_ListAsset li h1 {
font-size:1.2em;
font-weight:normal;
line-height:1.4em;
}

#ctl00_BodyPlaceholder_BodyContent {
padding-top:1.2em;display:block;
}
#ctl00_BodyPlaceholder_BodyContent ul {
font-size:1.2em;
