body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    background: url(images/bodybackground2.jpg);
    }
h1 {
    font-size: 1.5em;
    }
#Content {
	position:absolute;
	left:50%;
	width:900px;
	margin-top:10px;
	margin-left:-452px;
    text-align: center;
    height: 100%;
    /* border: dashed 1px black; */
	}
#Header {
    width: 100%;
    height: 150px;
    }
#mixedBox {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 700px;
    }
#Footer {
    position: relative;
    top: 0px;
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.ie {
    font: 0.8em normal;
    margin-bottom: 5px;
    }
#Nav {
    width: 145px;
    position: relative;
    top: 0;
    left: 0;
    float:left;
    clear: right;
    /* border: dashed 1px black; */
    }
.Button {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    border: 0;
    }
div.Button img {
    border: 0;
    }
#Main {
    width: 747px;
    height:690px;
    font-family: Georgia, serif;
    font-size: 1.4em;
    position: relative;
    top: 0;
    left: 0;
    clear: right;
    margin: 0px 0 0 153px;
    text-align: justify;
    /* border: dashed 1px black; */
    }
#MainText {
    margin-top: 8px;
    }
#SlidePhoto {
    float:right;
    width: 267px;
    height: 200px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
    }
#HomePhoto {
    float:right;
    width: 408px;
    height: 350px;
    position: relative;
    top: 0px;
    margin-left: 14px;
    margin-bottom: 8px;
    }
#SJtruck {
	float: right;
	margin-left: 10px;
	padding-top: 15px;
	}

#sales-form {
    width: 420px;
    margin-left: 2em;
    margin-top: 2em;
    text-align: left;
    }
#submit {
    text-align: center;
    margin-top: 1em;
    }
#front {
    line-height: 1.4;
    margin-bottom: 8px;
    }
.edge {
    width: 150px;
    float: left;
    padding-left: 35px;
    margin-top: -5px;
    text-align: center;
    margin-bottom: 4px;
    }
.edgeshortrow {
    width: 420px;
    float: left;
    
    }
.edgelongrow {
    width: 740px;
    float: left;
    margin-bottom: 24px;
    }
p {
   margin-bottom: -8px; 
    }
   p:first-letter {
    font-size: 1.4em;
   }
.CO {
   padding-right: 5px;
   padding-top: 10px;
   }
.normal {
   font-weight: normal;
   font-size: 0.8em;
   }
.blockquote {
   padding: 15px;
   }
.srv {   
   padding: 4px;
   list-style-type: disc;
   list-style-image: url(images/diamond.gif);
   }
.sub {
   list-style-image: none;
   list-style-type: square;
   }
input, textarea {
    background: url(images/bodybackground2.jpg);
	border-color : #AEC9E4;
    }
input {
	text-indent : 2px;    
    }
#busdesc {
    visibility: hidden;
    }
#intdesc {
	visibility: hidden;
	}
#thanks {
	margin: 100px 300px 20px 50px;
	}
.newrow {
	width: 730px;
	padding: 10px 20px;
	}
div.newrow img {
    margin: 0 10px;
    }
.small {
    z-index: 0;
    }
.small:hover {
    z-index: 50;
    cursor: wait;
    }
.small span.big {
    position: fixed;
    left: -1000px;
    visibility: hidden;
    }
.small span.big img {
    height: auto;
    width: auto;
    border: inset thick #FFFFBB;
    }
.small:hover span.big {
    position: fixed;
    bottom: 0px;
    left: 0px;
    visibility: visible;
    }
