@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #10147e;
	
}

#programs-wrap {
	width:198px; 
	float:left;
	margin-right: 2px;
}

#programs-wrap h1 {
	font-size: 13px;
	padding: 0 0 20px 0;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #037bc2;
}

#programs-wrap p {
	margin: 0 8px 0 8px;
	
}

#stf input[type=text] {
	width: 125px;
}
	
#news-hm {
	margin: 5px;
	overflow:none;
}

#news-hm ul  {
	padding: 0px;
	margin: 0px;
}

#news-hm ul li {
	padding: 0 0 5px 0px;
	list-style: none;
	margin: 0px;
}
	


#backtile {
	position: absolute;
	left: 0px;
	top: 0px;	
	background-image: url(/custom/themes/default/images/905/background-tile.jpg);
	background-repeat:repeat-x;
	height: 691px;
	width: 100%;
	z-index: -5;
}

#container { 
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#contenttile {
	width: 905px; 
	background-image:url(/custom/themes/default/images/905/content-tile.jpg);
	background-repeat:repeat-y;
}	
	

#header { 
	position: relative;
	background-image: url(/custom/themes/default/images/905/header.jpg);
	width: 905px;
	height: 193px;
} 
#header #facebook {
	position:absolute;
	top:90px;
	left:532px;
}
	

#header #logo {
	position: absolute;
	top: 87px;
	left: 20px;
	width: 195px;
	height: 76px;
	z-index: 5;
}

#header #qlinks{
	position: absolute;
	top: 50px;
	left: 11px;
	width: 293px;
	height: 29px;
	z-index: 5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#qlinks ul, #qlinks li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#qlinks li {
	float: left;
}
#qlinks a{
	display: block;
	color: #fede01;
	padding: 0 10px 0 0;
	text-decoration:none;
}

	

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 15px 5px 25px;
}

#Table_01 {
	position: relative;
	left:0px;
	top:0px;
	width:237px;
	height:193px;
}

#programs_ {
	position:absolute;
	left:0px;
	top:0px;
	width:237px;
	height:29px;
}

#wash_ {
	position:absolute;
	left:0px;
	top:29px;
	width:237px;
	height:27px;
}

#detail_ {
	position:absolute;
	left:0px;
	top:56px;
	width:237px;
	height:27px;
}

#lube_ {
	position:absolute;
	left:0px;
	top:83px;
	width:237px;
	height:27px;
}

#franchise_ {
	position:absolute;
	left:0px;
	top:110px;
	width:237px;
	height:27px;
}

#gcards_ {
	position:absolute;
	left:0px;
	top:137px;
	width:237px;
	height:27px;
}

#news_ {
	position:absolute;
	left:0px;
	top:164px;
	width:237px;
	height:27px;
}

#contact_ {
	position:absolute;
	left:0px;
	top:191px;
	width:237px;
	height:27px;
}

#survey_ {
	position:absolute;
	left:0px;
	top:218px;
	width:237px;
	height:27px;
}

#corporate_ {
	position:absolute;
	left:0px;
	top:246px;
	width:235px;
	height:27px;
	
}	

#faq_ {
	position:absolute;
	left:0px;
	top:246px;
	width:235px;
	height:27px;
}



#vip_ {
	position:absolute;
	left:0px;
	top:271px;
	width:237px;
	height:27px;
}




#nav1-08_ {
	position:absolute;
	left:0px;
	top:218px;
	width:237px;
	height:2px;
}


#mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 600px;
	padding: 5px;
} 
#footer { 
	background: url(/custom/themes/default/images/905/footer.jpg) no-repeat;
	height: 48px;
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
