/* Kaady Car Washes */
html, body, img { margin: 0; padding: 0; }

body {
	background: #FFF url(images/bk-pg_tile.gif) 0 0 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5 { color: #D00; }
h1 { font-size: 18px; }
h2 { font-size: 14px; line-height: 120%; margin-top: 10px; margin-bottom: 4px; }
h2.alth2 { margin-top: 4px; }
h3 { font-size: 12px; line-height: 120%; margin-top: 10px; margin-bottom: 4px; }
ul { margin-top: 8px; margin-bottom: 12px; position: relative; }
li { font-size: 13px; line-height: 120%; margin-bottom: 3px; }
p { font-size: 13px; line-height: 120%; margin-top: 4px; margin-bottom: 8px; }
p.room { margin-top: 10px; }
p.small { font-size: 12px; margin-top: 16px; }
p.tiny { font-size: 9px; }
.att { font-weight: bold; color: #900; }
.accent { color: #900; }
.divider { padding-bottom: 12px; border-bottom: 5px solid #DCC; }

p.disclaimer { color: #888; font-size: 11px; }

p.narrow,
ul.narrow {
	width: 315px; 
	margin-left: 0;
	}

ul.wide {
	margin-left: 0;
	padding-left: 0;
	}
ul.wide li {
	list-style-position: inside;
	margin-bottom: 8px;
	}
	
.special {
	font-weight: bold;
	color: #d00;
}


/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul.narrow { width: 305px; }
/* End hide from IE5/mac */

ul.narrow { padding-left: 0; }

ul.narrow li {
	list-style-position: inside;
	margin-bottom: 8px;
	}

ul.kaady { padding-left: 0; margin-left: 0; }

ul.kaady li {
	list-style-position: inside;
	margin-bottom: 8px;
	}

ul.flush {
	margin: 4px 0 8px 0;
	padding-left: 0;
	list-style-type: none;
	}

ul.flush li {
	font-size: 12px;
	padding-left: 8px;
	background: transparent url(images/bullet.gif) 0 5px no-repeat;
	}

ul.flush li a { text-decoration: none; }
ul.flush li a:hover { text-decoration: underline; }

p.thin { width: 215px; }
ul.thin { width: 215px; padding-left: 0; }
ul.thin li {
	list-style-position: inside;
	margin-bottom: 8px;
	}

.topSpace { margin-top: 16px; }
img.topSpace { margin: 16px 0 12px 0; border: 1px solid #A7000A; }
p.topSpace { margin-top: 0; padding-top: 8px; }
.spaceR { margin-right: 16px; }
.spaceB { margin-right: 16px; margin-left: 16px; }

hr { height: 1px; background-color: #900; color: #900; border: 0; margin: 0; padding: 0; }

a:link { color: #F00; text-decoration: none; }
a:visited { color: #606; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { color: #606; text-decoration: underline; }

a.answer { font-weight: bold; text-decoration: none; }
a.answer:hover { text-decoration: none; }
h3 a.answer:hover { text-decoration: none; }

#wrap {
	position: relative;
	width: 760px;
	}

#hotspot {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 280px;
	height: 42px;
	}

#hotspot a {
	display: block;
	width: 280px;
	height: 42px;
	text-decoration: none;
	}

#header {
	position: relative;
	height: 89px;
	background: transparent url(images/logo.gif) 15px 32px no-repeat;
	text-align: right;
	}	

#nav {
	position: absolute;
	top: 89px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	border-right: 1px solid #DCC;
	border-bottom: 5px solid #DCC;
	}

#nav h2 {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0;
	}

h2#what { background: transparent url(images/bk-hdr_what.gif) 0 0 no-repeat; }
h2#whatCurrent,
body#whatBody h2#what { background: transparent url(images/bk-hdr_what.gif) 0 -36px no-repeat; }

h2#why { background: transparent url(images/bk-hdr_why.gif) 0 0 no-repeat; }
h2#whyCurrent,
body#whyBody h2#why { background: transparent url(images/bk-hdr_why.gif) 0 -36px no-repeat; }

h2#how { background: transparent url(images/bk-hdr_how.gif) 0 0 no-repeat; }
h2#howCurrent,
body#howBody h2#how { background: transparent url(images/bk-hdr_how.gif) 0 -36px no-repeat; }

p.section,
h2.section,
h3.section {
	padding-top: 25px;
	border-top: 5px solid #DCC;
	clear: both;
	}
p.section.alt,
h2.section.alt,
h3.section.alt {
	padding-top: 15px;
	clear: none;
	}
h3.section {
	font-size: 15px;
	}

hr.sectionline { height: 5px; background-color: #dcc; color: #dcc; border: 0; margin: 15px 0; padding: 0; }
	
#nav ul {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	}

#nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 15px;
	width: 185px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav a { width: 200px; }
* html #nav a { wid\th: 185px; }
/* End hide from IE5/mac */

#nav a:hover,
#nav a.current {
	color: #D00;
	background-color: #DCC;
	}

#subNav {
	list-style-type: none;
	float: right;
	text-align: center;
	background-color: #FFF;
	color: #CCC;
	margin-top: 36px;
	padding: 2px 6px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #subNav { margin-top: 34px; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body #subNav { position: relative; top: 35px; width: 300px; padding: 2px 0; }

#subNav li {
	display: inline;
	margin: 0;
	border-right: 1px solid #CCC;
	}

#subNav li#cont {
	border-width: 0;
	}

/* For IE Mac
----------------------------------------------- */
* html>body #subNav li { border-width: 0; }

#subNav a {
	color: #D00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 1px 6px;
	}

#subNav a:hover {
	text-decoration: underline;
	}

#main {
	margin-left: 215px;
	}

#main p.left {
	width: 315px;
	}

h1#home,
h1#about,
h1#services,
h1#solutions,
h1#loc,
h1#news,
h1#media,
h1#tips,
h1#manufacturers,
h1#environment,
h1#conserving,
h1#investment,
h1#booklet,
h1#fundraising,
h1#valuecards,
h1#giftcards,
h1#fleet,
h1#employment,
h1#applynow,
h1#faq,
h1#contact,
h1#subscribe,
h1#orderOne,
h1#orderTwo,
h1#orderThree,
h1#privacy,
h1#ccshield,
h1#confirm,
h1#error,
h1#returns,
h1#vetsfreewash {
	width: 544px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url(images/hdr-orderOne.gif) 0 0 no-repeat;
	}

h1#home { width: 320px; }
h1#ccshield { height: 72px; }

h1#home { background-image: url(images/hdr-home.gif); }
h1#about { background-image: url(images/hdr-about.gif); }
h1#services { background-image: url(images/hdr-services.gif); }
h1#solutions { background-image: url(images/hdr-solutions.gif); }
h1#loc { background-image: url(images/hdr-locations.gif); }
h1#news { background-image: url(images/hdr-news.gif); }
h1#media { background-image: url(images/hdr-media.gif); }
h1#tips { background-image: url(images/hdr-tips.gif); }
h1#manufacturers { background-image: url(images/hdr-manufacturers.gif); }
h1#environment { background-image: url(images/hdr-environment.gif); }
h1#conserving { background-image: url(images/hdr-conserving.gif); }
h1#investment { background-image: url(images/hdr-investment.gif); }
h1#booklet { background-image: url(images/hdr-booklet.gif); }
h1#fundraising { background-image: url(images/hdr-fundraising.gif); }
h1#valuecards { background-image: url(images/hdr-discountcards.gif); }
h1#giftcards { background-image: url(images/hdr-giftcards.gif); }
h1#fleet { background-image: url(images/hdr-fleet.gif); }
h1#employment { background-image: url(images/hdr-employment.gif); }
h1#applynow { background-image: url(images/hdr-applynow.gif); }
h1#faq { background-image: url(images/hdr-faq.gif); }
h1#contact { background-image: url(images/hdr-contact.gif); }
h1#orderOne { background-image: url(images/hdr-orderOne.gif); }
h1#orderTwo { background-image: url(images/hdr-orderTwo.gif); }
h1#orderThree { background-image: url(images/hdr-orderThree.gif); }
h1#privacy { background-image: url(images/hdr-privacy.gif); }
h1#ccshield { background-image: url(images/hdr-ccshield.gif); }
h1#confirm { background-image: url(images/hdr-confirm.gif); }
h1#error { background-image: url(images/hdr-error.gif); }
h1#returns { background-image: url(images/hdr-returns.gif); }
h1#vetsfreewash { background-image: url(images/hdr-vetsfreewash.gif); }
h1#subscribe { background-image: url(images/hdr-subscribe.jpg); height: 209px;}


h2.fancy {
	width: 532px;
	height: 18px;
	clear: left;
	padding: 3px 0 0 12px;
	background: url(images/bk-hdr_fancy.gif) 0 0 no-repeat;
	color: #FFF;
	}

h2.fancy a:hover { color: #FFF; text-decoration: none; }

.locDetails {
	float: left;
	clear: left;
	width: 544px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 5px solid #DCC;
	font-size: 12px;
	}

.locDetails img {
	float: left;
	border: 1px solid #A00;
	margin-right: 12px;
	}

.locDetails h3 { margin-top: 0; }

.locDetails p {
	font-size: 12px;
	}

.locDetails .map img { margin: -4px 0 0 0; padding-right: 8px; border-width: 0; }

.locDetails a:link { text-decoration: none; color: #D00; }
.locDetails a:visited { color: #906; }
.locDetails a:hover { text-decoration: underline; color: #D00; }

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .locDetails .map img { margin: 1px 8px 0 0; }
* html .locDetails .map img { ma\rgin: 1px 0 0 0; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body .locDetails { clear: none; }

.last { border-bottom: 1px solid #FFF; }

/* Hide Text */
#hotspot a span,
#call a span {
	display: block;
	margin-left: -5000px;
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	}

#call a {
	display: block;
	width: 215px;
	height: 106px;
	margin: 15px 0 0 0;
	text-decoration: none;
	}

#call a#water { background: #FFF url(images/call_water.gif) 0 0 no-repeat; }
#call a#mess { background: #FFF url(images/call_mess.gif) 0 0 no-repeat; }

#call a#water:hover,
#call a#mess:hover { background-position: 0 -106px; }




.inp {
	width: 536px;
	border: none;
	margin: 8px 8px;
	border-bottom: 1px solid #600;
	padding-bottom: 8px;
	}

.inp caption {
	color: #900;
	font-weight: bold;
	text-align: left;
	margin: 8px;
	}

.inp td {
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	padding-bottom: 6px;
	}

.inp td.req,
.inp td.lbl { width: 140px; }

.inp td.req {
	text-align: left;
	color: #900;
	font-weight: bold;
	text-decoration: underline;
	}

p.lbl { font-weight: bold; }
p.req,
span.req { font-weight: bold; color: #900; text-decoration: underline; }

.inp td.borderTop { border-top: 1px solid #600; padding-top: 8px; }
.inp td.borderBottom { border-bottom: 1px solid #600; padding-bottom: 8px; }
p.borderBottom { border-bottom: 8px solid #DCC; padding-bottom: 8px; }

h2.borderTop,
h3.borderTop { border-top: 8px solid #DCC; padding-top: 8px; }

hr.sep {
	clear: both;
	border: none;
	color: #DCC;
	height: 5px;
	text-align: right;
	width: 100%;
	margin-top: 16px;
	}

html>body hr.sep {
	background-color: #DCC;
	border: none;
	height: 5px;
	margin-right: 0;
	width: 100%;
	}

html>body hr.sep {
	background-color: #DCC;
	border: 0px solid #DCC;
	height: 5px;
	margin-right: 0;
	width: 100%;
	}

dl.locList {
	margin-top: 12px;
	padding-top: 0;
	color: #D00;
	}

dl.locList dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	}

dl.locList dd {
	font-size: 12px;
	margin-bottom: 8px;
	}

dl.locList dd span { color: #999; }

table.order {
	table-layout: fixed;
	width: 506px;
	margin: 6px 0 4px 0;	
	border-collapse: collapse;
	border-width: 2px;
	border-color: #555;
	border-style: solid;
	}

/* For IE - Box model hack */
* html table.order {
	width: 546px;
	wid\th: 548px;
	}

/* For IE 5 Mac -3px */
* html>body table.order { width: 543px; }

table.order tr.sep {
	border-top: 3px solid #600;
	}

table.order th {
	background-color: #888;
	color: #FFF;
	border-left: 1px solid #555;
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #555;
	}

table.order td {
	background-color: #FFF;
	color: #000;
	border-left: 1px solid #555;
	padding: 6px 8px;
	font-size: 12px;
	border-bottom: 1px solid #555;
	}

table.order th.item,
table.order td.item {
	width: 200px;
	font-weight: bold;
	}

table.order th.itemRow {
	padding: 6px 12px 6px 8px;
	background-color: #FFF;
	color: #300;
	text-align: left;
	}

table.order th.price { width: 50px;}
table.order td.price { text-align: right; }
table.order th.unitPrice { width: 50px; }
table.order td.note { text-align: center; }
table.order th.quan,
table.order td.quan { text-align: center; width: 55px;}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html table.order td, * html table.order th { padding: 6px; }
* html table.order td.quan, * html table.order th.quan { width: auto; }
* html table.order th.quan, * html table.order td.quan { width: 58px; }
* html table.order th.quan, * html table.order td.quan { wid\th: 62px; }
/* End hide from IE5/mac */

table.order td.total,
table.order th.total {
	width: 55px;
	background-color: #888;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	}

table.order td.total {
	background-color: #FFF;
	color: #300;
	}

table.order td.grandTotal,
table.order th.grandTotal {
	background-color: #888;
	color: #fff;
	text-align: left;
	}

table.order td.grandTotal { text-align: right; }

/* For IE - Box model hack */
* html table.order th.total {
	width: 77px;
	wid\th: 61px;
	}

* html table.order th.unitPrice {
	width: 102px;
	wid\th: 86px;
	}

/* For IE 5 Mac */
* html>body table.order th.total { width: 77px; }
* html>body table.order th.unitPrice { width: 102px; }

#mid table.order p { margin-left: 0; }

ul.notes {
	margin: 0 0 8px 0;
	padding: 0 0 0 12px;
	}

ul.notes li {
	font-size: 12px;
	font-weight: bold;
	}

input#buttonClear,
input#buttonCheckout,
input#buttonUpdate,
input#buttonUpdateInfo { float: right; margin: 8px 0 0 14px; }

input#btClear { margin-right: 16px; }


.btn-order-giftcards,
.btn-order-washpass {
	margin: 15px 0;
	}
#co-giftcard {
	width: 295px; 
	float: right; 
	margin: 0 0 5px 15px; 
	position: relative; top: 5px;
	}
#co-giftcard.alt {
	position: relative; top: -15px;
	}
	
	
#footer {
	background: url(images/bk-footer.gif) top left repeat-x;
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #D00;
	margin: 24px 0 12px 0;
	}

#footer p {
	display: inline;
	padding: 7px 0 7px 7px;
	background-color: #FFF;
	}

/* For IE Mac
----------------------------------------------- */
* html>body #footer { height: 50px; background: url(images/bk-footer_ie.gif) top left no-repeat; }
* html>body #footer p { width: 100px; float: right; padding-top: 0; }

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #footer { background: url(images/bk-footer_ie.gif) 0 2px no-repeat; }
/* End hide from IE5/mac */

/*#footer a { text-decoration: none; }*/

#footer p span { color: #666; }

.sectionHead { margin-bottom: 6px; }


/* Order Page Fields
---------------------------------------------------------------------------- */
dl.table-display {
	margin: 0 0 12px 0;
	float: left;
	padding: 0;
	font-size: 12px;
	}

/* for IE peekaboo bug */
/* Hides from IE5-mac \*/
* html  dl.table-display { height: 1%; margin-bottom: 0; }
/* End hide from IE5-mac */


.table-display dt {
	float: left;
	width: 150px;
	line-height: 1.1em;
	margin: 0;
	padding: 4px;
	text-align: right;
	border-bottom: 1px solid white;
	}

/* commented backslash hack for mac-ie5 \*/
 dt { clear: both; }
/* end hack */

.table-display dd {
	float: left;
	margin: 0;
	padding: 4px;
	text-align: left;
	}

.table-display dd { width: 350px; }


p.contents {
	font-size: 12px;
	margin: 4px 0 6px 0;
	}
fieldset#legend-gift p.contents-last { margin-bottom: 0; }


div.messages {
	width: 205px;
	float: left;
	text-align: left;
	margin: 12px 12px 0 0;
	}

div.messages p,
div.messages h4 {
	margin: 0 0 4px 75px;
	font-size: 13px;
	color: #000;
	}

div.messages p.more {
	clear: left;
	font-size: 11px;
	margin-left: 0;
	}

div.messages img {
	float: left;
	margin: 0 0 3px 0;
	}

.error { font-weight: bold; color: #D00; }
 

.cardsale {
	float: left;
	width: 80px;
	height: 40px;
	margin: 2px 8px 5px 0;
	padding: 8px 0 0 25px;
	background: url('images/bg-special.gif') 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.orderpage-notice {
	margin: 4px 0 12px 0;
	padding: 11px 15px 6px 15px;
	background: #fc6 url('images/bg-orderpage-notice.jpg') 0 0 no-repeat;
	border: 1px solid #fb3;
}
.orderpage-error {
	margin: 12px 0 0 0;
	padding: 11px 15px 6px 15px;
	background: #fff url('images/bg-orderpage-error.jpg') 0 0 no-repeat;
	border: 1px solid #D00;
	color: #D00;
}

.orderpage-error-intro { font-weight: bold; color: #000;}
.orderpage-notice h2 { margin-top: 0;  font-size: 12px; color: #000;}
.orderpage-notice h3 { margin-top: 5px; font-weight: normal; color: #000;}
.orderpage-notice-content {
	padding-top: 10px;
	border-top: 1px solid #ea2;
	font-size: 12px; line-height: 1.5;
	}
	
	
.orderpage-notice-toggle {
	margin: 0 0 5px 0; padding: 0 0 0 35px;
	background: url('images/icon-toggle.gif') 0 7px no-repeat;
	}
.orderpage-notice-toggle h2, 
.orderpage-notice-toggle h3 {
	margin: 0; padding: 2px 0 2px 10px;
	border-left: 1px solid #ea2;
	}
.orderpage-notice-toggle-hover {
	background-position: 0 -42px;
	cursor: pointer;
	}
.orderpage-notice .orderpage-notice-toggle-hover h2, 
.orderpage-notice .orderpage-notice-toggle-hover h3 {
	color: #a00;
	border-left-color: #fb3;
	}

.orderpage-notice-toggle.off {	background-position: 0 -90px; }
.orderpage-notice-toggle-hover.off {background-position: 0 -142px;}


table.order tr.error td,
table.order tr.error th,
table.order tr.error input { font-weight: bold; color: #D00; }

#orderpage-callout {
	float: right;
	width: 249px; height: 56px;
	margin: 0 0 10px 15px;
	background: url('images/co-orderpage.jpg') 0 0 no-repeat;
	text-indent: -9999px;
	}
#orderpage-callout.orderpage-callout-hover {
	background-position: 0 -56px;
	cursor: pointer;
	}

	
fieldset {
	width: 505px;
	margin: 20px 0; padding: 40px 20px 20px 20px;
	background-color: #eee;
	border: 1px dashed #aaa;
	}
fieldset legend {
	padding: 0;
	margin: 0;
	border: none;
	text-indent: -9999px;
	}	


fieldset#legend-washpass div.fieldset-ornament {	
	width: 548px; height: 73px;
	position: absolute; left: 215px;
	margin: -55px 0 0 0;
	background: url('images/bg-fieldset-washpass.jpg') top right no-repeat;
	}
fieldset#legend-gift div.fieldset-ornament {	
	width: 568px; height: 73px;
	position: absolute; left: 215px;
	margin: -59px 0 0 0;
	background: url('images/bg-fieldset-gift.png') top right no-repeat;
	}
fieldset#legend-total div.fieldset-ornament {	
	width: 548px; height: 38px;
	position: absolute; left: 215px;
	margin: -55px 0 0 0;
	background: url('images/bg-fieldset-total.jpg') top right no-repeat;
	}
	
#washnum p {margin-bottom: 0; }


.washnum-percard { 
	display: block;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 11px;
	}
	
#msg { 	margin: 10px 0 0 0;	}	
#buy-msg {	color: #d00; font-weight: bold;}
#cboxContent #buy-msg {	margin:0; padding: 5px; } /*--- javascript colorbox style ---*/
	
/* General 
---------------------------------------------------------------------------- */

.fl { float: left; margin: 12px 12px 8px 0; }
.fr { float: right; margin: 12px 0 8px 12px; }
.flNoTop { float: left; margin: 0 12px 8px 0; }
.frNoTop { float: right; margin: 0 0 0 12px; }
img.fltlft { float: left; margin: 0 6px 35px 0; }
.frNoTopBord { float: right; margin: 4px 0 8px 12px; border: 1px solid #A7000A; }
.frBord { float: right; margin: 12px 0 8px 12px; border: 1px solid #A7000A; }
.flBord { float: left; margin: 12px 12px 8px 0; border: 1px solid #A7000A; }
.icon { float: left; margin: -3px 4px 8px 0; }
/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .icon { float: left; margin: 0 4px 8px 0; }
/* End hide from IE5/mac */

.clearR { clear: right; }
.clearL { clear: left; }
.clearB { clear: both; }

.def { border-bottom: 1px dotted #900; cursor: help; }

/* Hide
---------------------------------------------------------------------------- */
h1 span,
h2 span {
	display: block;
	margin-left: -5000px;
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	}

.hide, .noScreen { display: none; }


/* Kaady TV ad spot styling for homepage and news pages 
---------------------------------------------------------------------------- */


#call div.tv-headline {
	margin: 20px 0 20px 0;
	}
#call div.tv-headline-home {
	margin: 20px 0 10px 0;
	}
.tvspot {
	float: left; 
	width: 260px;
	}

.tvspotright {
	margin-right: 22px;
	}

.player {
	margin-bottom: 5px;
	float: left;
	width: 260px;
	}

#call2 {
	float: right;
	width: 215px;
	margin-left: 10px;
	}
	
#call2 div.tv-headline {
	margin: 0 0 5px 0;
	}

h3.movie-caption {
	margin: 5px 0px 0px 0px;
	color: #990000;
	}
	
p.movie-caption-youtube {
	margin: 0px; 
	margin-bottom: 15px; 
	font-size: 11px;
	}
	
#call p.movie-caption-youtube a,
#call2 p.movie-caption-youtube a {
	display: inline;
	width: auto;
	height: auto;
	margin: 0px; 
	padding: 0px; 
	}
	
#call p.movie-caption-youtube a:hover, 
#call2 p.movie-caption-youtube a:hover {
	text-decoration: underline; 
	}
	
div.news-entry {
	float: left;
	margin: 12px 0 8px 0;
	height: 100%;
	}
	
div.news-entry .flBord { 
	float: left; 
	margin: 0 12px 0 0; 
	border: 1px solid #A7000A; 
	}
	
div.news-entry h2 {
	margin-top: 0px;
	}	
	
div.news-entry p {
	margin-bottom: 0px;
	}		
	
div.msg	{
	float: left;
	}
	
/* add homepage callouts to right of main bar
---------------------------------------------------------------------------- */	


#callout {
	position: absolute;
	top: 89px;
	left: 775px;
	margin: 0;
	padding: 0;
	width: 215px;
	}
	
#callout a {
	display: block;
	width: 215px;
	height: 106px;
	margin: 15px 0 0 0;
	text-decoration: none;
	}
	
#callout a span {
	position: absolute;
	display: block;
	top: -10000px;
	bottom: -10000px;
	width: 1px; 
	height: 1px; 
	font-size: 1px;
	overflow: hidden; 
	}
	
#callout a#water { background: #FFF url(images/call_water.gif) 0 0 no-repeat; }	
#callout a#mess { background: #FFF url(images/call_mess.gif) 0 0 no-repeat; }
#callout a#giftcard { height: 206px; background: #FFF url(images/callout_giftcard.jpg) 0 0 no-repeat; }
#callout a#cleanclub { height: 220px; background: #FFF url(images/co-home-cleanclub.jpg) 0 0 no-repeat; }
#callout a#windmill { height: 150px; background: #FFF url(images/co-home-windmill.jpg) 0 0 no-repeat; }
#callout a#vetswashfree { height: 176px; background: #FFF url(images/co-home-vetswashfree.jpg) 0 0 no-repeat; }

#callout a#water:hover,
#callout a#mess:hover { background-position: 0 -106px; }	


/* employment application page
---------------------------------------------------------------------------- */	

/* add some horizontal space between employer and how long */
.formhspace {
	padding-left: 10px;
}

body.how form input,
body.how form select {
	margin-top: 3px;
}
body.how form select {
	margin-bottom: 1px;
}
body.how form p {
	margin-top: 10px;
}
body.how form p.formempl {
	margin-top: 0px;
}


/* Kaady Clean Club subscribe page
---------------------------------------------------------------------------- */	

.pgsubscribe div#co-birthday { margin: 15px 0; padding: 16px; background-color: #def; }
.pgsubscribe div#co-birthday h2 { font-weight: normal; font-size: 18px; color: #06c; margin: 0 0 1px 0;}
.pgsubscribe div#co-birthday p { margin: 1px 0 4px 0; }
.pgsubscribe div#co-birthday img { float: left; margin: 0 12px 0 0; }

.pgsubscribe p.disclaimer { margin-top: 10px; }

.pgsubscribe .twocol-first, .pgsubscribe .twocol-last { float: left; width: 240px }
.pgsubscribe .twocol-first { margin-right: 10px; }

.pgsubscribe label { display: block; }
.pgsubscribe label.error { font-size: 12px; margin: 3px 0 0 0; padding: 0 0 0 14px; background: url(images/icon-error.gif) 0 2px no-repeat; }
.pgsubscribe select { width: 230px; }
.pgsubscribe p.button { margin-top: 10px; }

div.form-orn { margin: 15px 0 0 0; padding: 20px 25px 20px 25px; border: 1px solid #ccc; }
div.form-btm { background: url(images/bg-subscribe-form.gif) no-repeat; width: 545px; height: 18px; }

.clear { clear: both; }

.msg { 
	padding: 15px;
	background-color: #def;
	border: 1px dashed #ccc;
	color: #06c;
	}

/* news article page
---------------------------------------------------------------------------- */	
h2.newshdr { font-size: 18px; line-height: 110%; margin-top: 15px; margin-bottom: 0; }