/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

.noBorder {
	border: none;
}

body {
	background: #1d69ce url(../images/bkgd.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 1010px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 29px -515px;
	padding: 0 10px;
	background: url(../images/container-bkgd.gif) left top repeat-y;
}

#container-btm {
	width: 1010px;
	height: auto;
	border-bottom: 11px solid #fff;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	width: 1010px;
	height: 142px;
	position: absolute;
	left: 10px;
	top: 0;
	background: #fff url(../images/header-bkgd.gif) left top repeat-x;
	padding: 8px 0 0 0;
}

#logo {
	margin: 15px 0 0 35px;
}

#search-bar {
	width: 345px;
	height: 35px;
	position: absolute;
	left: 600px;
	top: 8px;
	background: url(../images/search.gif) left top no-repeat;
	padding-left: 50px;
}

#search-bar input {
	width: 196px;
	height: 21px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	margin-right: 9px;
	padding: 2px;
}

#search-bar input.search-submit {
	background: url(../images/search-btn.gif) left top no-repeat;
	cursor: pointer;
	width: 90px;
	height: 25px;
}


#radioShow {
	width: 200px;
	height: auto;
	margin: 40px 10px;
	float: right;
/*	padding: 0px 43px 0 0;
*/	color: #a9233e;
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	text-align: center;
}





#top-contact {
	width: 210px;
	height: 75px;
	float: right;
	padding: 50px 43px 0 0;
	color: #a9233e;
	font-size: 12px;
	text-align: right;
}

#top-contact strong {
	font-size: 24px;
}

#top-contact ul {
	list-style: none;
}

#top-contact ul li {
	width: 100px;
	float: left;
	margin-top: 10px;
}

#top-contact a {
	color: #a9233e;
	text-decoration: underline;
}

#top-contact a:hover {
	text-decoration: none;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width: 1010px;
	height: 35px;
	position: absolute;
	left: 10px;
	top: 150px;
	border-bottom: 8px solid #fff;
}

#top-navigation ul {
	list-style: none;
}

#top-navigation ul li {
	display: inline;
	float: left;
	padding-right: 2px;
	background: url(../images/top-nav-divider.gif) right top no-repeat;
}

#top-navigation ul li a {
	height: 21px;
	display: block;
	float: left;
	background: url(../images/top-nav-bkgd.gif) left top repeat-x;
	padding: 7px 39px 7px 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#top-navigation ul li a:hover {
	background-position: 0 -35px;
}

#lastNav {
	padding-right: 0 !important;
	background: none !important;
}

#lastNav a {
	padding-right: 44px !important;
}

/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}
#top-navigation .sf-menu {
	line-height: 1.0;
}
#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em;  /*left offset of submenus need to match (see below) */
	padding: 0;
}
#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#top-navigation .sf-menu li {
	float: left;
	position: relative;
}
#top-navigation .sf-menu a {
	display: block;
	position: relative;
}

#top-navigation .sf-menu ul li a {
	width: 11.4em;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

#top-navigation .sf-menu ul li a:hover {
	color: #fff;
	background-color: #6690cf;
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 40px;  /*match top ul list item height */
	z-index: 99;
}
#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
	padding-top: 194px;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	width: 210px;
	float: left;
}

#left-column h3 {
	width: 210px;
	height: 45px;
	display: block;
}


#left-column h3.practice-areas {
	background: url(../images/practice-areas.gif) left top no-repeat;
}

#left-column ul.sf-menu {
	list-style: none;
	width: 210px;
	height: auto;
}

#left-column ul.sf-menu li {
	width: 210px;
	height: auto;
}

#left-column ul.sf-menu li a {
	width: 184px;
	display: block;
	padding: 9px 13px 11px 13px;
	background: #2e71c9 url(../images/side-nav-bkgd.gif) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#left-column ul.sf-menu li a:hover {
	background-color: #9d2d4a;
	background-position: -210px 0;
}

/*** ESSENTIAL STYLES ***/
#left-column .sf-menu, #left-column .sf-menu * {
	list-style: none;
}
#left-column .sf-menu {
	line-height: 1.0;
}
#left-column .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 210px;  /*left offset of submenus need to match (see below) */
	padding: 0;
	z-index: 5000;
}
#left-column .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#left-column .sf-menu li {
	float: left;
	position: relative;
}
#left-column .sf-menu a {
	display: block;
	position: relative;
}

#left-column .sf-menu ul li a {
	font-size: 13px;
	background-image: none;
}

#left-column .sf-menu ul li a:hover {
}

#left-column .sf-menu li:hover ul, #left-column .sf-menu li.sfHover ul {
	left: 210px;
	top: 0;  
	z-index: 500;
}
#left-column ul.sf-menu li:hover li ul, #left-column ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#left-column ul.sf-menu li li:hover ul, #left-column ul.sf-menu li li.sfHover ul {
	left: 210px; /* match ul width */
	top: 0;
}
#left-column ul.sf-menu li li:hover li ul, #left-column ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#left-column ul.sf-menu li li li:hover ul, #left-column ul.sf-menu li li li.sfHover ul {
	left: 210px; /* match ul width */
	top: 0;
}


/* --- left column others --- */

#left-column h3.accomplishment {
	background: url(../images/accomplishment.gif) left top no-repeat;
	height: 55px;
	clear: both;
	/*position: relative;*/
}

#accomplishment {
	height: 130px;
	background-color: #6f0019;
	padding: 0 15px;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}

#accomplishment h4 {
	color: #fff000;
	font-size: 12px;
	margin: 10px 0;
}

#accomplishment a {
	color: #fff000;
}

.accomplishment-jcarousellite, .accomplishment-jcarousellite ul {
	width: 180px;
	height: 130px !important;
	list-style:none;
	position: relative;
	left: 0;
	top: 0;
}

.accomplishment-jcarousellite ul li {
	width: 180px;
	height: 130px;
	display: block;
}

#blog-cta {
	width: 210px;
	height: 45px;
}

#blog-cta a {
	width: 210px;
	height: 45px;
	display: block;
	background: url(../images/blog-cta.gif) left top no-repeat;
}

#blog-cta a:hover {
	background-position: 0 -45px;
}

#left-column h3.others {
	background: #0e0a0b url(../images/others.gif) left top no-repeat;
	border-top: 3px solid #fff;
	height: 60px !important;
}

#others {
	background-color: #6f0019;
	padding: 10px;
	border-bottom: 3px solid #fff;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
}

#others ul {
	list-style: none;
}

#others a {
	color: #fff000;
}

/*--------------------> Middle Column Selector <--------------------*/

#middle-column {
	width: 510px;
	float: right;
	padding: 0 20px;
	font-size: 14px;
	line-height: 22px;
}

/*------------------ Mast Selectors <--------------------*/
#mast-container {
    width: 510px;
	height: 278px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#mast {
    width: 510px;
	height: 278px;
	overflow: hidden;
	background-color: #080808;
}


#mast-static-container {
    width: 510px;
	height: 278px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}




#mast-static {
    width: 510px;
	height: 278px;
	overflow: hidden;
	background-color: #080808;
}




#mast li {
    width: 510px;
	height: 278px;
	position:relative;
	overflow:hidden;
	outline:none;
	white-space: normal!important;
}
#mast p, #mast a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
}
#mast a:hover {
	text-decoration:none;
}
#mast p strong {
	font-size:24px;
}
#mast img {
	border:0px;
}

#mast ul {
	position: relative;
}

#mast li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*---*/

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #a9233e;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #a9233e;
}

#middle-column h3 {
	font-size: 16px;
	color: #a9233e;
	margin: 15px 0 0 0;
}

#middle-column p {
	padding: 15px 0;
}

#middle-column a {
	color: #0b54b5;
	text-decoration: underline;
}

#middle-column a:hover {
	text-decoration: none;
}

#middle-column ul {
	padding: 15px 0 15px 30px;
}

#middle-column ul li {
}

#middle-column ol {
	padding: 15px 0 15px 30px;
}

#middle-column ol li {
}

hr {
	border-bottom: 1px solid #a9233e;
	border-left: none;
	border-right: none;
	border-top: none;
}

#contact-info {
	font-size: 18px;
	text-align: center;
	padding: 25px 0;
}

#contact-info a {
	font-size: 16px;
	color: #000;
}

address strong {
	font-size: 14px;
	border-right: 2px solid #a9233e;
	padding: 0 15px;
}

#map {
	width: 510px;
	height: 400px;
	margin: 10px 0;
	border: 1px solid #a9233e;
}

.verdicts {
	color: #a9233e;
	font-weight: bold;
}

#attorneys p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0;
}

.attorney-pic {
	float: left;
	border: 1px solid #666;
	margin: 10px 10px 10px 0;
}

#videos {
	width: 310px;
	padding: 10px 0 10px 100px;
}

/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
 
#mycarousel {
    width: 510px;
	height: 278px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#mycarousel ul {
	padding: 0;
	margin: 0;
}

.jcarousel-scope {
    width: 510px;
	height: 278px;
    /*-moz-border-radius: 10px;*/
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    width: 510px;
	height: 278px;
    overflow: hidden;
}

.jcarousel-list li {
    float: left;
    width: 510px;
	height: 278px;
    list-style: none;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    display: none;
    position: absolute;
    top: 12px;
    right: 23px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    display: none;
    position: absolute;
    top: 12px;
    left: 444px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


#hot-topic {
	width: 510px;
	height: 50px;
	background: #000 url(../images/hot-topics.gif) left top no-repeat;
	margin-bottom: 15px;
}

#hot-topic-mask {
	width: 440px;
	height: 40px;
	position: relative;
	left: 70px;
	top: 0;
	overflow: hidden;
}

#topic-ticker {
	width: 440px;
	height: 30px;
	position: relative;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

#topic-ticker li {
	width: 440px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	float: left;
}

#topic-ticker a {
	color: #fff;
	text-decoration: underline;
}

#topic-ticker a:hover {
	text-decoration: none;
}
#toyota {
	height: 35px;
	width: 511 px;
}
#toyota a {
	display:block;
	height: 35px;
	width: 511 px; 
	background:url(../images/yaz-yasmin-use.jpg) no-repeat top left;
	
}
#toyota a:hover {
	display:block;
	height: 35px;
	width: 511 px;
	background:url(../images/yaz-yasmin-use.jpg) no-repeat bottom left;

	
}
/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 250px;
	float: right;
}

/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	background: url(../images/qc.gif) left top no-repeat;
	border-bottom: 3px solid #fff;
	padding: 72px 13px 15px 12px;
	font-size: 11px;
	width: 225px;
}

#qc textarea {
	width: 210px;
	height: 75px;
	border: none;
	margin-bottom: 8px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#qc input {
	width: 210px;
	height: 15px;
	border: none;
	margin-bottom: 8px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#qc input.maintext {
	width: 40px;
}

#qc input.submitBtn {
	width: 123px;
	height: 33px;
	float: right;
	background: url(../images/submit.jpg) left top no-repeat;
	border: 1px solid #6f0019;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#qc input.submitBtn:hover {
	background-position: 0 -33px;
}

#qc p {
	padding: 10px 0;
}

#qc a {
	color: #fff;
	text-decoration: underline;
}

#qc a:hover {
	text-decoration: none;
}

#contact {
	width: 300px;
	padding-left: 150px;
}

#contact input.maintext {
	width: 40px;
}

/*--------------------> CTA Selectors <--------------------*/

#video-cta {
	width: 250px;
	height: 60px;
}

#video-cta a {
	width: 250px;
	height: 60px;
	display: block;
	background: url(../images/fighting-for-justice.gif) left top no-repeat;
}

#video-cta a:hover {
	background-position: 0 -60px;
}

#fighters-for-justice {
	background-color: #6f0019;
	padding: 10px 15px;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	color: #fff;
}

#fighters-for-justice a {
	color: #fffb00;
	text-decoration: underline;
}

#right-column h3.news-updates {
	width: 250px;
	height: 45px;
	background: url(../images/news-updates.gif) left top no-repeat;
}

#news-updates {
	background-color: #6f0019;
	padding: 10px 15px;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	color: #fff;
}

#news-updates ul {
	list-style: none;
}

#news-updates ul li {
	margin: 0 0 12px 0;
}

#news-updates a, #news-updates em {
	color: #fff000;
	font-style: normal;
}





#newsletter {
	width: 250px;
	height: 50px;
	display: block;
	background: url(../images/newsletter.jpg) left top no-repeat;
}






#blogger-navigation {
	background-color: #6f0019;
	padding: 10px 15px;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	color: #fff;
}

#blogger-navigation h3 {
	padding-top: 15px;
	width: 250px;
	height: 30px;
}

#blogger-navigation p#powered-by {
	margin-top: 25px;
}

#blogger-navigation ul {
	list-style: none;
}

#blogger-navigation ul li {
	margin: 0 0 12px 0;
}

#blogger-navigation a, #blogger-navigation em {
	color: #fff000;
	font-style: normal;
}

#FDA {
	width: 250px;
	height: 50px;
	border-bottom: 3px solid #fff;
}

#FDA a {
	width: 250px;
	height: 50px;
	display: block;
	background: url(../images/FDA.gif) left top no-repeat;
}

#FDA a:hover {
	background-position: 0 -50px;
}

#consumer {
	width: 250px;
	height: 50px;
	border-bottom: 3px solid #fff;
}

#consumer a {
	width: 250px;
	height: 50px;
	display: block;
	background: url(../images/consumer.gif) left top no-repeat;
}

#consumer a:hover {
	background-position: 0 -50px;
}

/*--------------------> Association Selectors <--------------------*/

#association {
	background: #fff url(../images/association.gif) left top no-repeat;
	padding: 45px 10px 10px 10px;
}

#association ul {
	list-style: none;
}

#association ul li {
	width: 200px;
	float: left;
	margin: 10px;
	font-size: 12px;
	text-align: center;
}

#association ul li a {
	color: #093c7f;
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	background: #387fde url(../images/footer.gif) left top no-repeat;
	padding: 10px 30px;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #093c7f;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer {
	background-color: #387fde;
	padding: 5px 30px 10px 30px;
	font-size: 12px;
	text-align: center;
}

#disclaimer a {
}

#disclaimer a:hover {
}

#copyright {
	height: 15px;
	background-color: #0b54b5;
	font-size: 11px;
	color: #fff;
	padding: 5px 25px;
}

#copyright a {
	color: #fff;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#page1 {
	float: right;
	text-align: right;
}

/*-------------------> 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;
}

/* ------------------- others ------------------------- */

#leftShadow {
	width: 10px;
	height: 892px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/left-shadow.gif) left top no-repeat;
}

#rightShadow {
	width: 10px;
	height: 892px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/right-shadow.gif) left top no-repeat;
}

ul.list {
	width: 480px;
}

ul.list li {
	width: 220px;
	float: left;
	padding: 0 20px 15px 0;
}

/*--- Movable Type style ---*/

.module-content {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}

.module-header a, .module-content a {
	color: #fff;
}

li.module-list-item {
	font-size: 12px;
	padding: 3px;
}

#homepage-categories li {
	width: 200px;
	float: left;
}