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

a img {
	border: 0;
}

.center {
	text-align: center;
}

body {
	background-color: #050849;
}

#container {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	top: 20px;
	margin: 0 0 0 -480px;
	background-color: #050849;
}
/*------------------ Header Selectors <--------------------*/

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: absolute;
	top: 70px;
	right: 40px;
}

#header ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#header span {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#header li {
	margin: 0px 10px 0px 5px;
	padding: 0px;
	display: inline;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #000000;
}

#header a:hover, #header a:active {
	text-decoration: none;
	color: #cb9e5f;
}

#logo {
	background: url(../images/logo.jpg) top left no-repeat transparent;
	width: 359px;
	height: 81px;
	display: block;
	position: absolute;
	top: 40px;
	left: 60px;
}

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

#mast {
	position: absolute;
	top: 150px;
	left: 12px;
	display: block;
	width: 935px;
	height: 275px;
	border: 1px solid #53443e;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#flash-mast {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

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

#top-navigation {
    width:935px;
    height:33px;
	position: absolute;
    top:436px;
    left:12px;
	z-index: 800;
	background: url(../images/top_navigation_bg_slice.jpg) top left repeat-x transparent;
	border: #756b5e 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

#top-navigation ul {
}

#top-navigation ul li {
}

#top-navigation ul li a:hover {
}

.sf-menu * {
	z-index: 99;
	list-style: none;
	line-height: 18px;;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.sf-menu {
	float: left;
	margin:	0px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 186px; /* left offset of submenus and width of menus need to match (see below) */
	border: #756b5e 1px solid;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li li {
	background:	#0f146f;
}
.sf-menu li li li {
	background:	#0f146f;
}
.sf-menu a {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 8px 10px 9px;
	text-decoration: none;
}

.sf-menu .topLevel:link, .sf-menu .topLevel:visited {
	height: 25px;
	margin: 0px;
	padding: 8px 11px 0px 11px;
	border-left: #FFFFFF 1px solid;
	cursor: pointer;
}

.top-navigation-sub a {

}

.sf-menu a.noBorder  {
	height: 25px; 
	margin: 0px;
	padding: 8px 10px 0px 10px;
	border-left: 0px;
}

.sf-menu a:link, .sf-menu a:visited { 
	color:#FFFFFF;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 33px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 186px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 186px; /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #3d418b;
	outline: 0;
	color: #FFFFFF;
}

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

#content {
	padding-top: 450px;
	padding-bottom: 30px;
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin: 0px;
}
#map {
	height: 400px;
	width: 400px;
}
/*------------------ Column Container Selector <--------------------*/

#column-container {
}

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

#left-column {
	position: relative;
	float: left;
	width: 553px;
	height: auto;
	padding: 0px;
	margin: 40px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#left-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #383d88;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: 400;
}

#left-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #994515;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-weight: 300;
}

#left-column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #994515;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	font-weight: 400;
}

#left-column p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #252525;
}

#left-column a:link, #left-column a:visited {
	text-decoration: underline;
	color: #252525;
}

#left-column a:hover, #left-column a:active {
	text-decoration: none;
}

#left-column  ol{
	list-style: upper-roman;
	margin: 20px 0px 20px 20px;
	padding: 0px;
	font-size: 14px;
	color: #994515;
}

#left-column  ol li{
	list-style: lower-roman;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

#left-column  ul{
	list-style: square;	
	margin: 20px 0px 20px 40px;
	padding: 0px;
	font-size: 14px;
	color: #994515;
}

#left-column  li{
	list-style: square;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

#left-column .imgLeft {
	padding: 0px;
	margin: 5px 20px 20px 0px;
	border: #0f146f thin solid;
	float: left;
}

#left-column .imgRight {
	padding: 0px;
	margin: 5px 0px 20px 20px;
	border: #0f146f thin solid;
	float: right;
}

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

.video-container {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	height: 240px;
	width: 300px;
}

#flash-video1 {
}

#flash-video2 {
}

#flash-video3 {
}
/*------------------ Right Column Selector <--------------------*/

#right-column {
	position: relative;
	float: right;
	height: auto;
	width: 308px;
	padding: 0px;
	margin: 40px 13px 0px 0px;
}

#right-column h3 {
}

#right-column p {
}

#right-column ul {
}

#right-column ul li {
}

#right-column ol {
}

#right-column ol li {
}

#blogger-navigation{
	height: auto;
	width: 308px;
}
#blogger-navigation h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #050849;
}
#blogger-navigation ul{
	list-style-type: none;
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}

/*------------------ CTAs <--------------------*/

/*------------------ No Recovery No Fee CTA <--------------------*/

#ctaNoFee {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/no-fee-CTA.jpg);
	width: 308px;
	height: 142px;
	background-position: bottom left;
	border: #606060 thin solid;
	cursor: pointer;
}

#ctaNoFee:link, #ctaNoFee:visited {
	background-image: url(../images/no-fee-CTA.jpg);
	background-position: bottom left;
}

#ctaNoFee:active, #ctaNoFee:hover {
	background-image: url(../images/no-fee-CTA.jpg);
	background-position: top left;
}
.ctadefense {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/defense-CTA.gif);
	width: 308px;
	height: 170px;
	background-position: bottom left;
	border: #606060 thin solid;
	cursor: pointer;
}

.ctadefense:link, .ctadefense:visited {
	background-image: url(../images/defense-CTA.gif);
	background-position: bottom left;
}

.ctadefense:active, .ctadefense:hover {
	background-image: url(../images/defense-CTA.gif);
	background-position: top left;
}
.ctapersonal {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/personal-cta.gif);
	width: 308px;
	height: 170px;
	background-position: bottom left;
	border: #606060 thin solid;
	cursor: pointer;
}

.ctapersonal:link, .ctapersonal:visited {
	background-image: url(../images/personal-cta.gif);
	background-position: bottom left;
}

.ctapersonal:active, .ctapersonal:hover {
	background-image: url(../images/personal-cta.gif);
	background-position: top left;
}
/*------------------ No Recovery No Fee CTA <--------------------*/

#ctaVerdicts {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/verdicts-settlements.jpg);
	width: 308px;
	height: 129px;
	background-position: bottom left;
	border: #606060 thin solid;
	cursor: pointer;
}

#ctaVerdicts:link, #ctaVerdicts:visited {
	background-image: url(../images/verdicts-settlements.jpg);
	background-position: bottom left;
}

#ctaVerdicts:active, #ctaVerdicts:hover {
	background-image: url(../images/verdicts-settlements.jpg);
	background-position: top left;
}

/*------------------ Contact Form Selectors <--------------------*/

#map {
    width:308px;
    height:400px;
}

#mapAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #383d88;
	text-align: center;
	padding: 0px;
	margin: 25px 0px 10px 0px;
}

/*------------------ Contact Form Selectors <--------------------*/

#contact {
	display: block;
	height: 420px;
	width: 405px;
	padding: 0px;
	margin: 0px 0px 20px 60px;
	border: 1px solid #606060;
	background: url(../images/qc_slice.jpg) repeat-x #0d115e;
}

#contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contact ul li {
	list-style: none!important;
}

#contact-title {
	display: block;
	width: 266px;
	height: 43px;
	padding: 0px;
	margin: 10px 10px 0px 65px;
/*	background: url(../images/qc_title.jpg) top center no-repeat transparent;*/
}

#contact form {
}

#contact textarea {
	border: #8c3b12 solid thin;
	width: 360px;
	height: 110px;
	background-color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contact input {
	border: #8c3b12 solid thin;
	width: 360px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contact input.button {
	background: top left no-repeat url(../images/submit_button.gif);
	height: 36px;
	width: 134px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: right;
	cursor:pointer;
	border: none;
}

#contact .hover {
	background: bottom left no-repeat url(../images/submit_button.gif)!important;
	height: 36px;
	width: 134px;	
}

#contact p {
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px;
	margin: 10px 0px 0px 20px;
	float: left;
	position: relative;
	display: inline;
}

#contact a:link, #contact a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#contact a:hover, #contact a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#contact .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
contact .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc {
	display: block;
	height: 410px;
	width: 308px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #606060;
	background: url(../images/qc_slice.jpg) repeat-x #0d115e;
}

#qc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#qc ul li {
}

#qc-title {
	display: block;
	width: 266px;
	height: 43px;
	padding: 0px;
	margin: 10px 10px 0px 22px;
	/*background: url(../images/qc_title.jpg) top center no-repeat transparent;*/
}

#qc form {
}

#qc textarea {
	border: #8c3b12 solid thin;
	width: 267px;
	height: 110px;
	background-color: #FFFFFF;
	margin: 0px 10px 10px 17px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#qc input {
	border: #8c3b12 solid thin;
	width: 267px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 0px 10px 10px 17px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#qc input.button {
	background: top left no-repeat url(../images/submit_button.gif);
	height: 36px;
	width: 134px;
	padding: 0px;
	margin: 0px 15px 20px 0px;
	float: right;
	cursor:pointer;
	border: none;
}

#qc .hover {
	background: bottom left no-repeat url(../images/submit_button.gif)!important;
	height: 36px;
	width: 134px;	
}

#qc p {
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px;
	margin: 10px 0px 0px 20px;
	float: left;
	position: relative;
	display: inline;
}

#qc a {
	color: #CCCCCC;
	text-decoration: underline;
}

#qc a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#qc .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

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

/*------------------ Footer Selectors <--------------------*/
#footer {
	background-color: #FFFFFF;
	width: 960px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 60px 0px;
}

#addressWrapper {
	position: relative;
	float: right;
	height: auto;
	width: 200px;
	padding: 0px;
	margin: 5px 25px 20px 25px;
	text-align: center;
}

#addressWrapper strong {
	font-size: 18px;
	color: #050849;
	font-style: normal;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}

#addressWrapper p {
	color: #6c6c6c;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

#addressWrapper .responsible {
	font-size: 10px;
	line-height: 12px;
}

#addressWrapper span {
	color: #050849;
	font-style: normal;
	line-height: 22px;
	font-size: 25px;
}

address {
}

#footer ul {
}

#footer ul li {
}

#footer ul li a {
}

#footer ul li a:hover {
}

#footer p {
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #252525;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #252525;
}

/*------------------ Sitemap Selectors <--------------------*/
#sitemap {
}

#sitemap ul {
}

#sitemap ul li {
}

#sitemap ul li a {
}

#sitemap ul li a:hover {
}

/*------------------ Disclaimer Selectors <--------------------*/

#disclaimer {
	width: 660px;
	height: auto;
}

#disclaimer p {
	font-size: 11px;
	line-height: 20px;
	color: #4d4d4d;
	margin: 0px;
	padding: 20px 0px 0px 40px;
	text-align: justify;
}

#disclaimer a {
	text-decoration: underline;
	color: #252525;
}

#disclaimer a:hover {
	text-decoration: none;
	color: #252525;
}

/*------------------ Disclaimer Selectors <--------------------*/

#copyright {
	display: block;
	width: 640px;
	height: 40px;
	padding: 10px 160px 0px 160px;
	margin: 20px 0px 0px 0px;
	background-color: #050849;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright p {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


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