body {
	background-color: #696057;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	vertical-align: top;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DEDCD9;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #766E63;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 26px;
	line-height: 17px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CDCAC5;
	padding: 8px;
	font-weight: normal;
	background-color: #4F4A44;
}
.caption a {
	background-image: url(../images/i.gif);
	color: #A7A298;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 3px;
	display: block;
}
.footer {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #877E72;
	background-color: #645E55;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	vertical-align: middle;
}
.footer a {
	color: #14173A;
	text-decoration: none;
}


.caption a:hover {
	color: #CDCAC5;
}
a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FDDB7F;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #2F2C27;
	text-transform: uppercase;
}

.nav-left {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #14173A;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 136px;
	margin-top: 10px;
	line-height: 16px;
}
.nav-left a {
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fddd85;
	width: 166px;
	color: #14173A;
	display: block;
	margin: 0px;
	padding-right: 5px;
	padding-left: 22px;
	background-image: url(images/side-bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
}
.nav-left a:hover {
	color: #CEBFA8;
	text-decoration: none;
	background-color: #013271;
}


.nav-left h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #14173A;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 3px;
	background-image: none;
	background-color: #766E63;
	padding: 0px 0px 0px 15px;
}
.nav-left p {
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 8px;
}.location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333366;
	background-color: #999999;
	padding: 7px;
	border: 1px dashed #993333;
}

		#quotecompany {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #333333;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 14pt;
		}

.newsletter_text    
    {/*make the link text transparent*/
        visibility: hidden; 
    }

.newsletter_href
    {/*Display this image in the link area*/
	background-image: url(../images/b-submit.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-left: 10px;
	height: 21px;
	width: 110px;
	text-decoration: none;
	float:left;
    }
        
.newsletter_href:hover

    {/*Display this image in the link area when you mouseover*/
        background-image: url(../images/b-submit.gif); background-repeat: no-repeat;  background-position: 0 -21px; display: block; height: 21px; width: 110px; text-decoration: none;
    }	
	
	/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
	
	.lavaLamp li ul {
	POSITION: absolute;
	z-index: 10;
	visibility: visible;
	padding: 10px;
	}
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
	
