/*
|
| TITLE:      Spector Roseman Kodroff & Willis Master Style
| AUTHOR:     Eric Shiarla, 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;
	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: justify;
	line-height: 140%;
	margin: 0 0 10px;
}

.main .copy .sap-content {
	padding: 5px 15px 20px 165px;
}

.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;
}



/* 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: 25px 0 0 25px;
	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: underline;
}

.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: hidden;
	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;
}

/* 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;
}

