@charset "utf-8";
/* CSS Document */

/*----------------------------------*/
/*       GLOBAL DEFINITIONS         */
/*----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a{
	color: #143d8d;
	text-decoration: none;
}

a:hover{
	color: #222222;
}

p{
	padding: 0 0 20px 0;
	line-height: 18px;
}

ul{
	padding: 0 0 20px 35px;
}

ol{
	padding: 0 0 20px 10px;
}

.black{
	color: #000000;
}

h1 sup{
	font-size: 12px;
}

/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

body{
	background:transparent url(../images/bg-html.jpg) repeat-y scroll center top;
	color: #222222;
	font-family: "Lucida Sans Unicode", Arial, san serif;
	font-size: 12px;
}

#container{
	width: 960px;
	margin: 0 auto;
	/*min-height: 1200px;
	height:expression(document.body.clientHeight < 1200? "1200px" : "auto"); */
}

#stripe{
	background: url(../images/stripe-black.jpg) repeat-x center bottom #ffffff;
	margin: 0 auto;
	height: 176px;
	width: auto;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

.float-right{
	padding: 0 0 5px 5px;
	float: right;
}

/*----------------------------------*/
/*             H TAGS               */
/*----------------------------------*/

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #143d8d;
	font-size: 26px;
	font-weight: normal;
}

h2{
	color: #000000;
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: normal;
}

h3{
	color: #143d8d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: normal;
}

h3 a{
	color: #143d8d;
	text-decoration: none;
}

/*----------------------------------*/
/*             HEADER               */
/*----------------------------------*/

#header{
	float: left;
	width: 960px;
	height: 126px;
}

#logo{
	background: url(../images/logo.jpg) no-repeat left top;
	width: 273px;
	height: 93px;
	float: left;
	text-indent: -9999px;
	margin:20px 0 0 20px;
}

.phone{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #143d8d;
	float: right;
	width: 400px;
	margin: 29px 20px 0 0;
	text-align: right;
}

.phone-extra{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #143d8d;
	width: 210px;
	margin: 0 0 20px 0;
}

.hours{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #929292;
	display: block;
}

.small{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #929292;
	padding: 5px 0 0 0;
}

/*----------------------------------*/
/*             MIDDLE               */
/*----------------------------------*/

#middle{
	height: 240px;
	width: 960px;
	float: left;
}

#middle-index{
	background: url(../images/middle-index-bg.jpg) no-repeat right top;
	background-color: blue;
	height: 240px;
	width: 920px;
	float: left;
	margin: 5px 0 5px 20px;
}

#flash{
	float: right;
	width: 375px;
	height: 204px;
}

#drugs{
	/*background: url(../images/drugs.jpg) no-repeat left 30px;*/
	height: 199px;
	width: 663px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

.drug-title{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	border-bottom: 1px #CCC solid;
	padding-bottom: 3px;
}

.drug-column{
	float: left;
	width: 170px;
	height: 160px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.drug-column ol{
	padding: 0;
}

.drug-column li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 17px;
}

.drug-column li a{
	color: #c9c9c9;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.drug-column li a:hover{
	color: #FFFF00;
}

.indent{
	margin: 0 0 0 13px;
}

/*----------------------------------*/
/*         MAIN NAVIGATION          */
/*----------------------------------*/

#nav-holder{
	width: 960px;
	float: left;
	margin: 0 0 15px 0;
}

#nav-holder ol{
	padding-left:0px;
}

#nav{
	float: left;
	text-align: left;
	vertical-align: middle;
}

#nav li{
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 10px 0 0;	
}

#nav li a{
	float: left;
	font-size: 16px;
	color: #fefefe;
	padding: 12px 10px;
	text-decoration: none;
	margin: 0 10px 0 0;
}

#nav li a:hover{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #bdbdbd;
	padding: 12px 10px;
}

body#home #nav li a.home{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

body#firm #nav li a.firm{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

body#news #nav li a.news{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

body#faq #nav li a.faq{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

body#legal #nav li a.legal{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

body#contact #nav li a.contact{
	background-color: #222222;
	/*background: url(../images/nav-list.jpg) repeat-x left top;*/
	color: #FFF339;
}

.breakingnews{
	float: right;
	margin: 13px 0 0 0;
	padding: 0;
}

.breakingnews a{
	padding: 13px 20px 14px 20px;
	background: url(../images/breakingnews-bg.jpg) left top repeat-x;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px #400000;
}

.breakingnews a:hover {
	text-shadow: none;
	color: yellow;
}

/*----------------------------------*/
/*           LEFT COLUMN            */
/*----------------------------------*/

#content-left{
	float: left;
	width: 232px;
	height: auto;
	padding:15px 0 0 20px;
}

#free{
	background: url(../images/free.jpg) no-repeat left bottom;
	background-color: #143D8D;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

.free-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}

.free-content{
	color: #dedede;
	font-family: "Lucida Sans Unicode", Arial, san serif;
	font-size: 10px;
	display: block;
	width: 215px;
}

#lawyers{
	background: url(../images/lawyers.jpg) no-repeat left bottom;
	background-color: #143D8D;
	float: left;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
	width: 221px;
}

.lawyers-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}

.lawyers-content{
	color: #dedede;
	font-family: "Lucida Sans Unicode", Arial, san serif;
	font-size: 12px;
	display: block;
	width: 215px;
	padding: 10px 0 0;
}

.lawyers-content ul{
	padding: 0;
}

.lawyers-content a{
	color: #ffffff;
}

.lawyers-content a:hover{
	color: #ffff00;
}

.lawyers-content li{
	list-style: none outside none;
}

#practice{
	float: left;
	padding: 15px 0 20px 0;
}

#practice li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
}

.practice-list{
	padding: 10px 0;
}

#accordion{
	width: 232px;
}

#accordion ul{
	padding: 0;
}

#accordion ol{
	padding: 0;
}

*html #accordion{
	width: 232px;
	height: 500px;
}

#drug-injuries{
	background: url(../images/practice-drug.jpg) no-repeat left top;
	float: left;
	height: 33px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;	
	padding:10px 0 0 10px;
	cursor: pointer;
}

#drug-injuries:hover{
	color:#FFFF00;
}

a.header{}


#product{
	background: url(../images/practice-product.jpg) no-repeat left top;
	float: left;
	height: 32px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;	
	padding:10px 0 0 10px;
	cursor: pointer;
}

#product:hover{
	color:#FFFF00;
}

#defective{
	background: url(../images/practice-defective.jpg) no-repeat left top;
	float: left;
	height: 38px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 16px;
	padding:4px 0 0 10px;
	cursor: pointer;
}

#defective:hover{
	color:#FFFF00;
}

#environmental{
	background: url(../images/practice-enviromental.jpg) no-repeat left top;
	float: left;
	height: 38px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 16px;
	padding:4px 0 0 10px;
	cursor: pointer;
}

#environmental:hover{
	color:#FFFF00;
}

#social{
	background: url(../images/practice-social.jpg) no-repeat left top;
	float: left;
	height: 38px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 16px;
	padding:4px 0 0 10px;
	cursor: pointer;
}

#social:hover{
	color:#FFFF00;
}

#personal{
	background: url(../images/practice-personal.jpg) no-repeat left top;
	float: left;
	height: 32px;
	width: 232px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	padding:10px 0 0 10px;
	cursor: pointer;
}

#personal:hover{
	color:#FFFF00;
}

.accordionButton {	
	width: 232px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	padding:10px 0 0 10px;
}
 
.accordionContent {	
	width: 232px;
	float: left;
	display: none;
	padding:10px 0 0 10px;
}

.accordionContent ul{
	margin:-15px 0 0;
	padding:0 0 30px;
}

.accordionContent a:hover{
	font-weight: bold;
}



/*-------------------------SEARCH--------------------------------*/

#search{
	background: url(../images/search.jpg) no-repeat scroll left top;
	float: left;
	height: 88px;
	width: 232px;
	padding: 20px 0 10px 5px;
	margin: 50px 0 0;
}

.search-title{
	font-size: 20px;
	color: #fff;
}

#searchBtn{
	/*background: #e21b1b;*/
	background: url(../images/search-btn.jpg) no-repeat scroll left top;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	float: left;
	width: 55px;
	height: 18;
	line-height: 18px;
	margin:2px 0 0;
	padding: 0;
	cursor: pointer;
	clear: left;
}

#searchBtn:hover{
	color: #000000;
}

.searchForm {
	border-color:#FFFFFF;
	border-style:none;
	float:right;
	font-size:12px;
	height:16px;
	margin:4px 82px 0 0;
	padding:0;
	width:95px;
}


/*-------------------------END SEARCH-------------------------------*/


/*---------------------------------------------SMALL FORM*/

.smallForm {
	float:left;
	padding:10px 0 0;
	/*width:255px;*/
}

.smallForm .formInput, .smallForm select {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-size:12px;
	height:18px;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	text-align:left;
	width:201px;
	text-transform: uppercase;
	/*color: #8B0B04;
	border: 1px #929292 solid;*/
}
.smallForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:60px;
	margin:0;
	padding:5px 0 0 5px;
	text-align:left;
	width:205px;
	text-transform: uppercase;
	/*color: #8B0B04;
	border: 1px #929292 solid;*/
}
.smallForm .formButton {
	background: url(../images/submit.jpg) repeat-x scroll  center top;
	color:#ff1;
	cursor:pointer;
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	height:35px;
	margin:10px 0 0;
	padding:0;
	width:213px;
	border:none;
	float: left;
}
.smallForm .formButton:hover {
	color:#eeeeee;
}
.smallForm p {
	margin:0;
	padding: 0 0 3px;
	width:180px;
}

/*---------------------------------------------END SMALL FORM*/

/*----------------------------------*/
/*           RIGHT COLUMN           */
/*----------------------------------*/

#content-right{
	float: right;
	width: 650px;
	height: auto;
	padding:15px 30px 0 0;
}

#thumb{
	float: right;
	/*width: 398px;
	height: 235px;*/
	padding:5px 0 0;
}
#player{
	float: right;
	/*width: 398px;
	height: 235px;*/
	height:200px;
	padding:0 10px 25px 15px;
	text-align:center;
	width: 435px;
}
#expplayer{
	float: right;
	padding:0 0px 15px 15px;
	text-align:center;
	height: 191px;
}

#player a{
	font: 16pt/28pt Verdana, Geneva, sans-serif;
	color:#FFF;
}
a.hotbutton {
	background: url(../images/fpwbutton.png) no-repeat left top;
	width: 280px;
	height: 20px;
	margin: 8px 20px 5px 0;
	padding:10px 20px;
	float: right;
	font-size:14px;
	color:white;
	font-weight:bold;
	border-right: 1px solid black;
}
a.hotbutton:hover {
	background: url(../images/fpwbutton.png) no-repeat left -39px;
}





#video{
	float: right;
	padding:5px 0 0;
}

/*-------------------------QUOTE-----------------------------------*/
.quote{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 475px;
	padding: 15px 0;
}

.quote2{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 250px;
	padding: 15px 0;
}

.quote-content{
	background: url(../images/quote-bottom.jpg) no-repeat scroll right 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #143d8d;
	font-weight: bold;
}

.quote-content a{
	color: #000000;
	text-decoration: none;
}

.quote-content a:hover{
	color: #e21b1b;
}
/*-------------------------END QUOTE-----------------------------------*/

/*----------------------------------*/
/*            BIG FORM              */
/*----------------------------------*/


/*controls the long form formatting */
	
#divDisclaimer{
	/*float: left;*/
	padding: 10px 0 0 0;
	width: 600px;
	margin: 0px;
	clear:both;
}

#divDisclaimer p{
	width: 600px;
	clear:both;
	font-size: 10px;
	line-height: 12px;
}

#divLeft{
	float: left;
	width: 325px;
	height: auto;
	margin: 0px;
	padding: 0px 0 50px 0;
}

#divRight{
	float: left;
	width: 140px;
	height: 0px;
	/*height: 125px;*/
	margin: 0px;
	padding: 0px;
}


.bigForm {
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: auto;

}

.bigForm .formInput, .bigForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 18px;
	padding: 2px 0 0 4px;
	margin:0;
	display: block;
	
	}

.bigForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 75px;
	padding: 0px;
	margin: 0;
}

.bigForm .formButton  {
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 0 0px;
	padding: 0;
	height: 50px;
	width: 300px;
	background: url(../images/submit-button.jpg) left top no-repeat;
	border: none;
	display: block;
	cursor: pointer;
}

.bigForm .formButton:hover{
	color: #ffff00;
}

.bigForm p {
	padding: 5px 0 5px 0;
	margin: 0;
	width: 250px;
}
/*---------------------------------------END BIG FORM--------------------------------------------*/

/*----------------------------------*/
/*              FOOTER              */
/*----------------------------------*/

#footer{
	background: url(../images/bg-footer.jpg) repeat-x left bottom;
	clear: both;
	margin: 0 auto;
	height: 135px;
	padding: 30px 0 0;
	width: auto;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#footer p{
	padding: 0 0 5px 0;
}

#footer b{
	display: none;
}

#footer-content{
	padding: 20px 0 0;
	margin: 0 auto;
}
.socialImg {
	margin-right: 5px;
}




/*----------------------------------*/
/*           IE FIXES               */
/*----------------------------------*/

*html #container{
	width: 960px;
	margin: 0 auto;
	min-height: 1200px;
	height:auto !important;  
	height:1200px;
}

*html #drugs{
	background: url(../images/drugs.jpg) no-repeat left 30px;
	height: 245px;
	width: auto;
	float: left;
	margin: 25px 0 0 20px;
}

*html #nav-holder{
	background: url(../images/nav-bg.jpg) repeat-x center bottom;
	height: 50px;
	width: 960px;
	float: right;
	margin: -13px 0 0;
}
*html #nav {
	margin: 33px 0 0;
}
*html #nav-holder .breakingnews {
	height: 50px;
	padding: 10px 0;
}
#creditfooter {
	display: none;
}
.feedburnerFeedBlock ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.feedburnerFeedBlock ul li {
	margin-bottom: 10px;
}

