/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background: #999999;
	text-align: center;
	background: #999999 url(../images/container-bg.jpg) top center repeat-y;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 7px;
	height: auto;
	position: relative;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	position: absolute;
	top: 0;
	left: 6px;
	height: 143px;
	width: 960px;
	background: url(../images/header-bg.jpg) top right no-repeat;
}
#header img {
	float: left;
}
#header .number {
	position: absolute;
	top: 30px;
	left: 420px;
}
#header .number p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#header .number p.number-large {
	font-size: 24px;
	color: #5b212a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header .number p.number-small {
	font-size: 18px;
	color: #5b212a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*--------------------> Mast Selectors <--------------------*/

#mast-about {
	position: absolute;
	top: 143px;
	left: 6px;
	width: 297px;
	height: 239px;
	background: url(../images/mast-about.jpg) top left no-repeat;
}
#mast-practice {
	position: absolute;
	list-style-type: none;
	top: 143px;
	left: 303px;
	width: 325px;
	height: 239px;
	background: url(../images/mast-bg.jpg) top left no-repeat;
}
ul#mast-practice li {
	position: absolute;
	top: 0;
	left: 0;
}
#mast-verdicts {
	position: absolute;
	top: 143px;
	right: 8px;
	width: 338px;
	height: 239px;
	background: url(../images/mast-verdicts.jpg) top left no-repeat;
}
#mast-about a, #mast-practice a, #mast-verdicts a {
	display: block;
}
#mast-about a, #mast-about a:link, #mast-about a:visited {
	width: 297px;
	height: 239px;
	background: url(../images/mast-about.jpg) top left no-repeat;
}
#mast-about a:hover {
	background: url(../images/mast-about.jpg) bottom left no-repeat;
}
#mast-verdicts a, #mast-verdicts a:link, #mast-verdicts a:visited {
	width: 338px;
	height: 239px;
	background: url(../images/mast-verdicts.jpg) top left no-repeat;
}
#mast-verdicts a:hover {
	background: url(../images/mast-verdicts.jpg) bottom left no-repeat;
}
/* -------------------------  Practice Area Rollovers  --------------------------- */
.newsticker {
	list-style-type: none;
	background: #000000;
	margin: 5px 0px 0px 0px;
}
#mast-practice a.drugs-panel, #mast-practice a.drugs-panel:link, #mast-practice a.drugs-panel:visited {
	width: 325px;
	height: 239px;
	background: url(../images/mast-drugs.jpg) top left no-repeat;
}
#mast-practice a.drugs-panel:hover {
	background: url(../images/mast-drugs.jpg) bottom left no-repeat;
}
#mast-practice a.product-panel, #mast-practice a.product-panel:link, #mast-practice a.product-panel:visited {
	width: 325px;
	height: 239px;
	background: url(../images/mast-product.jpg) top left no-repeat;
}
#mast-practice a.product-panel:hover {
	background: url(../images/mast-product.jpg) bottom left no-repeat;
}
#mast-practice a.medmal-panel, #mast-practice a.medmal-panel:link, #mast-practice a.medmal-panel:visited {
	width: 325px;
	height: 239px;
	background: url(../images/mast-medmal.jpg) top left no-repeat;
}
#mast-practice a.medmal-panel:hover {
	background: url(../images/mast-medmal.jpg) bottom left no-repeat;
}
#mast-practice a.injury-panel, #mast-practice a.injury-panel:link, #mast-practice a.injury-panel:visited {
	width: 325px;
	height: 239px;
	background: url(../images/mast-personal-injury.jpg) top left no-repeat;
}
#mast-practice a.injury-panel:hover {
	background: url(../images/mast-personal-injury.jpg) bottom left no-repeat;
}
#mast-practice a.work-panel, #mast-practice a.work-panel:link, #mast-practice a.work-panel:visited {
	width: 325px;
	height: 239px;
	background: url(../images/mast-work.jpg) top left no-repeat;
}
#mast-practice a.work-panel:hover {
	background: url(../images/mast-work.jpg) bottom left no-repeat;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	position: absolute;
	top: 382px;
	left: 6px;
	width: 960px;
	height: 28px;
	padding-top: 8px;
	background: url(../images/topnav-bg.jpg) top left repeat-x;
	border-bottom: 1px solid #F5F3E7;
}

#top-navigation ul {
	width: 960px;
}

#top-navigation ul li {
	display: inline;
	padding: 30px;
}
#top-navigation ul li a {
	font-size: 14px;
	color: #FFFFFF;
	
	text-decoration: none;
	padding: 0;
}
ul#topNav li {
	position: relative;
}
ul#topNav li .sub {
	position: absolute; /*--Important--*/
	top: 55px; 
	left: 0;
	background: #022855; /*--Background gradient--*/
	border: 1px solid #FFFFFF;
	padding: 0;
	float: left;
	display: none;
}
ul#topNav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 200px;
	float: left;
}
ul#topNav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	margin-top: 0px;
	padding: 0;
}
ul#topNav .sub ul li a {
	float: none;
	text-align: left;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	background-color: #022855;
	color: #FFF;
}
ul#sideNav .sub ul li a:hover {
	text-decoration: underline;
	
}

/*--------------------> Content Selectors <--------------------*/

#content {
	padding-top: 419px;
	position: relative;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
	
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	background: transparent;
	width: 214px;
	padding: 11px;
	float: left;
	text-align: left;
}

#left-column h3 {
	color: #091d35;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0;
	border-bottom: 3px solid #091d35;
	margin: 0 0 10px 0;
}

#left-column ul {
	margin: 0 0 15px 5px;
	list-style-type: none;
}

#left-column ul li {
	margin-top: 15px;
}

#left-column a, #left-column a:link {
	color: #091d35;
	font-size: 14px;
	text-decoration: none;
}

#left-column a:hover {
	text-decoration: underline;
}

#left-column a:visited, #left-column a:active {
	color: #5b212a;
}
#sideNav {
	margin: 0 0 15px 5px;
	list-style-type: none;
}
ul#sideNav li {
	position: relative;
}
ul#sideNav li .sub {
	position: absolute; /*--Important--*/
	top: 0; 
	left: 175px;
	background: #C5C0A2; /*--Background gradient--*/
	border: 1px solid #022855;
	padding: 0;
	float: left;
	display: none;
}
ul#sideNav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 200px;
	float: left;
}
ul#sideNav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	margin-top: 0px;
	color: #000;
}
ul#sideNav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#sideNav .sub ul li a:hover {
	text-decoration: underline;
	
}

#left-column ul#cta {
	width: 214px;
	padding: 0;
	margin: 0;
}
#left-column ul#cta li  {
	margin: 8px 0;
}
#left-column ul#cta li.success, #left-column ul#cta li.success a, #left-column ul#cta li.success a:visited {
	width: 214px;
	height: 63px;
	display: block;
	background: url(../images/success-cta.jpg) bottom left no-repeat; 
}
#left-column ul#cta li.success a:hover, #left-column ul#cta li.success a:active {
	background: url(../images/success-cta.jpg) top left no-repeat;
}
#left-column ul#cta li.birthInjury, #left-column ul#cta li.birthInjury a, #left-column ul#cta li.birthInjury a:visited {
	width: 214px;
	height: 63px;
	display: block;
	background: url(../images/birthinjury-cta.jpg) bottom left no-repeat; 
}
#left-column ul#cta li.birthInjury a:hover, #left-column ul#cta li.birthInjury a:active {
	background: url(../images/birthinjury-cta.jpg) top left no-repeat;
}
#left-column ul#cta li.brainInjury, #left-column ul#cta li.brainInjury a, #left-column ul#cta li.brainInjury a:visited {
	width: 214px;
	height: 63px;
	display: block;
	background: url(../images/brain-cta.jpg) bottom left no-repeat; 
}
#left-column ul#cta li.brainInjury a:hover, #left-column ul#cta li.brainInjury a:active {
	background: url(../images/brain-cta.jpg) top left no-repeat;
}

#left-column ul#cta li.onTv, #left-column ul#cta li.onTv a, #left-column ul#cta li.onTv a:visited {
	width: 214px;
	height: 63px;
	display: block;
	background: url(../images/tv-cta.jpg) bottom left no-repeat; 
}
#left-column ul#cta li.onTv a:hover, #left-column ul#cta li.onTv a:active {
	background: url(../images/tv-cta.jpg) top left no-repeat;
}

#left-column ul#cta li.facebook, #left-column ul#cta li.facebook a, #left-column ul#cta li.facebook a:visited {
	width: 210px;
	height: 65px;
	display: block;
	background: url(../images/facebook-icon.jpg) bottom left no-repeat; 
}

#left-column ul#cta li.facebook a:hover, #left-column ul#cta li.facebook a:active {
	background: url(../images/facebook-icon.jpg) top left no-repeat;
}

#left-column ul#cta li.twitter, #left-column ul#cta li.twitter a, #left-column ul#cta li.twitter a:visited {
	width: 210px;
	height: 55px;
	display: block;
	background: url(../images/twitter-icon.jpg) bottom left no-repeat; 
}

#left-column ul#cta li.twitter a:hover, #left-column ul#cta li.twitter a:active {
	background: url(../images/twitter-icon.jpg) top left no-repeat;
}

#contact {
	padding: 0 30px;
	font-size: 14px; 
}
/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/
#newsScroll {
	width: 695px;
	height: 30px;
	margin: 0 0 10px;
}
#newsScroll img {
	float: left;
}
#scroller_container {
 position: relative;
 width: 565px;
 float: right;
 height: 26px;
 overflow: hidden;
 color: #fff;
 background-color: #000;
 border: 2px solid #333;
}

#scroller {
 white-space: nowrap;
 line-height: 20px;
 margin: 3px 0px 0px 40px;

 
}
.rss-title {
 display:none;
}
#scroller ul {
 padding: 0;
 margin: 0!important;
 list-style: none;

}

#scroller ul li {
 padding: 0;
 margin: 0 100px 0 0;
 height: 30px;
 display: inline;
 float: left;
 white-space: nowrap;
   font-size: 14px;

}
#scroller ul>li {display:inline-block; float: none;}

#scroller a {
 color: #fff !important;
  white-space: nowrap;
  text-decoration: none;

}
#scroller a:hover {
	text-decoration: underline!important;
}
#right-column {
	width: 700px;
	float: right;
	padding: 10px;
	text-align: left;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #5b212a;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #091d35;
}

#right-column h3 {
	color: #091d35;
	font-size: 14px;
}

#right-column p {
	line-height: 18px;
	font-size: 12px;
	margin: 10px 0;
}
#blogDiv {
	line-height: 18px;
	font-size: 12px;
	margin: 10px 0;
	width: auto;
}
#right-column ul {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 10px 40px;
	list-style: square;
}

#right-column ul li {
}

#right-column ol {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 10px 40px;
}

#right-column ol li {
}
#right-column #practicePages {
	background-color: #DFDFDF;
	padding: 15px;
	margin: 10px 0px;
	border: 1px solid #5B212A;
}
.serious {
	width: 440px;
	height: 180px;
}
.medical {
	width: 440px;
	height: auto;
}
.work {
	width: 440px;
	height: 120px;
}
#right-column #practicePages ul {
	float: left;
}
#right-column a {
	color: #5b212a;
}
#right-column a:hover {
	text-decoration: none;
}
#right-column a:visited {
	color: #3b3939;
}
.video-container {
	width: 352px; 
	height: 250px;
	padding: 0 40px;
	margin: 10px 0 0 0;
}
address {
}

#map {
}
#innerColumn {
	width: 210px;
	padding: 10px 0 10px 10px;
	float: right;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	width: 194px;
	padding: 8px;
	background: #C5C0A2;
	text-align: center;
}
#qc h3 {
	color: #091d35;
	font-size: 20px!important;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0;
	border-bottom: 3px solid #091d35;
	margin: 0 0 10px 0;
}

#qc ul {
	list-style-type: none!important;
	margin: 0!important;
}

#qc ul li {
	margin: 4px 0;
}
#qc ul li.submit {
	padding: 5px;
}
#qc ul li.submit span {
	float: left;
}
#qc form {
}

#qc textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	height: 90px;
	border: 0;
	padding: 2px;
}

#qc input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	border: 0;
	padding: 2px;
}

#qc input.mini-form-button {
	width: 97px;
	height: 32px;
	background: url(../images/submit.jpg) bottom left no-repeat;
	float: right;
}
#qc input.mini-form-button:hover {
	background: url(../images/submit.jpg) top left no-repeat;
	cursor: pointer;
}
#qc p {
}

#qc a, #qc a:visited {
	font-size: 10px;
	color: #5b212a;
}

#qc a:hover {
	text-decoration: none;
}

#ziffTalk {
	margin-top: 5px;
	background: url(../images/click-to-call.jpg) top left no-repeat;
}

#ziffTalk a {
	width: 210px;
	height: 100px;
	display: block;
}

ul#associations {
	width: 210px;
	list-style-type: none!important;
	margin: 0!important;
}
ul#associations a {
	display: block;
}
ul#associations li {
	margin: 7px 0;
}
ul#associations li.aaj, ul#associations li.aaj a, ul#associations li.aaj a:visited, ul#associations li.aaj a:hover {
	width: 210px;
	height: 79px;
	background: url(../images/aaj.jpg) top left no-repeat;
}
ul#associations li.leaders, ul#associations li.leaders a, ul#associations li.leaders a:visited, ul#associations li.leaders a:hover {
	width: 210px;
	height: 59px;
	background: url(../images/aaj-forum.jpg) top left no-repeat;
}

ul#associations li.av-rated, ul#associations li.av-rated a, ul#associations li.av-rated a:visited, ul#associations li.av-rated a:hover {
	width: 210px;
	height: 67px;
	background: url(../images/av-rated.jpg) top left no-repeat;
}

ul#associations li.atla, ul#associations li.atla a, ul#associations li.atla a:visited, ul#associations li.atla a:hover {
	width: 210px;
	height: 134px;
	background: url(../images/atla.jpg) top left no-repeat;
}

ul#associations li.aba, ul#associations li.aba a, ul#associations li.aba a:visited, ul#associations li.aba a:hover {
	width: 210px;
	height: 63px;
	background: url(../images/aba.jpg) top left no-repeat;
}

ul#associations li.facebook, ul#associations li.facebook a, ul#associations li.facebook a:visited, ul#associations li.facebook a:hover {
	width: 210px;
	height: 65px;
	background: url(../images/facebook-icon.jpg) top left no-repeat;
}

ul#associations li.twitter, ul#associations li.twitter a, ul#associations li.twitter a:visited, ul#associations li.twitter a:hover {
	width: 210px;
	height: 55px;
	background: url(../images/twitter-icon.jpg) top left no-repeat;
}

/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
}

#blog h3 {
}

#blog ul {
}

#blog ul li {
}

#blog ul li a {
}

#blog ul li a:hover {
}

#powered-by {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	width: 939px;
	clear: both;
	background: #C5C0A2 url(../images/footer-bg.jpg) top left repeat-x;
	padding: 33px 10px;
}
#footer img.logo {
	float: left;
	padding: 0 15px 0 18px;
}
#footer .footerAddress {
	width: 200px;
	float: left;
	padding: 0px 15px;
}
#footer .footerAddress p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#footer .footerAddress p.number-large {
	font-size: 24px;
	color: #5b212a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer .footerAddress p.number-small {
	font-size: 18px;
	color: #5b212a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer ul {
}

#footer ul li {
}

#footer ul li a {
}

#footer ul li a:hover {
}

#footer p {
}
.disclaimer {
	width: 460px;
	float: right;
	padding-right: 15px;
	text-align: left;
}

.disclaimer a {
	font-size: 12px;
	color: #5b212a;
}

.disclaimer a:hover {
	text-decoration: none;
}
.disclaimer p {
	font-size: 11px;
	margin: 15px 0;
}
/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer p {
}

#disclaimer a {
}

#disclaimer a:hover {
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

