body, h1, h2, h3, h4, h5, p, a, ul, ol, li, form {
	margin:0px;
	padding:0px;
}
a {
  outline: none;
}
img {
	border: none;
} 
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

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

.center {
	text-align: center;
}

body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #20398c;
}

#container {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -480px;
	background-image: url(../images/containerBkgRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*------------------ Header Selectors <--------------------*/

#header {
	height: 424px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-logo {
	height: 56px;
	width: 269px;
	position: absolute;
	left: 40px;
	top: 9px;
}
.logo-link {
	background-image: url(../images/topLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	width: 269px;
	display:block;
	text-indent:-999em;
}
.logo-link:hover {
	background-position: -269px 0px;
}

#top-phone {
	width:202px;
	height:24px;
	position:absolute;
	left:719px;
	top:24px;
}
.phone-link {
	width:202px;
	height:24px;
	display:block;
	text-indent:-999em;
	background-image: url(../images/topNumber.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.phone-link:hover {
	background-position: -202px 0px;
}
/*------------------ Mast Selectors <--------------------*/

#mast {
	height: 290px;
	width: 682px;
	position: absolute;
	left: 20px;
	top: 83px;
	background-color: #000000;
}

#flash-mast {

}

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

#topNav {
	height: 40px;
	width: 877px;
	position: absolute;
	left: 0px;
	top: 384px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
	margin-left: 42px;
}

#topNav ul {
}
#topNav li {
	list-style-type: none;
	float:left;
	display:inline;
	height:40px;
	position:relative;
}
#topNav li a {
	text-decoration:none;
	text-indent:-999em;
	height:40px;
	display:block;
	width:auto;
}
/* ---------------------------------------------------------------------------------------------------- Home */
#topNav .topNav-home {
	width: 92px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav .topNav-home:hover {
	background-position: 0px -40px;
}
/* ---------------------------------------------------------------------------------------------------- About */
#topNav .topNav-about {
	width: 124px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -92px 0px;
}
#topNav .topNav-about:hover {
	background-position: -92px -40px;
}
/* ---------------------------------------------------------------------------------------------------- MedMal */
#topNav .topNav-medmal {
	width: 218px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -216px 0px;
}
#topNav .topNav-medmal:hover {
	background-position: -216px -40px;
}
/* ---------------------------------------------------------------------------------------------------- Wrongful Death */
#topNav .topNav-death {
	width: 186px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -434px 0px;
}
#topNav .topNav-death:hover {
	background-position: -434px -40px;
}
/* ---------------------------------------------------------------------------------------------------- Our Blog */
#topNav .topNav-blog {
	width: 119px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -620px 0px;
}
#topNav .topNav-blog:hover {
	background-position: -620px -40px;
}
/* ---------------------------------------------------------------------------------------------------- Contact Us */
#topNav .topNav-contact {
	width: 138px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -739px 0px;
}
#topNav .topNav-contact:hover {
	background-position: -739px -40px;
}

/*------------------ Dropdown Menu <--------------------*/
#topNav .top-nav-sub {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#282544!important;
	top:40px!important;
	left:0px!important;
	z-index:845!important;
	position: absolute;
	width:215px;
}
#topNav .top-nav-sub li {
	list-style-type: none!important;
	float:left!important;
	display:block!important;
	background-color:#282544!important;
}
#topNav .top-nav-sub a {
	text-indent:0em!important;
	background-color:transparent !important;
	float:left!important;
	display:block!important;
	width:215px;
}
#topNav .top-nav-sub li {
	float:left!important;
	padding:0px!important;
	margin:0px!important;
	display:inline;
	background-color:transparent;
	list-style:none;
	height:35px;
}
#topNav .top-nav-sub li a {
	height:auto;
	color:#ffed03;
	display:block!important;
	float:left!important;
	margin:0px!important;
	background-color:transparent;
	padding: 10px 10px 0px 10px;
}
#topNav .top-nav-sub li a:hover {
	color:#ffffff;
	background-color:#233170!important;
	float: left;
	height:25px;
}
#topNav li:hover ul, #topNav li.sfHover ul {

}
#topNav li:hover li ul, #topNav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#topNav li li:hover ul, #topNav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}


/*------------------ Content Selectors <--------------------*/
#contentTop {
	position: absolute;
	left: 0px;
	top: 424px;
	height: 26px;
	width: 960px;
	background-image: url(../images/contentTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	padding-top: 200px;
	position: relative;
}

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

#left-column {
	height: 1340px;
	width: 262px;
	float: left;
	margin-top: 250px;
	background-image: url(../images/leftCol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left-column h3 {
}

#left-column ul {
}

#left-column ul li {
}
#leftNav {
	height: 586px;
	width: 234px;
	margin-top: 4px;
	margin-left: 20px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftNav li {
	list-style-type: none;
	float:left;
	display:inline;
	position:relative;
}
#leftNav li a {
	text-decoration:none;
	display:block;
	width:auto;
}
/* ---------------------------------------------------------------------------------------------------- Practice Areas */
#leftNav .practiceAreas {
	width: 234px;
	height:46px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-999px;	
}
#leftNav .practiceAreas:hover {

}
/* ---------------------------------------------------------------------------------------------------- Med Mal */
#leftNav .medmal {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -46px;
	text-indent:-999px;	
}
#leftNav .medmal:hover {
	background-position: -234px -46px;
}
/* ---------------------------------------------------------------------------------------------------- Personal Injury */
#leftNav .personal {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -106px;
	text-indent:-999px;	
}
#leftNav .personal:hover {
	background-position: -234px -106px;
}
/* ---------------------------------------------------------------------------------------------------- Traffic Accident */
#leftNav .traffic {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -166px;
	text-indent:-999px;	
}
#leftNav .traffic:hover {
	background-position: -234px -166px;
}
/* ---------------------------------------------------------------------------------------------------- Construction Accidents */
#leftNav .construction {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -226px;
	text-indent:-999px;	
}
#leftNav .construction:hover {
	background-position: -234px -226px;
}
/* ---------------------------------------------------------------------------------------------------- Premises Liability */
#leftNav .premises {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -286px;
	text-indent:-999px;	
}
#leftNav .premises:hover {
	background-position: -234px -286px;
}
/* ---------------------------------------------------------------------------------------------------- Dog Bites */
#leftNav .dogBite {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -346px;
	text-indent:-999px;	
}
#leftNav .dogBite:hover {
	background-position: -234px -346px;
}
/* ---------------------------------------------------------------------------------------------------- Defective Drugs */
#leftNav .defective {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -406px;
	text-indent:-999px;	
}
#leftNav .defective:hover {
	background-position: -234px -406px;
}
/* ---------------------------------------------------------------------------------------------------- Aviation/Plane Crash Accidents */
#leftNav .aviation {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -466px;
	text-indent:-999px;	
}
#leftNav .aviation:hover {
	background-position: -234px -466px;
}
/* ---------------------------------------------------------------------------------------------------- Mesothelioma */
#leftNav .mesothelioma {
	width: 234px;
	height:60px;
	background-image: url(../images/leftNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -526px;
	text-indent:-999px;	
}
#leftNav .mesothelioma:hover {
	background-position: -234px -526px;
}

/*------------------ Left Dropdown Menu <--------------------*/

#leftNav .top-nav-left {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	display:none;
	white-space:nowrap;
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px!important;
	position:absolute!important;
	top:0px!important;
	left:234px!important;
	z-index:845!important;
	color: #ffed03;
}
#leftNav .top-nav-left li {
    float:left!important;
    clear:both!important;
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px!important;
    display:inline;
    list-style:none;
}
#leftNav .top-nav-left li a {
	font-size:18px!important;
	height: 33px!important;
	width: 215px!important;
	color:#ffed03!important;
	display:block!important;
	float:left!important;
	clear:left!important;
	display:inline;
	padding: 13px 0px 0px 14px!important;
	margin: 0px 0px 0px 0px!important;
	text-transform: none;
	border: 1px solid #ffed03!important;
	background-color: #000000;
}
#leftNav .top-nav-left a:link, #leftNav .top-nav-left a:visited  {
	color:#ffed03!important;
	background-image:url(../images/left-nav-bkg-active-sub.jpg)!important;
	background-repeat:repeat-x!important;
	text-decoration: none!important;
}
#leftNav .top-nav-left li a:hover, #leftNav .top-nav-left li a:active  {
	color:#ffffff!important;
	background-image:url(../images/left-nav-bkg-hover-sub.jpg)!important;
	background-repeat:repeat-x!important;
	text-decoration: none!important;
	background-color: #202A5F;
	border: 1px solid #000000!important;
}
#leftNav li:hover ul, #leftNav li.sfHover ul {
}
#leftNav li:hover li ul, #leftNav li.sfHover li ul {
    top:-999em;
    position:relative;
}
#leftNav li li:hover ul, #leftNav li li.sfHover ul {
    left:9.45em;
    top:-1px;
    position:relative;
}

/*------------------ Blog Navigation Selectors <--------------------*/

#blogger-navigation{
	height: auto;
	width: 212px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 20px;
}
#blogger-navigation h3{
}
#blogger-navigation ul{
	list-style-type: none;
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
	color: #FFFFFF;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color: #ffed03;
}
#blogger-navigation #powered-by{
}

.localNumbers {
	height: 379px;
	width: 262px;
	background-image: url(../images/localNumbers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.affiliations {
	height: 372px;
	width: 262px;
	background-image: url(../images/affiliations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc {
	position: absolute;
	height: 290px;
	left: 705px;
	top: 83px;
	width: 232px;
}

#qc ul {
	margin: 0px;
	padding: 0px;
}

#qc ul li {
	margin: 0px;
	padding: 0px;
}

#qc form {
}

#qc textarea {
	height: 62px;
	width: 194px;
	margin-top: 50px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-left: 5px;
	background-color:#FFFFFF!important;	
}

#qc input {
	height: 21px;
	width: 194px;
	margin-top: 6px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-left: 5px;
	background-color:#FFFFFF!important;	
}
#qc .button {
	height: 34px;
	width: 199px;
	background-image: url(../images/qcSubmit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

#qc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffed03;
	text-align: right;
	margin-right: 17px;
}

#qc a {
	color: #ffed03;
}

#qc a:hover {
	color: #406DE2;
}
#qc .address2 {
    display:none;
}
#qc .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------ Right Column Selector <--------------------*/

#right-column {
	float: right;
	height: auto;
	width: 598px;
	margin-top: 250px;
	margin-right: 20px;
	background-image: url(../images/rightColBkgRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 40px;
	padding-left: 40px;
}
#right-column a {
	color: #4174e7;
	text-decoration: none;
}
#right-column a:hover {
	color: #000000;
}
#right-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #282544;
	margin-top: 20px;
}

#right-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4174e7;
}

#right-column h3 {
	color: #20398c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #282544;
}

#right-column ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 14px;
	color: #282544;
}

#right-column ul li {
}

#right-column ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
}

#right-column ol li {
}
.pics {
	float: right;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#map {
    width:400px;
    height:400px;
}
#video-container {
	width:352px;
	height:280px;
	float: right;
	margin-left: 15px;
}
#flash-video {
}
/*-------------------- Page 1 Forms <---------------------*/
#contact{
	width: 400px;
	height: 600px;
	background-color: #203681;
	border: 20px solid #000000;
	margin-left: 75px;
}

#contact ul{
	list-style-type: none;
}

#contact p{
	color: #FFFFFF;
	text-align: center;
}
#contact input{
	height: 25px;
	width: 290px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF!important;	
}
#contact textarea{
	height: 95px;
	width: 290px;
	margin-top: 30px;
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF!important;
}
#contact input.button{
	height: 34px;
	width: 199px;
	background-image: url(../images/qcSubmit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

#contact img {
    vertical-align:middle;
}
#contact .address2 {
    display:none;
}
#contact .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#contact .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

#contentBottom {
	height: 210px;
	width: 598px;
	background-image: url(../images/contentBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentBottom .bottom-phone-link {
	height: 19px;
	width: 161px;
	display:block;
	text-indent:-999em;
	background-image: url(../images/bottomPhone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 120px;
	margin-left: 217px;
}
#contentBottom .bottom-phone-link:hover {
	background-position: -161px 0px;
}

/*------------------ Footer Selectors <--------------------*/
#footer {
	height: 170px;
	width: 880px;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.links {
	color: #ffed03;
}
.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffed03;
	text-decoration: none;
	line-height: 22px;
}
.links a:hover {
	color: #4174e7;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4174e7;
	margin-top: 20px;
}
.copyright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4174e7;
}
.copyright a:hover{
	color: #ffed03;
}
/*----------------- 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;
}

