@charset "UTF-8";
/* New Hompage CSS :D */

.onlineConvFull {
	width: 960px;
	height: 265px;
	border: 1px solid #ddd;
	background: #f4f4f4 url(../images/hb-full-bg.png) no-repeat right bottom;
	margin-bottom: 15px;
	padding: 0;
	margin-bottom: 25px;
}


.onlineConvFull > div {
	margin-top: 98px;
	width: 950px;
	margin-left: 5px;
	height: 1px;
    -moz-box-shadow: 0 0px 4px #757575;
    -webkit-box-shadow: 0 0px 4px #757575;
    box-shadow: 0 0px 4px #757575;
}


.onlineConvFull h3 {
	font-family: Arial;
	font-size:36px;
	font-weight:bold;
	color:#DF2A34;
	margin-bottom:0; 
	padding:25px 0 7px 45px;
}

.onlineConvFull h4 {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color:#0c6fab;
	margin-top:0px;
	padding:2px 0 0 45px;
}

.onlineConvFull p {
	margin-left: 327px;
}

.refer {
	width: 270px;
	background: #2680c9;
	background: -moz-linear-gradient(top,  #2680c9 0%, #1873bd 50%, #0e64aa 50%, #0e64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680c9), color-stop(50%,#1873bd), color-stop(50%,#0e64aa), color-stop(100%,#0e64aa));
	background: -webkit-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -o-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -ms-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2680c9', endColorstr='#0e64aa',GradientType=0 );
    border: 1px solid #0e64aa;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font: bold 20px/1 Arial;
    padding: 15px 15px 15px 20px;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
	float: left;
    cursor: pointer;
    height: 40px;
}

.refer:hover {
    box-shadow: 0 1px 10px #9b9b9b;
}

.refer span {
	background: url(../images/refer.png) no-repeat bottom right;
	height: 44px;
	width: 44px;
	margin-top: -20px;
	float: right;
}

.meet {
	width: 270px;
	background: #ee432e;
	background: -moz-linear-gradient(top,  #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
    border: 1px solid #951100;
	border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font: bold 20px/1 Arial;
    padding: 15px 15px 15px 20px;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
	float: left;
    cursor: pointer;
    height: 40px;
}

.meet:hover {
    box-shadow: 0 1px 5px #9b9b9b;
}

.meet span {
	background: url(../images/meet.png) no-repeat bottom right;
	height: 39px;
	width: 52px;
	margin-top: -20px;
	float: right;
}

.button.submit {
	margin-top: 20px;
	width: 200px !important;
	height: 35px !important;
	line-height: 20px !important;
	padding: 0px 15px 0px 10px !important;
}

.button {
	width: 160px;
	background: #ee432e;
	background: -moz-linear-gradient(top,  #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
    border: 1px solid #951100;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #FFFFFF;
    font: bold 20px/1 Arial;
    padding: 15px 15px 15px 20px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
	float: left;
    cursor: pointer;
}

.button:hover {
	background-color: #2680c9;
	border: 1px solid #0e64aa;
	box-shadow: 0 0 0 1px #1873bd inset, 0 1px 3px #333333;
    background: #2680c9;
	background: -moz-linear-gradient(top,  #2680c9 0%, #1873bd 50%, #0e64aa 50%, #0e64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680c9), color-stop(50%,#1873bd), color-stop(50%,#0e64aa), color-stop(100%,#0e64aa));
	background: -webkit-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -o-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -ms-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2680c9', endColorstr='#0e64aa',GradientType=0 );
    cursor: pointer;

}

.button:active {
	border: 1px solid #0e64aa;
    background-color: #D43C28;
    background-image: -moz-linear-gradient(center top , #1873bd 0%, #0e64aa 50%, #0e64aa 50%, #0a4d84 100%);
    box-shadow: 0 0 0 1px #1873bd inset;
    cursor: pointer;
}

.button span {
	background: url(../images/arrow.png) no-repeat bottom right;
	height: 17px;
	width: 25px;
	float: right;
}

.injurycontainer {
	width: 960px;
	height: 90px;
	margin-bottom: 25px;
}

.injury {
	border: 1px solid #d4d4d4;
	border-radius: 10px 10px 10px 10px;
	float: left;
	height: 90px;
	width: 153px;
	margin-right: 6px;
	background: #e2e2e2 url('../images/injury-bg.png') no-repeat right bottom;
}
.injury:hover {
	background: #0070b0 url('../images/injury-bg.png') no-repeat right bottom;
}

.injury.last {
	margin-right: 0px !important;
}

.injury a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.injury a h2 {
	margin: 7px 0px 0px 10px !important;
	float: left;
	font-size: 16px !important;
	font-weight: normal;
	display: block;
	color: #585858 !important;
	font-weight: normal !important;
	text-decoration: none;
}

.injury a span {
	float: right;
	display: block;
	background-position: 0% 0%;
}

.injury a span.car {
	background-image: url('../images/car-icon.png');
	width: 63px;
	height: 37px;
	margin-top: 5px;
	margin-right: 2px;
}

.injury a span.work {
	background-image: url('../images/work-icon.png');
	width: 58px;
	height: 49px;
	margin-top: 38px;
	margin-right: 2px;
}

.injury a span.childrens {
	background-image: url('../images/childrens-icon.png');
	width: 49px;
	height: 58px;
	margin-top: -15px;
	margin-right: 2px;
}

.injury a span.industrial {
	background-image: url('../images/industrial-icon.png');
	width: 62px;
	height: 48px;
	margin-top: -5px;
	margin-right: 2px;
}

.injury a span.bike {
	background-image: url('../images/bike-icon.png');
	width: 74px;
	height: 47px;
	margin-top: -5px;
	margin-right: 2px;
}

.injury a span.trip {
	background-image: url('../images/trip-icon.png');
	width: 39px;
	height: 47px;
	margin-top: -5px;
	margin-right: 4px;
}

.injury:hover a span {
	background-position: 0% 100%;
}

.injury:hover a h2 {
	color: #fff !important;
}

.two_thirds {
	width: 630px;
	margin-bottom:20px;
	float: left;
}

.right {
	float: right !important;
}

.two_thirds .container {
	width: 608px;
	float: left;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px;
}

.two_thirds .container .man {
	background: url('../images/human-man.png') no-repeat left bottom;
	float: left;
	height: 420px;
	width: 400px;
	float: left;
}

.two_thirds .container .man h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.two_thirds .container .form h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.two_thirds .container .man .chooseinjury {
	float: left;
	display: block;
	width: 115px;
	height: 400px;
	margin-left: 5px;
}

.two_thirds .container .man .chooseinjury a {
	float: left;
	display: block;
	background: #f6f6f6;
	width: 110px;
	height: 23px;
	line-height: 23px;
	background-color: #2680c9;
	border-radius: 3px;
	-mox-border-radius: 3px;
	-webkit-border-radius: 3px;
    background: #2680c9;
	background: -moz-linear-gradient(top,  #2680c9 0%, #1873bd 50%, #0e64aa 50%, #0e64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680c9), color-stop(50%,#1873bd), color-stop(50%,#0e64aa), color-stop(100%,#0e64aa));
	background: -webkit-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -o-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -ms-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2680c9', endColorstr='#0e64aa',GradientType=0 );
    cursor: pointer;
    font-size: 12px;
    color: white;
    text-decoration: none;
    text-align: center;
}

.two_thirds .container .man .chooseinjury a:hover, .two_thirds .container .man .chooseinjury a.active{
	color: white;
	background: #ee432e;
	background: -moz-linear-gradient(top,  #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
}


.two_thirds .container p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 15px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;
}

.two_thirds .container p.large {

	font-size: 14px;
}


.two_thirds .container p a {

    color: #0C6FAB;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.two_thirds .container p a:hover {
	text-decoration: underline;
}

.two_thirds .container p.news {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.two_thirds .container span.date {
	border: 1px solid #DADADA;
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}


.two_thirds .container p a.more {
	text-decoration: none;
	color: #b12125;
	font-weight: bold;
}

.two_thirds .container p a.more:hover {
	text-decoration: underline;
}


.two_thirds .container.grey {
	background: #f8f8f8;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.two_thirds h2.blue{
	width: 100%;
	float: left;
    background: #2680c9;
	background: -moz-linear-gradient(top,  #2680c9 0%, #1873bd 50%, #0e64aa 50%, #0e64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680c9), color-stop(50%,#1873bd), color-stop(50%,#0e64aa), color-stop(100%,#0e64aa));
	background: -webkit-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -o-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -ms-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2680c9', endColorstr='#0e64aa',GradientType=0 );
	height: 45px;
	line-height: 45px;
	color: white;
	text-indent: 15px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.two_thirds h2.red {
	width: 100%;
	float: left;
    background: #ee432e;
	background: -moz-linear-gradient(top,  #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
	height: 45px;
	line-height: 45px;
	color: white;
	text-indent: 15px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.two_thirds h2.grey {
	width: 100%;
	float: left;
    background: #ee432e;
	background: -moz-linear-gradient(top,  #bdbdbd 0%, #adadad 50%, #999999 50%, #a9a9a9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
	height: 45px;
	line-height: 45px;
	color: white;
	text-indent: 15px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.two_thirds div.hr {
	height: 10px;
	border: none;
	outline: none;
	background: url('../images/hr-long.png') center center no-repeat;
	display: block;
	margin-bottom: 10px;
}

.one_fifth {
	width: 210px;
	float: left;
	margin-bottom: 20px;
}

.one_fifth h2 {
	font-size: 14px;
}

.one_fifth h2 {
	font-size: 14px;
}

.one_third div.hr {
	height: 10px;
	border: none;
	background: url('../images/hr.png') center center no-repeat;
	margin-bottom: 10px;
}

.one_third {
	width: 310px;
	float: left;
	margin-bottom: 20px;
}

.one_third h2.red{
	width: 100%;
	float: left;
	background: #ee432e;
	background: -moz-linear-gradient(top,  #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee432e), color-stop(50%,#c63929), color-stop(50%,#b51700), color-stop(100%,#891100));
	background: -webkit-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -o-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: -ms-linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	background: linear-gradient(top,  #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee432e', endColorstr='#891100',GradientType=0 );
	height: 45px;
	line-height: 45px;
	color: white;
	text-indent: 15px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.one_third h2.blue{
	width: 100%;
	float: left;
	background: #2680c9;
	background: -moz-linear-gradient(top,  #2680c9 0%, #1873bd 50%, #0e64aa 50%, #0e64aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680c9), color-stop(50%,#1873bd), color-stop(50%,#0e64aa), color-stop(100%,#0e64aa));
	background: -webkit-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -o-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: -ms-linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	background: linear-gradient(top,  #2680c9 0%,#1873bd 50%,#0e64aa 50%,#0e64aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2680c9', endColorstr='#0e64aa',GradientType=0 );
	height: 45px;
	line-height: 45px;
	color: white;
	text-indent: 15px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.one_third .container {
	width: 288px;
	float: left;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px;
}

.one_third .container h3 {
	font-size: 14px;
}


.one_third .container h3 a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.one_third .container h3 a:hover {
	text-decoration: underline;
}

.one_third .container p {
	font-size: 12px;
}

.one_third .container p.big{
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: -5px;
}

.one_third .container p.big span {
	font-size: 16px;
	font-weight: bold;
}

.one_third .container a.trevor {
	color: #0a7ec2;
	font-size: 16px;
	text-decoration: none;
}

.one_third .container a.trevor:hover {
	text-decoration: underline;
}

.one_third .container .expert {
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 11px 0px 0;
}
.one_third .container .quote {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 18px;
}


.break {
	clear: both;
	height: 25px;
	float: left;
	width: 100%;
}


.dropdownnew {
    border: 1px solid #d7d9da;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    font-size: 12px;
    margin: 11px 0px;
    padding: 3px;
    width: 200px;
    color: #555555;
}

.dropdowndate {
    border: 1px solid #d7d9da;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    width: 55px;
    font-size: 12px;
    margin: 11px 5px 11px 0px;
    padding: 3px 3px 3px 3px;
    color: #555555;
}

.dropdowndate.last {
    width: 70px;
    margin: 11px 0px 11px 0px important;
}

.textfield {
    border: 1px solid #d7d9da;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    font-size: 12px;
    margin: 9px 0px;
    padding: 3px;
    width: 192px;
    color: #555555;
}

.two_thirds .container p.success {
clear: both;
margin: 10px;
text-align: center;
width: 565px;
float: left; 
color: #C63929;
font-weight: bold;
color: #769832;
border: 1px solid #769832;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #DFF2BF;
padding: 10px;
}

/* CSS Document */



body, html {
	padding:0;
	background:#ffffff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
a{outline:none;}
h1, h2, h3, h4, h5 { margin:0px; padding:0px; }
#wrap {
	width:960px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#headertop {
	height: 19px;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	text-align: right;
	float:right;
	margin-top:10px;
}
#headertop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	text-decoration:none;
}
#headertop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	text-decoration:underline;
}
#headertop a.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E93E2E;
	text-decoration:none;
}
#header {
	height: 170px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a img {
	border:none;
}
div.logo {
	float: left;
	height: 168px;
	width: 125px;
	background-color: #FFFFFF;
}

/* NAVIGATION //////////////////////////////////////////////////*/
div.topnav {
	height: 158px;
	width: 835px;
	float: right;
	background-image: url(../images/accident-claim-number.jpg);
	background-repeat: no-repeat;
	background-position: 100% -15px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 0px;
}
.topnav h2 {
	color:#0c6fab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	margin-left:63px;
	margin-bottom:34px;
}

h1.med { font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#555555;
	margin-bottom:12px;
	margin-top:0px;
	padding:0px;}


div.topnav ul {
	list-style:none;
	padding-left: 11px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	clear: both;
	position: relative;
	height: 61px;
	margin: 0px;
	background: #FFFFFF;
	float: right;
}
div.topnav li {
	display:inline;
	float: left;
}
div.topnav li a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial;
	font-size:12px;
	text-align:center;
	float:left;
}
div.topnav li.link1 a {
	display:block;
	margin-right:4px;
	background-image: url(../images/nav_c_home.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 99px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div.topnav li.link1 a:hover, div.topnav li.link1 a.selected {
	background-position: left -77px;
}
div.topnav li.link2 a {
	display:block;
	margin-right:4px;
	background-image: url(../images/nav_c_divorce.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 122px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.topnav li.link2 a:hover, div.topnav li.link2 a.selected {
	background-position: left -77px;
}
div.topnav li.link3 a {
	display:block;
	margin-right:4px;
	background-image: url(../images/nav_c_wills_probate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 144px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.topnav li.link3 a:hover, div.topnav li.link3 a.selected {
	background-position: left -77px;
}
div.topnav li.link4 a {
	display:block;
	margin-right:4px;
	background-image: url(../images/nav_c_conveyancing.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 132px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.topnav li.link4 a:hover, div.topnav li.link4 a.selected {
	background-position: left -77px;
}
div.topnav li.link5 a {
	display:block;
	background-image: url(../images/nav_c_agricultural.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 125px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.topnav li.link5 a:hover, div.topnav li.link5 a.selected {
	background-position: left -77px;
}
div.topnav li.link6 a {
	display:block;
	margin-right:2px;
	background-image: url(../images/nav_c_litigation.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 92px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.topnav li.link6 a:hover, div.topnav li.link6 a.selected {
	background-position: left -77px;
}
div.topnav li.link7 a {
	display:block;
	background-image: url(../images/nav_c_contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 92px;
	float:left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.topnav li.link7 a:hover, div.topnav li.link7 a.selected {
	background-position: left -77px;
}

/*////////////////////////////////////////////////////////////*/

div.main-feat-3col {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.main-feat-3col h2 {
	font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#555555;
	margin-bottom:12px;
	margin-top:0px;
	padding:0px;
}

div.main-feat-3col h2 a{
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#0c6fab;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
}

div.main-feat-3col .newstitle {
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
		color:#0c6fab;
	margin-bottom:7px;
	margin-top:0px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	
}

div.main-3col-left-lists {
	width: 208px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.main-3col-left {
	width: 710px;
	padding-right: 20px;
	float: left;
	padding-bottom: 15px;
}


div.main-3col-left-l {
	float: left;
	height: auto;
	width: 210px;
	background-color: #FFFFFF;
	margin-right: 24px;
}

div.main-3col-left-l ul, main-3col-left-l-forum ul {
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	border:1px solid #ddd;
}
div.main-3col-left-l li, main-3col-left-l-forum li {
	display:block;
	margin: 0px;
}

/*//////////////////////// Side menu Sub ///////////////////////////*/

div.main-3col-left-l submenu ul {
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;

}
div.main-3col-left-l submenu li {
	display:block;
	margin: 0px;
}

div.main-3col-left-l li.sub a, main-3col-left-l-forum li.sub a {
	color:#0c6fab;
	font-size:13px;
	display:block;
	font-family: Arial;
	width: 140px;
	text-decoration: none;
	background-image:url(../images/submenu-side-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom:5px;
	margin-left:30px;
	border-bottom:1px dotted #ccc;
}

div.main-3col-left-l li.sub a:hover, main-3col-left-l-forum li.sub a:hover {
	color:#D12C26;
	
	background-image:url(../images/submenu-side-arrow-hover.jpg);

}
 
/*//////////////////////// Side menu sub end ///////////////////////////*/




div.main-3col-left-l li.btm a, main-3col-left-l-forum li.btm a {
	color:#0c6fab;
	font-size:13px;
	display:block;
	font-family: Arial;
	width: 163px;
	text-decoration: none;
	background-image: url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom:5px;
	margin-left:13px;
	border-bottom:1px dotted #ccc;
}
div.main-3col-left-l li.btm a:hover, main-3col-left-l-forum li.btm a:hover {
	color:#E93E2E;
}
div.main-3col-left-l li.last .selected { color:#FF0000; }

div.main-3col-left-l li.btm .selected { color:#FF0000; }

div.main-3col-left-l li.last a, main-3col-left-l-forum li.btm a {
	color:#0c6fab;
	font-size:13px;
	display:block;
	font-family: Arial;
	width: 163px;
	text-decoration: none;
	background-image: url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom:5px;
	margin-left:13px;
}
div.main-3col-left-l li.last a:hover, main-3col-left-l-forum li.btm a:hover {
	color:#E93E2E;
}

.no_win_no_fee_ad { border:1px solid #ddd; width:180px; height:143px; padding:13px; background-image:url(../images/no_win_no_fee_bg.gif); background-position:left top; background-repeat:no-repeat; margin-bottom:15px; }

.no_win_no_fee_ad h3 { margin:0 0 4px 0; font-size:22px; color:#1272ae; }
.no_win_no_fee_ad p { margin:0 0 8px 0; font-size:15px; color:#555; line-height:20px; }

.askExpert {
	width:184px;
	background: url(../images/online_conveyancing_quote_bg.jpg) 0% 100% repeat-x;
	border:1px solid #ddd;
	float:left;
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 13px;
}
.askExpert .image{border:1px solid #ddd; float:left; margin:0 11px 20px 0;}
.askExpert .smallQuote {color:#0C6FAB; font-size:12px; margin-bottom:5px; }
.askExpert .name{font-size:12px; clear:both; color:#333; margin:0 0 4px 0;}
.askExpert .role{font-size:10px; color:#666; margin-top:-3px; margin-bottom:-6px;}
.askExpert .text{font-size:12px; color:#666;}
.askExpert .text a{font-size:12px; color:#0c6fab; text-decoration:none; margin-bottom:0;}
.askExpert .text a:hover{text-decoration:underline;}




.askExpert .newsDate {font-size:12px; color:#0c6fab; background: url(../images/rss_icon.jpg) no-repeat; padding:2px 0 0 18px; text-decoration:none;}
.askExpert .newsDate a:link, .askExpert .newsDate a:visited {color:#0c6fab; text-decoration:none;}


.askExpert .newsInfo {font-size:12px; color:#666666; border-bottom:1px dotted #ccc; margin:-12px 0 3px; padding-bottom:12px; text-decoration:none;}
.askExpert .newsInfo a:link, .askExpert .newsInfo a:visited { color:#666666; text-decoration:none;}

.askExpert .newsInfoLast {font-size:12px; text-decoration:none; color:#666666; margin:-12px 0 3px; padding-bottom:9px;}
.askExpert .newsInfoLast a:link, .askExpert .newsInfoLast a:visited {text-decoration:none; color:#666666; }


.askExpert .newsDate a:hover, .askExpert .newsInfo a:hover, .askExpert .newsInfoLast a:hover {text-decoration:underline;}
.askExpert .newsDate a:active, .askExpert .newsInfo a:active, .askExpert .newsInfoLast a:active {text-decoration:underline;}



.referFriend {
	width:206px;
	border:none;
	float:left;
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding:0px;
}
.refer_button a { display:block; width:206px; height:34px; background-image:url(../images/refer_a_friend_new.gif); background-repeat:no-repeat; background-position:top left; }
.refer_button a:hover { background-position:bottom left; }

.meet_team a { display:block;  width:130px; height:26px; float:right; background-image:url(../images/meet_our_team.gif); background-repeat:no-repeat; background-position:top left; }
.meet_team a:hover { background-position:bottom left; }


h4.latestNews {margin-bottom:-5px; margin-top:0px;}

h4 {
	font-family: Arial;
	font-size:15px;
	font-weight:normal;
	color:#E93E2E;
	margin-bottom:7px;
	margin-top:0px;
}
h4 a:link {
	font-family: Arial;
	font-size:15px;
	font-weight:normal;
	color:#0c6fab;
	margin-bottom:7px;
	margin-top:0px;
	text-decoration:none;
}
h4 a:hover {
	font-family: Arial;
	font-size:15px;
	font-weight:normal;
	color:#0c6fab;
	margin-bottom:7px;
	margin-top:0px;
	text-decoration:none;
}

div.main-3col-left-r {
	width: 475px;
	background-color: #FFFFFF;
	float: left;
}


div.main-3col-left-r ul { margin:0px; }
div.main-3col-left-r li { margin:10px 0 10px 5px; list-style:disc; font-family:Arial, Helvetica, sans-serif; font-size:12px;  }

.onlineConv {
	width:473px;
	height:164px;
	border:1px solid #ddd;
	background: url(../images/had-an-accident-homepage.jpg);
	margin-bottom:15px;
	padding:0;
}
.onlineConv h3 {
	font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#DF2A34;
	margin-bottom:0; 
	padding:20px 0 7px 15px;
}

div.main-feat-3col .onlineConv h4 {
	font-family: Arial;
	font-size:17px;
	font-weight:bold;
	color:#0c6fab;
	margin-top:0px;
	padding:2px 0 0 15px;
}

.claim_img { padding:20px 0 0 15px; }

.claim_now {
	background-image: url(../images/start_a_claim.gif);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 180px;
	margin-top: 20px;
	margin-left: 15px;
}
.claim_now:hover {
	background-position: left -47px;
}

.onlineConv ul {
	margin:0;
	margin-left:32px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.main-feat-3col .onlineConv li { font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:0 0 3px 0;  }


div.main-feat-3col .onlineConv p { margin:0; padding:0px; }



.onlineConv .label{float:left; clear:both; margin-left:15px; height:24px; margin:5px 0 2px 15px; font-size:13px; width:100px; padding-top:6px;}
.onlineConv .field{float:left; display:inline; height:30px; margin:5px 0 2px 5px;}
.onlineConv .field .textbox{width:128px; height:20px; border:1px solid #ccc; background:#fff; font-family:Arial, Helvetica, sans-serif; padding:3px; font-size:15px; color:#333;}
.onlineConv .field .dropdown{width:136px; height:27px; border:1px solid #ccc; background:#fff; font-family:Arial, Helvetica, sans-serif; padding:3px; font-size:13px; color:#333;}
.onlineConv .getQuoteSubmit{width:126px; height:33px; float:left; clear:both; margin-left:120px; background: url(../images/call_me_back.gif); border:none; margin-top:2px;}
.onlineConv .getQuoteSubmit:hover{cursor:pointer; background-position:0px -32px;}

.divorce {
	width:473px;
	height:96px;
	border:1px solid #ddd;
	background: url(../images/divorce_bg.jpg);
	margin-bottom:16px;
	padding:0;
}
.success_stories {
	width:475px;
	height:auto;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:16px;
	

}
div.main-feat-3col .success_stories h2 {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#0c6fab;
	margin-bottom:7px;
	margin-top:0px;
	padding:0;
}
div.main-feat-3col .success_stories p {
	font-size:12px;
	color:#666;
}
.success_stories p a{color:#0c6fab; text-decoration:none;}
.success_stories p a:hover{text-decoration:underline;}
div.main-feat-3col .success_stories img {
	margin-top:-6px;
}



.read_more a {display:block; width:100px; height:26px; background-image:url(../images/read_more.gif); background-repeat:no-repeat; background-position:top left;  }
.read_more a:hover {  background-position:bottom left;}

.read_more_blue a {display:block; width:100px; height:26px; background-image:url(../images/read_more_blue.gif); background-repeat:no-repeat; background-position:top left;  }
.read_more_blue a:hover {  background-position:bottom left;}


.AccidentTypeHold { width:auto; height:88px; margin:5px 0 10px 0; padding:6px;  border:1px solid #DDDDDD; }
.AccidentTypeLeftImg { width:120px; height:88px; float:left; padding:0 20px 0 0; border-right:1px solid #DDDDDD; margin-right:18px; }
.AccidentTypeDescription { width:300px; float:left; text-align:left; }
.AccidentTypeDescription h3 { font-family:Arial, Helvetica, sans-serif; color:#0c6fab; font-size:15px; margin:0 0 5px 0; font-weight:normal; }

div.main-3col-left-r a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0c6fab;
	text-decoration:none;
}
div.main-3col-left-r a:hover {
	text-decoration:underline;
}
div.main-3col-left-r p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin:0 0 15px 0;
}

div.main-3col-right {
	float: right;
	width: 225px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.getTouch{width:203px; font-size:13px; font-weight:bold; padding:7px 11px 0; height:21px; background: url(../images/header_h2_bg.jpg) repeat-x; color:#fff;}
.getTouchHold{
	width:223px;
	border:1px solid#ddd;
	border-top:none;
	float:left;
	clear:both;
	
	font-size:12px;
	margin-bottom:15px;
}


.getTouchMain{ width:217px; margin:3px; background: url(../images/get_in_touch_blue_bg.jpg) repeat-x; height:206px; float:left; clear:both; }

.getTouchMain .label{float:left; clear:both; margin-left:15px; height:19px; margin:5px 0 2px 10px; font-size:12px; width:65px; padding-top:6px; color:#333;}
.getTouchMain .field{float:right; display:inline; height:25px; margin:5px 8px 2px 0px;}
.getTouchMain span.required{color:#E93E2E;}
.getTouchMain .field .textbox{width:115px; height:17px; border:1px solid #ccc; background:#fff; font-family:Arial, Helvetica, sans-serif; padding:3px; font-size:13px; color:#333;}


.getTouchMain .field .dropdown {width:123px; height:20px; border:1px solid #ccc; background:#fff; font-family:Arial, Helvetica, sans-serif; padding:3px; font-size:11px; color:#333;}


.getTouchMain .getQuoteSubmit{width:126px; height:33px; float:left; clear:both; margin-left:85px; background: url(../images/call_me_back.gif); border:none; margin-top:4px;}
.getTouchMain .getQuoteSubmit:hover{cursor:pointer; background-position:0px -33px;}
.getTouchMain h4{margin-left:8px;}
.getTouchMain p{font-size:12px; color:#666; margin:0px;}

.claimNow { width:auto; font-size:13px; font-weight:bold; padding:7px 11px 0; height:21px; background: url(../images/header_h2_bg.jpg) repeat-x; color:#fff; }
.claimNowform { width:auto; background:#FAFCFF; padding:15px 20px 20px 20px; border:1px solid #DDDDDD; }
.claimNowform label { font-size:15px; }
.claimNowform select { font-size:12px; width:168px;  }

.claimNowform .tf { width:160px; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:14px; height:20px; padding: 2px 1px 1px 3px; border:1px solid #ccc; margin:2px 0 4px 0; }
.claimNowform .da { width:90px; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:20px; padding: 2px 1px 1px 3px; border:1px solid #ccc; margin:2px 0 4px 0; }
.claimNowform .ta { width:352px; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:60px; padding: 4px 1px 1px 3px; border:1px solid #ccc; margin:0px 0 8px 0; }


.start_new_claim a { width:290px; height:47px; margin:5px 0 10px 0; background-image:url(../images/start_new_claim_online.gif); display:block; background-position:left top; }
.start_new_claim a:hover {  background-position:left -47px; }



.phoneNumber{
	border:none;
	float:left;
	margin-bottom:15px;
}
.asterisk { color:red; }

.compCalc

{ width:177px;
height:232px;
padding:12px 34px 12px 12px;
background-image:url(../images/comp_calc_right_feat_bg.jpg);
background-repeat:no-repeat;
border:1px solid #ddd;
float:left;
display:block; 
margin-bottom:15px;
 }

.compCalc H3 { margin:0 0 30px 0; color:#0C6FAB; font-ize:16px;  }
.compCalc p { margin:0 0 22px 0; line-height:21px; }


.calculator a { display:block; width:100px; height:26px; background-image:url(../images/calculator.gif); background-repeat:no-repeat; background-position:top left; }
.calculator a:hover { background-position:bottom left; }

.forumRight{
	border:1px solid #ddd;
	float:left;
	clear:both;
	margin-bottom:15px;
	background: url(../images/forum_link_right.jpg);
	width:207px;
	height:38px;
	padding:8px;
}
.forumRight h4{margin-bottom:-8px;}
.forumRight p{font-size:12px; color:#666;}
.forumRight a{font-size:12px; color:#E93E2E; text-decoration:none; margin-bottom:0;}
.forumRight a:hover{text-decoration:underline;}
.meetTeam{width:207px; height:231px; background: url(../images/meet_our_team_right_bg.jpg); background-position:bottom; background-repeat:no-repeat; border:1px solid #ddd; float:left; clear:both; padding:8px;}
.meetTeam p{font-size:12px; color:#666; margin-top:149px; margin-bottom:5px; }





/* ------- MEET OUR TEAM ------- */


	div.team-container {
	width: 960px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	line-height: 0px;
	text-decoration: none;
	text-indent: 0px;
	display: block;
	float: left;
}
div.team-left {
	float:left;
	padding:0px;
	height:auto;
	margin:0px;
	width: 736px;
}
div.team-navi {
	width: 736px;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
}
div.team-navi ul {
	margin:0px;
	padding:0px;
	float:left;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
div.team-navi li {
	margin:0px;
	float:left;
	display:inline;
}
div.team-navi li a {
	background-repeat: no-repeat;
	background-position: left top;
	height: 227px;
	display: block;
	float: left;
}
div.team-navi li.team1 a {
	background-image: url(../images/team_navi_1.jpg);
	width: 90px;
	display: block;
	float: left;
}
div.team-navi li.team1 a:hover {
	background-image: url(../images/team_navi_1.jpg);
	width: 90px;
	display: block;
	float: left;
	background-position: left -227px;
}
div.team-navi li.team1 a.selected {
	background-image: url(../images/team_navi_1.jpg);
	width: 90px;
	display: block;
	float: left;
	background-position: left -227px;
}
div.team-navi li.team2 a {
	background-image: url(../images/team_navi_2.jpg);
	width: 78px;
	display: block;
	float: left;
}
div.team-navi li.team2 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team2 a.selected {
	background-position: left -227px;
}
div.team-navi li.team3 a {
	background-image: url(../images/team_navi_3.jpg);
	width: 67px;
	display: block;
	float: left;
}
div.team-navi li.team3 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team3 a.selected {
	background-position: left -227px;
}
div.team-navi li.team4 a {
	background-image: url(../images/team_navi_4.jpg);
	width: 74px;
	display: block;
	float: left;
}
div.team-navi li.team4 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team4 a.selected {
	background-position: left -227px;
}
div.team-navi li.team5 a {
	background-image: url(../images/team_navi_5.jpg);
	width: 90px;
	display: block;
	float: left;
}
div.team-navi li.team5 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team5 a.selected {
	background-position: left -227px;
}
div.team-navi li.team6 a {
	background-image: url(../images/team_navi_6.jpg);
	width: 76px;
	display: block;
	float: left;
}
div.team-navi li.team6 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team6 a.selected {
	background-position: left -227px;
}
div.team-navi li.team7 a {
	background-image: url(../images/team_navi_7.jpg);
	width: 81px;
	display: block;
	float: left;
}
div.team-navi li.team7 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team7 a.selected {
	background-position: left -227px;
}
div.team-navi li.team8 a {
	background-image: url(../images/team_navi_8.jpg);
	width: 74px;
	display: block;
	float: left;
}
div.team-navi li.team8 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team8 a.selected {
	background-position: left -227px;
}
div.team-navi li.team9 a {
	background-image: url(../images/team_navi_9.jpg);
	width: 78px;
	display: block;
	float: left;
}
div.team-navi li.team9 a:hover {
	cursor:pointer;
	background-position: left -227px;
}
div.team-navi li.team9 a.selected {
	cursor:pointer;
	background-position: left -227px;
}

/* no longer required ********************************

div.team-navi li.team10 a {
	background-image: url(../images/team_navi_10.jpg);
	width: 81px;
	display: block;
	float: left;
}
div.team-navi li.team10 a:hover {
	background-image: url(../images/team_navi_10.jpg);
	width: 81px;
	display: block;
	float: left;
	background-position: left -226px;
}
div.team-navi li.team10 a.selected {
	background-image: url(../images/team_navi_10.jpg);
	width: 81px;
	display: block;
	float: left;
	background-position: left -226px;
}

***************************************************** */



div.team-info {
	background-image: url(../images/refelections.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 696px;
	height: 84px;
	float: left;
	margin: 0px;
	padding-top: 46px;
	padding-bottom: 9px;
	padding-right: 40px;
}
div.team-info h2 {
	font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#E93E2E;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}
.team-name {
	font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#E93E2E;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}
.team-title {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}
.team-title a {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#E93E2E;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	text-decoration:none;
	margin-right: 0px;
	margin-left: 0px;
}
.team-title a:hover {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#E93E2E;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	text-decoration:underline;
	margin-right: 0px;
	margin-left: 0px;
}
div.team-info p {
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin-bottom:7px;
	margin-top:15px;
	padding:0px;
	line-height: 16px;
	font-style: normal;
	margin-right: 0px;
	margin-left: 0px;
}
div.team-feat {
	float: right;
	width: 224px;
	height: auto;
	margin: 0px;
	padding: 0px;
}










/* compensation calculator


/* ------- COMPENSATION ------- */
	
	
	div.compensation-container {
	width: 960px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
div.compensation-l {
	height: auto;
	width: 411px;
	padding-right: 95px;
	padding-bottom: 30px;
	float: left;
}
div.compensation-r {
	float: right;
	width: 450px;
	height: 487px;
	background-image: url(../images/bartletts-compensation-nav/man-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div.compensation-ra {
	float:left;
	width:225px;
	margin:0px;
	padding:0px;
}
div.compensation-rb {
	float:right;
	width:225px;
	margin:0px;
	padding:0px;
}
div.compensation-ra ul, div.compensation-rb ul {
	width: 225px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.compensation-ra li {
	display:block;
	padding:0px;
}
div.compensation-ra li a {
	display:block;
}
div.compensation-ra li.compensation1 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/minorhead.gif);
	margin-top: 13px;
	margin-left: 21px;
}
div.compensation-ra li.compensation1 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation1 a.selected {
	background-position:left -25px;
}
div.compensation-ra li.compensation2 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/neckinjuries.gif);
	margin-top: 13px;
	margin-left: 21px;
}
div.compensation-ra li.compensation2 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation2 a.selected {
	background-position:left -25px;
}
div.compensation-ra li.compensation3 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/handinjuries.gif);
	margin-top: 70px;
	margin-left: 21px;
}
div.compensation-ra li.compensation3 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation3 a.selected {
	background-position:left -25px;
}
div.compensation-ra li.compensation4 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/backinjuries.gif);
	margin-top: 6px;
	margin-left: 21px;
}
div.compensation-ra li.compensation4 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation4 a.selected {
	background-position:left -25px;
}
div.compensation-ra li.compensation5 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/kneeinjuries.gif);
	margin-top: 120px;
	margin-left: 21px;
}
div.compensation-ra li.compensation5 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation5 a.selected {
	background-position:left -25px;
}
div.compensation-ra li.compensation6 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/footinjuries.gif);
	margin-top: 84px;
	margin-left: 21px;
}
div.compensation-ra li.compensation6 a:hover {
	background-position:left -25px;
}
div.compensation-ra li.compensation6 a.selected {
	background-position:left -25px;
}
div.compensation-l h2 {
	font-size:19px;
	margin-top:0px;
	padding:0px;
	margin-bottom:12px;
	color:#E93E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
div.compensation-rb li {
	display:block;
	padding:0px;
}
div.compensation-rb li a {
	display:block;
}
div.compensation-rb li.compensation7 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/braindamage.gif);
	margin-top: 9px;
	margin-left: 91px;
}
div.compensation-rb li.compensation7 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation7 a.selected {
	background-position:left -25px;
}
div.compensation-rb li.compensation8 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/shoulderinjuries.gif);
	margin-top: 32px;
	margin-left: 91px;
}
div.compensation-rb li.compensation8 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation8 a.selected {
	background-position:left -25px;
}
div.compensation-rb li.compensation9 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/fingerinjuries.gif);
	margin-top: 50px;
	margin-left: 91px;
}
div.compensation-rb li.compensation9 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation9 a.selected {
	background-position:left -25px;
}
div.compensation-rb li.compensation10 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/arminjuries.gif);
	margin-top: 11px;
	margin-left: 91px;
}
div.compensation-rb li.compensation10 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation10 a.selected {
	background-position:left -25px;
}
div.compensation-rb li.compensation11 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/leginjuries.gif);
	margin-top: 69px;
	margin-left: 91px;
}
div.compensation-rb li.compensation11 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation11 a.selected {
	background-position:left -25px;
}
div.compensation-rb li.compensation12 a {
	display:block;
	width:131px;
	height:25px;
	background-image:url(../images/bartletts-compensation-nav/toeinjuries.gif);
	margin-top: 155px;
	margin-left: 91px;
}
div.compensation-rb li.compensation12 a:hover {
	background-position:left -25px;
}
div.compensation-rb li.compensation12 a.selected {
	background-position:left -25px;
}
div.compensation-l h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0070AF;
}
div.compensation-l h4 {
	font-size:14px;
	margin-top:0px;
	padding:0px;
	margin-bottom:12px;
	color:#E93E2E;
	font-family: "Arial Black";
	font-style: normal;
	font-weight: normal;
}
div.compensation-l p {
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.compensation-r a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0070AF;
	text-decoration: underline;
}
div.compensation-r a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E93E2E;
	text-decoration: underline;
}
div.compensation-r a.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E93E2E;
	text-decoration: underline;
}





/* FOOTER ////////////////////////////////////////////////////////////////*/

#footer, #footer_new {
	clear:both;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	float: left;
	width: 960px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#footer_new ul.footer {
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0;
}


#footer_new ul.footer li {
	width: 100%;
}

#footer_new ul.footer li a {
	font-size: 12px;
	color: #545454;
	text-decoration: none;
}

#footer_new ul.footer li a:hover {
	text-decoration: underline;
}

#footer_new p.address {
	font-size: 12px;
	line-height: 19px;
}

#footer_new p.legal {
	font-size: 12px;
	line-height: 19px;
	margin-top: -1px;
}

.copyright {
    font-size: 11px;
	width: 100%;
	float: left;
	text-align: center;
}
#footer_new a {
    color: #000000;
}

.copyright a {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

div.footer-images {
	width: 179px;
	float: left;
}
div.footer-images a {
	width: auto;
	margin-right:7px;
	border:none;
}
div.footer-text {
	float: left;
	width: 400px;
	height: 53px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	font-weight: normal;
}
div.footer-copyright p, div.footer-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636467;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
div.footer-copyright {
	float: right;
	width: 350px;
	height: 29px;
	padding-top: 27px;
	text-align: right;
}
div.footer-copyright a, div.footer-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
div.footer-copyright a:hover, div.footer-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
#footer li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 360px;
	position: relative;
}
#footer li a {
	list-style-type: none;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -20px;
}
#footer li a:hover {
	list-style-type: none;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#footerbottom {
	clear:both;
	height: 19px;
	background-image:url(../images/footerbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
}
#creditlink {
	background-color: #000;
	position: relative;
	bottom: 22px;
	width: 210px;
	margin-left: 455px;
}
#creditlink a {
	font-family: Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FF7F00;
	text-decoration: none;
}
#creditlink a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
}


blockquote {font-size:16px;
font-family:Arial, Helvetica, sans-serif;
float:right;
width:200px;
height:auto;
margin:10px;
text-align:right;

color:#E93E2E;}

.openingtimes {float:right;
width:275px;
height:auto;
margin-left:10px;
}

.splitnews {float:left;
width:220px;
height:auto;
margin:6px;
line-height:16px; }

