/*
Theme Name: Turn Out Mag
Author: Chiq Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
@font-face {
	font-family: 'DroidSans';
	src: url('DroidSans-webfont.eot');
	src: local('?'), url('DroidSans-webfont.woff') format('woff'), url('DroidSans-webfont.ttf') format('truetype'), url('DroidSans-webfont.svg#webfontljpTCDjw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('DroidSans-Bold-webfont.eot');
	src: local('?'), url('DroidSans-Bold-webfont.woff') format('woff'), url('DroidSans-Bold-webfont.ttf') format('truetype'), url('DroidSans-Bold-webfont.svg#webfontljpTCDjw') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 975px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 130px;
}

	#header ul {
		list-style-type: none;
		float: left;
		
	}
		#header ul li {
			float: left;
			font-weight: bold;
			font-family: Verdana;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #FFFFFF;
			display: block;
			text-transform: uppercase;
			padding: 8px 15px 9px;
		}
		#header ul li a:hover, #header ul li.here a {
			background: url(images/active.gif) no-repeat bottom center;
			text-decoration: none;
		}
	#header .rss {
		float: right;
		background: url(images/rss.gif) no-repeat 0 7px;
		padding: 9px 10px 9px 20px;
		font-size: 0.8em;
		font-family: Verdana;
		color: #FFFFFF;
	}
		#header .rss a {
			color: #FFFFFF;
			margin: 0 7px;
		}
	
	#header h1 {
		clear: both;
		float: left;
	}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 975px;
			height: 130px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	
	#header .ad {
		float: right;
		padding: 35px 6px 0 0;
	}
/** END header **/

/** BEGIN content **/
#content-inner {
	float: left;
	width: 655px;
	overflow: hidden;
	padding-bottom: 11px;
}
	#content-inner .post {
		float: left;
		width: 315px;
		padding:7px 10px 4px 0;
	}
		#content-inner .post .details1 {
			color: #808080;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px 7px;
			text-transform: uppercase;
			/*margin-bottom: 5px;*/
			float:right;
		}
			#content-inner .post .details1 a{
				color: #666;
				text-decoration: none;
			}
	#content-inner .post .buffer {
		padding: 4px;
		margin: 0;
	}
	#content-inner .post .content{
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #ffffff;
		height: 160px;
	}
		#content-inner .post .content img {
			border: 3px solid #ECEBEB;
			margin: 4px 8px 5px 0;
			float: left;
			width: 80px;
		}
		#content-inner .post .content h2 {
			margin-bottom: 5px;
			font-size: 1.5em;
			line-height: 1.3em;
		}
		#content-inner .post .content h2 a {
			text-decoration: none;
			font-size: 0.8em;
		}
		#content-inner .post .content p {
			line-height: 1.5em;
		}
	#content-inner .post .details2 {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
	}
		#content-inner .post .details2 a {
			color: #666;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			text-transform: uppercase;
		}
		#content-inner .post .details2 a:hover {
			text-decoration: none;	
		}
	#content-inner .postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		#content-inner .postnav a {
			color: #DDDDDD;
		}
	#content-inner .title {
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 15px 5px 10px;
		letter-spacing: 1px;
	}
	#content-inner .single {
		background:none repeat scroll 0 0 white;
		margin:10px 15px 10px 0;
		padding:15px;
		border:5px solid #ECEBEB;
	}
		#content-inner .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content-inner .single li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content-inner .single blockquote {
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content-inner .single h2{
			color:#EE2E24;
			font-size:24px;
			margin-top:5px;
		}
		
		#content-inner .single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
/** END content **/


/** BEGIN content-sub **/
#content{
	background: url(http://www.injurylawyers.com/images/community-bg.png) no-repeat top #333333 !important;
	}

#content-inner-sub {
	float: left;
	width: 655px;
	overflow: hidden;
	padding-bottom: 11px;
}
	#content-inner-sub .post {
		float: left;
		width: 645px;
		padding:0 10px 11px 0;
	}
		#content-inner-sub .post .details1 {
			color: #808080;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px 7px;
			text-transform: uppercase;
			float:right;
		}
			#content-inner-sub .post .details1 a{
				color: #666;
				text-decoration: none;
			}
	#content-inner-sub .post .buffer {
		padding: 4px;
		margin: 0;
	}
	#content-inner-sub .post .content{
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #ffffff;
		min-height:100px;
	}
		#content-inner-sub .post .content img {
			border: 3px solid #ECEBEB;
			margin: 4px 8px 5px 0;
			float: left;
			width: 80px;
		}
		#content-inner-sub .post .content h2 {
			margin-bottom: 5px;
			font-size: 2em;
			line-height: 1.3em;
		}
		#content-inner-sub .post .content h2 a {
			text-decoration: none;
			font-size: 0.8em;
		}
		#content-inner-sub .post .content p {
			line-height: 1.5em;
		}
	#content-inner-sub .post .details2 {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
	}
		#content-inner-sub .post .details2 a {
			color: #666;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			text-transform: uppercase;
		}
		#content-inner-sub .post .details2 a:hover {
			text-decoration: none;	
		}
	#content-inner-sub .postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		#content-inner-sub .postnav a {
			color:#DDDDDD;
		}
	#content-inner-sub .title {
		color:#ccc !important;
		font-size:20px !important;
		font-weight:bold;
		letter-spacing:1px;
		padding:15px 5px 5px;
		text-transform:uppercase;
	}
	#content-inner-sub .single {
		padding: 15px 15px 10px 0;
		border:5px solid #ECEBEB;
	}
		#content-inner-sub .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content-inner-sub .single li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content-inner-sub .single blockquote {
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content-inner-sub .single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
/** END content-sub **/


/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: left;
	padding: 11px 0 20px;
}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
	#sidebar .box {
		background-color: #ECEBEB;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			background-color: #ffffff;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px;
			border: 1px solid #CBCBCB;
		}
		#sidebar .box ul {
			background-color: #ffffff;
			list-style-type: none;
			padding: 4px 8px 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #cbcbcb;
		}
			#sidebar .box li {
				font-size: 0.9em;
				font-family: Verdana;
				line-height: 1.4em;
				padding: 3px 0 3px 14px;
				border-bottom: 1px dotted #dddddd;
				background: url(images/bullet.gif) no-repeat 0 8px;
			}
		#sidebar .box p, #sidebar .box div {
			background-color: #ffffff;
			padding: 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #cbcbcb;
		}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px 8px;
			}
		#sidebar .box .video {
			padding: 9px;
		}
	#sidebar form {
		width: 310px; height: 33px;
		background: #ECEBEB url(images/search.gif) no-repeat center;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			width: 218px;
			font-size: 1.2em;
			font-family: Verdana;
			margin: 8px;
		}
		#sidebar form button {
			float: right;
			width: 75px; height: 33px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: transparent;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #C90002;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.9em;
}
	#footer a {
		color: #ffffff;
	}
	#footer p {
		padding: 15px 0;
		text-align: left;
		width: 975px;
		margin: auto auto;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
		#comments form label {
			color:#ddd;	
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	margin: 0;
}
	#comments .buffer {
		padding: 20px 15px 0 0;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/*----------------------------------*/
/*         Universal Tags           */
/*----------------------------------*/
	
body {
	background: url(http://www.injurylawyers.com/images/bg.png) repeat-x top center;
	font-family:Helvetica, Arial,sans serif;
	font-size: 12px;
	line-height: 18px;	
	color:#444;
	margin:0;
}

img {border: 0;}
a{	
	color:#ee2e24;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color:#ddc034;
	text-decoration: none;
}
p{
	line-height: 18px;
	padding: 0 0 30px 0;
}
ul{
	line-height: 18px;
	padding: 0 0 30px 30px;
}
ol{
	line-height: 18px;
	padding: 0 0 30px 30px;
}
table{margin: 0 0 30px;}
blockquote {
	background:none repeat scroll 0 0 #EEEEEE;
	border-left:3px solid #EE2E24;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	margin:0 0 30px;
	padding:20px 20px 0;
	text-align:center;
}

/*.quote-mark-left {
	color:#EE2E24;
	float:left;
	font-family:"DroidSans",Georgia,"Times New Roman",Times,serif;
	font-size:100px;
	margin:20px -30px 0 0;
	width:50px;
}

.quote-mark-right {
	color:#EE2E24;
	float:right;
	font-family:"DroidSans",Georgia,"Times New Roman",Times,serif;
	font-size:100px;
	margin:5% 0 0;
	width:50px;
}*/

iframe{
	border: none;
}
*:focus{
	outline:none;
	-moz-outline: none;
	}
	
.no-padding-bottom{padding-bottom:0;}

/*----------------------------------*/
/*              H TAGS              */
/*----------------------------------*/
h1{
	color: #ee2e24;
	font-size: 26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:28px;
	font-family:"DroidSansBold",Arial,sans serif;
}

h1.small{font-size:24px;}

.scrollable h1{
	color:#FFFFFF;
	font-size:24px;
	letter-spacing:-1.5px;
	margin-bottom:10px;
	}

h1 sup{font-size: 18px;}

/*#content-main h1{
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 28px;
}*/
h2{
	color: #999;
	font-weight:normal;
	font-size: 18px;
	margin:0 0 20px;
	font-family:"DroidSans",Arial,sans serif;
}
h3{
	color:#EE2E24;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px;
	font-family:"DroidSans",Arial,sans serif;
}
h3 a{
	padding: 0 0 2px;
	color:#034179;
	text-decoration:none;
}
h3 a:hover{color: #C09617;}

h4{
	color:#CE1A33;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 20px;
}

h4 a{
	font-weight:normal;
	padding: 0 0 2px;
}
h4 a:hover{color: #C09617;}

a.free{
	background:url("http://www.injurylawyers.com/images/free-consult.png") no-repeat scroll center top transparent;
	display:block;
	float:left;
	font-size:16px;
	height:30px;
	letter-spacing:-1px;
	padding:12px 0 0;
	text-decoration:none;
	text-indent:20px;
	text-transform:uppercase;
	width:212px;
	color: #034179;
	}
h5{
	color: #999;
	font-size: 18px;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:normal;
	font-family:"DroidSansBold",Arial,sans serif;
}


/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

#container{
	width: 1000px;
	margin:0 auto;
}
#content{
	width: 980px;
	margin: 0 auto;
	padding:20px 10px 0;
	background: url(http://www.injurylawyers.com/images/content-bg.jpg) repeat-x top #ffffff;
	float:left;
	border: 0 1px solid #cccccc;
}
#content-top{
	float:left;
}
#content-middle{
	float:left;	
}
#content-bottom{		
	width:920px;
	margin:0 40px;
	height:292px;
	float:left;	
	position:relative;
	padding:20px 0 0;
}
#content-bottom h3{
	color:#ffffff;
	}
#content-bottom-wrapper{
	background:url("http://www.injurylawyers.com/images/red-form.png") no-repeat scroll left top white;
	float:left;
	height:302px;
	padding:10px 0 0;
	width:1000px;
}
#content-main  {
	float:left;
}

#content-right{
	float:right;
	padding-bottom:20px;
}

#content-right h3{
	margin:0;
}

#content-right ul{
	list-style:none outside none;
	padding:0;
	width: 340px;
}
#content-right li{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-indent:20px;
}
#content-right li a{
	display:block;
	text-decoration:none;
	padding:3px 0;
}
#content-right li a:hover{
	background:#eee;
	color:black;
}
#exp{
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}

#bio #content-right, #auto #content-right, #ssd #content-right, #wc #content-right, #faq #content-right{
	width:360px;	
}
#bio #exp, #auto #exp, #ssd #exp, #wc #exp, #faq #exp{
	float:left;
	margin-bottom:20px;
	margin-left:0px;
}
#bio .fp-label{
	float:left;
	width:100px;
	height:45px;
	color: #999;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:-0.5px;
	font-family:"DroidSansBold",Arial,sans serif;
	padding:5px 0 0 20px;
}

#bio #content-right .dropdown{
	float:right;
	height:50px;
}
#bio #content-right select{
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") no-repeat scroll left top transparent;
	border:3px solid #222222;
	color:#666666;
	display:block;
	float:right;
	font-size:18px;
	margin-right:20px;
	text-align:left;
	width:190px;
}

/*----------------------------------*/
/*              HEADER              */
/*----------------------------------*/
#header{
	height:130px;
	margin:0;
	padding:0 20px;
	position:relative;
	width:960px;
}
#logo{
	background: url(http://www.injurylawyers.com/images/logo.png) no-repeat left top; 
	height:117px; 
	width:517px;
	text-indent:-9999px;
	display:block;
	margin:0;
	float:left;
}
div#toplinks{
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	background:url("http://www.injurylawyers.com/images/topbar-bg.png") repeat-x scroll center bottom #2F2F2F;
	float:right;
	height:9px;
	padding:4px 20px 17px;
	width:375px;
	z-index:3;
}
div#toplinks a{
	display:inline;
	margin:0 10px;
	color:white;
	margin-right:1px solid #fff;	
	text-decoration:none;
}
div#toplinks a:hover{
	color:#cccccc;
}	
div#toplinks a.first{
	margin-left:1px solid #fff;
}
#phone{	
	background: url(http://www.injurylawyers.com/images/phone-number.png) no-repeat left top; 
	width:300px;
	margin:10px 0 0 30px;
	float:right;	
	color:#ee2e24;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-2px;
	height:80px;
	font-family:"DroidSansBold",Arial,Sans-serif;
	overflow:visible;
}
#phone span{
	color:#AAAAAA;
	font-size:24px;
	line-height:40px;
}
#no-fee{
	background: url(http://www.injurylawyers.com/images/no-fee-guarantee.png) no-repeat left top; 
	height:29px; 
	width:180px;
	text-indent:-9999px;
	float:right;
}

/*----------------------------------*/
/*            FEATURE               */
/*----------------------------------*/
#feature{
	background: url(http://www.injurylawyers.com/images/feature-bg.png) no-repeat left bottom #fff; 
	height:370px;
	width:1000px;
	padding:0;
	float:left;
	position:relative;
}
#form{
	float:right;
	width:255px;
	height:250px;
	margin-right:20px
}
#form-title{
	display:block;
	text-indent:-9999px;
	background: url(http://www.injurylawyers.com/images/form-title.png) no-repeat left top; 
	height:85px;
}

/*----------------------------------*/
/*             BUTTONS              */
/*----------------------------------*/
#buttons{
	width:1000px;	
	float:left;
}
#buttons a{
	border:2px solid black;
	display:block;
	float:left;
	height:217px;
	padding:0;
	text-indent:-12000px;
	width:232px;
	font-size:0;
	color:#FFF;
}
#buttons a:hover{
	border:2px solid #ee2e24;
}
#btn1{background: url(http://www.injurylawyers.com/images/btn-5reasons.png) no-repeat left top; margin:20px 10px 0px 0px;}
#btn2{background: url(http://www.injurylawyers.com/images/btn-3steps.png) no-repeat left top;   margin:20px 9px;}
#btn3{background: url(http://www.injurylawyers.com/images/btn-case.png) no-repeat left top; 	  margin:20px 9px;}
#btn4{background: url(http://www.injurylawyers.com/images/btn-afford.png) no-repeat left top;   margin:20px 0px 0px 10px;}

.left{float:left;}
.right{float:right;}
.third{width:300px;}
.two-thirds{width:600px;}

/*----------------------------------*/
/*         INTRO PARAGRAPH          */
/*----------------------------------*/
#intro{
	background: url(http://www.injurylawyers.com/images/intro-bg.png) no-repeat left top;
	width:1000px;
	height:277px;
	float:left;
}
#intro div{
	width:530px;
	margin:30px 0 0 40px;
	float:left;
}
#intro img{
	float:right;
	margin:10px 20px 0 0;
	}

/*----------------------------------*/
/*          SLIDESHOW               */
/*----------------------------------*/
.slide-desc{
	z-index:2;
	width:193px;
	height:318px;
	color:#eee;
	padding:20px;
	float:left;	
	background: url(http://www.injurylawyers.com/images/txt-overlay.png) no-repeat left top;
}
.slide-desc h3{
	color:#fff;
}
.scrollable {
	position:relative;
	overflow:hidden;
	height:360px;
	width:684px;
	margin:0 auto;
	float:left;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable .active {
	z-index:9999;
	position:relative;
}

a.browse {
	background:url(http://www.injurylawyers.com/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

a.up, a.down		{ 
	background:url(http://www.injurylawyers.com/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 

a.disabled {visibility:hidden !important;} 	

.navi {
	height:20px;
	position:absolute;
	right:10px;
	top:10px;
}
.navi a {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url(http://www.injurylawyers.com/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -16px;
	cursor: pointer;
}
.navi a.active {background-position:0 -32px;}
.items{
	float: left;
	height:360px;
	width:684px;	
	color:#FFF;
}
#div1, #div2, #div3, #div4, #div5{
	height:360px;
	width:684px;
	float:left;
}	
#florida #div1{background: url(http://www.injurylawyers.com/images/florida1.png) no-repeat left top;}
#florida #div2{background: url(http://www.injurylawyers.com/images/florida2.png) no-repeat left top;}
#ftlauderdale #div1{background: url(http://www.injurylawyers.com/images/ftlauderdale2.png) no-repeat left top;}
#ftlauderdale #div2{background: url(http://www.injurylawyers.com/images/ftlauderdale1.png) no-repeat left top;}
#miami #div1{background: url(http://www.injurylawyers.com/images/miami1.png) no-repeat left top;}
#miami #div2{background: url(http://www.injurylawyers.com/images/miami2.png) no-repeat left top;}
#okeechobee #div1{background: url(http://www.injurylawyers.com/images/okeechobee1.png) no-repeat left top;}
#okeechobee #div2{background: url(http://www.injurylawyers.com/images/okeechobee2.png) no-repeat left top;}
#portstlucie #div1{background: url(http://www.injurylawyers.com/images/portstlucie1.png) no-repeat left top;}
#portstlucie #div2{background: url(http://www.injurylawyers.com/images/portstlucie2.png) no-repeat left top;}
#westpalm #div1{background: url(http://www.injurylawyers.com/images/westpalm1.png) no-repeat left top;}
#westpalm #div2{background: url(http://www.injurylawyers.com/images/westpalm2.png) no-repeat left top;}
.scroll-img{
	float:left;
	padding-left:9px;
}
.slide-content{
	float:left;
	margin:40px 20px 0 40px;
	width:360px;
}


/*----------------------------------*/
/*            NAVIGATION            */
/*----------------------------------*/
a:active {outline:none;}
:focus {-moz-outline-style:none;}

#nav-bg{
	background: url(http://www.injurylawyers.com/images/nav-divider-bg.png) no-repeat 385px top;
	float: left;
	width: 994px;
	height:37px;
	margin: -1px 0 0;
}

#nav{
	background:url("http://www.injurylawyers.com/images/nav-bg.png") repeat-x scroll center top #BA261F;
	border-color:-moz-use-text-color #222222 #333333;
	border-style:solid;
	border-width:3px 3px 1px;
	float:left;
	position:relative;
	width:994px;
	height:37px;
	z-index:10001;
}
#nav ul {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	}

#nav ul * {margin:0; padding:0;}
#nav ul a {
	display:block; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:14px; 
	font:Arial, Helvetica, sans-serif normal;
	padding:10px;
	border-left:1px solid #cd433b;
	/*border-right:1px solid #b6352f;*/	
	text-transform:uppercase;
	/*text-shadow:0 1px 1px #999;*/
	}
#nav ul a:hover{
	color:#ddd;
	background:#a0201a;
	display:block;
	}
	
#nav ul a.menuhover{}
#nav ul li {
	position:relative; 
	display: inline;
	float: left;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;	
}

#nav ul ul {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	background: url(http://www.injurylawyers.com/images/nav-bg.jpg) repeat scroll 0 top #a0201a;
	display:none;
	left:0px;
	list-style:none outside none;
	margin:0 0 0 2px;
	opacity:0;
	position:absolute;
	top:38px;
	width:260px;
	height:390px;
	}

#nav ul #ht ul {height:350px}

#nav ul ul li {
	position:relative; 
	border:none; 
	border-top:none; 
	width:240px; 
	margin:0;
	}

#nav ul ul li a {
	display:block; 	
	text-align: left; 
	font-weight: bold;
	padding:5px 10px;
	text-transform: none;
	font-size:14px;
	border:none;
	text-indent: 0;
	color:#EEE;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
#nav ul ul li a:hover {
	display:block;
	text-decoration:none; 
	color:#fff;
	border:0px;
	padding:5px 10px;
	background: #000;
	}
#nav ul li:hover #practice-link, #nav ul li:hover #hot-topics, #nav ul li:hover #contact-link, #nav ul li:hover #firm{
	color:#ddd;
	background:#af231c;
	/*background:#c51e16;*/
}
#nav ul ul div{
	float:left;
	padding:15px 10px;
	width:240px;
}
	
#nav ul ul div h3{
	float:left;
	color:#dddddd;
	padding-bottom:10px;
	}
#nav ul ul div#c2, #nav ul ul div#c4{padding-top:50px;}
#nav ul ul ul {left:148px; top:-1px;}
#nav ul .sub {background:#d1d1d1 url(http://www.injurylawyers.com/images/arrow.gif) 136px 8px no-repeat;}
#nav ul .topline {border-top:1px solid #aaa;}

#nav ul #dd_pa{width:520px!important; height:290px;}
#nav ul #dd_contact{width:260px!important; height:180px;}
#nav ul #dd_firm{width:260px!important; height:180px;}
#dd_ht{}


.more{
	background:url("http://www.injurylawyers.com/images/more-arrow.png") no-repeat scroll right center transparent;
	color:#222222;
	display:block;
	float:right;
	font-family:"DroidSansBold",Arial Narrow,Arial,sans-serif;
	font-size:12px;
	height:16px;
	letter-spacing:-1px;
	padding:0 15px 0 0;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	}
	
/*----------------------------------*/
/*             TOP BAR              */
/*----------------------------------*/
#injury-bar{
	background:url("../images/injury-bar.png") no-repeat scroll center top transparent;	
	float:left;
	height:60px;
	padding:10px 10px 0 40px;
	width:950px;
}
#injury-bar .dropdown{
	float:left;
	
}
#injury-bar .title{
	margin-top:10px;
	float:left;
}
#injury-bar .formSelect{
	background:url("../images/formfield-bg.png") no-repeat scroll left top transparent;
	border:3px solid #222222;
	color:#666666;
	display:block;
	font-size:18px;
	height:33px;
	margin:10px 10px 3px 10px;
	text-align:left;
	/*behavior: url(ie-css3.htc);*/
}
#injury-bar .formSelect:focus{
	border:3px solid #FFFF00;
}
.dropdown #city{
	width:143px;
}
.dropdown #type{
}
.or{
	color:#CCCCCC;
	display:block;
	float:left;
	font-family:"DroidSansBold",Arial,sans serif;
	font-size:20px;
	height:40px;
	margin:18px 15px 0 0;
	text-align:left;
	width:30px;
}

#injury-bar-index p.location-title{
	display:none;
}
#injury-bar-index .formSelect{
	display:none;
}

#injury-bar-index{
	/*background:url("../images/injury-bar.png") no-repeat scroll center top transparent;	*/
	float:left;
	margin: 0 5px 0 105px;
	/*height:60px;
	padding:10px 10px 0 40px;
	width:950px;*/
}

#injury-bar-index .dropdown{
	float:left;
	
}

#pa-bar-index .dropdown{
	width: 90px;
	clear: none;
	position: absolute;
	margin: 0 0 0 140px;	
}

*:first-child+html #pa-bar-index .dropdown{
	width: 90px;
	clear: none;
	position: absolute;
	margin: 0;	
}


#injury-bar-index .formSelect:focus{
	border:3px solid #FFFF00;
}

#pa-bar-index .formSelect:focus{
	border:3px solid #FFFF00;
}
.dropdown #city{
	width:143px;
}



.dropdown #type{}

#injury-bar-index p.location-title{
	color:#FFFFFF;
	font-family:"DroidSansBold",Arial,sans serif;
	font-size: 18px;
	display:block;
	float:left;
	margin-top:9px;
	padding:0;
}
#injury-bar-index .formSelect{
	background: #ffffff url("../images/formfield-bg.png") no-repeat scroll left top transparent;
	border:3px solid #222222;
	color:#666666;
	display:block;
	font-size:18px;
	height:33px;
	margin:3px 10px 3px;
	text-align:left;
	behavior: url(ie-css3.htc);
	display: block;
	position: absolute;
}

.formSelect {
    width: 250px; /* Or whatever width you want. */
}
.formSelect.expand {
    width: auto;
}


#pa-bar-index p.location-title{
	color:#FFFFFF;
	font-family:"DroidSansBold",Arial,sans serif;
	font-size: 18px;
	display:block;
	float:left;
	margin:9px 10px 0 0;
	padding:0;
}
#pa-bar-index .formSelect{
	background: #ffffff url("../images/formfield-bg.png") no-repeat scroll left top transparent;
	border:3px solid #222222;
	color:#666666;
	display:block;
	font-size:18px;
	height:33px;
	margin:3px 10px 3px;
	text-align:left;
	behavior: url(ie-css3.htc);
	display: block;
}

#pa-bar-index{
	float:left;
	margin:0 0 0 160px;
}

/*----------------------------------*/
/*            CONTACT               */
/*----------------------------------*/
.office{
	float:left;
	width:300px;
}
#contact-phone{	
	color:#EE2E24;
	font-family:"DroidSansBold",Arial,Sans-serif;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-2px;
	text-align:center;
}

/*----------------------------------*/
/*           SMALL FORM             */
/*----------------------------------*/
#smallform {
	background:url("http://www.injurylawyers.com/images/form-bg.png") no-repeat scroll left top transparent;
	float:left;
	height:235px;
	margin-left:15px;
	width:450px;
}

#smallform-title {
	float:left;
	color:#fff;
	width:180px;
	height:200px;
	margin:20px 20px 20px 30px;
}
#smallform-title h1{
	color:#fff;	
}
#form-desc {
	float:left;
	margin:7px 0 0 3px;
}
.smallForm {
	float:left;
	margin:0 0 20px;
	width:250px;
}
.smallForm .formInput, .smallForm select {
	border-style:none;
	color:#666666;
	display:block;
	font-size:18px;
	height:28px;
	margin:0 0 3px;
	padding:0 3px 0 7px;
	text-align:left;
	width:219px;
	border:3px solid #222222;
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") repeat-x top left transparent;
}
.smallForm .formInput:focus, .smallForm select:focus{
	color:#444444;
	border:3px solid #FFFF00;
	outline:none !important;
}

.smallForm .formSelect{
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") repeat-x scroll left top transparent;
	height:31px;
	line-height:20px;
	padding-left:2px;
	padding-right:0;
	width:234px;
}
p#p_sig_injury_type_dropdown label, p#p_sig_injury_type_dropdown br{
	display:none;
	}
.smallForm textarea {
	border-color:#FFFFFF;
	border-style:none;
	color:#444444;
	display:block;
	font-size:12px;
	height:50px;
	margin:0;
	padding:3px 0 7px 7px;
	text-align:left;
	width:188px;
	font-family:"DroidSans",Arial,sans serif;
}
.smallForm .formButton {
	background:url("http://www.injurylawyers.com/images/submit-btn.png") no-repeat scroll center top transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	height:47px;
	margin:10px 0 0;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:243px;
}
.smallForm .formButton:hover {
	background:url("http://www.injurylawyers.com/images/submit-btn.png") no-repeat scroll center -47px transparent;
}
.newCase {
	color:#FFFFFF;
	font-size:12px;
	margin:4px 0 0 15px;
	padding:0;
}
.smallForm p {
	margin:0;
	padding:1px 0 5px;
}
p.title{
	color:#FFFFFF;
	float:left;
	font-family:"DroidSans",Arial,sans serif;
	font-size:20px;
	margin:30px 0 -5px 45px;
	padding:0;
	text-transform:uppercase;
	}
/*----------------------------------*/
/*          BOTTOM FORM             */
/*----------------------------------*/
.bottomForm {
	float:left;
	margin:0 0 20px;
	width:960px;	
}
.form-label{
	color:#111111;
	float:left;
	font-family:"DroidSans",Helvetica,Arial,sans serif;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	width:275px;
	padding:0;
}
.qlabel, #p_sig_city_dropdown br, p#p_sig_injury_type_dropdown label, p#p_sig_injury_type_dropdown br{
	display:none;
}

.bottomForm .formInput, .bottomForm select {
	border:3px solid #222222;
	color:#666666;
	display:block;
	font-size:18px;
	height:28px;
	margin:0 0 3px;
	padding:0 3px 0 7px;
	text-align:left;
	width:225px;
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") repeat-x;
}
.bottomForm .formInput:focus, .bottomForm select:focus{
	color:#444444;
	border:3px solid #FFFF00;
	outline:none !important;
}
.bottomForm .formSelect{
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") no-repeat scroll left top transparent;
	height:33px;
	line-height:18px;
	margin:0 0 5px;
	padding:0;
	width:235px;
}

.bottomForm textarea {
	background:url("http://www.injurylawyers.com/images/textarea.png") repeat-x scroll left top transparent;
	border:3px solid #222222;
	color:#444444;
	display:block;
	font-family:Helvetica,Arial,sans serif;
	font-size:18px;
	height:70px;
	margin:0 0 3px;
	outline:medium none !important;
	padding:0 3px 0 4px;
	text-align:left;
	width:223px;
}
.bottomForm textarea:focus {
	border:3px solid #FFFF00;
}
.bottomForm .formButton {
	background:url("http://www.injurylawyers.com/images/bottom-form-btn.png") no-repeat scroll center top transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	height:47px;
	margin-left:560px;
	margin-top:-88px;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:353px;
}
.bottomForm .formButton:hover {
	background:url("http://www.injurylawyers.com/images/bottom-form-btn.png") no-repeat scroll center -47px transparent;
}
.newCase {
	color:#FFFFFF;
	font-size:12px;
	margin:4px 0 0 15px;
	padding:0;
}
.bottomForm p {
	margin:0;
	padding:1px 0 5px;
}
p.title{
	color:#FFFFFF;
	float:left;
	font-family:"DroidSans",Arial,sans serif;
	font-size:20px;
	margin:30px 0 -5px 45px;
	padding:0;
	text-transform:uppercase;
	}
.bottomForm #divLeft{
	float:left;
	width:275px;
	}
.bottomForm #divRight{
	float:left;
	width:275px;
	}
#desc{
	color:#eeeeee;
	padding:0;
	position:absolute;
	right:40px;
	top:110px;
	width:310px;
	}
/*----------------------------------*/
/*             BIG FORM             */
/*----------------------------------*/
.bigForm #divLeft{
	float:left;
	width:200px;
	}
.bigForm #divRight{
	float:left;
	width:200px;
	}
	
/*----------------------------------*/
/*           SEARCH FORM            */
/*----------------------------------*/
#searchform{
	margin: 10px 0 20px;
}
#searchform #s{
	width: 250px;
}
/*#searchform .s-submit{
	background:url("http://www.injurylawyers.com/images/faq/search.jpg") top center;
	height:22px;
	width:65px;
}
#searchform .s-submit:hover{
	background:url("http://www.injurylawyers.com/images/faq/search.jpg") top center -22px;
}*/
.searchform-label{
	color:#EE2E24;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px;
	font-family:"DroidSans",Arial,sans serif;
}

/*----------------------------------*/
/*             TOP BAR              */
/*----------------------------------*/
#injury-bar{
	background:url("http://www.injurylawyers.com/images/injury-bar.png") no-repeat scroll center top transparent;	
	float:left;
	height:60px;
	padding:10px 10px 0 40px;
	width:950px;
}
#injury-bar .dropdown{
	float:left;
	
}
#injury-bar .title{
	margin-top:10px;
	float:left;
}
#injury-bar .formSelect{
	background:url("http://www.injurylawyers.com/images/formfield-bg.png") no-repeat scroll left top transparent;
	border:3px solid #222222;
	color:#666666;
	display:block;
	font-size:18px;
	height:33px;
	margin:10px 45px 3px 10px;
	text-align:left;
	behavior: url(ie-css3.htc);
}
#injury-bar .formSelect:focus{
	border:3px solid #FFFF00;
}
.dropdown #city{
	width:143px;
}
.dropdown #type{}	

/*----------------------------------*/
/*            FOOTER                */
/*----------------------------------*/
#footer-container{
	width:880px;
	height:200px;	
	color:#666;
	text-align:center;
	padding:0 20px;
	margin: 0 auto;
}
#footer-container div{
	width:192px;
	float:left;
}
#footer{
	background:#222222;	
	border-top:#333333 2px solid;
	width:100%;
	margin:0;
	float:left;
	padding-top:30px;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#EE2E24;
}

#footer #f-link a:hover{
	color:#DDC034;
}
#footer h5{
	margin-bottom:10px;
	color:#dddddd;
}

.left-align{
	text-align:left;
}

.left-align ul{
	list-style:none outside none;
	margin:0;
	padding:0 0 0 3px;
}
.left-align img{
	float:left;
	margin:5px 10px;
}
a#bbb{
	background:url(http://www.injurylawyers.com/images/bbb.png) top no-repeat;
	width: 89px;
	height: 104px;
	display:block;
	margin:5px 47px;
	float:left;
}
	a#bbb:hover{
		background:url(http://www.injurylawyers.com/images/bbb.png) bottom;
	}
a#mmdc{
	background:url(http://www.injurylawyers.com/images/mmdc2.png) center top no-repeat;
	width: 133px;
	height: 103px;
	display:block;
	margin:0 40px 0 30px;
	float:left;
}
	a#mmdc:hover{
		background:url(http://www.injurylawyers.com/images/mmdc2.png) center -105px;
	}

#f-link{
	width:120px !important;
}
#f-soc{
	width:140px !important;
	margin-left:20px;
}
	#f-soc a#facebook{
		background:url(http://www.injurylawyers.com/images/facebook.png) top no-repeat;
		width: 43px;
		height: 43px;
		display: block;
		float:left;
		margin:5px 10px;
	}
		#f-soc a#facebook:hover{
			background:url(http://www.injurylawyers.com/images/facebook.png) bottom;
		}
	#f-soc a#twitter{
		background:url(http://www.injurylawyers.com/images/twitter.png) top no-repeat;
		width: 43px;
		height: 43px;
		display: block;
		float:left;
		margin:5px 10px;
	}
		#f-soc a#twitter:hover{
			background:url(http://www.injurylawyers.com/images/twitter.png) bottom;
		}
	#f-soc a#youtube{
		background:url(http://www.injurylawyers.com/images/youtube.png) top no-repeat;
		width: 43px;
		height: 43px;
		display: block;
		float:left;
		margin:5px 10px;
	}
		#f-soc a#youtube:hover{
			background:url(http://www.injurylawyers.com/images/youtube.png) bottom;
		}
	#f-soc a#email{
		background:url(http://www.injurylawyers.com/images/email.png) top no-repeat;
		width: 43px;
		height: 43px;
		display: block;
		float:left;
		margin:5px 10px;
	}
		#f-soc a#email:hover{
			background:url(http://www.injurylawyers.com/images/email.png) bottom;
		}
#bottom-line{
	text-align:center;
	color:#AAAAAA;
	margin-bottom:10px;
}
/*----------------------------------*/
/*           POPUP-PLAYER           */
/*----------------------------------*/

/*TABS*/
ul.tabs { 
	height:37px;
	width:445px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 -1px;
	padding:0 !important;
	float:left;
	z-index:2;
	}
/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	margin:0 !important;
	list-style-image:none !important; 
	position:relative;
	border:0 none;
}
#popup-player{
	height:490px;	
	width:637px;
	background:url("http://www.injurylawyers.com/images/media-center.png") no-repeat scroll left top transparent;
	color:white;
}
#popup-player ul.tabs {
	margin:60px 200px 40px;
	width:260px;
}
#popup-player ul.tabs a {
	height:25px;
	margin:50px 30px 0;
	width:50px;
}
#popup-player ul.tabs a.current {
	border-bottom:2px solid #FF0;
	}
#popup-player .panes{
	padding:25px 0 0;
	height:390px;
	width:635px;
	text-align:center;
}
#exp-pane{width:445px; margin:40px auto;}
#fancybox-inner{
	overflow:hidden !important;	
}

.categories{
	visibility:hidden;
	margin:0;
}
.categories ul{
	visibility:visible;
	margin:0;
}
.cat-item{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-indent:20px;
}


/* IE7 */
html* #buttons{margin-bottom:20px;}

/* IE6 */
*html #buttons{margin-bottom:0px;}
*html #intro div {margin:30px 0 0 20px;}
*html #intro img {margin-top:-266px;}
*html form{z-index:1;}
*html #content, *html #content-bottom-wrapper{width:920px;}

#FlashID{visibility:visible !important;}