/*
|
| TITLE:      Spector Roseman Kodroff & Willis Master Style
| AUTHOR:     Matt Mueggenborg, emshiarla@gmail.com
|
| EMPLOYED:   Interworks Inc., http://www.interworksinc.com
|
| CREATED:    July 21, 2008
| MODIFIED:   ---------------
|
*/

html,body{
  margin: 0;
  padding: 0;
  font-family: Arial,sans-serif;
  font-size: small;
  background-color: #5d5e62;
}

body {
	padding-bottom: 6px;
}


/* ELEMENTS
----------------------------------------------------*/
a {
	text-decoration:none;
}

hr {
	clear: both;
	color: #fff;
	background-color: #fff;
	border: none;
}


/* GLOBAL CLASSES
----------------------------------------------------*/
.largeText {
	font-size: 130%;
	font-weight: bold;
}


/* SITE STRUCTURE
   Faux absolute positioning used for fluid 3 column layout
   http://alistapart.com/articles/fauxabsolutepositioning
----------------------------------------------------*/
.wrapper {
	margin: 0 auto !important;
	width: 800px;
	overflow:hidden;
}

.line {
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;
	background-color:transparent;
}

.item {
	float:left;
	left:100%;
	overflow:hidden;
	position:relative;
}

.column {
	margin-bottom:-25000px;
	padding-bottom:25000px;
}

.header {
	background-color: #fff;
	height: 173px;
}

.header a {
	color: #464647;
}

.primary-nav {
	margin-left:-100%;
	width:100%;
	background-color: #005AA5;
}

.main .sub-navigation {
	margin-left:-100%;
	width:150px;
	background-color: #B3B3B3;
	border-left: 3px solid #005BA6;
	z-index:100;
}

.main .copy {
	color: #000;
	margin-left:-100%;
	width:100%;
	background-color: #fff;
}

.main .copy p {
	text-align: left;
	/*line-height: 140%;*/
	margin: 0 0 10px;
}

.main .copy .sap-content {
	padding: 5px 20px 0px 165px;
	clear: both;
}

.main .callouts {
	padding-top: 5px;
	width:125px;
	text-align: center;
	z-index:100;
}

.main .callouts .sap-content {
	padding-left:0.5em;
	padding-right:0.5em;
}

.footerline {
	border-bottom:medium none;
}

.footer {
	margin-left:-100%;
	padding: 0;
	width:800px;
	font-size: 85%;
	text-align:center;
	color: #fff;
}

.footer .sap-content {
	margin: 0;
	width: 800px;
	height: 50px;
	background: #004D8D url("../../images/bg_footer.gif") repeat-x top left;
}
.sap-content {
	margin-bottom: 20px;
}



/* HEADER
----------------------------------------------------*/
.logo {
	margin: 0;
	float: left;
	width:385px;
}

.logo h1 {
	margin: 5px 0 0 65px;
	width: 275px;
	height: 125px;
	font-size: 120%;
	position: relative;
}

.logo h1 span {
	background: url(../../images/logo.gif) no-repeat;
	position: absolute;
	width: 275px;
	height: 125px;
}

.logo h1 span {
	cursor: pointer;
}

.logo p {
	margin: 10px 0 0 0;
	color: #464647;
	font-family: arial;
	text-align: center;
}

.mast-img {
	margin: 0;
	float: left;
	width:385px;
}


/* NAVIGATION
----------------------------------------------------*/
.navigation ul {
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
	list-style-type: none;
	background: url("../../images/bg_nav-border.gif") no-repeat top left;
}

.navigation li {
	float: left;
	background: url("../../images/bg_nav-border.gif") no-repeat top right;
}

.navigation li a {
	display: block;
	margin-right: 3px;
	padding: 4px 0;
	font-size: 90%;
	color: #fefefe;
	text-align: center;
	background: url("../../images/bg_nav-bttn.gif") repeat-x top left;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.current a {
	/* color: #002543; */
	font-weight: bold;
	/* background: url("../../images/bg_nav-bttn-current.gif") repeat-x top left; */
	background-image: none;
	background-color: #003D6F;
}

	/*--[Individual button widths]------*/
	.navigation .practice-areas {width: 147px;}
	.navigation .about-srkw {width: 112px;}
	.navigation .attorney-profiles {width: 120px;}
	.navigation .about-class-actions {width: 150px;}
	.navigation .institutional-investors {width: 140px;}
	.navigation .contact-us {width: 110px;}


/* SUB NAVIGATION
----------------------------------------------------*/
.sub-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}

.sub-navigation li a {
	display: block;
	margin: 0;
	padding: 6px 2px;
	width: 146px;
	font-size: 85%;
	text-align: center;
	color: #1A335C;
	background: #C8CCCF url("../../images/bg_subnav-bttn.jpg") no-repeat bottom right;
}

.sub-navigation li a:hover {
	text-decoration: underline;
}

.sub-navigation li a.sl-cp {
	padding: 2px 2px 4px 2px;
	background-image: url("../../images/bg_subnav-bttn-lg.jpg");
}

.sub-navigation li.current a, .sub-navigation li.current a.sl-cp {
	background: #969799 url("../../images/bg_subnav-bttn-current.jpg") no-repeat bottom right;
}

.sub-navigation img {
	/*margin: 30px 0 0 25px; If 2 large buttons */
	margin: 8px 0 0 25px; /* If 3 large buttons */
	/*margin: 10px 0 0 25px; If adding small 3rd button */
	border: none;
}

.sub-navigation .button-set {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style-type: none;
}

.sub-navigation .button-set a {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 75px;
	color: #002543;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #82A9CA url(../../images/bg_buttons.gif) repeat-x top right;
	border: 2px solid #B4D0E7;
	border-right-color: #7DA6C8;
	border-bottom-color: #7DA6C8;
}

.sub-navigation p {
	margin: 0 12px;
	text-align: center;
	color: #1A335C;
}


/* COPY
----------------------------------------------------*/
.copy h2 {
	margin: 5px 0 0 0;
	color: #516B99;
	font-size: 135%;
	text-transform: uppercase;
}

.copy h3 {
	margin: 30px 0 7px 0;
	font-size: 120%;
	color: #516B99;
}

.copy .breadcrumbs {
	margin: 0 0 15px 0;
	padding: 5px 0 8px 0;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.copy img {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 7px;
	border: 1px solid #eee;
}

.copy .platform {
	float: left;
	margin: 0 0 10px 25px;
	padding: 0;
	width: 400px;
	border: none;
}

.copy img.platform {
	margin: 0 10px 0 0;
	width: auto;
}

.copy .clear-img {
	clear: right;
}

.copy .copy-to-right {
	float: left;
}

.copy .no-decoration {
	border: none;
}

.copy a {
	color: #9D080D;
	text-decoration: none;
}

.copy .photo {
	float: right;
	clear: right;
	text-align: center;
}

.copy .photo img {
	float: none;
}

.copy .photo p {
	margin: 0;
	font-size: 90%;
	color: #666;
	text-align: center;
}

.copy dl {
	margin: 15px 0;
}

.copy dt {
	font-weight: bold;
}

.copy dl.profile dt {
	font-size: 110%;
	text-transform: uppercase;
}

.copy dd {
	margin: 10px 0 10px 10px;
	padding: 0;
}

.profile dd, .practice dd, .admissions dd {
	margin: 2px 0 2px 10px;
}

.copy ul {
	text-align: justify;
}

.copy ul.news {
	margin: 0 15px;
	padding: 0;
}

.copy ul.news li {
	margin: 0 0 20px 0;
}

.attorney-in-news, .cases-in-news {
	float: left;
	margin: 0 5px 0 0;
}

.cases-in-news {
	margin: 0px 0 0 5px;
}

.copy .button-set {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style-type: none;
}

.copy .button-set a {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 75px;
	color: #002543;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #82A9CA url(../../images/bg_buttons.gif) repeat-x top right;
	border: 2px solid #B4D0E7;
	border-right-color: #7DA6C8;
	border-bottom-color: #7DA6C8;
}

.copy .wide a {
	width: 215px;
}

.copy .location {
	float: left;
	width: 280px;
}

.copy .first {
	margin-right: 30px;
}

.copy .location img {
	float: none;
	margin: 0;
}

.copy .clear-locations {
	clear: left;
}

.copy .read-more {
	float: right;
	width: 275px;
	text-align: right;
}

.copy .clear {
	clear: both;
}

.copy .with-buttons {
	margin: 0;
}

.copy img.in-the-news {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	border: none;
}

.copy img.home {
	margin-left: -5px;
}

.copy hr.visible {
	margin: 0 auto;
	height: 1px;
	width: 90%;
	color: #ddd;
	background-color: #ddd;
	border: none;
}

.copy ul {
	position: relative; /* Hurray for IE 6! */
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

.copy ul li {
	background: url("../../images/bg_ul.gif") no-repeat 0 6px;
	margin-left: 25px;
	padding:0 0 0 15px;
}

.copy ul.img li {
	background: url("../../images/bg_ul.gif") no-repeat 0 50%;
}

.copy ul.standout li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.copy ul.withBackground li, .copy ul.withBackground {
	background-color: #DFDFDF;
}

.copy ul.withBackground {
	padding: 5px 0;
	margin: 10px 0;
}


/* CALLOUTS
----------------------------------------------------*/
.callouts {
	float: right;
}

.callouts img {
	padding: 0;
	margin: 0;
	border: none;
	float: none;
}

.main .copy .callouts p {
	margin: 0 0 10px 0;
	font-size: 85%;
	text-align: center;
}

/* NEWS
----------------------------------------------------*/
.home .copy .news {
	margin: 50px 0 0 0;
	width: 626px;
}

.home .copy .news .sap-header {
	height: 49px;
	padding: 15px 10px 0 0;
	text-align: right;
	font-size: 90%;
	background: transparent url(../../images/bg_news-archives.gif) no-repeat top left;
}

.home .copy .news .sap-header img {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	border: none;
}

.home .copy .news .sap-header a {
	float: right;
	margin: 17px 0 0;
}

.home .copy  .news .sap-content {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: transparent url(../../images/bg_news-archives-body.gif) no-repeat bottom left;
	clear: left;
}

.internalnews .news {
	clear: both;
	width: 626px;
}

.internalnews .news .sap-header {
	height: 49px;
	padding: 15px 10px 0 0;
	text-align: right;
	font-size: 90%;
	background: transparent url(../../images/bg_news-archives.gif) no-repeat top left;
}

.internalnews .news .sap-header img {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	border: none;
}

.internalnews .news .sap-header a {
	float: right;
	margin: 17px 0 0;
}

.internalnews .news .sap-content {
	margin: 0;
	padding: 10px;
	background: transparent url(../../images/bg_news-archives-body.gif) no-repeat bottom left;
	clear: left;
}

.internalnews .sap-content .cases-in-news ul.news {
	width:560px;
}

#newsScroll {
	overflow: scroll;
	height: 200px;
	font-size:12px;
}

.home .copy .news .sap-content p {
	margin: 0 0 10px;
}

.newsBlockRight {
	float:right;
	width: 300px;
	height: 105px;
	text-align:center;
}

.newsBlockRight img {
	float:none;
}

.newsBlockRight p {
	margin-top:-12px !important;
	text-align:center !important;
}

.newsBlockRight p.twoColumn a {
	float: left;
	width: 50%;
}

.header_subtitle {
	font-size:1.1em !important;
	text-decoration:underline;
}


/* FOOTER
----------------------------------------------------*/
.footer p {
	margin: 0;
	padding: 8px 0 0 0;
}

.footer a {
	color: #fefefe;;
}


/* HOME
----------------------------------------------------*/

.home .copy .callouts {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	background: transparent url(../../images/bg_home-callouts.gif) no-repeat 0 5px;
	width:115px;
}

.home .sub-navigation form, .home .sub-navigation fieldset {
	margin: 0;
	border: none;
}

.home .sub-navigation form {
	margin-top: 5px;
	padding: 5px;
}

.home .sub-navigation label {
	display: block;
	margin-bottom: 2px;
	color: #1A335C;
	font-weight: bold;
}

.home .sub-navigation input {
	float: left;
	padding: 1px;
}

.home .sub-navigation .submit {
	margin-left: 5px;
}

.home .main .copy .largeCopy {
	margin-bottom: -15px;
}

.home .main .copy .homeLeadParagraph {
	margin-top: 10px;
	margin-bottom: 20px;
}

.home .main .copy p.withCallouts {
	margin-right: 130px;
}

.converium 
{
    margin: 0,0,0,0;
    padding: 0,0,0,0;
}

/* SEARCH
----------------------------------------------------*/
.result {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.main .copy p.searchField {
	margin: 20px 0;
}

.main .copy .pager-top, .main .copy .pager {
	margin: 15px 0 -15px 0;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
}

.main .copy .pager {
	margin-top: -10px;
	border-top: none;
}

.main .copy .pager-top .current, .main .copy .pager .current {
	text-decoration: none;
	color: #666;
}

.copy img.btnSearch {
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: none;
	border: none;
}

.copy .summary h3 {
	margin: 0;
}

#txtSearch {
	padding: 1px;
}

.webcast {
	margin: 0 0 10px;	
	/*background: url(../../images/videoicon_30x30.png) no-repeat top left;*/
	padding: 0 0 0 0px;
}
.title-link {
	color: #0f4b90;
	padding: 5px 0 0 0
}
.spotlight {
	font-weight: normal;
	color: #9D080D;
}

/*a.iframe.video-popup.cboxElement {
	background: url(../../images/videoicon_30x30.png) no-repeat top left;
	
}*/

.webcast .datestamp, .webcast .pdf-link, .webcast .qa-link, .webcast .wc-link {
	font-size: 11px;	
}
.webcast .datestamp {
	color: #666666;	
}

.webcast .pdf-link a {
	color: #000;
}

.pdf-link a:hover, .qa-link a:hover, .webcast-button a:hover, .wc-link a:hover {
	text-decoration: none;
}

a.video-popup {
	color: #0f4b90;
	font-weight: bold;
	text-decoration: none;	
}

a.video-popup:hover {
	text-decoration: underline;
	color: #ff6600;	
}

#videos {display: none;}

.video-caption .location-date {
	color: 	#333366;
}

.video-caption .location-date strong {
	font-size: 20px;	
}

.qa-link, .pdf-link, .webcast-button, .wc-link {
    margin: 15px 0;
    float: left;
}

.qa-link a, .pdf-link a, .webcast-button a, .wc-link a {
   border: 1px solid #1e2979;
   border-radius: 3px;
   text-shadow: 0 1px 1px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 1px 1px #fff;
   -moz-box-shadow:    0 1px 1px #fff;
   box-shadow:         0 1px 1px #fff;
   font: bold 11px Sans-Serif;
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: white;
   background: transparent;
   cursor: pointer;
   width: 200px;
   text-align: center;
   text-decoration: none;
}
.qa-link a, .pdf-link a, .webcast-button a, .wc-link a  {
   border-color: #31529d;
background: rgb(57,128,214); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(57,128,214,1) 0%, rgba(0,93,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,128,214,1)), color-stop(100%,rgba(0,93,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(57,128,214,1) 0%,rgba(0,93,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(57,128,214,1) 0%,rgba(0,93,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(57,128,214,1) 0%,rgba(0,93,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(57,128,214,1) 0%,rgba(0,93,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3980d6', endColorstr='#005daa',GradientType=0 ); /* IE6-9 */

   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25);
   box-shadow:         0 1px 2px rgba(0,0,0,0.25);
}

.pdf-link a {
    margin-left: 10px;
}

.qa-link a, .webcast .pdf-link a, .webcast-button a, .wc-link a {
    color: white;
}

.qa-link a:hover, .qa-link a:focus, .pdf-link a:hover, .pdf-link a:focus, .webcast-button a:hover, .webcast-button a:focus, .wc-link a:hover, .wc-link a:focus {
   border: 1px solid #31529d;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #fff, inset 0 1px 1px rgba(0,0,0,0.3);
   -moz-box-shadow:    0 1px 1px #fff, inset 0 1px 1px rgba(0,0,0,0.3);
   box-shadow:         0 1px 1px #fff, inset 0 1px 1px rgba(0,0,0,0.3);
   font: bold 11px Sans-Serif;
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: rgba(0,93,170, 1);
   background: #eee;
   cursor: pointer;
   width: 200px;
   text-align: center;
   text-decoration: none;
}

.qa-link a:active, .pdf-link a:active, .webcast-button a:active, .wc-link a:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}

.webcast-button a {
	font-size: 1.1em;
	padding: 10px 8px;
	float: left;
	width: 130px;
	height: 50px;
	margin-right: 4px;
}
.webcast-button a:hover, .webcast-button a:focus {
	font-size: 1.1em;
	padding: 10px 8px;
	width: 130px;
	height: 50px;
}
.webcast-button {
	/*height: 125px;*/
	width: 648px;
	margin-left: 164px;
}
.wc-link {
	margin-right: 10px;
}
/*-------- Webcast Questions   -----------*/
.questions, .panel {
	margin-left: 0;
}
/*.questions p {
	font-size: 1.1em ;
	color: #0f4b90;	
	}*/
.questions li {
	
	margin: 1px 0;
}
.panel li {
	margin: 5px 0;
	text-align: left;
}
p.more-info { /* remove?*/
	font-size: 14px;
	text-align: justify;
	line-height: 100%;	
}

/*-------- Overrides----------*/
.webcast-button {
	margin-top: 0;
}
.webcast-home {
width: 70px;
height: 21px;
background: #005DA9;
display: block;
float: right;
}
.webcast-home a {
	color: white;
	position: absolute;
    padding: 3px 18px;
}

.webcast-home:hover {
	background: #297ABD;
}

#vw #video-logo2, #dutch-foundations #video-logo2 {
	background: none;
}

#vw #video-content-wrapper, #dutch-foundations #video-content-wrapper {
	width: 1000px;
	padding-right: 0px;
}

#vw .video-wrapper2, #dutch-foundations .video-wrapper2 {
	top: 0px;
}