@charset "utf-8";
/* WindowRama main stylesheet */

html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/pageBkgd3.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* centering hack for IE */
	background-color: #FFFFFF;
}
#pageWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left; /* resets centering hack in body above */
}
#sideBar {
	position: absolute;
	width: 182px;
	left: 0px;
	top: 150px;
	overflow: hidden;
}
#sideBar h1 {
	font-size: 0.9em;
	color: #CC9900;
	margin-top: 0.3em;
	padding: 0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	line-height: 1em;
}
#sideBar p {
	font-size: 0.75em;
	color: #333333;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	line-height: 1.2em;
}
#sideBar a:link {
	color: #333333;
}
#sideBar a:visited {
	color: #333333;
}
#sideBar a:hover {
	color: #006699;
}
#sideBar a:active {
	color: #006699;
}
#mainColumn {
	position: absolute;
	width: 770px;
	left: 190px;
	top: 87px;
	overflow: hidden;
}
#mainContent {
	border: 4px solid #E9B600;
	background-color: #FFFFFF;
	margin: 0px;
	width: 710px;
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #990000;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.7em;
	margin-left: 0em;
}
#mainContent h2 {
	font-size: 1em;
	color: #006699;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	line-height: 1.1em;
}
#mainContent h3 {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-bottom: 0.2em;
	margin-top: 0.7em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-left: 0.6em;
	clear: both;
	background-color: #005284;
}
#mainContent p {
	font-size: 0.83em;
	line-height: 1.2em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}
.bulletsUL {
	font-size: 0.83em;
	line-height: 1.2em;
	padding: 0em;
	list-style-type: square;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
.bulletsUL strong {
	color: #990000;
}
.bulletsLI {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0em;
}
#mainContent a:link {
	color: #000000;
}
#mainContent a:visited {
	color: #000000;
}
#mainContent a:hover {
	color: #006699;
}
#mainContent a:active {
	color: #006699;
}
#bottomNav {
	font-size: 0.7em;
	padding-top: 0.4em;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	clear: both;
}
#bottomNav a:link {
	color: #000000;
	text-decoration: none;
}
#bottomNav a:visited {
	color: #000000;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #006699;
	text-decoration: underline;
}
#bottomNav a:active {
	color: #006699;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#headerNav {
	height: 87px;
	width: 770px;
	position: absolute;
	left: 190px;
	top: 0px;
	background-image: url(images/headerBkgd.jpg);
	background-repeat: repeat-x;
}
#locationButtons {
	position: absolute;
	height: 34px;
	width: 436px;
	left: 0px;
	top: 31px;
}
#header800Number {
	position: absolute;
	height: 42px;
	width: 190px;
	top: 23px;
	right: 0px;
}
#headerLogo {
	height: 150px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerMenu {
	margin:0;
	white-space: nowrap;
	list-style-type: none;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: absolute;
	height: 19px;
	width: 750px;
	left: 0px;
	top: 65px;
	overflow: hidden;
	/* font-weight: bold; */
}
#headerMenu li {
	display: inline;
}
#headerMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}
#headerMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}
#headerMenu a:hover {
	color: #FFCC00;
}
#headerMenu a:active {
	color: #FFCC00;
}
.thinHR { /* top and bottom margins and width are specified locally */
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
}
.thinHR hr {
display: none;
}
.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	display: inline;
}
#gallery {
	height: 430px;
	width: 330px;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #CC9900;
	overflow: hidden;
}
#galleryBig {
	height: 360px;
	width: 698px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #CC9900;
	overflow: hidden;
}
form {
	font-size: 0.83em;
	line-height: 1.5em;
}
.brandsList {
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 75px;
	padding: 5px;
	float:left;
}
.locationList { /* for the locations.php listing page */
	float: left;
	width: 30%;
	padding: 0 2% 0 1%;
}
p.marginBottom {
	margin: 0 0 .5em 0;
}
#map {
	width: 480px;
	height: 400px;
	float: left;
	margin: 8px 0 0 0;
	overflow: hidden;
}
#coupon {
	font-size: .83em;
	width: 200px;
	float: left;
	padding: 0px;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
#coupon h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#coupon h2 {
	color: #000000;
}
#coupon p.top {
	border-bottom: 1px #000000 solid;
	padding: 0 0 2px 0;
}
#coupon p.bottom {
	border-top: 1px #000000 solid;
	padding: 3px 0 0 0;
	margin: 0px;
}
.listColumnsUL {
	float: left;
	width: 710px;
	margin: 0 0 1em;
	padding: 0 0 1em;
	list-style: none;
	font-size: .75em;
}
.listColumnsLI {
	float: left;
	width: 164px;
	margin: 0;
	padding: 0px 0px 0px 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	overflow: hidden;
}
.clearBoth {
	clear:both;
	height: 1px;
}
.expandColHeight { /* makes sure short pages fill height needed - apply to div */
	clear:both;
	/* minimum height hack for IE */
  min-height: 750px;
  height: auto !important;
  height: 750px;
}
.bullets {
	font-size: .83em;
	list-style-type: square;
	margin-top: 0px;
	margin-left: 2em;
	padding: 0px;
}
.red {
	color: #990000;
}

.bullets strong {
	color: #990000;
}
.borderBox212px {
	width:212px;
	padding:5px;
	margin-right:3px;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	height: 90px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-left: 2px;
	display: inline;
}
.borderBox212px img {
	float: right;
	margin-left: 8px;
}
#wd101container {
	font-size: .83em;
	width: 100%;
}
#homeBigPic {
	height: 500px;
	width: 520px;
	background-color: #FFFFFF;
	float: left;
}
.clearFloats {
	width: 100%;
	overflow: auto;
}
#homeSideBar {
	position: absolute;
	width: 190px;
	left: 0px;
	top: 150px;
	overflow: hidden;
}
#homeMainColumn {
	position: absolute;
	width: 770px;
	left: 190px;
	top: 87px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#homeMainContent {
	border: 4px solid #CC9900;
	background-color: #FFFFFF;
	margin: 0px;
	width: 762px;
}
#homePageLogos {
	height: 347px;
	width: 242px;
	float: left;
}
#homeLocations {
	padding: 0px;
	width: 166px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFCC;
	border: 1px solid #CC9900;
}
#homeLocations h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #CC9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#homeLocations h2 {
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#homeLocations p {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#homeLocations a:link, #homeLocations a:visited {
	color: #003366;
	text-decoration: none;
}
#homeLocations a:hover, #homeLocations a:active {
	color: #996600;
	text-decoration: underline;
}
#homePageFeature {
	float: left;
	height: 153px;
	width: 242px;
	margin: 0px;
	padding: 0px;
}
#homeSecondaryContent {
	width: 710px;
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 4px solid #CC9900;
}
#homeSecondaryContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #990000;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.7em;
	margin-left: 0em;
}
#homeSecondaryContent h2 {
	font-size: 1em;
	color: #006699;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	line-height: 1.1em;
}
#homeSecondaryContent h3 {
	font-size: 1em;
	color: #FFFFFF;
	padding-bottom: 0.2em;
	margin-top: 0.7em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: .6em;
	clear: both;
	background-color: #005284;
}
#homeSecondaryContent p {
	font-size: 0.83em;
	line-height: 1.2em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}
#homeSecondaryContent a:link, #mainContent a:visited {
	color: #000000;
}
#homeSecondaryContent a:hover, #mainContent a:active {
	color: #006699;
}
#btnPrint {
	height: 13px;
	width: 41px;
	left: 719px;
	top: 10px;
	position: absolute;
}
#homeBtnPrint {
	height: 13px;
	width: 41px;
	left: 719px;
	top: 528px;
	position: absolute;
}
#mainContent form {
	padding: 15px;
	background-color: #FFFFDD;
}
#gmap_canvas {
	height: 430px;
	width: 710px;
	margin: 10px 0;
}
#gmap_infowindow {
  font-size: 0.83em;
}

#bbb-block {
    text-align: center;
    width: 176px;
}

#bbb-block h2 {
	border-bottom: 1px solid #006699;
	font-size: 1.3em;
	line-height: normal;
	margin: 0 0 0.4em;
	padding: 0 0 0.2em;
	color: #990000;
}

