/* GENERIC */
html{
	min-height: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10pt;
	min-height: 100%;
	height: 100%;
	background: url(../images/body_bg.jpg) top repeat-x #313131;
}
.noborder{
	border: 0;	
}

#center{
	margin: 0 auto;
	padding: 0;
	width: 990px;
	min-height: 100%;
	height: 100%;
}
h1.style{
	margin: 0px;
	padding: 8px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif!important;
}
h2.stylered{
	margin: 0;
	padding: 0px;
	color: #b01e1e;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif!important;
}
h2.styleblue{
	margin: 0;
	padding: 0px;
	color: #075593;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif!important;
}
h2.stylewhite{
	margin: 0;
	padding: 0px;
	color: white;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif!important;
}
#heading1{
	position: relative;
	display: inline-block;
	margin: 0 0 10px 12px;
	width: 670px;
	height: 40px;
	border-bottom: 2px solid #9f0e1c; 
}
#heading1 h1{
	margin: 0px;
	padding: 14px 20px 7px 0;
	color: #9f0e1c;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif!important;
}
#heading2 {
	float: left;
	position: relative;
	display: inline-block;
	margin: 3px 0 10px 12px;
	width: 960px;
	height: 40px;
	border-bottom: 2px solid #9f0e1c;
}
#heading2 h1{
	margin: 0px;
	padding: 14px 20px 7px 0;
	color: #9f0e1c;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif!important;
}
	a.red{
		color: #b22121;	
}

	a:hover.red{
		color: #6a1414;	
}
/* HEADER */
#header{
	position: relative;
	display: inline;
	float: left;
	width: 990px;
	height: 108px;
	padding-top: 15px;
	margin: 0;
}
#header img{
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#header a:link{
	margin: 0;
	padding: 0;
	border: 0;
}
#corptext{
	position: absolute;
	right: 10px;
	bottom: 2px;
	
}
#corptext a{
	text-decoration: none;
	color: #dd1b1d;
	font-size: 8pt;
	font-weight: bold;
}
#headeraddress1{
	position: absolute;
	top: 31px;
	left: 300px;
	z-index: 100;
	display: block;
	width: 160px;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	color: #545454;
}
#headeraddress1 h1{
	margin: 0;
	padding: 0;
	color: #dd1b1d;
	font-size: 11pt;
	font-weight: bold;
}
#headeraddress1 p{
	margin: 0;
	padding-top: 1px;
}
#headeraddress2{
	position: absolute;
	top: 31px;
	left: 450px;
	z-index: 100;
	display: block;
	width: 130px;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	color: #545454;
}
#headeraddress2 h1{
	margin: 0;
	padding: 0;
	color: #dd1b1d;
	font-size: 11pt;
	font-weight: bold;
}
#headeraddress2 p{
	margin: 0;
	padding-top: 1px;
}
.banner{
	position: absolute;
	right: 0;
}
#header img.banner{
	margin-left: -4px;
}
#header_bottom{
	height: 6px;
	float: left;
	margin: 0;
	padding: 0;
}
/* NAV */
#nav{
	position: relative;
	z-index:10;
	float: left;
	padding: 0;
	margin: 0;
	width: 984px;
	height: 37px; /* 37 */
	text-align: center;
	background: url(../images/nav_bg.gif) repeat-x;
	border-left: 3px solid white;
	border-right: 3px solid white;
	display: inline;
}
#navContainer{
	float: left;
	background: url(../images/nav_bg.gif) repeat-x;
	height: 37px;
	margin-left: 7px;
	display: inline;
}
#navContainer ul{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	height: 37px;
}
#navContainer ul ul{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	display: inline;
	float: left;
	width:700px;
	top: 37px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navContainer li{

}

#navContainer ul li{
	position: relative;
	display: inline;
	margin: 0;
	float: left;
	border-right: 1px solid black;
	height: 37px;
}
#navContainer ul ul li{
	height: 30px;
	display: inline;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background: #980101;
}

#navContainer ul li:hover ul,
#navContainer ul a:hover ul{
	visibility: hidden;
	/*visibility: visible;*/
}
#navContainer ul ul li a:link, #navContainer ul ul li a:visited{
	display: inline-block;
	margin:0;
	padding: 8px 4px 4px 4px;
	color: white;
	font-size: 9pt;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	height: 18px;
}
#navContainer li.first{
	background: none;
}
#navContainer li.last{
	border-right: 0;
	padding-right: 1px;
}
#navContainer a:link, #navContainer a:visited{
	display: inline-block;
	margin:0;
	padding: 11px 19px 0 20px;
	color: white;
	font-size: 10pt;
	text-decoration: none;
	height: 28px;
	font-weight: bold;
}
#navContainer a:hover{
	background: url(../images/nav_bg_over.gif) repeat-x;
}
#navContainer a:link.last, #navContainer a:visited.last{
	display: inline-block;
	margin:0;
	padding: 11px 15px 0 20px;
	color: white;
	font-size: 10pt;
	text-decoration: none;
	height: 28px;
	font-weight: bold;
}
#navContainer ul ul li a:hover{                    
	color: #f4a5a5;
	background: #980101;
}
#navRight{
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/nav_bg.gif) repeat-x;
}

/* B:right */

#right {
	display: inline;
	position: relative;
	float: right;
	text-align: left;
	width: 300px;
	height: 100%;
	padding-top: 2px;
	font-size: 12px;
}
#quicksearch{
	display: inline-block;
	position: relative;
	float: left;
	margin-top: 1px;
	padding: 10px 10px 10px 12px;
	width: 275px;
	height: 227px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
#quicksearch h2{
	margin: 2px 0px 8px;
	font-size: 11pt;
	color: #454545;
}
iframe.iframe{
	display: inline;
	float: left;
	z-index:1; 
	background: #ffffff; 
	border: solid 3px #a0a0a0;
	width: 97%;
	height: 84%;
	margin-top: -5px;
}
#location {
	display: inline;
	position: relative;
	float: left;
	margin: 3px 0 0;
	padding: 10px 10px 10px 12px;
	width: 275px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
#location h2 {
	font-size: 11pt;
	color: #454545;
}
#location2 {
	display: inline;
	position: relative;
	float: left;
	margin-left: 10px;
	padding: 10px;
	width: 277px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
#location2 h2 {
	font-size: 11pt;
	color: #454545;
}
#finance_calc_sidebar {
	display: inline;
	position: relative;
	float: left;
	padding: 10px 10px 10px 12px;
	margin-top: 2px;
	width: 275px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
#finance_calc_sidebar h3 {
	margin: 2px 0px 8px;
	font-size: 11pt;
	color: #454545;
}

#smallflash {
	display: inline;
	position: relative;
	float: left;
	margin: 3px 0 0;
	padding: 15px 10px 0 14px;
	width: 273px;
	height: 234px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
#smallflash h2{
	margin: -5px 0px 5px;
	font-size: 11pt;
	color: #454545;
}
#smallflash p{
	padding-left: 25px;
	color: #454545;
}
.inner_box1 {
	position: relative;
	float: left;
	padding: 3px;
	margin-bottom: 7px;
	width: 262px;
	height: 183px;
	background: #a0a0a0;
	text-align: center;
	display: inline;
}
.inner_box1  a:hover{
	text-decoration: none;
}
.inner_box2 {
	position: relative;
	float: left;
	padding: 4px 4px 8px 4px;
	width: 94%;
	background: url(../images/contact_bg.jpg) right no-repeat white;
	border: 3px solid #a0a0a0;
	display: inline;
	margin-top: -5px;
}
.inner_box2 h3{
	color: #9e0e1c;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.inner_box2 p{
	color:#2f4256;
	margin: 0;
	padding: 5px 3px;
}
.inner_box2 a{
	color:#9e0e1c;
	font-weight: bold;
}
.inner_box2  a:hover{
	text-decoration: none;
}
.inner_box3 {
	position: relative;
	float: left;
	padding: 4px 4px 0 4px;
	width: 94%;
	background: white;
	border: 3px solid #a0a0a0;
	display: inline;
	margin-top: -5px;
}
.inner_box3 h3{
	color: #9e0e1c;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.inner_box3 p{
	color:#2f4256;
	margin: 0;
	padding: 5px 3px;
}
.inner_box3 a{
	color:#9e0e1c;
	font-weight: bold;
}
.inner_box3  a:hover{
	text-decoration: none;
}

#roundcnr_topleft{
	position: absolute;
	top: 0;
	left: 0;
}
#roundcnr_bottomleft{
	position: absolute;
	bottom: 0;
	left: 0;
}
#roundcnr_topright{
	position: absolute;
	top: 0;
	right: 0;
}
#roundcnr_bottomright{
	position: absolute;
	bottom: 0;
	right: 0;
}
/* WHITEBACK */
#whiteback{
	background: white;
	display: inline-block;
	position: relative;
	width: 100%;
}
/* CONTENT */
#content {

}
#content2 {
	display: inline;
	width: 670px;
	margin: 0 -10px 0 0;
	text-align: left;
	padding: 0 0 10px 0;
	/*background: url(images/gradient_bg.jpg) top left no-repeat white;*/
}
#content3 {
	width: 685px;
	height: 500px;
	float: left;
	margin: 0px;
	text-align: left;
	padding: 0;
	background: url(../images/gradient_bg.jpg) no-repeat white;
}
#content4 {
	width: 682px;
	float: left;
	margin: 0px;
	text-align: left;
	background: white;
	padding: 1px 3px;
}
#content5 {
	width: 100%;
	float: left;
	margin: 0px;
	text-align: left;
	background: url(../images/gradient_bg.jpg) no-repeat white;
	padding: 0;
}
#content6 {
	width: 100%;
	height: 900px;
	float: left;
	margin: 0px;
	text-align: left;
	background: white;
	padding: 10px 20px;
}
#content7 {
	width: 970px;
	margin: 0px;
	text-align: left;
	background: white;
	padding: 10px;
}
#flash{
	height: 252px;
	margin: 0 0 0 3px;
	padding: 0;
	display: inline;
}
#homerow1{
	float: left;
	margin: -2px 0 0 3px;
	padding: 0 0 3px 0;
	display: inline;
}
#homerow1 img{
	float: left;
	margin:  0;
	padding: 0 4px 0 0;
	width: 225px;
	height: 123px;
}
#homerow1 img.last{
	float: left;
	margin:  0;
	padding: 0;
	width: 225px;
	height: 123px;
	border: 0;
}
#homerow2{
	float: left;
	margin: 0 0 0 3px;
	padding: 0 0 3px 0;
	display: inline;
}
#homerow2 img{
	float: left;
	margin:  0;
	padding: 0 4px 0 0;
	width: 225px;
	height: 123px;
}
#homerow2 img.last{
	float: left;
	margin:  0;
	padding: 0;
	width: 225px;
	height: 123px;
	border: 0;
}
#hometext{
	clear: both;
	margin: 0 0 0 3px;
	font-size: 9pt;
	width: 972px;
	padding: 6px;
	background: url(../images/right_box_bg.gif) repeat-x #e9e9e9;
}
/* ABOUT US */
#aboutus{
	width: 650px;
}
/* FOOTER */
#footer{
	clear: both;
	display: inline-block;
	background: #9e0e1c;
	height: 21px;
	width: 984px;
	color: #f47784;
	padding-top: 5px;
	font-size: 8pt;
	border: 3px solid white;
}
#copyright{
	float: left;
	padding-left: 20px;
}
#copyright a{
	font-weight: bold;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#developed{
	float: right;
	padding-right: 20px;
}
/* B:content */

	.box {
		padding: 0px 21px 0px 3px;
		margin: 0;
	}
	.box2 {
		padding: 0px 0px 0px 3px;
	}
	.box3 {
		padding: 0px 0 0px 3px;
		margin: 0;
	}
	.box4 {
		padding: 0px 0 0px 13px;
		margin: 0;
	}

		. ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		. li {
			margin: 0px;
			padding: 0px 0px 8px 12px;
			background: url("images/bullet.gif") no-repeat top left;
		}

	.arrow {
		padding: 0px 0px 2px 10px;
		margin-left: 5px;
		background: url("../images/bullet.gif") no-repeat top left;
		color: #30669d;
	}
	.arrowWhite {
		padding: 0px 0px 2px 10px;
		margin-left: 5px;
		background: url("../images/bulletWhite.gif") no-repeat top left;
		color: #30669d;
	}
	.nvh1 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		color: #e00;
		font-size: 15px;
		font-weight: bold;
		font-family: Verdana, Tahoma, Arial, Helvatica, sans-serif!important;
	}
	#nvha {
		color: #b01e1e;	
	}

/* B:form */
.formnotes {
	padding: 3px 0px;
	color: #444;
	font-size:12px;
	font-weight:bold;
}

.fieldhead {
	border-bottom: solid 2px #b01e1e;
}

.fieldcell {
	padding: 5px 3px;
	border-bottom: solid 1px #ddd;
}
.fieldcell2 {
	padding: 5px 0px;
	border-bottom: solid 1px #ddd;
}

.field {
	width: 220px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}

.field2 {
	width: 65px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}

.field3 {
	width: 140px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
	float: right;
}
.field4 {
	width: 225px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}

.datefield {
	width: 83px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}

.hourfield {
	width: 57px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}

.timefield {
	width: 45px;
	background: #f4f4f4;
	border: solid 1px #d2cfcf;
}


.req_basic {
	color:#b01e1e;
}

.btn {
	width: 225px!important;
	height: 33px;
	display: inline;
	padding: 0 12px 6px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: url(../images/button_bg.gif) left center;
	text-decoration:none;
}
.popbtn {
	padding: 3px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: solid 1px #d51e33;
	background: url(../images/nav_bg_over.gif) repeat-x center;
	text-decoration:none;
}

.form{
	width: 367px;
	float: left;
	margin-top: -3px;
}
#formcontent{
	display: inline;
	float: left;
	width: 250px;
	height: 100%;
	margin: -3px 20px 0 10px;
}
#formcontent img{
	margin-bottom: 0;
	border: 3px solid white;
}
#formcontent p{
	margin: 0;
	padding-top: 10px;
}
#serviceform table{
	text-align: left;
	font-size:10pt;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
/* B:Nifty corners */
.cntBox{display:block}
.cntBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eeeeee}
.cntBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8;
  background:#f3f3f3}
.cntBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f8fbfa;
  border-right:1px solid #f8fbfa;
  background:#f3f3f3}
.cntBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3;}
.cntBox4{
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8}
.cntBox5{
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3}
.cntBoxfg{
  background:#eeeeee;
  text-align:center;
	padding: 10px;
	text-align: left;
}
/* E:Nifty corners */


/* contact us */
#contactus{
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 13px;
	padding: 0;
	width: 950px;
}
#contactus h2{
	margin: 2px 0px 8px;
	font-size: 10pt;
	color: white;
}
#contactus a{
	color: #09F;	
}
#contacttable{
	margin:15px 0 0 13px;	
	color: #474747;
	display: inline;
	width: 959px;
	float: left;
}
#contacttable h2{
	font-size: 12pt;
	color: #b01e1e;
	margin: 0 0 5px 0;
	padding: 0;
}
#contacttable h3{
	font-size: 10pt;
	color: #b01e1e;
	margin: 0;
	padding: 0;
}
#contacttable p{
	margin: 8px 0;
	padding: 0;
}
#contacttable a{
	color:#c61111;
}
#contacttable a:hover{
	text-decoration: none;
}
/* sitemap */
#sitemap{
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 13px;
	padding: 0;
	width: 650px;
}
#sitemap h2{
	margin: 2px 0px 8px;
	font-size: 10pt;
	color: white;
}
#sitemap a.black, #sitemap a:hover.black{
	color: black;	
}
#sitemap a.blue{
	color: #006cde;	
}
#sitemap strong.blue{
	color: #006cde;	
}
#sitemap a:hover.blue{
	color: #00458e;	
}

#sitemap a{
		color: #b22121;	
}

#sitemap a:hover{
		color: #6a1414;	
}
#sitemap ul{
	list-style: url(../images/bullet_black.gif);
	padding-left: 20px;
	margin: 0;
}
#sitemap ul ul{
	list-style: url(../images/bullet_blue.gif);
}
#sitemap ul ul ul{
	list-style: url(../images/bullet.gif);
}
#sitemap p{
	margin: 0 0 10px 0;	
}
/* finance calc */
#finance_calc{
	background: #fff; 
	margin: 16px auto 0 19px; 
	padding:10px 10px 0 10px; 
	font-family:Verdana, Tahoma, Arial, Helvatica, sans-serif; 
	font-size:11px;
	height: 333px;
	width: 410px;
}
#finance_calc h2{
	color: #b22121;
	margin-top: -2px;
}
#finance_calc p{
	margin: 0;
	padding-top: 8px;
}
#carsNotice{
	float: left;
	display: inline;
	width: 668px;
	margin: 3px 0 0 3px;
	padding: 7px;
	color:white;
	background: #666;
	text-align:center;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif!important;
	
}
