/* @override 
	http://localhost:8888/style/wzurek.css
	http://webdesign.gs/wesierskizurek/style/wzurek.css
	http://www.wzllp.com/style/wzurek.css
*/

html, body {
	background-color: #303030;
	margin: 0;
}

#top-nav {
	width: 712px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	font: 12px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	color: #918d83;
}

#top-nav a:link, #top-nav a:visited, #bottom-cap a:link, #bottom-cap a:visited {
	text-decoration: none;
	color: white;
}

#top-nav a:hover, #bottom-cap a:hover {
	text-decoration: underline;
}

#wrapper-a {
	width: 811px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -405px;
	background: url(../images/main-bg.jpg) repeat-y;
}

.clear {
	clear: both;
}

#header {
	background-image: url(../images/header.jpg);
	width: 811px;
	height: 266px;
}

#flash {
	background-image: url(../images/header.jpg);
	width: 811px;
	height: 266px;
}

#header-nav {
	width: 197px;
	height: 254px;
	position: absolute;
	left: 33px;
	top: 6px;
}

#header-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-nav ul li {
	width: 197px;
	height: 30px;
	display: block;
	margin-bottom: 2px;
}

#header-nav ul li a {
	display: block;
	width: 197px;
	height: 30px;
	font: 13px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #003366;
	text-indent: 25px;
	background: url(../images/headernav-button.jpg) 0 0;
}

#header-nav ul li a:hover {
	background-position: 0 -30px;
	color: white;
}

a#logohome {
	position: relative;
	top: -244px;
	left: 247px;
	display: block;
	width: 143px;
	height: 70px;
	text-indent: -9000px;
	overflow: hidden;
}

/* FOOTER */

#bottom-cap {
	background-color: #303030;
	color: white;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	height: 100px;
	clear: both;
}

#bottom-cap p {
	padding-right: 40px;
}

#bottom-cap a:link, #bottom-cap a:visited {
	color: #FFF;
}

#bottom-cap a:hover {
	color: white;
}

/* @group NAVIGATION */

#navigation {
	height: 25px;
	border-right: 6px solid white;
	border-left: 5px solid white;
	width: 765px;
	margin-left: 16px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style-type: none;
}

#navigation ul li {
	height: 25px;
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9000px;
	background-image: url(../images/nav-sprites.jpg);
}

li.firmdrop {
	background-image: url(../images/nav-sprites.jpg);
	background-position: 0 -5px;
	width: 100px;
}

li.firmdrop:hover {
	background-position: 0 -38px;
}

li.practicedrop {
	background-image: url(../images/nav-sprites.jpg);
	background-position: -100px -5px;
	width: 122px;
}

li.practicedrop:hover {
	background-position: -100px -38px;
}

li.publicationdrop {
	background-image: url(../images/nav-sprites.jpg);
	background-position: -341px -5px;
	width: 99px;
}

li.publicationdrop:hover {
	background-position: -341px -38px;
}

li.trial-drop {
	background-image: url(../images/nav-sprites.jpg);
	background-position: -440px -5px;
	width: 111px;
}

li.trial-drop:hover {
	background-position: -440px -38px;
}

a#professionals {
	background-position: -222px -5px;
	width: 119px;
}

a#professionals:hover {
	background-position: -222px -38px;
}

a#publication {
	background-position: -341px -5px;
	width: 99px;
}

a#publication:hover {
	background-position: -341px -38px;
}

a#career {
	background-position: -551px -5px;
	width: 120px;
}

a#career:hover {
	background-position: -551px -38px;
}

a#community {
	background-position: -671px -5px;
	width: 94px;
}

a#community:hover {
	background-position: -671px -38px;
}

/* DROPDOWNS */

#navigation ul li.practicedrop ul {
	visibility: hidden;
	position: relative;
	top: 25px;
	width: 303px;
	left: -1px;
	height: auto;
	float: left;
	border-bottom: 1px solid #65a0c2;
	border-top: 1px solid #65a0c2;
	background-color: #0071af;
	z-index: 2;
}

#navigation ul li.practicedrop:hover ul {
	visibility: visible;
}

#navigation ul li.practicedrop ul li {
	display: block;
	height: 25px;
	border-bottom: 1px dotted #65a0c2;
}

#navigation ul li.practicedrop ul li.dropleft {
	float: left;
	border-left: 1px solid #65a0c2;
	border-right: 1px solid #65a0c2;
}

#navigation ul li.practicedrop ul li.dropright {
	float: right;
	border-right: 1px solid #65a0c2;
}

#navigation ul li.practicedrop ul li a {
	background-image: none;
	background-color: #0071af;
	width: 150px;
	color: white;
	text-decoration: none;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	height: 25px;
}

#navigation ul li.practicedrop ul li a:hover {
	background-color: #303030;
}

#navigation ul li.firmdrop ul {
	visibility: hidden;
	position: relative;
	top: 25px;
	width: 200px;
	height: auto;
	float: left;
	border-bottom: 1px solid #65a0c2;
	border-top: 1px solid #65a0c2;
	background-color: #0071af;
	z-index: 2;
}

#navigation ul li.firmdrop:hover ul {
	visibility: visible;
}

#navigation ul li.firmdrop ul li {
	display: block;
	height: 25px;
	border-bottom: 1px dotted #65a0c2;
}

#navigation ul li.firmdrop ul li.dropleft {
	float: left;
	border-left: 1px solid #65a0c2;
	border-right: 1px solid #65a0c2;
}


#navigation ul li.firmdrop ul li a {
	background-image: none;
	background-color: #0071af;
	width: 200px;
	color: white;
	text-decoration: none;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	height: 25px;
}

#navigation ul li.firmdrop ul li a:hover {
	background-color: #303030;
}

#navigation ul li.publicationdrop ul {
	visibility: hidden;
	position: relative;
	top: 25px;
	width: 200px;
	height: auto;
	float: left;
	border-bottom: 1px solid #65a0c2;
	border-top: 1px solid #65a0c2;
	background-color: #0071af;
	z-index: 2;
}

#navigation ul li.publicationdrop:hover ul {
	visibility: visible;
}

#navigation ul li.publicationdrop ul li {
	display: block;
	height: 25px;
	border-bottom: 1px dotted #65a0c2;
}

#navigation ul li.publicationdrop ul li.dropleft {
	float: left;
	border-left: 1px solid #65a0c2;
	border-right: 1px solid #65a0c2;
}


#navigation ul li.publicationdrop ul li a {
	background-image: none;
	background-color: #0071af;
	width: 200px;
	color: white;
	text-decoration: none;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	height: 25px;
}

#navigation ul li.publicationdrop ul li a:hover {
	background-color: #303030;
}



#navigation ul li.trial-drop ul {
	visibility: hidden;
	position: relative;
	top: 25px;
	width: 303px;
	left: -1px;
	height: auto;
	float: left;
	border-bottom: 1px solid #65a0c2;
	border-top: 1px solid #65a0c2;
	background-color: #0071af;
	z-index: 2;
}

#navigation ul li.trial-drop:hover ul {
	visibility: visible;
}

#navigation ul li.trial-drop ul li {
	display: block;
	height: 25px;
	border-bottom: 1px dotted #65a0c2;
}

#navigation ul li.trial-drop ul li.dropleft {
	float: left;
	border-left: 1px solid #65a0c2;
	border-right: 1px solid #65a0c2;
}

#navigation ul li.trial-drop ul li.dropright {
	float: right;
	border-right: 1px solid #65a0c2;
}

#navigation ul li.trial-drop ul li a {
	background-image: none;
	background-color: #0071af;
	width: 150px;
	color: white;
	text-decoration: none;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	height: 25px;
}

#navigation ul li.trial-drop ul li a:hover {
	background-color: #303030;
}



/* @end */

#content-wrap {
	width: 765px;
	margin-left: 21px;
}

#left-column {
	width: 208px;
	float: left;
}

#left-column a:link, #left-column a:visited {
	color: #013068;
}

#left-column a:hover {
	color: #464646;
}

#body {
	float: right;
	width: 540px;
	margin-right: 10px;
}

#body p, #body ul, #body ol {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

h1 {
	color: #013068;
	font: 24px "BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
}

#body h2 {
	font: italic 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #06679e;
	border-bottom: 1px solid #06679e;
	padding-left: 3px;
	padding-right: 0px;
	display: inline;
}

#body a:link, #body a:visited {
	color: #013068;
}

#body a:hover {
	color: black;
}

#body img.partners {
	float: left;
	margin-right: 15px;
	margin-bottom: 13px;
}

.location {
	border-bottom: 1px dotted #d2baa2;
}

.location img {
	float: left;
	margin-right: 15px;
}

.location h3 {
	color: #0071af;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

.location .map {
	width: 425px;
	height: 350px;
	clear: both;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* @group CONTACT AREA */

#contact {
	width: 202px;
}

#contact h2 {
	margin: 3px auto 0 3px;
	padding: 0;
	width: 202px;
	height: 37px;
	background-image: url(../images/h2-contactus.jpg);
	text-indent: -9000px;
}

.hidden {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

#contact p {
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-left: 3px;
}

#contact p.bordered {
	border-top: 1px solid #d2baa2;
	border-bottom: 1px solid #d2baa2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contact form input, #contact form textarea {
	width: 100%;
	border: 1px solid #d2baa2;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: 5px;
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contact form input.submit {
	background-color: #e8e2c4;
	color: #103359;
	font-weight: bold;
	width: 75px;
	margin-left: 126px;
}

#contact form input.submit:hover {
	color: white;
	background-color: #0071af;
	cursor: pointer;
}

#contact form p {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

#publications {
	width: 202px;
	text-align: center;
}

#publications h2 {
	margin: 3px auto 0 3px;
	padding: 0;
	width: 202px;
	height: 37px;
	background-image: url(../images/h2-publications.jpg);
	text-indent: -9000px;
}

#publications p {
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin: 0px 0px 0px 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#publications p.bordered {
	border-top: 1px solid #d2baa2;
	border-bottom: 1px solid #d2baa2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#publications img {
	border: 2px solid #387DDA;
	margin: 7px 5px;
}

#publications img:hover {
	border-color: #303030;
}

#publications a {
	font-size: 12px;
	font-family: Arial;
	line-height: 1em !important;
}

#blog {
	width: 202px;
}

#blog h2 {
	margin: 3px auto 0 3px;
	padding: 0;
	width: 202px;
	height: 37px;
	background-image: url(../images/h2-blog.jpg);
	text-indent: -9000px;
}
#blog ul {
}
#blog .in {
	padding:0px 5px;
}

#blog p {
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-left: 3px;
}

#blog p.bordered {
	border-top: 1px solid #d2baa2;
	border-bottom: 1px solid #d2baa2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#casehighlights {
	width: 202px;
}

#casehighlights h2 {
	margin: 3px auto 0 3px;
	padding: 0;
	width: 202px;
	height: 37px;
	background-image: url(../images/h2-casehighlights.jpg);
	text-indent: -9000px;
}

#casehighlights p {
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-left: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

#casehighlights p.bordered {
	border-top: 1px solid #d2baa2;
	border-bottom: 1px solid #d2baa2;
	padding-top: 15px;
	padding-bottom: 15px;
}



/* @end */

#current {
	width: 202px;
}

#current h2 {
	margin: 3px auto 0 3px;
	padding: 0;
	width: 202px;
	height: 37px;
	background-image: url(../images/h2-currentnews.jpg);
	text-indent: -9000px;
}
.name {
margin-left: 20px;
font-weight: bold;
}
img.center {
margin: 0 auto;
display: block;
}
.underline {
font-style: underline;
}

ul.pro2 {
list-style-type: none;
padding: 0;
min-height: 100px;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

ul.pro {
	float: left;
	list-style-type: none;
	width: 170px;
	padding: 0;
	min-height: 255px;
	margin: 10px 0px 0px 0px;
}

li.title {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #0071af;
	text-align: center;
	margin-top: 15px;
}

li.name {
	font-size: 11px;
	line-height: 25px;
	text-indent: 10px;
}

li.name a {
	display: block;
	height: 25px;
	text-decoration: none;
}

li.name a:hover {
	background-color: #ede7cb;
}

ul.homebuttons {
	margin: 10px 0 0;
	padding: 0;
	width: 549px;
	height: 151px;
	list-style-type: none;
}

ul.homebuttons li {
	width: 178px;
	height: 151px;
	float: left;
	margin-right: 5px;
}

ul.homebuttons a {
	width: 178px;
	height: 151px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

ul.homebuttons a#homefirm {
	background: url(../images/firm.jpg) 0 0;
}

ul.homebuttons a#homefirm:hover
 {
	background-position: 0 -151px;
}

ul.homebuttons a#homecareer {
	background: url(../images/career.jpg) 0 0;
}

ul.homebuttons a#homecareer:hover
 {
	background-position: 0 -151px;
}

ul.homebuttons a#homeoffices {
	background: url(../images/offices.jpg) 0 0;
}

ul.homebuttons a#homeoffices:hover
 {
	background-position: 0 -151px;
}

/* ATTORNEY PROFILES */

.attpro {
	clear: both;
}

.attpro img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #0071af;
	width: 150px;
	height: auto;
}

.attorney-profile {
	margin: 0px 0px -8px 0px;
	padding: 0px;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
	z-index: 0;
}

.attorney-profile h1 {
	color: #013068;
	font: 28px "BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	margin: 3px 0px -3px;
	padding: 0px 5px 10px 0px;
}

.attorney-profile h3 {
	margin: 0px 0px 5px 0px !important;
	padding: 0px 0px 0px 0px;
	color: #303030;
	border-bottom: 1px solid #303030;
	font:   16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.attorney-profile h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #9e9e9e;
}

.attorney-profile p, .attorney-profile ul {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 2px !important;
	list-style-type: none;
}

.att-img {
    margin-right: 2px;	
	float: left;
}

.att-img img {
	border: 1px solid #3f9ed9;

}

.att-practice {
	background: transparent url(../images/att_profile_bg_01.png) repeat-x bottom;
	border-right: 1px dotted #C7C7C7;
	margin: 0px 2px;
	width: 175px;
	height: 212px;
	float: left;
	overflow: auto;
}

.att-practice-sub {
	width: 175px;
	height: 195px;
	overflow: hidden;
	overflow-y: scroll;
}

.att-education {
	background: transparent url(../images/att_profile_bg_01.png) repeat-x bottom;
	border-right: 1px dotted #C7C7C7;
	margin: 0px 2px;
	width: 138px;
	height: 212px;
	float: left;
}

.att-education p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
}

.att-bar {
	background: transparent url(../images/att_profile_bg_01.png) repeat-x bottom;
	border-right: 1px dotted #C7C7C7;
	margin: 0px 2px;
	width: 52px;
	height: 212px;
	float: left;
}

.att-bar p {
	color: #0070af !important;
}

#vcard {
	right: 10px;
	top: 5px;
	width: 100px;
	height: 35px;
	position: absolute;
}

#vcard a {
	background: transparent url(../images/v-card.png) no-repeat scroll 0px -1px;
	width: 90px;
	height: 28px;
	display: block;
	font-family: Arial;
	text-decoration: none;
	padding: 7px 0px 0px 10px;
	border: 1px solid #AFAFAF;
	color: #4880ac !important;
}


#vcard a:hover {
	background: transparent url(../images/v-card.png) no-repeat scroll -100px -1px;
	border: 1px solid #333;
	color: #013068 !important;
}

/* BLOG FORMATTING */

.blogEntry b, .blogCategories b {
	color: #013068;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.blogEntry {
	color: #464646;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 375px;
	margin-bottom: 15px;
}

#left-column .blogEntry {
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.blogListing, .blog_travel {
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

span#blogPostedAuthor {
	visibility: hidden;
	width: 0;
	height: 0;
	display: none;
}

#body .blogCategories ul, .blogEntry ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#body .blogCategories ul li a, .blogEntry ul li a {
	text-decoration: none;
	text-indent: 10px;
	display: block;
	margin-bottom: 3px;
}

#body .blogCategories ul li a:hover, .blogEntry ul li a:hover {
	background-color: #ede7cb;
}

#newsletter-form {
	float: right;
	text-align: right;
	margin: 10px 15px 0px 0px;
	padding: 10px 15px;
	width: 160px;
	position: relative;
	top: 30px;
	background-color: #ede7cb;
	border: 1px solid #d2baa2;
}

#newsletter-form input {
	text-align: right;
	margin: 0px 0px 0px 0px;
	border: 1px solid #d2baa2;
	padding-top: 10px;
	padding-right: 15px;
	padding: 10px;
}

#newsletter-form form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsletter-form p {
	margin: 3px 0px 6px 0px;
}

#newsletter-form h2 {
	margin: 0px 0px 0px 0px !important;
}

/* SUPERLAWYERS CSS FOR HOME */

.sl_badge_150 {width:150px;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);line-height:1.5;
	margin-left: auto;
	margin-right: auto;
}
.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 .online{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 .visit { text-align:center; font-size:12px; }

#cms_content {
	width: 545px;
	min-height: 450px;
}
