@charset "utf-8";
/* CSS Document */
body { background-color: #004040;
}
#footer {
	text-align:center;
	color: white;
	margin-bottom:0;
}

.sidebarL ul, 
.sidebarL ul li, 
.sidebarL h1, 
.sidebarL h2 {
	margin-bottom:5px;
	margin-top:0;
	padding: 0;
	line-height: 90%;
	font-size:90%;
}
.sidebarL h2 a{
	margin-bottom:5px;
	margin-top:0;
	padding: 0;
	line-height: 90%;
	color:#1F928C;
	font-weight:bold;
}
.margin-bottom {
	margin-bottom:20px;	
}
.border {
	border:1px  #666 solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius::10px;
	margin:0;
	padding:1px;
/**	behavior:url(/css/border-radius.htc)  **/
}

#testimonials {
	height: 300px;
	overflow: auto; 
	padding-left: 4em;
	border:1px solid navy;
}
#testimonials img {
	float:left;
	padding:0 2em 0 0;
}
#testimonials p,
.testimonial {
	margin:0 3em;
	font-family:"Courier New", Courier, monospace;
	color:#333;
}
#testimonials h3 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0;
}
#testimonials .person {
	margin:0;
	padding:0;
	line-height:normal;
}
#testimonials .place {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	line-height:normal;
}

/*  *************************************** EXTRA CRAP FOR DEALER-LOGIN.PHP PAGE ************************************** */
.stepsL {
	float:left;
	margin: 0 auto;
	padding: 1em;
	width: 300px;
	border: 1px solid black;
}
.stepsR {
	float:right;
	margin: 0 auto;
	padding: 1em;
	width: 300px;
	border: 1px solid black;
}
.steps p {
	margin:0 0 0 1em;;
}
.steps h3 {
	margin:0;
	padding:0;
}
.slogan {
	float:left;
	margin:1em 0;
	width:708px;
	border:1px solid black;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.textBox {
	margin:3em 0;
	padding:1em;
	border:1px solid black;	
}
/*  *************************************** END           EXTRA CRAP FOR DEALER-LOGIN.PHP PAGE ************************************** */

.dropshadow {
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}
.holidayspecial {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	font-weight:bold;
	color:#900;
}
.onHolidayBackground {
	font-size:1.4em;
	font-weight:bold;
	color: #900;
}
.price {
	font-size: 22px;
	color: #009;
	font-weight:bold;
	color:#900;
}
.smaller {
	font-size:0.8em;
}
.center {
	text-align:center;
}
.red {
	color:#900;
}
.noLeftMargin {
	margin-left:1.5em;
	padding-left:0;
	list-style-position:outside;
}
