#Container {
	width: 800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back3.gif);
	position: relative;
    }

#header {
	width: 800px;
	height: 120px;
    }
	


#header a{
	font: bold 12px sans-serif;
	color:#333;
	text-decoration: none;
}

	
	
body {
	background-color: #cccccc;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	behavior: url("csshover3.htc");

	}

#carflash {
	clear:right;
	width: 341px;
	height: 198px;
	float: right;
	border: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	
    }
	
#rightpicture {
	width: 224px;
	height: auto;
	float: right;
	border: 0;
}	
.right_quote {
	float: right;
	width: 195px;
	height: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	color: #FFFFFF;
}

#footer {
	width: 800px;
	background-color: rgb(128,158,174);
	height: auto;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
    }
#footerhome {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: rgb(128,158,174);
	height: auto;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
    }

#pageinfo {
	height: auto;
	float: left;
	width: 264px;
	border: 0;
    }

.pageinfo2 {
	height: auto;
	padding-left:20px;
	float: left;
	width: 410px;
}	
.pageinfo3 {
	height: auto;
	width: 620px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px; 
	float:right;
	font-family: Arial;
	font-size: 10pt; color: #333333;
	line-height: 125%;
	
}	

#pageform {
	height: auto;
	float: left;
	padding-left:20px;
	width: 650px;
}	

div.spacer {
	height: 6px;
	width: 800px;
	background-color: rgb(233,232,232);
	}

.spacerhome {
    margin-right: auto;
	margin-left: auto;
	height: 6px;
	width: 800px;
	background-color: rgb(233,232,232);
	}
#Verticalspacer {
	position: relative;
	width: 120px;
	height: auto;
	float:left;
	border: 0;
    }
	
	
	
	
	
	
	
#menu {
width:120px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a{
display:block;
	width: 105px;
	font: bold 10px sans-serif;
	padding:10px 0px 10px 15px;
	color:#333;
	background: url("images/services.gif") 0 0 no-repeat;
	text-decoration: none;
}





#menu a:hover {
background-position: 0 -32px;
	color:#fff
}	
	
	
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 	
	
	
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}












	
.clear {
	clear: both;
}	

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	}

.style1 {
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
    }

img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right;  
}

.rollover{
    display:inline-block;
	
}
.rollover:hover img{
    visibility:hidden;
}

.style2 {
	font-family: Arial; font-size: 10pt; color: #333333; line-height: 125%
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}




.menu_width {
	width: 175px;
}
.basictext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; color:#000066;
		 }

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#C00000;
    	}
	
	
	
input.text{
      width: 150px;
      background-color: #fff
      border: 1px solid #ccc;  
      margin: 0 0 10px 0;
      padding: 0 0 0 3px;
      height: 14px;
      font-size: 12px;
    }
input.text2{
      background-color: #fff
      border: 1px solid #ccc;  
      margin: 0 0 10px 0;
      padding: 0 0 0 3px;
      height: 14px;
      font-size: 12px;
    }
	
	
	
.error { /* red */
	border: 2px solid #C00000;
	color:#C00000;
	margin: 0 0 10px 0;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	display: block;
    }

.formblock { /* red */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	border: 2px solid #666666;
	height: auto;
	float: left;
	width: 650px;
}	
.formblockleft { /* red */
	height: auto;
	float: left;
	width: 320px;
}	
.formblockright { /* red */
	height: auto;
	float: left;
	width: 300px;
	padding-right: 20px;
}	
.formblocksmall { /* red */
	height: auto;
	width: 650px;
	float: left;
}	
.formblockheader { /* red */
	height: 20px;
	width: 650px;
	float: left;
	background-color: #666666;
	margin-bottom: 20px;
}	
.style4 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.t {background: url(images/tdot.gif) 0 0 repeat-x; width: auto}
.b {background: url(images/bdot.gif) 0 100% repeat-x}
.l {background: url(images/ldot.gif) 0 0 repeat-y}
.r {background: url(images/rdot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}

.footerlink {
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
    }

