/* CSS Document */

body {
	background-image: url(images/bkgd-main.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 751px;
	color: #9e9e9e;
	font: small Arial, Verdana, Helvetica, sans-serif;
}
body#home {
	background-image: url(images/bkgd-h-main.jpg);
}
#wrapper {
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 95%;
}

/*----------- home page topper -------------*/
#htopper {
	position: relative;
	height: 232px;
	z-index: 0;
}
#htopper #btnoffersright {
	position: absolute;
	right: 0;
	z-index: 6;
}
#htopper #btnoffersleft {
	position: absolute;
	right: 127px;
	z-index: 7;
}
#htopper #btnoffersleft #btn2 {
	margin-top: -3px;
}
#htopper #logo {
	padding: 148px 0 0 0;
	position: relative;
	z-index: 5;
}
#htopper #logo img {
	border: 0;
}
#flashalternative {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#htopper #btnoffersright img {
	border: 0;
}
#htopper #btnoffersleft img {
	border: 0;
}

/*----------- sub page topper -------------*/
#topper {
	position: relative;
	height: 98px;
}
#topper #btnoffers {
	position: absolute;
	right: 0;
}
#topper #btnoffers img {
	border: 0;
}
#topper #logo {
	padding: 5px 0 6px 0;
	background-color: #cd181b;
}
#topper #logo img {
	border: 0;
}



/*--------------- mainnav -------------------*/
ul#mainnav {
	position: absolute;
	left: 186px;
	bottom: 0;
	width: 565px;
	margin: 0;
	padding: 0;
	background-color: #686868;
	height: 40px;
	z-index: 8;
}
ul#mainnav li {
	display: inline;
	border-right: 1px solid #989898;
	padding: 12px 3px 12px 2px;
	position: relative;
	top: 12px;
}
ul#mainnav li li {
	padding: 12px 3px 12px 2px;
}
ul#mainnav li#last {
	border-right: 0;
}
ul#mainnav a:link, ul#mainnav a:visited {
	padding: 9px 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
ul#mainnav a:hover {
	color: #dedede;
	text-decoration: none;
}


/* ------------------ employment dropdown stuff ---------------------*/
ul#mainnav li#btn-employment ul {
	position: absolute;
	top: -300px;
	right: -150px;
	height: 38px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
	border-right: 1px solid #f8cf41;
	border-bottom: 1px solid #f8cf41;
	border-left: 1px solid #f8cf41;
	width: 570px;
}

/* ------------------ fleet dropdown stuff ---------------------*/
ul#mainnav li#btn-fleet ul {
	position: absolute;
	top: -300px;
	right: -80px;
	height: 38px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
	border-right: 1px solid #f8cf41;
	border-bottom: 1px solid #f8cf41;
	border-left: 1px solid #f8cf41;
	width: 250px;
}

/* ------------------ community dropdown stuff ---------------------*/
ul#mainnav li#btn-community ul {
	position: absolute;
	top: -300px;
	right: -175px;
	height: 38px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
	border-right: 1px solid #f8cf41;
	border-bottom: 1px solid #f8cf41;
	border-left: 1px solid #f8cf41;
	width: 590px;
}


/* ------------------ consistant dropdown stuff ---------------------*/
ul#mainnav li#btn-employment:hover ul,
ul#mainnav li#btn-fleet:hover ul,
ul#mainnav li#btn-community:hover ul {
	top: 35px;
}
ul#mainnav li#btn-employment ul li,
ul#mainnav li#btn-fleet ul li,
ul#mainnav li#btn-community ul li {
	display: inline;
	border: 0;
	margin: 0 5px;
}
ul#mainnav li#btn-employment ul li a:link, ul#mainnav li#btn-employment ul li a:visited,
ul#mainnav li#btn-fleet ul li a:link, ul#mainnav li#btn-fleet ul li a:visited,
ul#mainnav li#btn-community ul li a:link, ul#mainnav li#btn-community ul li a:visited {
	color: #686868;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
ul#mainnav li#btn-employment ul li a:hover,
ul#mainnav li#btn-fleet ul li a:hover,
ul#mainnav li#btn-community ul li a:hover {
	color: #df2d32;
	font-size: 12px;
	background-image: none;
}
ul#mainnav li#btn-employment a:hover,
/*ul#mainnav li#btn-fleet a:hover,*/
ul#mainnav li#btn-community a:hover {
	background-image: url(images/bkgd-dropdownbump.gif) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}







/*------------------ sidenav --------------------*/
ul#sidenav {
	margin: 0 14px 12px 14px;
	padding: 0;
	list-style-image: url(images/bkgd-sidenavmarker.gif);
}
ul#sidenav li {
	padding: 4px 0;
}
ul#sidenav a:link, ul#sidenav a:visited {
	font-size: 95%;
	color: #cd1818;
	text-decoration: underline;
	font-weight: bold;
}
ul#sidenav a:hover {
	font-size: 95%;
	color: #cd1818;
	text-decoration: none;
	font-weight: bold;
}
#sidenavbottom {
	background-image: url(images/bkgd-sidenavbottom.jpg);
	width: 185px;
	height: 1px;
}
div.partnerlinks img {
	margin: 0 10px 10px 0;
}


/*------------------------ body --------------------*/
#content {
	background-color: white;
	background-image: url(images/bkgd-grayburst.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-fleet {
	background-color: white;
	background-image: url(images/bkgd-fleet.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-community {
	background-color: white;
	background-image: url(images/bkgd-comm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-employment {
	background-color: white;
	background-image: url(images/bkgd-emp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-carwash {
	background-color: white;
	background-image: url(images/bkgd-carwash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-deli {
	background-color: white;
	background-image: url(images/bkgd-deli.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-drinkrecipes {
	background-color: white;
	background-image: url(images/bkgd-drinkrecipes.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-carwashpkgs {
	background-color: white;
	background-image: url(images/bkgd-carwashpkgs.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#content-flex30 {
	background-color: white;
	background-image: url(images/bkgd-flex30.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 60px 35px;
	color: #525252;
}
#promooffers {
	float: left;
}
#promooffers img {
	padding: 0 0 10px 0;
	border: 0;
}
#sidebar {
	float: left;
	width: 186px;
	margin: 0 0 0 -36px;
}
#sidebar img {
	margin: 15px 0 0 15px;
	border: 0;
}
#sidebar #navarea {
	padding: 12px 0 0 0;
	background-image: url(images/bkgd-navgrayburst.jpg);
	background-repeat: no-repeat;
	border-left: solid 1px #f8cf41;
}
#signup {
	border-top: 1px dashed #c29701;
	border-bottom: 1px dashed #c29701;
	padding: 0 0 10px 0;
}
#signup h3 {
	color: #7c4d96;
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size: 130%;
}
#signup p {
	padding: 0;
	margin: 0;
}

#hcopy {
	margin: 0 0 0 285px;
}
#level1copy {
	margin: 0 200px 0 170px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#copy {
	margin: 0 0 0 170px;
}
#hcopy h1 {
	color: #df2d32;
	font-size: 160%;
	margin-top: 0;
}
#level1copy h1 {
	color: #df2d32;
	font-size: 140%;
	margin: 0 0 100px 0;
	font-weight: normal;
}
#copy h1 {
	color: #df2d32;
	font-size: 140%;
	font-weight: normal;
}
h1 {
	color: #df2d32;
	font-size: 140%;
	margin-top: 0;
}
h2 {
	color: #df2d32;
	font-weight: bold;
	font-size: 120%;
	margin: 25px 0 10px 0;
}
h3 {
	color: #c29701;
	font-weight: bold;
	font-size: 105%;
	margin: 10px 0 -9px 0;
}
h4 {
	color: #df2d32;
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0 10px 0;
}
.boldtext {
	color: #c29701;
	font-weight: bold;
}
.boldtext a:link, .boldtext a:visited {
	color: #c29701;
	text-decoration: underline;
}
.boldtext a:hover {
	color: #c29701;
	text-decoration: none;
}
ul#bottomlinks {
	margin: 20px 0 5px 0;
	padding: 0;
}
ul#bottomlinks li {
	display: inline;
	color: #9e9e9e;
	font-size: 95%;
}
ul#bottomlinks a:link, ul#bottomlinks a:visited {
	color: #9e9e9e;
	text-decoration: none;
}
ul#bottomlinks a:hover {
	text-decoration: underline;
}
#hcopy ul, #level1copy ul, #copy ul {
	list-style-type: disc;
	list-style-position: outside;
}
#hcopy ol, #level1copy ol, #copy ol {
	list-style-position: outside;
	margin: 10px 0;
}
#hcopy ol ol, #level1copy ol ol, #copy ol ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 5px 0;
}
#hcopy a:link, #hcopy a:visited, #level1copy a:link, #level1copy a:visited, #copy a:link, #copy a:visited {
	color: #c29701;
	text-decoration: underline;
	font-weight: bold;
}
#hcopy a:hover, #level1copy a:hover, #copy a:hover {
	color: #c29701;
	text-decoration: none;
	font-weight: bold;
}
table#recipes {
	width: 100%;
	border: 0;
}
table#recipes td {
	width: 50%;
	vertical-align: top;
	padding: 0 15px 0 0;
}
#bannerad {
	margin: 10px 0;
}
#bannerad img {
	border: 0;
}
#content img {
	border: 0;
}
img.floatright {
	float: right;
	margin: 0 0 3px 3px;
}
.yellowbox {
	background-color: #fff3af;
	padding: 20px;
}
.leftpadding33 {
	padding: 0 0 10px 33px;
}
.textaligncenter {
	text-align: center;
}



/* ----------------------- forms --------------------------- */
form input {
	margin: 5px 0;
	color: #525252;
	border: 1px solid #9e9e9e;
}
form input.radio {
	margin: 0;
	padding: 0 5px;
	color: #9e9e9e;
	border: none;
}
form input.checkbox {
	margin: 5px 0 0 0;
	color: #9e9e9e;
}
form input.text30 {
	width: 30px;
}
form input.text50 {
	width: 50px;
}
form input.text75 {
	width: 75px;
}
form input.text100 {
	width: 100px;
}
form input.text125 {
	width: 125px;
}
form input.text150 {
	width: 150px;
}
form input.text200 {
	width: 200px;
}
form input.text250 {
	width: 250px;
}
form select {
	margin: 5px 0;
	color: #525252;
}
form textarea.textarea {
	margin: 5px 0;
	height: 60px;
	width: 400px;
	border: 1px solid #9e9e9e;
	color: #9e9e9e;
}
form h3 {
	margin: 0;
}


/*    --------------------- Tables ---------------------- */
table.infotable {
	border-collapse: collapse;
}
table.infotable caption {
	font-weight: bold;
	text-align: left;
	margin: 0 0 3px 0;
	color: #df2d32;
}
table.infotable td {
	padding: 4px 10px;
	text-align: center;
	border: 1px solid #df2d32;
}
table.infotable thead {
	background-color: #df2d32;
	color: white;
}
table.infotable thead td {
	border: 1px solid #df2d32;
}
table.infotable tr.odd {
	background-color: #fff3af;
}



/*     -------------------- Other ----------------------- */
.HSLink a:link, .HSLink a:visited {
	color: #fbce3d;
	font-size: 80%;
	text-decoration: none;
}
.HSLink a:hover{
	color: #fbce3d;
	font-size: 80%;
	text-decoration: underline;
}
.facebooklink {
	line-height: 35px;
	padding: 0 0 0 45px;
	background-image: url(Images/btn-facebook.gif);
	background-repeat: no-repeat;
	color: #6d84b3;
}
.facebooklink a {
	color: #6d84b3;
}
.quote {
	padding-left: 15px;
	color: #009abc;
}