@charset "utf-8";
*{ margin:0; padding:0; list-style:none}

body {background: #FFFFFF url(../images/head-bg.gif) repeat-x;}

.border{ border:1px solid #dfdfdf; padding:10px; margin-bottom:12px;}

a img{ border:none}

#container {
	width: 1042px;
	margin-right: auto;
	margin-left: auto;}
	
#header {
	float: left;
	height: 225px;
	width: 100%;
	position: relative;}
	
#header .left {
	float: left;
	width: 485px;
	padding-top: 25px;
	margin-bottom: 17px;}
	
#header .left .logo {
	margin-bottom: 20px;
	background: url(../images/logo.jpg) no-repeat;
	height: 69px;
	width: 161px;}
	
#header .left .accident-area {
	height: 31px;
	background: url(../images/accident-area-left.jpg) no-repeat;
	display: block;}
	
#header .video {
	float: left;
	width: 350px;
	height: 195px;}

#header .enquiry-form-container{ 
	position:absolute; 
	top:0; right:215px;
	z-index:100}
	
#header .enquiry-form {
	border: 3px solid #B60077;
	border-top: none;
	position: fixed;
	width: 180px;
	background: #f0f0f0;
	padding: 15px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radiu:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;}
	
#header .enquiry-form p {
	margin-bottom: 8px;
	color:#333333}

#header .enquiry-form p strong{
	color:#333}
	
#header .enquiry-form input, #header .enquiry-form textarea {
	background-color:#DEDEDE;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #CDCDCD),
		color-stop(0.57, #DEDEDE)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#CDCDCD 0%,
		#DEDEDE 57%
	);
	border: 1px none #999999;
	width: 172px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 4px;}

#header .enquiry-form textarea{
	height:70px}
	
#header .enquiry-form .checkbox {
	width: auto;
	background: url(none);
	margin-right: 5px;
	margin-top: 0px;
	border-style: none;}
	
#header .enquiry-form select {
	width: 180px;
	border: 1px solid #dedede;
	background:#dedede;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif}
	
#header .enquiry-form .btn {
	padding: 3px 18px;
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/submit-bg.jpg) repeat-x 0 0 #FC6B00;
	border-style: none;
	border:1px solid #fc6b00;
	cursor:pointer;
	display:block;
	text-align:center}
	
#header .enquiry-form .validation p, #header .enquiry-form .validation p strong {
	color:red;
	margin:0}

#header .enquiry-form .btn:hover{ text-decoration:none}

#header .enquiry-form .btn:active{ background:#e86200}

#wrapper2 { width:180px; overflow:hidden; /* float:right; margin-right: 20px; margin-top: 15px; */ }
#wrapper2 .title { background: url(../images/form-head-title.gif) no-repeat; height: 25px; width: 646px; }

#steps{ width:180px; /* 650px; */ height:238px; overflow:hidden; /* height:159px; */ }
.step{ float:left; width: 180px; /* height:238px; */ }
/* .step .form-elements { float: left; width: 480px; } */
.step .form-elements { float: left; width: 180px; }

#steps form fieldset{ border:none; padding-bottom:3px; }
#steps form legend{ text-align:left; background-color:#f0f0f0; color:#666; font-size:24px; text-shadow:1px 1px 1px #fff; font-weight:bold; float:left; width:590px;
    padding:5px 0px 5px 10px; margin:10px 0px; border-bottom:1px solid #fff; border-top:1px solid #d9d9d9; }
#steps form p.stepp{ font-size: 12px; text-align: left; padding-left: 0; margin-top: 3px; }
#steps form p label{ width:160px; float:left; text-align:right; margin-right:15px; line-height:26px; color:#001369; text-shadow:1px 1px 1px #fff; font-weight:bold; font-size:12px; }

#steps form .navigation{ float:left}

#steps form input.continueButton{
	background: url(/img/claim-button.jpg) no-repeat right top; border: none; width: 174px; height: 33px; cursor: pointer; margin-left: 8px; color: #001369;
	font-weight: bold; font-size: 13px; padding: 0 20px 0 0; text-align: center; margin-top: 0px; margin-right: 9px; float: right;}

#steps form input.submitButton{ width:174px; height:33px; margin:0 10px 0 0; padding:0; border:none; text-align: center;} 

#steps form p.submit{ background:none; border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;}

#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff; display: block; cursor:pointer; margin: 0px auto; clear:both; padding: 7px 25px; text-shadow: 0 1px 1px #777; font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif; font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;}

#steps form button:hover { background:#d8d8d8; color:#666; text-shadow:1px 1px 1px #fff; }

#header .nav {
	clear: both;
	float:left;
	margin-top:9px}

#header .nav ul li{
	background: url(../images/top-nav-li-sep.jpg) no-repeat right;
	display:block;
	float:left;	}

#left-content {
	float: left;
	width: 215px;
	margin-right: 20px;}
	
#content {
	float: left;
	padding-top: 20px;
	width:100%}
	
#left-content .coverage {
	margin-top: 10px;}
	
#left-content .coverage .content {
	background: url(../images/right-col-box-mid.jpg) repeat-y left top ;
	padding: 10px 20px 20px;}

#middle-content {
	width:570px;
	float: left;
	margin-right: 20px;}

/* CONTACT FORM
----------------------------------------------- */

#middle-content form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}


#middle-content fieldset {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #ad88a7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;}


#middle-content legend {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #560C4B;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;}


#middle-content fieldset p {
	color: #000000;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}


#middle-content p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
}


#middle-content p.label_checkbox_pair input {
	left: 435px;
	position: absolute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 15px;}


#middle-content p.label_checkbox_pair label {
	display: block;
	width: 450px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;}


#middle-content p.label_checkbox_pair select {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;}

#middle-content p.label_checkbox_pair input:focus, textarea:focus, select:focus{
	background-color: #EDF4FD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}


#middle-content label {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	clear: left;
	padding-top: 10px;
	width: 280px;
	color:#666666}


#middle-content a:hover {text-decoration:none;color:#c2af87}

.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 250px;
	background-color: #F5F7F1;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;}

.bigtxtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F6F7F2;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}



#middle-content input {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}


#middle-content input.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}

#middle-content select {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;}


#middle-content input:focus, textarea:focus, select:focus{
	background-color: #EDF4FD;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}


.middle-content-img{
	padding: 0px;
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}


iframe {
	background-color: #F5F6F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0 0 20px 0;}

#right-content {
	float: right;
	width: 215px;
	padding-top: 164px;}

#right-content #claim-now{
	margin-bottom:15px;}

#right-content .right-box, #left-content .right-box{
	background:url(../images/right-col-box-mid.jpg) repeat-y left top;
	margin-bottom:15px;}
	
#right-content .video{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:5px;
	margin-bottom:15px}

#right-content .questions .line { float: left; }

#right-content  .questions .image {
	float: right;
	width: 215px;}
	
#right-content .right-box .content, #left-content .right-box .content{
	padding: 15px 20px 20px 20px;
	float:left;}

#right-content .news-post {
	margin-bottom: 20px;}
	
#right-content .employment-law-form {
	color:#FFF}
	
#right-content .employment-law-form .div, #right-content .employment-law-form select{
	width:195px	}

/* F O O T E R 
***************/
#footer, #partners {
	clear: both;
	float: none;
	padding-top: 20px;}

#partners #sign-off {
	padding-top: 10px;
	border-top: 1px solid #999999;}
	
/* CALL BACK
----------------------------------------------- */
#call-back {
	width: 230px;
	font-size: 0.8em;
	padding: 0 0 10px 0;
	background: url(../images/call-footer-bottom.gif) no-repeat left bottom #560C4B;
	float: left;
	margin: 0px 18px 10px 0;
	clear: left;}

.call-small-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;}
	
#call-back h6{
	font-family: Tahoma, Arial, "Helvetica 55 Roman";
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	padding: 10px 0 5px 10px;
	background-image: url(../images/call-footer-top.gif);
	background-repeat: no-repeat;}

#call-back p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 40px 10px 10px;}

#call-back img{
	padding: 0px;
	margin: 0 0 0 10px;
	display: block;}

