/* CSS Document */

* {padding : 0; margin : 0;} /*resets all to zero*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

body{
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #000;
text-align: center;
min-width: 950px;
background: #fff url(../img/bg2.jpg) repeat-x;
line-height: 1.3;
font-size: x-small;  /* for IE5 Win */
voice-family: "\"}\""; 
voice-family: inherit;
font-size: small; /* for compliant browsers */
}
/*be nice to Opera*/ 
html>body {  
font-size: small;
}

/*set some defaults which will apply across all browser*/

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, p, fieldset, address {  margin : 0; }

p{	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#122942;
	text-align: left;
		line-height: 140%;
		margin: 0 0 10px 0;
		
	}


blockquote {border: solid 1px #f40000;
margin: 10px 0 0 0px;
padding: 10px 20px;
font-weight: 900;
color: #666;
}




h1 {
    font-size: 200%;
	color: #000;
	font-weight: 900;
	text-align: left;
	line-height:140%;
	padding:0px;
	}

.logo {display: none;}

h2 {
    font-size: 130%;
	color: #333;
	font-weight: 900;
	text-align: left;
	padding:0 0 10px 0;
	margin-top: 8px;
	}
	
#midblock h2 {
    font-size: 14px;
	color: #333;
	font-weight: 900;
	text-align: left;
	padding:0 0 10px 0;
	margin-top: 8px;
	}
	
	#rightblock h2 {
    font-size: 14px;
	color: #333;
	font-weight: 900;
	text-align: left;
	padding:0 0 10px 0;
	margin-top: 8px;
	}
	
		#rightblock p {
    font-size: 100%;
	}
	
.tagline {font-size: 95%;
	color: #fff;
	font-weight: 100;
	text-align: left;
	padding: 5px 0 0 131px;
}	

h3 {
    font-size: 120%;
	color: #333;
	font-weight: bold;
	margin: 10px 0 5px 0px;
	}


h4 {
    font-size: 110%;
	color: #333;
	font-weight: 100;
	padding:0px;
	text-align:left;
	height: 24px;
		margin: 18px 0 10px 0;

	}


h5 {
    font-size: 100%;
	color: #FFF;
	font-weight: bold;
	padding:10px;
	text-align:right;
	}
	
h6 {
    font-size: 100%;
	font-weight: 900;
	text-align: left;
	padding:0 0 10px 0;
	margin-top: 8px;
	}

.clear{
clear: both;
}
	/* main page styles */

#container{
background: #fff;
width: 950px;
height: auto;
text-align: left;
margin: 0px auto;
font-size: 90%;
position: relative;
border: 0px solid #333;
}

	

	
#content-area {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
min-height: 700px;
background: url(../img/faux-cols.png);
}

#content-area-confused {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
min-height: 700px;
background: #fff;
}

#top-nav {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
height: 25px;
background: url(../img/top-nav.jpg);
}	
	
#top-curves {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
height: 30px;
background: url(../img/top-curves.png);
 }		

 
 

/*     LHS column and nav divs     */


#leftblock {width: 165px; 
float: left;
margin: 0px 0px 0 0;
padding: 0 0 0 10px;
}

#leftnav {width: 185px; 
float: left;
margin: 0px 0px -20px 0px;
padding: 0 0 0 0px;

}

#leftnav-bottom {
height: 10px;
width: 185px;
margin: 0 0 0px 0;
padding: 0px;
background: url(../img/leftnav-bottom.gif) no-repeat;
}

*html #leftnav-bottom {
margin: 0 0 -5px 0;
}


#left-sub-nav-header {
width: 171px;
height: 35px;
background: url(../img/left-sub-nav.gif) no-repeat;
}

#left-sub-nav {
border: 0px solid;
background-color: #fff;
margin-left: 5px;
}

#left-sub-nav ul {
color: #333;
font-size: 100%;
font-weight: bold;
}




#left-sub-nav-header1 {width: 171px;
height: 35px;
background: url(../img/left-sub-nav.gif) no-repeat;
}

#left-sub-nav1 {
border: 0px solid #F40000;
background: #fff;
margin-left: 5px;
margin-right: 5px;
}

#left-sub-nav1 ul {color: #333;
font-size: 100%;
font-weight: bold;
}

#left-sub-nav1 li {padding: 3px 5px;
border-top: 5px solid #F40000;
background: #fff;

}

#left-sub-nav1 h3 {
border-top: 5px solid #F40000;
border-bottom: 5px solid #F40000;
color: #fff; 
font-size: 110%;
background: #850000;
padding: 5px;
margin: 0;
}

#left-sub-nav1 h3 a:link {
color: #fff;
text-decoration:none;
}
#left-sub-nav1 h3 a:visited {
color: #fff;
text-decoration:none;
}
#left-sub-nav1 h3 a:active {
color: #fff;
text-decoration:none;
}
#left-sub-nav1 h3 a:hover {
color:#a74000;
text-decoration:none;
}

#left-sub-nav1 a:link {
text-decoration:none;
}
#left-sub-nav1 a:visited {
text-decoration:none;
}
#left-sub-nav1 a:hover {
text-decoration:none;
color:#a70000;
}
#left-sub-nav1 a:active {
text-decoration:none;
}


#linktop {
padding:0px 0px 0px 0px;
font-size:11px;
}

#linktop a:link,
#linktop a:visited,
#linktop a:active {
color:#a30000; font-size:11px;
text-decoration:none;
}
#linktop a:hover {
color:#a30000; font-size:11px;
text-decoration:underline;
}


/*     main content section     */


#midblock {width: 510px; 
float: left;
padding: 0 20px; 
background: transparent;
margin-left: 20px;
}


*html #midblock {
margin-left: 0px;
}

#midblock p {
line-height: 150%;
}

#midblock p a:link {
color:#a7000;
text-decoration:none;
}

#midblock p a:visited {
color:#a7000;
text-decoration:none;
}

#midblock p a:active {
color:#a7000;
text-decoration:none;
}

#midblock p a:hover{
color:#a7000;
text-decoration:underline;
}

#problems {width: 454px; 
float: left;
padding: 10px; 
background: #ccc;
}




/*     RHS column divs     */

#rightblock {
float: right;
padding: 0 10px 0 0;
background: transparent;

}

#rightblock a{ 
color:#a70000;
text-decoration:none;
}
#rightblock a:hover{ 
color:#a70000;
text-decoration:underline;
}

#request-quote {width: 170px; 
height: 25px;
padding: 0;
background: url(../img/request-quote.gif);
}


#news {

text-align:left;
}


#news p {font-size: 95%;

}

#partners img, #kpmg img {text-align: center;
margin: 15px 0 15px 40px;

}





/*  common header and footer styles */


	
#header {float: left;
	width: 950px;
    height: 135px;
	background: #fff url(../img/header.jpg) no-repeat;
	border: 0px solid #333;
	margin-bottom: 0px;
	}

#search {
padding: 12px 0px 0 0;
}		



#imagereplace {position: absolute;
left: 33px;
top: 60px;}

#headerbooking {position: absolute;
left: 515px;
top: 123px;
}

#mortgage-quote {float: right;
padding: 20px 17px 0 0;
}

#mortgage-quote h2 {padding:0 0 0 8px;
margin: 0;
text-align:center;
font-size:14px;
letter-spacing:1px;
}	

#mortgage-quote h3 {padding:0 0 0 8px;
margin: 0;
font-size: 200%;
}		
				
.input2 {border: 0;
height: 15px;
margin: 0px 0 0 0px;
}



  #footer{
    padding: 0;
	padding: 10px 0 0 0;
	float: left;
    height: 0px;
	width: 950px;
	background: #fff  url(../img/footer.png) no-repeat;

	}	

.assistive {
	display: none;
}
	
	
	
	
	
	
	
	
/*  link styles */
	
a:link {
		color: #000;
		text-decoration: underline;
}
a:visited {
	color: #333;
		    text-decoration: none;
}
a:hover {
	color: #f40000;
		    text-decoration: underline;
}
a:active {
	color: #333;
}






/* menu styles */

	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/*- Top Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:url("../img/top-nav-bg.jpg");
      font-size:120%;
	  font-weight: bold;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:0px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../img/tabright.gif") no-repeat right top;
      padding:5px 21px 4px 12px;
      color:#333;
      }
	  

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#333;
      }
    #tabs a:hover, #tabs a.active {
      background-position:0% -42px;
      }
    #tabs a:hover span, #tabs a.active span  {
      background-position:100% -42px;
      }
	  
	  
	  
/*   left nav css   */	


#leftnav {
background: url(../img/leftnav.gif) no-repeat;

}  
	  
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
margin-top: 10px;
padding-bottom: 5px;
left: 0;
width: 185px;
clear: both;
background-color:#333;
background-image: url(../img/leftnav-bg.jpg);
background-color:#F40000;

}
#menu2 {
padding-top: 10px;
padding-bottom: 5px;
left: 0;
width: 185px;
clear: both;
background-color:#333;
background-image: url(../img/leftnav-bg.jpg);
background-color:#F40000;

}

.removed { margin-top:-10px; padding-top:10px; }

#menu2 dt,
#menu dt {
cursor: pointer;
margin: 2px 0 2px 5px;
padding: 8px 0px 2px 30px;
text-align: left;
font-weight: bold;
border: 0px solid #000;
background: #000 url(../img/button.jpg);
height: 20px;
}

#menu2 dd,
#menu dd {margin: 2px 0 2px 5px;
padding: 0 5px;
border: 0px solid gray;
}

#menu2 li,
#menu li {
text-align: left;
background: #ccc;
}



#submenu {
color:#ffffff;
padding:5px 10px 10px 10px;
font-size:11px;
line-height:140%;
background-image: url(../img/leftnav-bg.jpg);
background-color:#ff0000;

}

#submenu ul {
color:#ffffff;
}

#submenu li {
color:#ffffff;
margin:0px 5px 0px 18px;

}

#submenu a {
color:#ffffff;
text-decoration:none;
}

#submenu a:hover {
color:#ffffff;
text-decoration:underline;
}

/* <------------------------------------------------------------------------ TOP LEFT MENU LINK COLOUR  */

#menu2 li a, #menu2 dt a,
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0px solid;
height: 100%;
padding-left: 5px;
}

#menu2 li a,
#menu li a {
border: 1px solid;
}


#menu2 li a,
#menu li a {
color: #000;}

#menu2 dt:hover,
#menu dt:hover {
background: #006 url(../img/button-select.jpg);
}

#menu2 dt.selected,
#menu dt.selected {
background: #006 url(../img/button-select.jpg);
}

/* <------------------------------------------------------------------------ TOP LEFT MENU LINK HOVER COLOUR  */

#menu2 dt a:hover, #menu2 dt a.selected,
#menu dt a:hover, #menu dt a.selected  {
color: #850000; 

}

#menu2 li a:hover, #menu2 li .selected,
#menu li a:hover, #menu li .selected {
background: #fff;
display: inline;
}



/*   this is dimensions for the template specific colours in template.css   */	  

/*  left column   */	  



/* colour separators for long sub menu  */
#left-sub-nav li {
padding: 3px 5px;
}


/* background and top margin colour for section dividers in long sub menu  */
#left-sub-nav h3 {
color: #fff; 
font-size: 110%;
padding: 5px;
margin: 0;
background: none;
}

#left-sub-nav h3 a:link{
	color: #fff;
	text-decoration:none;
}
#left-sub-nav h3 a:visited{
	color: #fff;
	text-decoration:none;
}
#left-sub-nav h3 a:hover{
	color: #fff;
	text-decoration:none;
}
#left-sub-nav h3 a:active{
	color: #fff;
	text-decoration:none;
}

#left-sub-nav li a:link {
color:#333;
text-decoration:none;
}
#left-sub-nav li a:active {
color:#333;
text-decoration:none;
}
#left-sub-nav li a:visited {
color:#333;
text-decoration:none;
}
#left-sub-nav li a:hover {
color:#a70000;
text-decoration:none;
}

/*  right column   */	


/* background colour for news link bar  */
#news-feed {width: 145px; 
padding-left: 5px;
height: 14px;
background-color:#FFFFFF;
}

/* margin colour for entire RHS section */
#news, #partners, #kpmg, #tower-banner {width: 150px; 
padding: 5px;
background: #fff;
text-align:center;
}

#tower-banner-wide { 
width:160px; text-align:center;
margin-left:5px;
background-color:#fff;
}


#tower-banner2 {
width: 150px; 
border: 5px solid #E22B00;
padding: 5px;
background: #fff;
border-top: 0px solid #E22B00;
padding-bottom:10px;
}

#tb-title{
width:auto;
height:auto;
color:#CC3300;
text-align:center;
font-weight:bold;
margin:0px;
}

#tb-img{
text-align:center;
padding:5px 0px 5px 0px;
width:auto;
height:auto;
}

#tb-text{
width:auto;
height:auto;
color:#333;
text-align:center;
font-size:11px;
padding:0px 0px 5px 0px;
}

#tb-apply{
text-align:center;
width:auto;
height:15px;
font-size:12px;
padding:5px 0px 10px 0px;
}

#tb-apply a{
color:#cc3300;
text-decoration:none;
}

#tb-apply a:link{
color:#cc3300;
text-decoration:none;
}

#tb-apply a:click{
color:#cc3300;
text-decoration:none;
}

#tb-apply a:visited{
color:#cc3300;
text-decoration:none;
}

#tb-apply a:hover{
color:#fff;
background:#cc3300;
text-decoration:none;
}


#tb-apply-bottom{
text-align:center;
width:auto;
height:15px;
font-size:12px;
padding:5px 0px 5px 0px;
}

#tb-apply-bottom a{
color:#cc3300;
text-decoration:none;
font-weight:bold;
}

#tb-apply-bottom a:link{
color:#cc3300;
text-decoration:none;
}

#tb-apply-bottom a:click{
color:#cc3300;
text-decoration:none;
}

#tb-apply-bottom a:visited{
color:#cc3300;
text-decoration:none;
}

#tb-apply-bottom a:hover{
color:#fff;
background:#cc3300;
text-decoration:none;
}

/*  fonts  */	



h6 {
color: #E22B00;
}	

#form_homepage{text-align:center; border: 0px solid #680001; }


#form_homepage a:hover{
	text-decoration: underline;
	
}


#form_homepage th{
background-color: #850000;
color:#fff;
}


#form_homepage img{
border:1px solid #000;
}





#newsRSS {

text-align:left;
}


DIV#latestArticles { text-align:left;  }
DIV#latestArticles A {  }
DIV#latestArticles TD { padding:3px 2px 5px 1px; font-size:95%; }
DIV#latestArticles TH {	text-transform: capitalize; background-color: #ffffff; color:#333; font-size: 120%; padding:5px 2px 5px 1px;}
DIV#latestArticles A#more {  }
DIV#latestArticles TABLE {border:0px solid #ffffff;}

DIV#articleTitle { font-size:120%; font-weight:bold; color:#333; }
DIV#articleDate { font-size:90%; }
DIV#articleBody { padding:0px 0px 20px 0px;}
DIV#articleBody A:link { 
color:#e22b00;
text-decoration:none; }
DIV#articleBody A:active { 
color:#e22b00;
text-decoration:none; }
DIV#articleBody A:visited { 
color:#e22b00;
text-decoration:none; }
DIV#articleBody A:hover { 
color:#e22b00;
text-decoration:underline; }

DIV#articleLinks {font-size: 12px; font-family: arial; padding: 4px;}
DIV#articleLinks A {color: blue; margin-left: 16px;}

DIV#articleButtons {
text-align:center;
}

DIV#relatedArticles H4 { font-size:120%; color:#333; font-weight:bold; border-bottom:1px solid #e22b00; }
DIV#relatedArticles H5 { }
DIV#relatedArticles {}
DIV#relatedArticles A:link { 
color:#e22b00;
text-decoration:none; }
DIV#relatedArticles A:active { 
color:#e22b00;
text-decoration:none; }
DIV#relatedArticles A:visited { 
color:#e22b00;
text-decoration:none; }
DIV#relatedArticles A:hover { 
color:#e22b00;
text-decoration:underline; }
DIV#relatedArticles TD { font-size:90%; padding:0px 0px 0px 20px; }

DIV#articleLinks H4 {font-size:120%; color:#333; font-weight:bold; border-bottom:1px solid #e22b00; padding:0px 0px 0px 0px;}
DIV#articleLinks A { color:#e22b00; font-size:90%;}
DIV#articleLinks A:link { 
color:#e22b00;
text-decoration:none; }
DIV#articleLinks A:active { 
color:#e22b00;
text-decoration:none; }
DIV#articleLinks A:visited { 
color:#e22b00;
text-decoration:none; }
DIV#articleLinks A:hover { 
color:#e22b00;
text-decoration:underline; }

DIV#articleLinkTo form { font-size:90%;  } 
DIV#articleLinkTo H4 {
font-size:120%; color:#333; font-weight:bold; border-bottom:1px solid #e22b00; padding:0px 0px 0px 0px;
}

DIV#newsIndex H4 {  font-size:120%; color:#333; font-weight:bold; border-bottom:1px solid #e22b00; padding:0px 0px 0px 0px; text-transform:capitalize; }
DIV#newsIndex H5 { font-size:100%; color:#333; font-weight:bold;  padding:0px 0px 5px 0px;  text-align:left;}
DIV#newsIndex {}
DIV#newsIndex A { text-decoration:none; }
DIV#newsIndex TD { padding:0px 0px 3px 0px;}

DIV#rssIndex H4 {  font-size:120%; color:#333; font-weight:bold; border-bottom:1px solid #e22b00; padding:0px 0px 0px 0px;}
DIV#rssIndex H5 { font-size:100%; color:#333; font-weight:bold;  padding:0px 0px 5px 0px; text-align:left;  }
DIV#rssIndex {}
DIV#rssIndex A {  }
DIV#rssIndex TD { }

#applynow{
	border:1px solid #990002;
	background-color:#990002;
	width:120px;
	text-align:center;
	padding:2px 0px 2px 0px;
}

#applynow a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFC6C7;
	
}

#applynow a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#applynow2{
	border:1px solid #990002;
	background-color:#990002;
	width:100px;
	text-align:center;
	padding:2px 0px 2px 0px;
}

#applynow2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:none;
	text-decoration:none;
	color:#FFC6C7;
	
}

#applynow2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:none;
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#applynow3{
	border:1px solid #000E8F;
	background-color:#000E8F;
	width:88px;
	text-align:center;
	padding:2px 0px 2px 0px;
}

#applynow3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFC6C7;
	
}

#applynow3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#applynow4{
	border:1px solid #990002;
	background-color:#990002;
	width:60px;
	text-align:center;
	padding:2px 0px 2px 0px;
}

#applynow4 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFC6C7;
	
}

#applynow4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	}
	


.fontcolortable{
font-size:11px;
border-left:1px dotted #FF9B9B;
padding-left:4px;
}

#best a{
color:#000;
text-decoration:none;
}

#best a:hover{
color:#000;
text-decoration:none;
}
	
	
#best img{
	padding:0px 0px 0px 0px;
	border:1px solid #000;
	
}

#best table{
	border-top:0px dotted #BA0001;
	border-left:1px solid #BA0001;
	border-right:1px solid #BA0001;
	border-bottom:1px solid #BA0001;
	margin-left:11px;
	
}

#best td{
	text-align:center;
	border-bottom: 1px dotted #FF9B9B;
	
}

#best th{
	background-color:#BA0001;
	text-align:center;
	color:#fff;
	font-weight:bold;
	
}

.tdright{
border-left:1px dotted #BA0001;
}

#vaninsuranceheader{
width:500px;
height:30px;
margin-left:10px;
}

#breakdowninsuranceheader{
width:500px;
height:30px;
margin-left:10px;
}

#motorheader{
width:500px;
height:30px;
margin-left:10px;
}

#topheader .imgborderless { 
border:0px;
}

#topheader { 
width:500px;
margin:0px 0px 0px 0px;
*margin:0px 0px 3px 0px;
}


#containall { 
width:496px; 
height:60px;
border-bottom:1px dotted #CC0000;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 1px;
*margin:-3px 0px 0px 1px;
}

#containallbottom { 
width:496px; 
height:60px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 1px;
*margin:-3px 0px 0px 1px;
}

#wrap-border{
border:1px solid #CC0000;
*margin-top:-3px;
}
 
.containA { 
float:left; 
width:100px;
height:35px;
border:0px solid #632AB2;
}


.containA img { 
margin:10px 0px 0px 20px;
border:1px solid #000;
}

.containB { 
float:left; 
width:65px;
height:35px;
border-left:1px dotted #CC0000;
font-family: arial;
font-size:11px;
text-align:center;
font-weight:bold;
color:#7c0000;
margin:0px 0px 0px 10px;
padding:10px 10px 20px 10px;
*padding:10px 10px 12px 10px;
}

.containC { 
float:left; 
width:auto;
border:0px solid #632AB2;
padding:0px; 
margin:10px 0px 0px 7px;
}

.containD { 
float:left; 
width:170px;
height:35px;
border-left:1px dotted #CC0000;
border-right:1px dotted #CC0000;
font-family: arial;
font-size:11px;
text-align:center;
line-height:15px;
margin:0px 0px 0px 0px;
padding:10px 10px 20px 10px;
*padding:10px 10px 12px 10px;
}

.containlongD { 
float:left; 
width:256px;
height:35px;
border-left:1px dotted #CC0000;
border-right:1px dotted #CC0000;
font-family: arial;
font-size:11px;
text-align:center;
line-height:15px;
margin:0px 0px 0px 10px;
padding:10px 10px 20px 10px;
*padding:10px 10px 12px 10px;
}

.containAbottom { 
float:left; 
width:100px;
height:35px;
border:0px solid #632AB2;
}


.containA imgbottom { 
margin:10px 0px 0px 20px;
border:1px solid #000;
}

.containBbottom { 
float:left; 
width:65px;
height:35px;
border-left:1px dotted #CC0000;
font-family: arial;
font-size:11px;
text-align:center;
font-weight:bold;
color:#7c0000;
margin:0px 0px 0px 10px;
padding:10px 10px 20px 10px;
*padding:10px 10px 12px 10px;
}

.containCbottom { 
float:left; 
width:70px;
border:0px solid #632AB2;
margin:20px 0px 0px 25px;
*margin:20px 0px 0px 5px;
padding:0px; 
}

.containDbottom { 
float:left; 
width:170px;
height:35px;
border-left:1px dotted #CC0000;
border-right:1px dotted #CC0000;
border-bottom:1px solid #CC0000;
font-family: arial;
font-size:11px;
text-align:center;
line-height:15px;
margin:0px 0px 0px 0px;
padding:10px 10px 20px 10px;
*padding:10px 10px 12px 10px;
}




#indexbutton {
  margin: 0px;
  width:100px;
  font-family: helvetica,arial,sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-align:center;
  font-family:arial;
  font-size:11px
}
#indexbutton a {
  display: block;
  width: 60%;
  text-decoration: none;
  
}
#indexbutton a:link,
#indexbutton a:visited,
#indexbutton a:hover {
  background-color: #CB0101;
  color: #fff;
  text-decoration: none;
 
}
#indexbutton a:link,
#indexbutton a:visited {
 border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  
 
}
#indexbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
  text-decoration: none;
}

#indexbutton2 {
  margin:0px 0px 0px 30px;
  *margin: 0px;
  width:100px;
  font-family: helvetica,arial,sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-align:center;
  font-family:arial;
  font-size:11px
}
#indexbutton2 a {
  display: block;
  width: 60%;
  text-decoration: none;
  
}
#indexbutton2 a:link,
#indexbutton2 a:visited,
#indexbutton2 a:hover {
  background-color: #CB0101;
  color: #fff;
  text-decoration: none;
 
}
#indexbutton2 a:link,
#indexbutton2 a:visited {
 border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  
 
}
#indexbutton2 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
  text-decoration: none;
}


#applybtn{
background:url(../Images/get-a-quote-v2.gif) no-repeat;
cursor:pointer;
width:100px;
height:40px;
margin:auto;
}


#wrappersavings { 
width:500px;
margin-left:10px;
border-bottom:#CC0000;
}

.clearfloats {
	content: ".";
    display: block;
    height: 0px;
	font-size:1PX;
    clear: both;
    visibility: hidden;
}

#navbar-bg{
	width:500px;
	height:130px;
	background:url(../images/navbar-bg.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 20px 8px;
}

#navbar{
	width:350px;
	height:59px;
	border:0px solid blue;
	margin:58px 0px 0px 43px;
	padding:0px;
	position:absolute;
}

#recommend{
text-align:center;
margin:10px 0px 20px 0px;
}

#contain-bm{
margin:0px 0px 40px 60px;
}

#contain-get-quote{
float:right;
width:200px;
margin:0px 0px 0px 10px;
}

#get-quote{
background:url(../images/get-quote.gif) top no-repeat;
width:206px;
height:47px;
margin:0px;
float:left;
}

#get-quote-img{
margin:0px;
float:left;
padding:0px;
}

#get-quote-img img{
border:1px solid #adadad;
margin:0px;
padding:0px;
}

#get-quote-text{
margin:3px 0px 0px 0px;
font-size:18px;
text-align:center;
}

#get-quote-text a{ text-decoration:none; color:#ffffff; border:none; background:none; font-weight:normal;}
#get-quote-text a:link{ text-decoration:none; color:#ffffff; border:none; background:none; font-weight:normal;}
#get-quote-text a:click{ text-decoration:none; color:#ffffff; border:none; background:none; font-weight:normal;}
#get-quote-text a:active{ text-decoration:none; color:#ffffff; border:none; background:none; font-weight:normal;}
#get-quote-text a:visited{ text-decoration:none; color:#ffffff; border:none; background:none; font-weight:normal;}
#get-quote-text a:hover{ text-decoration:none; color:#ffffff;  background:#none; font-weight:bold;}

#compare-car-insurances01{
width:520px;
height:240px;
margin:20px 0px 30px 0px;
}

#compare-car-insurances{
width:519px;
height:241px;
background:url(../images/compare-car-insurances.jpg) no-repeat;
margin:20px 0px 30px 0px;
}

#cci-space{
height:20px;
width:100%;
}

#cci-title{
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
color:#fff;
font-weight:bold;
margin:0px 0px 0px 10px;
}

#cci-text-1{
margin:25px 0px 0px 10px;
font-size:15px;
font-weight:bold;
}

#cci-text-2{
margin:15px 0px 0px 0px;
font-size:20px;
font-weight:bold;
text-align:center;
}

#cci-click{
width:150px;
margin:25px auto 0px auto;
*margin:23px auto 0px auto;
text-align:center;
font-size:20px;
color:#fff;
}

#cci-click a{color:#fff; text-decoration:none; font-weight:normal; border:none;}
#cci-click a:link{color:#fff; text-decoration:none; font-weight:normal; border:none;}
#cci-click a:click{color:#fff; text-decoration:none; font-weight:normal; border:none;}
#cci-click a:active{color:#fff; text-decoration:none; font-weight:normal; border:none;}
#cci-click a:visited{color:#fff; text-decoration:none; font-weight:normal; border:none;}
#cci-click a:hover{color:#fff; text-decoration:none; font-weight:bold; border:none;}

#mpu-ad { width:300px; height:250px; margin:0px 0px 5px 8px; float:right; margin-right:-5px;}



#floatimgright{
float:right;
width:200px;
height:auto;
margin:0px 0px 10px 10px;
text-align:center;
}


#floatimgright img{
border:1px solid #ccc;
}

/*
#click-here a:link,
#click-here a:active,
#click-here a:visited 
{
background:url(../images/b1.jpg);
width:200px;
height:45px;
padding:10px 0px 0px 0px;
margin:7px 0px 0px 0px;
display:block;
font-size:14px; font-weight:bold;
text-decoration:none;
}
#click-here a:hover 
{
background:url(../images/b2.jpg);
width:200px;
height:45px;
padding:10px 0px 0px 0px;
margin:7px 0px 0px 0px;
display:block;
font-size:14px; font-weight:bold;
color:#333;
text-decoration:underline;
}
*/
.foraquote { font-size:12px; }


#floatimgright-ms{
float:right;
width:238px;
height:78px;
margin:0px 0px 10px 10px;
text-align:center;
}

