/*img.small	{text-decoration: none;}
 displays text decoration around images on the left*/


div#sizes a img.large	{height: 0; width: 0; border-width: 0;}
/* hide the larger image by setting its height and width to zero */

div#sizes a:hover img.large		{position: absolute; top: 200px; left: 100px; 
height: 600px; width: 600px;}
/*make the larger image appear on the right when a user hovers over smaller image on the left */
/* 
html {
    font-size: 16px;}
    
.unbehaved-element {
    font-size: 2em;}
    
@media(max-width: 1580px) {
  html {
  font-size: 18px;}
  .unbehaved-element {
  font-size: 1.9em; /* Fine tune unbehaved elements */ }/*
}

@media(max-width: 980px) {
  html {
    font-size: 16px;}
}

@media only screen
and (max-device-width: 736px) {
  html {
    font-size: 20px;}
}
*/ 
a
{
font-family: helvetica, sans-serif;
font-style: normal;
/*font-size: 18px;*/
font-weight: lighter;
text-decoration: none;
}

a:link {color: #666899;}
a:visited {color: #666899;}
a:hover {color: #6AB9B4;}
a:visited:hover {color: #6AB9B4;}
a:active {color: #6AB9B4;}


p.navlinks {
font-family: helvetica, sans-serif;
font-style: normal;
/*font-size: 18px;*/
font-weight: lighter;
color: #6AB9B4;
margin-left: 50px;
word-spacing: 0.6em;
}

p.intro	{
font-family: Helvetica, sans-serif;
/*font-size: 12px;*/
color: #000000;
margin-left: 50px;
font-weight: 200;
        }





/*

body	{font-family: Verdana, Helvetica, sans-serif;
	 font-size: 12pt;
	 background-color: #faeddb;
         
        }

p	{font-family: Verdana, Helvetica, sans-serif;
         margin-left: 10px;
	 margin-right: 0px;
        }
         
         .topAddress    {font-size: 8pt;
                         color: #951b1f;
                         text-align: center;
                         margin-left: 0px;
                        }
                        
        .header         {font-size: 30pt;
                         color: #951b1f;
                         text-align: left;
                         margin-left: 10px;
                         margin-bottom: 0px;
                         margin-top: 10px;
                         vertical-align: top;
                        }
                        
        .subhead        {color: #996633;
                         
                         font-size: 13pt;
                        }
                        
        .subhead-green  {color: #339933;
                         font-size: 18pt;
                        }
                        
        .disclaimer     {font-size: 8pt;
                         color: #996633;
                         text-align: left;
                        }
	 
a	{text-decoration: bold;
	 color: #951b1f;
        }
         
img     {border: none;
        }
         
  
img.align-left  {float:left;
                 margin-left: 0px;
                 margin-right: 0px;
                 margin-top: 0px;
                 margin-bottom: 5px;
                }
                 
img.align-right  {float:right;
                  margin-left: 10px;
                  margin-right: 10px;
                  margin-bottom: 10px;
                 }
                  

div.used-car    {
                 border-style: solid;
                 border-width: 0px;
                 border-color: #996633;
                 margin: 10px;
                 padding: 4px;
                }
                
p#boxyy           {border: none;
                 
                 
                }
                
img.right-floater {float: right;
                   margin: 10px;
                  
                    }


dd      {margin-bottom: 10px;
        }

input   {margin-bottom: 7px;
        }

table	{margin-left: 0px;
	 margin-right: 0px;
         margin-top: 0px;
         margin-bottom: 0px;
         border: none;
         text-align: left;
         padding-left: 0px;
         padding-right: 0px;
         padding-top: 0px;
         padding-bottom: 0px;
        }

table.main	{width: 722px;
                 margin-left: 10px;
                 margin-right: 10px;
                 margin-top: 15px;
                 background-image: url('graphics/brick_Wall.gif');
                 border: none;
                 text-align: left;
                 padding-left: 12px;
                 padding-right: 10px;
                 padding-top: 20px;
                 padding-bottom: 20px;
                }                

td.whiteBGNoWidth      {background-color: white;
                 margin-left: 12px;
                 margin-right: 15px;
                 padding-left: 10px;
                 padding-right: 15px;
                 padding-top: 0px;
                 padding-bottom: 0px;
                 vertical-align: top;
                
                }

				
td.whiteBG      {background-color: white;
                 margin-left: 10px;
                 margin-right: 10px;
                 padding-left: 12px;
                 padding-right: 20px;
                 padding-top: 0px;
                 padding-bottom: 0px;
                 vertical-align: top;
                 width: 390px; 
                }

h2.pos_left
 {
 position: relative;
 left: 20px;
 }
	
		
*/ 
	
