html,body {
    margin:0;
	padding:0;
	border:0;
	height:100%;
}
html {
	-webkit-font-smoothing:antialiased;
	overflow-y:scroll;
}
body {
	font-size:18px;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	min-width:960px;
	background-color: black;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/***************************** SCROLLING TICKER *****************************/
.tickercontainer {
	width:940px;
	height:27px;
	margin:0 0 -20px 0;
	padding:0;
	overflow:hidden;
	position:relative;
	top:-50px;
}
.tickercontainer .mask {
	position:relative;
	left:10px;
	top:8px;
	width:920px;
	overflow:hidden;
}
ul.newsticker {
	position:relative;
	left:750px;
	font:bold 10px Verdana;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#ticker01 li {
	float:left;
	margin:0;
	padding:0;
	font-family:'Codystar',cursive;
	font-size:18px;
	font-weight:bold;
	color:#ffcc00;
}
ul#ticker0 a {
	white-space:nowrap;
	padding:0;
	color:#fff;
	font:bold 10px Verdana;
	margin:0 50px 0 0;
}
ul#ticker0 span {
	margin: 0 10px 0 0;
}
/***************************** BACKGROUNDS *****************************/
/*.default-bg{background:url(../images/bodyimg2.jpg) 0 0 no-repeat;}.home-bg{background: url(../images/bodyimg1.jpg) 0 0 no-repeat;}*/
.default-bg {
	background:#000 url(../images/bg-nyc-day.jpg) top center no-repeat;
}
.asia {
	background:#000 url(../images/bg-china-day.jpg) top center no-repeat;
}
.russia {
	background:#000 url(../images/bg-russia-day.jpg) top center no-repeat;
}
.israel {
	background:#000 url(../images/bg-israel-day.jpg) top center no-repeat;
}
.nyc {
	background:#000 url(../images/bg-nyc-day-1.jpg) top center no-repeat;
}
.asia-night {
	background:#000 url(../images/bg-china-night.jpg) top center no-repeat;
}
.russia-night {
	background:#000 url(../images/bg-russia-night.jpg) top center no-repeat;
}
.israel-night {
	background:#000 url(../images/bg-israel-night.jpg) top center no-repeat;
}
.nyc-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.sunday-day {
	background:#000 url(../images/bg-nyc-day-1.jpg) top center no-repeat;
}
.sunday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.monday-day {
	background:#000 url(../images/bg-nyc-day-2.jpg) top center no-repeat;
}
.monday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.tuesday-day {
	background:#000 url(../images/bg-nyc-day-3.jpg) top center no-repeat;
}
.tuesday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.wednesday-day {
	background:#000 url(../images/bg-nyc-day-4.jpg) top center no-repeat;
}
.wednesday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.thursday-day {
	background:#000 url(../images/bg-nyc-day-1.jpg) top center no-repeat;
}
.thursday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.friday-day {
	background:#000 url(../images/bg-nyc-day-2.jpg) top center no-repeat;
}
.friday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
.saturday-day {
	background:#000 url(../images/bg-nyc-day-3.jpg) top center no-repeat;
}
.saturday-night {
	background:#000 url(../images/bg-nyc-night.jpg) top center no-repeat;
}
footer,header,nav,section,address,article {
	display:block;
}
address {
	font-style:normal;
}
.wrap {
	width:960px;
	margin:0 auto;
}
div.wrap {
	min-height:100%;
}
img {
	border:0;
}
a {
	color:#9CF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.cls {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	font-size:0;
	line-height:0;
}
.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
h1,h2,h3,h4,.h4 {
	font-family:'Open Sans',sans-serif;
	font-weight:normal;
}
h1 {
	font-size:20px;
}
p,div,table {
	font: normal 14px/24px Arial,Helvetica,sans-serif;
}
/***************************** CONTENT *****************************/
.rss-item {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
}
.rss-news ul,.spr-ir-news ul {
	margin:0 !important;
	padding:0 !important;
}
.rss-news li,.spr-ir-news li {
	border-top:1px solid #444;
	padding:10px 0 !important;
}
.spr-ir-news-article-title {
	font-size:22px !important;
	line-height:26px !important;
}
#content {
	min-height:440px;
	padding:230px 10px 260px;
	position:relative;
	*+padding-bottom:0;
}
#content h1 {
	font-size:28px;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
	margin:7px 0;
	line-height:35px;
}
.firstcontent {
	font-size:13px;
	padding-left:20px;
}
.firstcontent h1 {
	font-size:34px;
	line-height:48px;
	text-shadow:0 2px 3px rgba(0,0,0,0.5);
	-webkit-text-shadow:0 2px 3px rgba(0,0,0,0.5);
	-moz-text-shadow:0 2px 3px rgba(0,0,0,0.5);
	/*text-align:center;padding:0 60px 17px;margin:8px 0;*/
}
.firstcontent h1 span {
	display:block;
	font-size:20px;
}
.firstcontent .leftcolumn {
	width:610px;
	float:left;
	line-height:22px;
}
.firstcontent .rightcolumn {
	width:275px;
	float:right;
	text-align:left;
}
.firstcontent .rightcolumn .news {
	margin-bottom:30px;
	font-size:11px;
	line-height:16px;
}
.firstcontent .rightcolumn .news-link {
    color:#fff;
    position:relative;
}
.firstcontent .rightcolumn .news-link a {
    color:#fff;    
}
.firstcontent .rightcolumn .news-link a:hover {
    color:#99CCFF;    
}
.firstcontent .rightcolumn .news-link span {
    color:#99CCFF;    
    bottom:0;
    font-size:14px;
    position:absolute;
    right:0;
}
.event {
    margin-bottom:20px;    
}
.event .date {
    display:block;
}
.firstcontent .rightcolumn span {
	display:block;
}
#contentpersone {
	padding-top:300px;
	padding-bottom:80px;
	min-height:100px;
}
#attorney,#contentpersone h2 {
	font-size:28px;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
}
#attorney .rightcolumn,.contenttwocolumn .rightcolumn {
	float:right;
	margin-right:15px;
	width:700px;
	padding:0 0 50px;
}
.type {
	color:#CCCCCC;
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:600;
	margin-top:-22px;
	position:relative;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
}
.subtitle {
	font-size:20px;
}
#contentpersone .leftcolumn,.contenttwocolumn .leftcolumn {
	font-size:13px;
	margin-left:10px;
	width:185px;
}
#contentpersone .leftcolumn img {
	border:5px solid white;
}
.vcard {
	display:block;
	margin:12px 0;
	padding-left:22px;
	background:url(../images/info_card.gif) no-repeat left center transparent;
}
#contentpersone address {
	margin-bottom:35px;
	margin-top:19px;
	color:#e8e8e8;
}
#contentpersone address span {
	font-weight:bold;
}
#contentpersone .leftcolumn .addlinks span {
	display:block;
	font-weight:bold;
}
#contentpersone .leftcolumn .addlinks a {
	display:block;
}
#contentfilter {
	left:10px;
	position:absolute;
	top:270px;
	width:940px;
}
#contentfilter h3 {
	border-bottom:1px solid #666666;
	margin:12px 0;
	font-weight:normal;
	padding-bottom:10px;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
}
#contentfilter ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}
#contentfilter li {
	float:left;
	margin-right:3px;
	margin-bottom:2px
}
#contentfilter li a {
	background-color:black;
	color:#99ccff;
	display:block;
	padding:4px 8px;
}
#contentfilter li a:hover {
	text-decoration:none;
}
#contentfilter .active a {
	color:white;
}
#contentsearch {
	float:left;
	width:220px;
	margin-right:10px;
}
#contentsearch label {
	font-size:12px;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
	font-weight:bold;
}
#filter-recent {
	float:left;
	width:160px;
}
#filter-type {
	float:left;
	width:520px;
}
#filter-year {
	float:left;
	width:400px;
	margin-left:18px;
}
#findcontent {
	width:140px;
	padding:4px 2px;
}
#submitcontent {
	background:url(../images/submitcontent_bg.gif) repeat-x left top transparent;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	border:1px solid #184e86;
	padding:1px 6px 2px;
}
#practicearea {
	float:left;
	width:440px;
	margin-right:10px;
}
#practicearea li a:hover,#viewposition li a:hover {
	color:#fff !important;
}
#viewposition {
	float:left;
	width:260px;
}
#alphabetically {
	clear:both;
	border-top:1px solid #666;
	padding-top:10px;
	position:relative;
	top:20px;
}
#alphabetically h3 {
	display:none;
}
#alphabetically a {
	display:block;
	line-height:31px;
	font-size:14px;
	font-weight:bold;
	width:36px;
	border-left:1px solid #666666;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
	text-align:center;
	float:left;
	color:white;
}
#alphabetically a:hover {
	text-decoration:none;
	color:#9CF !important;
	cursor:pointer;
}
#alphabetically a.active {
	background-color:#333333;
}
.breadcrumbs {
	list-style:none;
	overflow:hidden;
	padding:0 0 0 10px;
	margin-left:0;
}
.breadcrumbs li {
	float:left;
	list-style-type:none;
	color:#999;
}
.breadcrumbs li a:hover {
	color: #fff;
}
/*************************** END CONTENT ***************************/
/**************************** TOP MENU ****************************/
#topmenu {
	position:absolute;
	left:0;
	top:166px;
	width:100%;
}
#topmenu div.wrap {
	min-height:0;
	box-shadow:0 0 50px -7px white;
	-webkit-box-shadow:0 0 50px -7px white;
	-moz-box-shadow:0 0 50px -7px white;
	border-radius:5px;
}
nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#topmenu ul {
	background:url(../images/topmenu_bg.gif) left top repeat-x transparent;
	height:42px;
	padding-left:43px;
}
#topmenu li {
	float:left;
}
#topmenu li ul {
	display:none;
}
#topmenu li:hover ul {
	display:block;
}
#topmenu a {
	display:block;
	padding:0 19px;
	line-height:39px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-o-text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	color:white;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #444444;
	border-right:1px solid #6c6c6c;
	margin:2px 0;
}
#topmenu li:first-child a {
	border-left:0 none !important;
}
#topmenu li:last-child a {
	border-right:0 none !important;
}
#topmenu a:hover {
	text-decoration:none;
}
#topmenu .leftborder {
	background:url(../images/topmenu_left.png) left top no-repeat transparent;
	padding-left:6px;
}
#topmenu .rightborder {
	background:url(../images/topmenu_right.png) right top no-repeat transparent;
	padding-right: 5px;
}
/************************** END TOP MENU **************************/
/************************** LEFT MENU **************************/
#leftmenu {
	overflow:hidden;
}
#leftmenu li {
	border-top:1px solid #454545;
	font-size:12px;
}
#leftmenu>nav>ul>li {
	font-size:14px;
}
#leftmenu li.active {
	border-top:1px solid #999;
}
#leftmenu li.submenu {
	font-size:14px;
}
#leftmenu li a {
	padding:5px 0;
	display:block;
}
#leftmenu li a:hover {
	color:#fff;
}
#leftmenu li.active a {
	color:#ffffff;
	font-weight:bold;
}
#leftmenu li.active a:hover {
	color:#fff;
}
#leftmenu li.active li a {
	background:none;
	color:#9CF;
}
#leftmenu li ul {
	padding:0 0 10px 0;
	border-top:1px solid #666;
}
#leftmenu li ul li {
	padding:0 0 0 0;
	border:none !important;
}
#leftmenu li ul li a {
	background:url(../images/arrow.png) 0 -60px no-repeat !important;
	padding-left:15px;
}
#leftmenu li ul li a:hover {
	background-position:0 12px !important;
}
#leftmenu li ul li.active a {
	font-weight:bold;
}
#leftmenu h3 {
	color:#fff;
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:22px;
	font-weight:600;
	margin:7px 0 18px 0;
	position:relative;
	text-shadow: 0 1px 0 black;
}
/************************** END LEFT MENU **************************/
/***************************** HEADER *****************************/
header {
	background:url(../images/head_bg.png) repeat-x left top transparent;
	height:45px;
	left:0;
	top:0;
	width:100%;
	position:absolute;
}
header div.wrap {
	height:auto;
	padding-top:10px;
    position:relative;
}
header .breast-cancer {
    background:#fff;
    -webkit-box-shadow:0 0 5px #f5f5f5;
    box-shadow:0 0 5px #F5F5F5;
    left: 10px;
    padding:5px;
    position: absolute;
    top:0;
    width: 110px;   
}
#logotype {
	left:50%;
	margin-left:-150px;
	position:absolute;
	box-shadow:-1px 6px 7px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:-1px 6px 7px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:-1px 6px 7px 0 rgba(0,0,0,0.5);
	-o-box-shadow:-1px 6px 7px 0 rgba(0,0,0,0.5);
	width:301px;
	height:106px;
	display:block;
}
#langselect {
	color:#cccccc;
	font-size:11px;
	float:left;
	display:none;
}
#language {
	border:1px solid black;
	font-weight:bold;
	font-size:11px;
	background:black;
	color:#ccc;
}
#headsearch {
	color:white;
	font-size:11px;
	float:right;
	font-weight:bold;
	*+margin-right:30px;
}
#headsearch #textsearch {
	color:black;
	font-size:11px;
	width:123px;
	border:1px solid #9c9c9c;
	margin:0;
	padding:0;
	height:15px;
}
#headsearch #submitsearch {
	background:url("../images/submit_bg.gif") repeat-x scroll left top transparent;
	border:0 none;
	border-radius:3px 3px 3px 3px;
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	color:white;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	padding:0 2px;
	text-transform:uppercase;
	margin-left:7px;
	*+position:absolute;
}
#headsearch label {
	margin-right:7px;
}
.email-updates {
	float:right;
	font-size:11px;
	padding-left:20px;
	margin-left:10px;
	background: url(../images/icon-email-alerts.png) 0 3px no-repeat;
}
/*************************** END HEADER ***************************/
/***************************** FOOTER *****************************/
footer {
	height:240px;
	background:url(../images/footer_bg.jpg) no-repeat top center transparent;
	z-index:1;
	padding-top:20px;
	font-size:12px;
	position:relative;
}
footer.wrap {
	margin:-260px auto 0;
}
footer h4,footer .h4 {
	border-bottom:1px solid #343434;
	font-size:14px;
	margin:0;
	padding-bottom:14px;
	color:white;
	line-height:normal;
}
footer .column {
	width:161px;
	float:left;
	margin:0 10px;
}
footer address {
	background:url("../images/map_ny.gif") no-repeat scroll right bottom transparent;
	color:#CCCCCC;
	float:right;
	font-size:11px;
	height:150px;
	line-height:18px;
	margin-right:-19px;
	padding-right:19px;
	width:220px;
}
footer address h4,footer address .h4 {
	margin-bottom:5px;
}
#copyrite {
	float:left;
	color:#cccccc;
	padding-top:26px;
	font-size:12px;
	line-height:normal;
}
#equisolve {
	float:right;
	color:#666666;
	padding-top:26px;
	font-size:12px;
	line-height:normal;
}
#equisolve a {
	color:#666666;
}
footer ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:20px;
}
footer ul li {
	border-top:1px solid #343434;
	font-size:12px;
}
footer ul li:first-child {
	border-top:0 none;
}
.copy-text,.copy-text:hover {
	color:#666;
	font-size:12px;
	text-decoration:none;
}
.contact-us li a {
	line-height:34px;
	height:34px;
	padding-left:30px;
}
.contact-us li#twitter a {
	background:url(../images/icon-twitter.png) 0 center no-repeat;
}
.contact-us li#facebook a {
	background:url(../images/icon-facebook.png) 9px 0 no-repeat;
}
.contact-us li#linkedin a {
	background:url(../images/icon-linkedin.png) 6px 0 no-repeat;
}
.contact-us li#rss a {
	background:url(../images/icon-rss.png) 6px -1px no-repeat;
}
.contact-us li#email a {
	background: url(../images/icon-email.png) 4px -3px no-repeat;
}
.contact-us li#gplus a {
    background: url(../images/gplus-icon.png) 7px -1px no-repeat;
}
/*************************** END FOOTER ***************************/
/*********************** BACKGRAUND IMAGE ************************/
#bodyimg {
	left:50%;
	margin-left:-640px;
	position:absolute;
	text-align:center;
	top:0;
	z-index:-1;
	width:1280px;
	height:645px;
	overflow:hidden;
}
#bodyimg img {
	opacity:0.85;
}
#bodyimage {
	opacity:0.85;
	width:1280px;
	height:644px;
}
#bodymaskhorizontal {
	background:url(../images/body_horizontal_bg.png) left top repeat-y transparent;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
}
#bodymaskvertikal {
	background:url(../images/body_vertical_bg.png) left 222px repeat-x transparent;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
/********************* END BACKGRAUND IMAGE **********************/
/*********************** PULL-DOWN MENU ************************/
#topmenu ul {
	position:relative;
}
#topmenu li {
	position:relative;
}
#topmenu li.gc {
	position:static;
}
#topmenu li ul {
	position:absolute;
	top:42px;
	width:250px;
	padding:15px 0 25px 5px;
	background:#010101;
	height:initial;
	height:auto;
	overflow:hidden;
	display:none;
	background-image:-webkit-linear-gradient(top,#000000,#333333);
	background-image:-moz-linear-gradient(top,#000000,#333333);
	background-image:linear-gradient(top,#000000,#333333);
}
#topmenu li ul li {
	width:220px;
}
#topmenu li.gc ul {
	width:960px;
	left:-5px;
}
#topmenu li.gc ul {
	background:#333 url(../images/dropdown-bg.png) 0 top repeat-x;
}
#topmenu li.gc ul li ul {
	background:none;
}
#topmenu li.gc ul ul {
	width:auto;
	left:0px;
}
#topmenu li.gc ul li {
	width:auto;
}
#topmenu ul li.fActive ul {
	display:block;
}
#topmenu ul li.fActive {
	background:#000000;
}
#topmenu ul ul li {
	overflow:hidden;
	max-width:160px;
}
#topmenu ul ul li a {
	font-size:12px;
	border:0;
	line-height:18px;
	padding:0 16px;
}
#topmenu ul ul ul {
	top:0;
	left:0;
	width:auto;
	position:relative;
	padding:0;
	background:none;
}
#topmenu ul ul ul li {
	float:none;
	margin:0 0 5px;
}
#topmenu ul ul ul li a {
	color:#9CF;
	line-height:14px;
	font-weight:normal;
}
#topmenu ul ul li a:hover {
	text-decoration: underline;
}
/*********************** END PULL-DOWN MENU ************************/
/** fix **/
div.wrap {
	*+min-height:auto;
}
#spr-quick-links {
	overflow:hidden;
}
.slideshow,
.inactive-slideshow {
	padding:0;
	margin:0 0 10px;
	list-style-type:none;
	height:240px;
	overflow:hidden;
	position:relative;
	background:url(../images/headfirst_bg.png) center bottom no-repeat transparent;
}
.slideshow li,
.inactive-slideshow li {
	text-align: center;
}
.slideshow li h2,.slideshow li p,
.inactive-slideshow li h2,.inactive-slideshow li p {
	font-size:40px;
	line-height:57px;
	font-family:'Open Sans',sans-serif;
	/*margin:0 0 0 -28px;*/
	/*padding:20px 0 0 0;*/
}
/*#content .slide-2,#content .slide-3{padding:27px 0 36px 0;}#content .slide-3{padding:27px 0 26px 0;}#content .slide-2 h1,#content .slide-3 h1{font-size:49px;line-height:57px;margin:0 0 0 -28px;padding:0;}#content .slide-2 h1{padding:0 0 21px;}#content .slide-3 h1{padding:0 0 31px;}#content .slide-4 h1{padding:0;}#content .slide-4{padding:2px 0 17px;}#content .slide-4 span{font-size:24px;line-height:55px;}#content .slide-4 .span1{text-align:left;margin:0;}#content .slide-4 .span2{margin:0 0 0 -72px;}#content .slide-4 .span3{position:relative;left:-30px;text-align: right;}*/
.fadein {
	display:block;
	position:absolute;
	top:0;
	width:920px;
}
.none {
	display: none;
}
/************************* Transactions *************************/
#transactions {
	margin:12px 0 0 0;
	border-top:1px solid #666666;
	padding:7px 0 0 0;
}
#transactions #contentfilter {
	position:static;
}
.list-transactions {
	list-style-type:none;
	width:1000px;
	clear:both;
	padding:18px 0 0;
	margin:0;
}
.list-transactions li {
	width:220px;
	height:220px;
	margin:0 20px 20px 0;
	text-align:center;
	color:#000000;
	float:left;
	position:relative;
}
.list-transactions li img {
	max-height:60px;
}
.list-transactions li * {
	cursor:default;
}
.list-transactions li p {
	margin:0;
	padding:0;
	font-size:12px;
	left:9px;
}
.wrap-transaction {
	border:1px solid #cccccc;
	height:193px;
	width:193px;
	border:7px solid #e1e1e1;
	border-radius:5px;
	padding:20px 9px 0 9px;
	background-image:linear-gradient(top,#ffffff,#cccccc);
	background-image:-webkit-linear-gradient(top,#ffffff,#cccccc);
	background-image:-moz-linear-gradient(top,#ffffff,#cccccc);
	background:#f5f5f5 url(../images/transactions-bg.png) center center no-repeat;
	position:relative;
}
.wrap-transaction .price {
	font-size:18px;
	padding:4px 0 0;
	text-shadow:0px 1px 0px #ffffff;
	position:absolute;
	width:193px;
	bottom:105px;
}
.wrap-transaction .name {
	margin:-2px 0 0;
	text-shadow:0px 1px 0px #ffffff;
	position:absolute;
	width:193px;
	top:120px;
	font-size:12px;
	line-height:14px;
}
.wrap-transaction .desc {
	margin:-4px 0 0;
	text-shadow:0px 1px 0px #ffffff;
	position:absolute;
	width:193px;
	bottom:30px;
	line-height:12px;
	font-size:11px;
}
.wrap-transaction .logo {
	padding:0;
}
.wrap-transaction .date {
	padding:14px 0 0;
	text-shadow:0px 1px 0px #ffffff;
	position:absolute;
	width:193px;
	bottom:5px;
	padding:0;
}
.bold {
	font-weight:bold;
}
.clearfix {
	width:100%;
	height:1px;
	overflow:hidden;
	clear: both;
}
/************************* Attorneys *************************/
.attorneys-list {
	list-style-type:none;
	margin:0;
	padding:0;
	width:1000px;
}
.attorneys-list li {
	margin:0 15px 12px 0;
	padding:0;
	width:200px;
	height:77px;
	background-color:#343434;
	background-image:linear-gradient(top,#454545,#232323);
	background-image:-webkit-linear-gradient(top,#454545,#232323);
	background-image:-moz-linear-gradient(top,#454545,#232323);
	padding:11px 12px 0;
	float:left;
}
.attorneys-list li *,.attorneys-list {
	cursor:pointer;
}
.attorneys-list p {
	margin:-2px 0 0;
	padding:0;
	font-size:12px;
	line-height:20px;
	text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
}
.attorneys-list .face img {
	border:2px solid #333333;
	border-radius:2px;
}
.attorneys-list .face {
	float:left;
	margin:0 -77px 0 0;
	overflow:hidden;
}
.attorneys-list .desc {
	margin:0 0 0 77px;
}
.attorneys-list .links {
	color:#6CF;
	margin:1px 0 0;
}
.hover-card {
	position:absolute;
	width:530px;
	height:166px;
	background-color:#343434;
	background-image:linear-gradient(top,#454545,#232323);
	background-image:-webkit-linear-gradient(top,#454545,#232323);
	background-image:-moz-linear-gradient(top,#454545,#232323);
	z-index:100;
	padding:11px;
	-webkit-box-shadow:0px 0px 5px 5px rgba(0,0,0,.35);
	-moz-box-shadow:0px 0px 5px 5px rgba(0,0,0,.35);
	box-shadow:0px 0px 5px 5px rgba(0,0,0,.35);
}
.attorneys-list li .hover-card,.attorneys-list li .hover-card * {
	cursor:auto;
}
.hover-card .big-face {
	float:left;
	margin:0 -166px 0 0;
}
.hover-card .big-face img {
	border:5px solid #ffffff;
	max-width:150px;
	max-height:150px;
}
.hover-card .description {
	margin:0 0 0 166px;
}
.hover-card .address {
	float:left;
	margin:0 -180px 0 0;
	padding:12px 0 0;
}
.hover-card .area {
	margin:0 0 0 180px;
	padding:12px 0 0;
}
.hover-card .vcard {
	font-size:11px;
	float:left;
	margin:0;
	background:url(../images/info_card.gif) no-repeat 0 4px;
}
.hover-card .bio {
	font-size:11px;
	float:left;
	padding-left:31px;
	background:url(../images/bio.gif) no-repeat 0 0;
	margin:0 10px 0 0;
}
.hover-card .name {
	font-size:16px;
	font-weight:bold;
}
.hover-card .type {
	font-size:14px;
}
.hover-card .additional-links {
	margin:6px 0 0;
}
.spr-ir-pagination {
	padding:2px;
	padding-top:10px;
	margin-top:10px;
}
.spr-ir-pagination ul {
	margin:0px;
	padding:0px;
	text-align:center;
	/*Set to "right" to right align pagination interface*/
}
.spr-ir-pagination li {
	list-style-type:none;
	display:inline;
	padding-bottom:1px;
}
.spr-ir-pagination li span.current {
	font-weight:bold;
}
.spr-ir-pagination li a,.spr-ir-pagination li a:visited {
	padding:0 5px;
	text-decoration:none;
}
.big-head {
	max-width:150px;
	max-height:150px;
	margin-top:20px;
}
.hover-card .close {
	display:block;
	width:20px;
	height:32px;
	position:absolute;
	top:0;
	right:9px;
	background:url(../images/icon-popup-close.png) no-repeat center;
	text-indent: -9999px;
}
/* Contact Form */
.location {
	float:left;
	width:200px;
}
.disclaimer {
    font-size:12px;
    font-weight:bold;
    line-height:150%;
}
.contact-map {
	float:right;
	width:500px;
}
.contact-form {
	clear:left;
	margin-bottom:20px;
}
.contact-form fieldset {
	border:0;
	padding:0;
}
.contact-form label {
	display:block;
	margin-bottom:5px;
}
.contact-form div {
	margin-bottom:10px;
}
.contact-form input[type='text'],.contact-form textarea,.contact-form select,.chzn-container-multi .chzn-choices {
	background:#f2f2f2;
	border-radius:4px;
	border:1px solid #ccc;
	line-height:150%;
	padding:10px 5px;
	width:400px;
}
.contact-form input.error {
	border-color:#b94a48;
}
.contact-form input.valid {
	border-color:#468847;
}
.contact-form select,.chzn-container-multi .chzn-choices {
	width:311px;
}
.chzn-container-multi .chzn-choices {
	height:auto;
}
.contact-form .multiselect {
	font-size:12px;
}
/*.contact-form textarea{width: 500px;}*/
.contact-form label input {
	width:auto;
}
input.spr_ir_submit,span.spr_ir_submit {
	background:#fbfbfb;
	background:-webkit-linear-gradient(#fbfbfb,#f0f0f0);
	background:-moz-linear-gradient(#fbfbfb,#f0f0f0);
	background:-o-linear-gradient(#fbfbfb,#f0f0f0);
	background:-ms-linear-gradient(#fbfbfb,#f0f0f0);
	background:linear-gradient(#fbfbfb,#f0f0f0);
	border:1px solid #e3e3e3;
	border-radius:5px;
	color:#333;
	display:block;
	float:left;
	font:400 14px/28px helvetica,arial;
	height:28px;
	padding:0;
	margin-top:5px;
	width:100px;
	-webkit-appearance:none;
}
.contact-form span.spr_ir_submit {
	text-align:center;
	height:26px;
}
.contact-form .spr_ir_submit+.spr_ir_submit {
	margin-left:10px;
}
.contact-form .spr_ir_submit:hover {
	background:#f0f0f0;
	cursor: pointer;
}
/* Google custom search testing */
.cse .gs-webResult .gs-visibleUrl,.gs-webResult .gs-visibleUrl,.cse .gs-webResult .gs-visibleUrl-short,.gs-webResult .gs-visibleUrl-short,.gs-imageResult .gs-visibleUrl,.gs-imageResult .gs-visibleUrl-short {
	color:#9CF !important;
}
.cse .gsc-webResult.gsc-result,.gsc-webResult.gsc-result,.gsc-imageResult-classic,.gsc-imageResult-column {
	border-left:none !important;
}
.gs-no-results-result .gs-snippet,.gs-error-result .gs-snippet {
	border:none !important;
	background:transparent !important;
}
.cse .gs-webResult .gs-snippet,.gs-webResult .gs-snippet,.gs-fileFormatType,.gs-imageResult .gs-snippet {
	color:#fff !important;
}
.cse .gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link,.cse .gs-webResult.gs-result a.gs-title:link b,.gs-webResult.gs-result a.gs-title:link b,.cse .gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited,.cse .gs-webResult.gs-result a.gs-title:visited b,.gs-webResult.gs-result a.gs-title:visited b,.cse .gs-webResult.gs-result a.gs-title:hover,.gs-webResult.gs-result a.gs-title:hover,.cse .gs-webResult.gs-result a.gs-title:hover b,.gs-webResult.gs-result a.gs-title:hover b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b,.gs-imageResult a.gs-title:visited,.gs-imageResult a.gs-title:visited b,.gs-imageResult a.gs-title:hover,.gs-imageResult a.gs-title:hover b,.cse .gsc-cursor-page,.gsc-cursor-page,.cse .gsc-trailing-more-results:link,.gsc-trailing-more-results:link,.cse .gs-spelling a,.gs-spelling a {
	color:#eee !important;
}
span.gs-fileFormat {
	color:#bbb !important;
}
.gsc-result-info {
	border-bottom:1px solid #555 !important;
}
.cse .gsc-control-cse,.gsc-control-cse {
	background:none !important;
	border: none !important;
}
/* End Google custom search */
/* Mobile */
@media screen and (max-width:568px) {
	body {
		min-width:0;
	}
	#bodyimg {
		left:auto;
		margin-left:0;
		width:100%;
	}
	#bodyimage {
		width:100%;
	}
	.wrap {
		padding:0 5%;
		width:90%;
	}
	div.wrap {
		min-height:0;
	}
	header .wrap {
		display:none;
	}
	#logotype {
		top:65px;
	}
	.show_hide_nav {
		background:#2A4F6B;
		border-radius:5px;
		cursor:pointer;
		height:30px;
		padding:7px 5px 2px;
		position:absolute;
		right:5%;
		top:2px;
		width:40px;
	}
	.show_hide_nav .border {
		background:#f3f3f3;
		display:block;
		height:2px;
		margin:5px 0;
		width:100%;
	}
	#topmenu .rightborder,#topmenu .leftborder,#topmenu ul {
		background:none;
	}
	#topmenu {
		background:#000;
		top:62px;
		z-index:100;
	}
	#topmenu ul {
		display:none;
		height:auto;
		padding-left:0;
	}
	#main-nav li {
		float:none;
	}
	#main-nav li:hover ul {
		display:none;
	}
	#topmenu a {
		border:0;
		padding:0 5%;
	}
	#content {
		padding:225px 10px 0;
	}
	.slideshow,.ticketcontainer {
		display:none;
	}
	.firstcontent,.firstcontent .leftcolumn,.firstcontent .rightcolumn {
		float:none;
		padding:0;
		width:auto;
	}
	.firstcontent .rightcolumn {
		padding-top:0;
	}
	.firstcontent .rightcolumn .news {
		font-size:14px;
	}
	.breadcrumbs {
		padding-left:0;
	}
	.contact-form input[type='text'],.contact-form textarea,.contact-form select,.chzn-container-multi .chzn-choices {
		width:100%;
	}
	#attorney .rightcolumn,.contenttwocolumn .rightcolumn,#contentpersone .leftcolumn,.contenttwocolumn .leftcolumn {
		float:none;
		margin-left:0;
		padding:0;
		width:auto;
	}
	#content h1+div {
		width:100% !important;
		padding:0!important;
	}
	#content h1+div iframe {
		width:100%;
	}
	#contentfilter,#filter-type,#filter-year {
		margin-left:0;
		width:100%;
	}
	.list-transactions {
		width:100%;
	}
	.list-transactions li {
		float:none;
		margin-right:0;
		margin:0 auto 20px;
	}
	#attorney {
		width:100%;
	}
	.attorneys-list {
		margin-top:640px;
		width:auto;
	}
	.attorneys-list li {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.hover-card {
		left:-10px !important;
		height:auto;
		width:100% !important;
	}
	.hover-card .address,.hover-card .area,.hover-card .bio,.hover-card .vcard {
		float:none;
		margin:0;
	}
	#contentpersone {
		min-height:0;
		padding:0;
	}
	#practicearea {
		width:auto;
	}
	footer {
		height:auto;
	}
	footer.wrap {
		margin-top:0;
	}
	footer .column {
		display:none;
	}
	footer address {
		display:none
	}
	#equisolve {
		margin-bottom: 10px;
	}
}