/* RESET CSS */
body {
    margin: 0;
    padding: 0;
    font-size:0.625em;
    text-align:left;
}
h1, h2, h3, h4, h5, h6,form, p, ol, ul, li , dl, dt, dd, blockquote,fieldset,legend {
    margin: 0px;
    padding: 0px;
}
ol, ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img{
	border:0px;
}

.wai{
    display:none;
}
.cb{
    clear:both;
}
.cl{
    clear:left;
}
a { outline:0; }

.fl{
    float:left !important;
}
.fr{
    float:right !important;
}

/* Lush css */
html,body,#html_wrapper{
    background:#fff;
}

#page{
    margin: 0 auto 0px auto;
    width:100%;
}

/*  the header  */
#header{
    display:none;
}


/* subnav */
span.title{
    float:left;
    display:block;
    font-size:120%;
    font-family:arial;
    color:#fff;
    font-weight:bold;
    color:#58595b !important;
    text-transform: uppercase;
    margin:15px 10px 0 50px;
    display:inline;
}

#localnavlist{
    display:none;
}

/* END ALL NAVIGATION!!!! */


/* right sidebar */
.r_sidebar{
    display:none;
}

/* search results in attorneys tab*/

.attsearch_results{
	background-color:#FFF;
    width:100%;
    color:#363636;
    font-size:110%;
    line-height:140%;
    margin:0px;
    top:7px !important;
	padding: 3px 0 14px 0;
	}

.grabbing {
}
.attsearch_results li{
    border-bottom:1px solid #000;
    width:100%;
    overflow:hidden;
}
.attsearch_results li a{
    color:#00548e;
    font-size:120%;
    padding-bottom:3px;
}
.attsearch_results li img{
    float:left;
    width:52px;
    height:52px;
    margin-right:5px;
}
a.mailicon,a.bcardicon{
    display:none;
}


/* wrapper has the background */
#wrapper{
    width:100%;
    clear:both;
    overflow:hidden;
/*    overflow:visible;*/
    height:100%;
    color:#58595b;
}
#wrapper p{
    padding:10px 0;
}


#indeflasharea{
    display:none;
}

/* list of services */
ul.index-service-list{
    width:100%;
    clear:both;
    margin-top:25px;
    float:left;
}
ul.index-service-list li{
    width:25%;
    height:250px;
    margin:0;
    display:inline;
    float:left;
}

.service-end{
    display:block;
    height:100%;
    padding-right:12px;
    overflow:hidden;
    margin-left:14px;
}
ul.index-service-list dl{
    width:100%;
    height:250px;
}
ul.index-service-list dl dt{
    font-family:georgia;
    color:#000;
    font-size:170%;
    padding:13px 0px 6px 15px;
}
ul.index-service-list dl dt span{
    font-style:italic;
}
ul.index-service-list li dd li{
    background:none;
    width:auto;
    height:auto;
    width:90%;
    line-height:180%;
    text-indent:17px;
}
ul.index-service-list dd{
    color:#fff;
    width:100%;
    height:180px;
    font-family:arial;
    font-size:130%;
}
.dd_content{
    padding:15px 0 0 5px;
    display:block;
    height:165px;
}


ul.index-service-list li.twocolumn dd ol li{
    width:48% !important;
    float:left;
}
ul.index-service-list li.threecolumn dd ol li{
    width:30% !important;
    float:left;
}
ul.index-service-list li dd ol{
    width:100%;
    overflow:hidden;;
}

a.browse{
    display:none;
}

/* news scrolling list */
div#wrapper_newslist {
    width:100%;
    display:block;
    clear:both;
    margin:5px 0 0 0;
	height:124px;
	overflow:hidden;
    position:relative;
	overflow:hidden;
}

.shadow_news-left{
    position:absolute;
    top:0;
    left:0px;
    width:23px;
    height:124px;
}
.shadow_news-right{
    position:absolute;
    top:0;
    right:0px;
    width:24px;
    height:124px;
}

ul.newslist {margin-top:15px;}

ul.newslist li{
    background:url(../img/newsbg-left.gif) no-repeat top left;
    display:inline;
    padding-left:5px;
    height:124px;
    float:left;
    margin-left:5px;
}
ul.newslist li a{
    display:block;
    color:#000;
    padding:5px 5px 5px 0;
    height:114px;
    background:url(../img/newsbg-right.gif) no-repeat top right;
	float:left;
}
ul.newslist li img{
    float:left;
    margin:5px 5px 5px 0;
    width:67px;
    height:67px;
}
span.release{
    color:#999;
    font-size:110%;
    text-transform: uppercase;
    display:block;
}
span.source{
    color:#00538e;
    font-size:110%;
    font-weight:bold;
    display:block;
}
ul.newslist li strong{
   font-size:130%;
   clear:both;
}
ul.newslist li span{
   padding:2px 0;
}

a.leftscroll,a.rightscroll{
    display:none;
}

/*  content area  */
#content{
    padding:0 50px;
    overflow:hidden;
    font-size:150%;
}

#content h1{
    padding:25px 0 15px 0;
    font-size:420%;
    font-family:georgia;
    font-weight:normal;
}
#content h1 span{
    font-size:60%;
    display:block;
    margin-top:-5px;
}
#content h3{
    padding:25px 0 15px 0;
    font-size:100%;
    font-family:verdana;
}
#content h4{
    font-size:85%;
    padding-top:10px;
    font-family:verdana;
}

/*  footer area  */
#footer-wrapper,#footer{
	display:none;
}

/* BIO PAGE */

/* main area */
.leftside{
    float:left;
    width:65%;
}
.sidebar{
    float:right;
    width:33%;
}

.biography{
    width:617px;
    float:left;
    color:#333;
    font-size:120%;
}
.biography h2{
    text-transform:uppercase;
    color:#666;
    font-size:260%;
    font-family:georgia;
    text-align:right;
    padding-top:120px;
    font-weight:normal;
}
.biography h3{
    text-transform:uppercase;
    color:#666;
    font-size:150%;
    font-family:georgia;
    text-align:right;
    font-weight:normal;
}
.biography h4{
    color:#333;
    font-size:100%;
    padding:10px 0;
}
.biography img.attpic{
    float:left;
    margin-bottom:15px;
    border:4px solid #fff;
}

.biography .info{
    margin-left:13px;
    display:inline;
    padding:20px 20px 0 20px;
    float:left;
}



#bio_content{
    width:65%;
    padding-bottom:31px;
    overflow:auto;
    float:left;
}
.bio-navigation{
    display:none;
}


.simple-list{}
.simple-list li{
    padding-left:10px;
    margin-left:20px;
}






/* right sidebar */
.extrainfo{
    width:33%;
    min-height:200px;
    float:left;
    font-size:120%; position:relative;
}

.extrainfo .info{
    padding:20px 20px 0 20px;
    margin-left:10px;
    width:236px;
    min-height:250px;
}

#extrainfo_content{
    width:294px;
    padding-bottom:24px;
    float:left;
    margin-bottom:10px;
}
.extrainfo-navigation {
    display:none;
}

.tab-explanations{
    position:absolute;
    width:110px;
    height:12px;
    display:none;
    top:7px;
    right:8px;
    font-size:65%;
}

img.officepic{
    margin:0 auto 0 auto;
    display:block;
}

#office-tab,#vcard-tab,#print-tab,#link-tab{
    width:294px;
    float:left;
}

.extrainfo address{
    font-style:normal;
    margin-top:10px;
    color:#333;
    padding-left:7px;
}
.extrainfo address strong{
    font-size:170%;
    font-family:georgia;
    font-weight:normal;
}
.extrainfo address a{
    color:#333;
}



.phoneicon{
    padding-left:21px;
    clear:both;
    display:block;
    padding:10px 0 2px 21px;
}
.faxicon{
    padding-left:21px;
    clear:both;
    display:block;
    padding:2px 0 2px 21px;
}
.emailicon{
    clear:both;
    display:block;
    padding:2px 0 2px 21px;
}

a.linkedin-banner{
    display:none;
}
a.twitter-banner{
    display:none;
}

.hilite {
	background:#ff0;
}



/* added style for inner page */
h1.title{
    border-bottom:2px solid #bbb;
    position:relative;
    height:100px;
    color:#00548e;
    font-family:georgia;
    font-variant: small-caps;
    font-size:270%;
    display:block;
}
h1.title span{
   position:absolute;bottom:0px;
}

.leftside_content{
    font-size:120%;
}

.content_stage{
    padding:0 15px;
    overflow:auto;
}

.content_stage h2{
    color:#777;
    text-align:right;
    font-family:georgia;
    padding:5px 0 10px 30%;
    font-variant: small-caps;
    font-size:170%;
}
.content_stage h2 address{
    font-size:80%;
    padding-top:10px;
    clear:both;
    font-style:normal;
}
.content_stage h2 address span{
    color:#214a66;
    font-family:times;
    font-weight:normal;
}
.content_stage h2 a { text-decoration: none; color:#777;}
.content_stage h3{
    color:#00548e;
    font-size:170%;
    font-weight:normal;
    padding:5px 0 20px;
    border-bottom:1px solid #999;
    margin-bottom:10px;
}
.content_stage h4{
    color:#00548e;
    font-size:140%;
    font-weight:normal;
    padding:10px 0 5px;
    border-bottom:1px solid #999;
    margin-bottom:10px;
}
.content_stage p{
	text-align:justify;
}

.map-stage{
    display:none;
}

#left-submenu{
   display:none;
}

/* generic rounded box */
.innerpages-l{
    width:65%;
}
.fullwidth-pages{
    width:100% !important;
}
.fullwidth-pages h1.title{
    height:60px !important;
}

.innerpages-r{
    width:33%;
}
.box{
    margin-bottom:30px;
    font-size:110%;
    float:right;
    width:100%;
}

.professionals-box{
}
.box h3{
    color:#777;
    font-family:trebuchet ms;
    font-size:130%;
    text-indent:13px;
    line-height:44px;
    height:44px;
    text-transform:uppercase;
    width:80%;
    float:left;
}
a.rss{
    display:none;
    text-indent:-10000px;
}

.box_content{
    background:#fff;
    border:1px solid #e4e4e4;
    border-bottom:none;
    padding:10px 10px 1px 10px;
    clear:both;
}
.box_footer{
    width:100%;
    height:6px;
    float:right;
}
.box.large{
    margin-bottom:30px;
    font-size:110%;
    float:right;
    display:inline;
    margin-right:5px;
}
.box.large .box_content{
    background:#fff;
    border:1px solid #e4e4e4;
    border-bottom:none;
    padding:10px 10px 1px 10px;
}
.box.large .box_footer{
    width:100%;
    height:6px;
    float:right;
}
.showmore{
    display:none;
}

.box ul.boxlist{

}
.box ul.boxlist li{
    background:url(../img/boxlist-bg.gif) no-repeat left 5px;
    margin:10px 0 15px 0;
}
.box ul.boxlist li a{
    color:#797979;
    padding-left:15px;
    display:block;
}
.box ul.attsearch_results  li{
    border-bottom:1px solid #e9e9e9;
    margin:2px 0;
    font-size:90%;
}
.box ul.attsearch_results  li.lastone{
    border-bottom:none;
}
.box ul.boxlist li ul li{
    margin:10px 0 0px 15px;
}

/* action list on top right*/
ul.page-action-list{
    float:right;
    clear:right;
    margin-top:10px;
    font-size:105%;
    width:30%;
}
ul.page-action-list li{
    float:right;
    display:inline;
    margin-left:20px;
    line-height:18px;
}
ul.page-action-list li a.print2pdf{
    background:url(../img/print2pdf-icon.png) no-repeat left top;
    color:#767676;
    padding-left:25px;
    display:block;
}
ul.page-action-list li a.sendmail{
    background:url(../img/send-email-icon.png) no-repeat left top;
    color:#767676;
    padding-left:20px;
    display:block;
}

/* officelist */

.map-stage-small{
    float:left;
    width:45%;
    margin-left:15px;
    display:inline;
}

.map-stage-small h3{
    border-bottom:2px solid #d2d2d2;
    position:relative;
    color:#00548e;
    font-family:georgia;
    font-variant: small-caps;
    font-size:150%;
    display:block;
    margin:0px;
    padding:0px;
    font-weight:bold;
    padding-bottom:2px !important;
}
.map-stage-small h4{
    color:#777;
    font-family:georgia;
    font-variant: small-caps;
    font-size:110%;
    display:block;
    text-align:right;
    padding:0px;
    font-weight:bold;
    border:none;

}
.map-stage-small .gmap{
    width:100%;
    height:345px;
    background:red;
    border:1px solid #676662;
    float:left;
}
.officelist{
    display:none;
}

/* three columns layout */
.three-cols{
    width:100%;
    clear:both;
    margin-top:10px;
}
.three-cols.first{
    padding-left:5px;
}
.noborder{
    border:0px solid #cbcbcb !important;
}
.newscategory{
    width:100%;
    font-size:95%;
}
.newscategory li{
   padding:10px 0;
   border-bottom:1px dashed #ccc;
   overflow:auto;
   height:100%;
}
.newscategory li a{
   color:#000;
   font-weight:bold;
   font-size:110%;
   display:block;
}
.newscategory li img{
   margin:3px 3px 3px 0;
   float:left;
   width:67px;
}
.newscategory li .release{
   color:#9b9a96;
   text-transform:uppercase;
   padding:3px 0;
   font-size:95%;
}
.newscategory li .source{
   color:#0b568d;
   padding:0px 0 3px 0;
   font-size:95%;
}

a.view-more{
    display:none;
}

.three-cols h3{
    color:#00548e;
    font-family:georgia;
    font-variant: small-caps;
    font-size:155%;
    display:block;
    margin:0px;
    padding:10px 0 0 0;
    font-weight:bold;
    padding-bottom:2px !important;
    clear:both;
    overflow:auto;
    height:100%;
}
.three-cols h3 span{
    width:80%;
    float:left;
}
.three-cols h3 a{
    color:#00548e;
    display:block;
    text-decoration:none;
}
.three-cols h4{
    color:#777;
    font-family:georgia;
    font-variant: small-caps;
    font-size:125%;
    display:block;
    margin:0px;
    padding:0px;
    font-weight:bold;
    padding-bottom:2px !important;
    text-align:right;
    border:none;
}
.col_content{
    background:url(../img/leftcontent-bg.png) top left;
    padding:0 10px;
    margin-bottom:20px;
}
a.review-att{
    display:none;
}

.cols-typical-list ul{
    width:46%;
    float:left;
    display:inline;
    margin-left:-10px;
    margin-bottom:10px;
    overflow:hidden;
    font-size:90%;
    padding-right:20px;
}
.cols-typical-list li{
    background:url(../img/plus-icon.gif) no-repeat left 5px;
    padding-left:10px;
    margin-left:10px;
    display:inline;
    clear:both;
    float:left;
    width:90%;
}
.three-cols p a{
    color:#000;
}


.media-contacts-list{
    margin-top:7px;
}

.media-contacts-list img{
    float:left;
    margin:5px 0px 5px 0;
    width:15%;
    border:1px solid #000;
}
.media-contacts-list address{
    float:right;
    margin:0px 0px 5px 0;
    width:70%;
    font-style:normal;
}
span.add-title{
    color:#00558e;
    font-size:150%;
}
.media-contacts-list address a{
    color:#00558e;
    text-decoration:none;
    display:block;
    padding:0 0 5px 0;
}

/* att list page*/
.allattorneys-list{
    width:30%;
    padding:10px;
    display:inline;
    float:left;
    height:165px;
    overflow:hidden;
    position:relative;
}
.allattorneys-list img{
    width:25%;
    float:left;
    margin-top:8px;
}
.allattorneys-list h3{
    color:#00548e;
    font-family:georgia;
    font-variant: small-caps;
    font-size:155%;
    display:block;
    margin:0px !important;
    padding:0px !important;
    font-weight:bold;
    padding-bottom:2px !important;
    clear:both;
    overflow:hidden;
}
* html .allattorneys-list h3,* html .allattorneys-list h4{
    float:left;
}
.allattorneys-list h3 a{
    color:#00548e;
    margin-top:4px;
}
.allattorneys-list h3 span{
    width:100%;
}
.allattorneys-list h4{
    color:#777;
    font-family:georgia;
    font-variant: small-caps;
    font-size:125%;
    display:block;
    margin:0px;
    padding:0px;
    font-weight:bold;
    padding-bottom:2px !important;
    text-align:right;
    border:none;
    width:100%;
}
.allattorneys-list address{
    float:right;
    margin:3px 0px 5px 0;
    width:60%;
    font-style:normal;
}
span.add-title{
    color:#00558e;
    font-size:150%;
}
.allattorneys-list address a{
    color:#000;
    text-decoration:none;
    display:block;
    padding:5px 0 0px 0;
}

.content_stage hr{
    border:none;
    clear:both;
    height:0px;
    border-top:1px dotted #aaa;
    margin:0px;
}

.sidebarinnerpages-r{
    float:right;
    width:33%;
    overflow:hidden;
}

#email_container {
	position:absolute;
	top:0px;
	width:550px;
	left:50%;
	margin-left:-275px;
	background:#ff0;
	z-index:3;
}

#email_header {
	font-size:16px;
	font-weight:bold;
	padding:2px 4px;
	background:#ccc;
	margin-bottom:10px;
}

#email_header a {
	font-weight:bold;
	font-size:10px;
	float:right;
	color:#444;

}



#send_email_form {
	width:550px;
	height:300px;
	background:#eee;
	display:none;
}

#send_email_form label {
	width:150px;
	text-align:right;
	padding-right:5px;
	font-size:14px;
	float:left;
	margin:5px;
}


#send_email_form span {

}

#send_email_form br {
	clear:both;
}

#send_email_form input[type=text] {
	width:160px;
	float:left;
	margin-right:10px;
}

#send_email_form textarea {
	width:300px;
	height:80px;

}

#share_submit {
	width:120px;
	margin:20px;
	margin-left:135px;
	float:left;
}

#share_cancel {
	width:120px;
	margin:20px;
	float:left;
}


.validation-failed {
	border:1px solid #e00;
}

.validation-passed {
	border:1px solid #0d0;
}