body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #d8edf2;
   color: #4b5153;
}
body,textarea {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:13px;
}


/*MAIN STYLES*/


a {
   color: #c91d60;
}
a:hover {
   color: #046983;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#046983;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.5em;
}
h2.graphic,h2.main {
   margin:0;
	 padding:0;
	 text-indent:-2000px;
	 overflow:hidden;
	 background-repeat:no-repeat;
	 width:100%; 
}
h2.graphic {
	 height:24px;
}
h2.main {
	 height:39px;
}
h2#graphic1 {
   background-image:url(../img/make_a_claim.gif);
	 margin-top:20px;
}
h2#graphic2 {
   background-image:url(../img/the_claims_process.gif);
	 margin-top:13px;
}
h2#graphic3 {
   background-image:url(../img/replacement_vehicles.gif);
	 margin-top:13px;
}
h2#graphic13 {
   background-image:url(../img/testimonials1.gif);
	 margin-top:13px;
}
h2#graphic15 {
   background-image:url(../img/claims_calculator.gif);
	 margin-top:13px;
}

h2#graphic4 { background-image:url(../img/about_us.gif); }
h2#graphic5 { background-image:url(../img/car_accident_claims.gif); }
h2#graphic6 { background-image:url(../img/replacement_vehicles2.gif); }
h2#graphic7 { background-image:url(../img/frequently_asked_questions.gif); }
h2#graphic8 { background-image:url(../img/contact_us.gif); }
h2#graphic9 { background-image:url(../img/site_map.gif); }
h2#graphic10 { background-image:url(../img/privacy_policy.gif); }
h2#graphic11 { background-image:url(../img/accessibility_statement.gif); }
h2#graphic12 { background-image:url(../img/enquiry_form.gif); }
h2#graphic14 { background-image:url(../img/testimonials2.gif); }
h2#graphic16 { background-image:url(../img/claims_calculator2.gif); }
h2#graphic17 { background-image:url(../img/complaints_procedure.gif); }

h3 {
   font-size:1.2em;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
margin:0;
padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}
ol.complaints li {
   padding:12px 0;
	 font-size:13px;
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#c91d60;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#046983;
}
.menubuttons li.active a {
   color:#046983;
   font-weight:bold;
}


#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 16px;
	 height:38px;
	 color:#FFFFFF;
	 font-size:13px;
	 text-decoration:none;
	 border-right:1px solid #19819c;
}
#headernav li a span {
   position:relative;
	 top:7px;
}
#headernav li.active a,#headernav li a:hover {
   background-color:#19819c;
}
#headernav li.active a {
   font-weight:bold;
}


ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 background-color:#FFFFFF;
}
#header {
   position: relative;
   float:left;
   height: 215px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
}
h1#headercaption {
   position:absolute;
	 top:60px;
	 left:260px;
	 font-size:32px;
	 color:#046983;
	 padding:0;
	 margin:0;
	 font-weight:normal;
	 font-family:Calibri,"Trebuchet MS",Helvetica,Sans-Serif;
}
#logo {
   position:absolute;
	 top:26px;
	 left:44px;
	 width:183px;
	 heigth:134px;
}
#footer {
   position: relative;
   clear: both;
	 background-color:#d8edf2;
	 padding:40px 0 20px 0;
   background-image:url(../img/footer1.gif);
   background-repeat:no-repeat;
}
#footer p {
   padding:10px 0 4px 50px;
	 margin:0;
}
#footer p.larger {
   font-size:18px;
	 padding-top:4px;
}
#footer p.larger span {
   color:#c91d60;
	 font-weight:bold;
}
#statutory {
   position:absolute;
	 right:36px;
	 top:50px;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:30px;
   right:36px;
   text-align:right;
}
#accessibility a,#statutory a {
   color:#666666;
}
#headernav {
   position:absolute;
   top:169px;
   left:47px;
	 height:38px;
}
.leftthin,.rightthin {
   width:276px;
}
.leftwide,.rightwide {
   width:560px;
}
.leftmid,.rightmid {
   width:418px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:20px;
	 float:left;
	 position:relative;
	 left:30px;
   width:844px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #046983;
   color:#046983;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#046983;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#046983;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:118px;
	 height:28px;
}
.imagebutton span {
   display:none;
}
#bigimagebutton {
   width:238px;
	 height:50px;
	 position:relative;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:14px;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:2px solid #FFFFFF;
   padding:10px;
}
table th,table th a {
   background-color:#EEEEEE;
   color:#c91d60;
}


*html .faqs dl {
   width:400px;
}

.faqs dt {
   font-weight:bold;
	 color:#046983;
	 clear:both;
	 float:left;
}
.faqs dd {
   clear:both;
	 float:left;
}

*html dt {
   width:400px;
	 padding:10px 0;
	 margin:0;
}
*html dd {
   width:400px;
}

.faqs dd ul {
   padding-bottom:1em;
}

.contactleft {
   width:210px;
	 float:left;
	 padding-bottom:40px;
}
.contactright {
   width:290px;
	 float:right;
	 font-weight:bold;
	 padding-bottom:40px;
}
.contactdetail {
	 color:#c91d60;
	 clear:both;
	 display:block;
	 width:250px;
	 font-size:16px;
}

#formresult {
   background-repeat:no-repeat;
	 background-image:url(../img/blue_bar.gif);
	 width:844px;
	 height:38px;
	 position:relative;
	 left:30px;
	 top:-10px;
}
#formresult p {
   padding:7px 4px 7px 39px;
	 font-size:15px;
	 font-weight:bold;
}
#formresult p span {
   color:#c91d60;
}