/* 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{


text-align: center;
min-width: 950px;
background: #fff url(../img/bg2.jpg) repeat-x;
font-size:11px;
padding-top:0px;

}


.searchbox2 {
width: 100px; 
font: 12px Arial, Helvetica, sans-serif; 
font-weight:bold;
background-color: #fff; 
color: #102132; 
border: 1px solid #333333; 
margin-right: 0px;
}





.logo2 {
display: none;
}


	
.tagline2 {font-size: 11px;
	color: #fff;
	font-weight: 100;
font-family:arial;
	text-align: left;
	padding: 5px 0 0 131px;
}	


.clear{
clear: both;
}
	/* main page styles */

#container2{
background: #fff;
width: 950px;
height: auto;
text-align: left;
margin: 0px auto;
font-size: 90%;
position: relative;
border: 0px solid #333;
}

	

	
#content-area2 {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
min-height: 700px;
 background: url(../img/faux-cols-forum.png);
	}

#top-nav2 {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
height: 25px;
background: url(../img/top-nav.jpg);
}	
	
#top-curves2 {
float: left;
width: 950px;
margin: 0px 0 0px 0;
border: 0px solid #000;
height: 30px;
background: url(../img/top-curves-forum.png);
 }		

 
 

/*     LHS column and nav divs     */


#leftblock2 {width: 165px; 
float: left;
margin: 0px 0px 0 0;
padding: 0 0 0 10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 1.3;
}

#leftnav2 {width: 185px; 
float: left;
margin: 0px 0px 0 0px;
padding: 0 0 0 0px;
min-height: 120px;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 1.3;

}

#leftnav-bottom2 {
height: 10px;
width: 185px;
margin: 0;
padding: 0px;
background: url(../img/leftnav-bottom.gif) no-repeat;
}

*html #leftnav-bottom2 {
margin: 0 0 -6px 0;
}


#left-sub-nav-header2 {
width: 171px;
height: 35px;
background: url(../img/left-sub-nav.gif) no-repeat;
}

#left-sub-nav2 {
border: 0px solid;
background: #fff;
margin-left: 5px;
}

#left-sub-nav2 ul {
color: #333;
font-size: 100%;
font-weight: bold;
}



/*     main content section     */


#midblock2 {width: 700px; 
float: left;
padding: 0 20px; 
background: transparent;
margin-left: 20px;

}


*html #midblock2 {
margin-left: 0px;
}






/*  common header and footer styles */


	
#header2 {float: left;
	width: 950px;
    height: 135px;
	background: #fff url(../img/header.jpg) no-repeat;
	border: 0px solid #333;
	margin-bottom: 0px;
	}

#search2 {
padding: 20px 0px 0 0;
position: absolute;
left: 765px;
top: 70px;
}	


#imagereplace2 {position: absolute;
left: 30px;
top: 61px; font-size:11px; font-family:arial;}

#headerbooking2 {position: absolute;
left: 515px;
top: 113px;
}

				
.input {border: 0;
height: 17px;
margin: 0px 0 0 0px;
padding:1px 1px 1px 2px;
font-size:12px;
font-family:arial;
}

#copyright2 p{
text-align:right;

color:#333;
font-size:12px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

  #footer2{
    padding: 0;
	padding: 10px 0 0 0;
	float: left;
	text-align:right;
    height: 120px;
	width: 950px;
	background: #fff  url(../img/footer-forum.png) no-repeat;
margin-top: 0px;
font-size:12px;
line-height:1.3em;
font-family: Arial, Helvetica, Verdana, sans-serif;

	}	

*html  #footer2{
margin-top: -65px;
	}	
	
  #copyright2 a:link {
   color:#333;

	}	

#copyright2 .white {
   color:#333;

	}	
	
#copyright2 .white:hover {
   color:#333;
   text-decoration:underline;

	}	
	
.assistive2 {
	display: none;
}
	
	



/*- Top Menu Tabs--------------------------- */ 


    #tabs2 {
	
      float:left;
      width:100%;
      background:url("../img/top-nav-bg.jpg");
      font-size:120%;
	  font-weight: bold;
      line-height:normal;
font-family: Arial, Helvetica, Verdana, sans-serif;

font-size:14px;
      }
    #tabs2 ul {
	  margin:0;
	  padding:0px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("../img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
      text-decoration:none;
      }
    #tabs2 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 \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#333;
      }
    #tabs2 a:hover, #tabs2 a.active {
      background-position:0% -42px;
      }
    #tabs2 a:hover span, #tabs2 a.active span  {
      background-position:100% -42px;
      }
	  
	  
	  
/*   left nav css    
	  
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
 */	

#menu2 {
margin-top: 10px;

padding-bottom: 5px;
left: 0;
width: 185px;
clear: both;
background: url(../img/leftnav-bg.jpg);

}


#menu2 dt {
cursor: pointer;
margin: 2px 0 2px 5px;
padding: 8px 5px 2px 35px;
text-align: left;
font-weight: bold;
border: 0px solid #000;
background: #000 url(../img/button.jpg);
height: 20px;
}

#menu2 dd {margin: 2px 0 2px 5px;
padding: 0 5px;
border: 0px solid gray;
}

#menu2 li {
text-align: left;
background: #ccc;
}

#menu2 li a, #menu2 dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0px solid;
height: 100%;

}

#menu2 li a.selected, #menu2 dt a.selected {
color: #333;
text-decoration: none;
display: block;
border: 0px solid;
height: 100%;

}


#menu2 li a {
border: 1px solid;
}


#menu2 dt:hover {
background: #006 url(../img/button-select.jpg);
}

#menu2 dt.selected  {
background: #006 url(../img/button-select.jpg);
color:#333;
}

#menu2 dt.selected a:hover, #menu2 dt.selected a:active, #menu2 dt.selected a:link, #menu2 dt.selected a:visited {
color:#333;
}

#menu2 dt a:hover, #menu2 dt a.selected  {
color: #000; 

}

#menu2 li a:hover, #menu2 li .selected {
background: #fff;
display: inline;
}


.top2{
color:#ffffff;
font-weight:bold;
background-color:#e22b00;
}

.topL2{
padding-left:5px;
color:#ffffff;
font-weight:bold;
background-color:#e22b00;
}



#leftnav2 {
background:  url(../img/leftnav.gif) no-repeat;
font-size:12px;
}

#left-sub-nav2 li {
padding: 3px 5px;
border-top: 5px solid #FF822F;
}

#left-sub-nav2 h3 {
border-top: 5px solid #FF822F;
color: #fff; 
font-size: 110%;
padding: 5px;
margin: 0;
background: #E22B00;
}

#left-sub-nav2 h3 a {
color: #fff; 
}

#menu2 li a, #menu2 dt a {
border: #FF822F;
}

#menu2 li a {
border: #FF822F;
}

#home_car_finance2 {
padding: 0px 0px 0 0;
position: absolute;
left: 870px;
top: 45px;
}

#imgtop { height:74px; padding:0px 0px 10px 0px;}
#imgtop img { border:0px;}
