/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a, a img, div a {
	border:none;
	outline:none;
}

ol, ul, li { list-style-type:none; }

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

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

.center { text-align: center; }

body {
	background:url(../images/BG.jpg) top left repeat-x #EDEDED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}



#container {
	width: 960px;
	height: auto;
	position: relative;
	/*	left: 50%;
	top: 0;
	margin: 0 0 0 -480px;*/
	margin:0 auto;
	
}

/*------------------ Header Selectors <--------------------*/

#header {
	position:absolute;
	top:0;
	left:0;
	height:580px;
	width:960px;
}

#header img {
	
	float:left;
	margin:34px 0 0 15px;
}

ul#header-list {
	float:left;
	margin:45px 0 0 50px;
	width:400px;
	height:50px;
	padding:5px 0 0 5px;
}

ul#header-list li {
	color:#FFF;
	font-size:21px;
	letter-spacing:0.1em;
	float:left;
	text-align:center;
	padding:0 35px 10px 0;
	text-shadow: 1px 1px 3px #333;
}

#header-list span {
	display:block;
	color:#87b2e6;
	padding:0 0 5px 0;
}

#header-top {
	height:130px;
	width:960px;
}

#header-top div.contact-btn a {
	background:url(../images/contact-us-btn.png) 0 0 no-repeat;
	display:block;
	width:149px;
	height:40px;
	float:right;
	margin:53px 15px 0 0;
}

#header-top div.contact-btn a:hover { background-position:-149px 0; }

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

#top-navigation, #bot-navigation {
	width:960px;
	height:50px;
}

#top-navigation ul, #bot-navigation ul {
	width:960px;
	height:48px;
	margin:1px 0 0 0;
}

#top-navigation ul li, #bot-navigation ul li { float:left; }

#top-navigation li a, #bot-navigation li a {
	float:left;
	color:#ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:13px 25px 0;
	text-decoration:none;
	text-shadow: 1px 1px 3px #333;
	height:36px;
	line-height:normal;
}

#top-navigation li a:hover, #bot-navigation li a:hover{
	color:#2f4f61;
	text-shadow: 0px 0px 0px;
	height:37px;
	*height:38px;
	background-color:#a5a596;
	background:url(../images/nav-hover-bg.jpg) 0 0 repeat-x !important;
}

#top-navigation ul li.last a { padding-right:0; }

#top-navigation ul li.first a { padding-left:0; }

/*------------------ Mast Selectors <--------------------*/

#mast {width:931px;	height:349px;}

.home{background:url(../images/mast-img-1.jpg) no-repeat;}
.birth-injuries{background:url(../images/mast-img-2.jpg) no-repeat;}
.symptoms{background:url(../images/mast-img-3.jpg) no-repeat;}
.treatment{background:url(../images/mast-img-4.jpg) no-repeat;}
.risk-factors{background:url(../images/mast-img-5.jpg) no-repeat;}
.prevention{background:url(../images/mast-img-6.jpg) no-repeat;}
.about-us{background:url(../images/mast-img-7.jpg) no-repeat;}
.claim{background:url(../images/mast-img-8.jpg) no-repeat;}
.choose{background:url(../images/mast-img-9.jpg) no-repeat;}
.resources{background:url(../images/mast-img-10.jpg) no-repeat;}
.questions{background:url(../images/mast-img-11.jpg) no-repeat;}
.contact{background:url(../images/mast-img-12.jpg) no-repeat;}
.legal{background:url(../images/mast-img-13.jpg) no-repeat;}


#flash-mast { }

/*------------------ Bottom Nav Selectors <--------------------*/


#bot-navigation li a { padding:14px 36px 0; }

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

#content {
	position: relative;
	padding:580px 0 0 0;
	margin:0 0 15px 0;
	width:960px;
	height:auto;
}

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

#column-container {
	/*background: rgb(255,125,230);*/
	padding:0 0 0 15px;
	height:auto;
	overflow:hidden;
	
}

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

#left-column {
	margin:15px 5px 0 0;
	float:left;
	width:600px;
	height:auto;/*	background: rgb(205,185,230);*/
}

#left-column h1, #left-column h2, #left-column h3 { margin:0 0 5px 0; }

#left-column h1, #left-column h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-shadow: 1px 1px 1px #FFF;
	line-height:30px;
 	*line-height:normal;
	color:#9d9e94;
	text-decoration:none;
}

#left-column h2 {
	font-size:16px;
	color:#71716a;
	margin:0 0 15px 0;
}

#left-column h3, #left-column h3 a, #right-column h3, #right-column h3 a{
	font-size:14px;
	color:#222;
	margin:15px 0 0 0;
	text-decoration:none;
}

#left-column p a, #left-column li a {
	color:#06C;
	text-decoration:underline;
	font-weight:normal;
}
 #left-column p a:hover, #left-column li a:hover{
 color:#71716a;
 border-bottom:1px dotted #06C;
 text-decoration:none;
}

#left-column img {
	margin:10px 0;
	border:none;
}

#left-column img.bp1 { margin-left:70px; }

#left-column img.bp2 { margin-left:225px; }

#left-column p { margin:0 0 10px 0; }

#left-column ul.body-list { margin:15px 0 15px 30px; }

#left-column ul.body-list li {
	list-style-type:disc;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:0 0 8px 0;
	font-size:13px;
}

#left-column ul.normal li { font-weight:normal; }

#left-column ul.no-list-style li { list-style-type:none; }

#left-column ul.body-list li span {
	font-weight:normal;
	font-size:12px;
}

#body-contact {
	color:#0066CC;
	float:left;
	font-size:18px;
	border-top:1px dotted #AFAFAF;
}

#body-contact a {
	background:url(../images/contact-us-body-btn.png) 0 0 no-repeat;
	clear:both;
	float:left;
	width:149px;
	height:40px;
	font-size:24px;
	margin:23px 0 5px 44px;
}

#body-contact a:hover {
	background:url(../images/contact-us-body-btn.png) -149px 0 no-repeat;
	border:none;
}

#body-contact p {
	margin:13px 0 0 -60px;
	text-align:center;
}

#body-contact img {
	float:left;
	margin:5px 0 0;
}

#body-contact span p {
	float:left;
	margin:10px;
}

ul#body-address {
	clear:none;
	float:left;
	height:50px;
	margin:0 0 15px 10px;
	padding:10px 0 0 13px;
	width:383px;
}

ul#body-address li {
	float:left;
	font-size:15px;
	line-height:22px;
	padding:0 10px 0 0;
	text-align:center;
	width:180px;
}

ul#body-address span { color:#87B2E6; }

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

#right-column {
	float:left;
	width:300px;
	height:auto;
	padding:0 15px;
	margin:0 0 10px 0;
}

h1 { }

h2 { }

#right-column h3 { }

#right-column p { }

#right-column ul form {margin:10px 0; }

#right-column ul li {padding:5px 0;}

#right-column ul li a {font-size:16px;}

#right-column ol { }

#right-column ol li { }

/*------------------ Mini Form Selectors <--------------------*/
#qc div, #qc ul, #qc li, #qc textarea, #qc input { border:none; }

#qc {
	background:url(../images/qc-bg.jpg) top left no-repeat;
	width:306px;
	height:403px;
}

#qc ul {
	padding:0 0 0 15px;
	height:auto;
}

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

#qc form { padding:37px 22px 0; }

#qc textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/textarea-bg.png) no-repeat;
	width:229px;
	height:55px;
	padding:10px 0 0 10px;
	overflow:auto;
}

#qc input {
	background:url(../images/input-bg.png) no-repeat;
	width:229px;
	height:31px;
	padding:0 0 0 10px;
	vertical-align:middle;
}


#qc input.mini-form-button { }

#qc p { margin:0 0 0 35px; }

#qc a { color:#06C; }

#qc a:hover { color:#FFF; }

#qc input.submit-btn {
	background:url(../images/submit-btn.png) 0 0 no-repeat;
	width:229px;
	height:44px;
	outline:none;
	border:none;
}

#qc input.submit-btn:hover {
	background-position:0 -44px;
	cursor:pointer;
	outline:none;
}

#responsible-cta a {
	background:url(../images/responsible-cta.jpg) 0 0 no-repeat;
	width:297px;
	height:187px;
	display:block;
	margin:10px 0 10px 2px;
}

#responsible-cta a:hover { background:url(../images/responsible-cta.jpg) 0 -187px no-repeat; }

#whatToDo-cta a {
	background:url(../images/What-to-do-cta.jpg) 0 0 no-repeat;
	width:297px;
	height:187px;
	display:block;
	margin:10px 0 10px 2px;
}

#whatToDo-cta a:hover { background:url(../images/What-to-do-cta.jpg) 0 -187px no-repeat; }




/* ----------------- Main Form<---------------------------*/

#qc2 {
	background:url(../images/main-form-bg.png) repeat-y;
	height:auto;
	padding:20px 0 20px 24px;
	width:515px;
}

#qc2 form p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	padding:0;
	text-align:left;
}

#qc2 form {
	height:auto;
	width:280px;
}

#qc2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#qc2 li {
	clear:both;
	margin:0;
	padding:0;
}

#qc2 label {
	clear:both;
	color:#000000;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	height:25px;
	padding:3px 0 0;
	text-align:left;
	width:280px;
}

#qc2 input {
	background-color:#FFFFFF;
	border:1px solid #000000;
	clear:both;
	float:left;
	height:25px;
	margin:5px 0;
	padding:3px;
	width:460px;
}

#qc2 .state {
	background-color:#FFFFFF;
	border:1px solid #000000 !important;
	clear:both;
	float:left !important;
	height:25px !important;
	padding:3px;
	text-align:left;
	width:280px !important;
}

#qc2 textarea {
	background-color:#FFFFFF;
	border:1px solid #000000;
	clear:both;
	float:left;
	height:125px !important;
	padding:3px;
	width:280px;
	margin:0 0 10px 0;
}

#qc2 input.submit-btn {
	background:url(../images/main-submit.png) 0 0 no-repeat;
	width:461px;
	height:44px;
	outline:none;
	border:none;
	margin:0;
}

#qc2 input.submit-btn:hover {
	background-position:0 -44px;
	cursor:pointer;
	outline:none;
}

#qc2 input.valid {
	background-image:none !important;
	background-color: #D0ECAA !important;
}

#qc2 input.invalid {
	background-image:none !important;
	background-color: #EC8486 !important;
}

.invalid { background:url(../images/input-bg-invalid.png) no-repeat !important; }

#main-form-top {
	background:url(../images/main-form-top.png) no-repeat;
	width:535px;
	height:27px;
}

#main-form-bot {
	background:url(../images/main-form-bot.png) no-repeat;
	width:535px;
	height:27px;
}

/* ----------------- Buckets <---------------------------*/

#bucket-cta {
	background:url(../images/bucket-bg.jpg) 0 0 repeat-x;
	width:100%;
	height:260px;
}


#bucket-cta img.icon {
	float:left;
	display:inline;
	padding:0 10px 20px 0;
	margin:0 0 0 -12px;
}

div.buckets {
	float:left;
	height:200px;
	margin:50px 0 0;
	width:290px;
	
}

#bucket-container {
	height:280px;
	margin:0 auto;
	padding:0 0 0 15px;
	width:945px;
}

#settlements-cta { margin:50px 36px 0 0; }

#bucket-cta h2 {
	font-size:6px;
	text-indent:-999px;
	height:22px;
	overflow:hidden;
	float:left;
	width:300px;
	margin:0 0 5px 0;
}

#bucket-cta p { margin:0 0 15px 0; font-size:11px; }

#settlements-cta h2 { background:url(../images/case-settlements-cta.png) no-repeat; }

#resources-cta {
margin-left:3px;
}

#resources-cta h2 { background:url(../images/legal-resources-cta.png) no-repeat; }

#blog-cta {float:right;}

#blog-cta h2 { background:url(../images/follow-blog-cta.png) no-repeat; }

#bucket-cta div.read-more-btn a {
	background:url(../images/read-more-btn.png) top left no-repeat;
	width:113px;
	height:24px;
	display:block;
	float:right;
	padding:3px 0 0 0;
}
#question-cta {
	float:right;
}
#question-cta h2 {background:url(../images/question-cta.png) no-repeat; }

#bucket-cta div.read-more-btn a:hover { background-position:0 -27px; }

/*------------------ Footer Selectors <--------------------*/

#panelContainer {
	background:url(../images/footer-bg.jpg) repeat-x;
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	background-color: #000000;
}

#footer {
	/*background:url(../images/footer-bg.jpg) repeat-x;*/
	position:relative;
	height:323px;
	color:#FFF;
}

#footer-container {
	height:323px;
	margin:0 auto;
	padding:0 0 0 15px;
	width:945px;
}

#footer-contact {
	background:url(../images/footer-logo-bg.png) no-repeat;
	width:393px;
	height:323px;
	float:left;
	clear: none;
}

#footer-contact img {
	margin:35px 0 5px 40px;
	height:66px;
	width:312px;
}

ul#footer-numbers {
	width:383px;
	padding:10px 5px 0;
	margin:0 0 10px 0;
	height:60px;
	float:left;
}

ul#footer-numbers li {
	font-size:24px;
	letter-spacing:0.1em;
	float:left;
	text-align:center;
	padding:0 0 18px 5px;
	text-shadow: 1px 1px 3px #333;
	width:380px;
}

ul#footer-numbers span {
	color:#87b2e6;
	padding:0 15px 0 0;
}

ul#footer-address {
	width:383px;
	padding:10px 0 0 13px;
	height:50px;
	float:left;
	clear:none;
}

ul#footer-address li {
	font-size:15px;
	line-height:22px;
	text-align:center;
	width:180px;
	float:left;
	padding:0 10px 0 0;
}

ul#footer-address span { color:#87b2e6; }

#footer ul li a:hover { }

#footer p { }

/*------------------ Disclaimer Selectors <--------------------*/
#disclaimer {
	float:left;
	width:520px;
	height:auto;
	margin:15px 0 0 15px;
}

#disclaimer span {
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding:0 5px 0 0;
	text-decoration:underline;
}

#disclaimer p {
	font-size:12px;
	line-height:20px;
	text-align:justify;
}

#copyright {
	color:#87b2e6;
	display:block;
	margin:20px 0;
}

#copyright p {
	font-size:14px;
	line-height:22px;
	text-align:center;
}

#copyright a {color:#CCC; text-decoration:none;}
#copyright a:hover {color:#87b2e6;text-decoration:underline;}

#disclaimer a { }

#disclaimer a:hover { }

/*------------------ Sitemap Selectors <--------------------*/
#sitemap-btn {
	background:url(../images/sitemap-btn.png) no-repeat scroll 0 0 transparent;
	height:31px;
	margin:0;
	width:142px;
	margin: 35px 0 0 0;
	float:right;
	
}

#sitemap-btn:hover { background-position:-142px 0; }

#sitemap ul { }

#sitemap ul li { }

#sitemap ul li a { }

#sitemap ul li a:hover { }

/*------------------ Form Selectors <--------------------*/
.address2 { display: none; }

.valid { background:url(../images/input-bg-valid.png) no-repeat !important; }

.invalid { background:url(../images/input-bg-invalid.png) no-repeat !important; }

address { }

#map { }

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

#btn-cta-blog { }

#btn-cta-blog a { }

#btn-cta-blog a:hover { }

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

#blog h3 { }

#blog ul { }

#blog ul li { }

#blog ul li a { }

#blog ul li a:hover { }

#powered-by { }

/*------------------ Expandable Sitemap <--------------------*/
#panel {
	background:url(../images/panel-bg.gif) repeat-x;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	/*background-color:#3E526A;*/
	background-position:left top;
	bottom:323px;
	display:none;
	color:#FFFFFF !important;
	font-family:Verdana;
	height:350px;
	left:50%;
	margin-left:-465px;
	position:absolute !important;
	width:941px;
	z-index:777 !important;
}

#panel a {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	text-shadow: 1px 1px 0px #3E526A;
}

#panel a:hover { text-decoration:underline; }

#panel ul {
	float:left;
	height:auto;
	list-style:none outside none;
	margin:25px 0 0 95px;
	padding:0;
	width:350px;
}

#panel ul li {
	margin:0;
	padding:16px 0 0 10px;
	widows:100%;
}

.closeSitemap {
	display:block;
	height:30px !important;
	margin:40px 0 0;
	width:142px !important;
	z-index:5;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
}

.btn-slide {
	height: 31px;
	width: 142px;
	z-index:666!important;
	display: block;
	float:right;
}

.active { background-position: right 12px; }

.close{/*margin:284px 0 0 -88px;*/}


/*----------------- 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; }

