@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color:#ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	margin-top: 10px;
	background-image: url(images/bg_sm.jpg);
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
#phone1 {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wrapper {
	width: 925px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	min-height: 95%;
}
#header {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#headerLeft {
	width: 925px;
	float: left;
	height: 150px;
}
#headerRight {
	width: 150px;
	float: right;
	margin-right: 20px;
	height: 150px;
}
#nav {
	clear: both;
	height: 30px;
	border-top: #333 thin solid;
	border-bottom: #333 thin solid;
	background-color:#930;
	text-align: right;
}
#navLeft {
	float: left;
	width: 370px;
}
#navRight {
	width: 580px;
	height: 40px;
	float: right;
	text-align:right;
	color: #FFF;
}
.navtext {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.navtext:hover {
	font-weight: bold;
	color: #ccc;

}
.navbullet {
	font-weight: bold;
	color: #c60;
}
.blue {
	color: #006;
}
.tag {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #D50000;
}
.clear {
	clear: both;
}
#content {
	margin-left: 15px;
	margin-right: 15px;
	min-height: 600px;

}
#contentLeft {
	float: left;
	width: 225px;
}
#contentRight {
	float: right;
	width: 650px;
	margin-left: 10px;
}
.heading {
	font-size: 18px;
}
.biglink {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.biglink:hover {
	font-size: 18px;
	color: #666;
	text-decoration: underline;

}
#footer {
	clear: both;
	background-color:#930;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 925px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	border-bottom: #000 solid thin;
}
.copyright {
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.contact {
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #D50000;
}
.bonded {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
li {
	font-size: 16px;
	font-weight: bold;
	color: #039;
}
.address {
	font-size: 14px;
}
.phone {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
.couponlink {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #F00;
}
.couponlink:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #006;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
	color:#930;
}