/*
  Common CSS Styles V2.0

  History:
  2007 Jun 08: Version 1.0: Initial Version
  2007 Nov 15: Version 2.0: Revised and Expanded Version

  This module provides the styling for global application 
  within a website.

  Copyright (c) 2007, The Prominent Pixel Website & Print Media Production Co. 

*/

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxx RESET! xxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var	{ border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx LAYOUT xxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	background: white; color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 90%;
	line-height: 1.4; 
	width:100%;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxx LOGO AREA xxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#header {  clear:left;  float:left;  width:100%;  }

#logo_container	{
	background: #aa652c url('../img/hdr_spring.jpg') top left no-repeat;
	padding-top:10px;
	padding-bottom:20px; 
	padding-left:50px;
	}

#logo	{
  background: #1f58a9 url('../img/logo.gif') no-repeat right center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

#logo a:link, #logo a:visited	{ 
  background: transparent url('../img/logo.gif') no-repeat right center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

#logo a:hover	{ 
  background: transparent url('../img/logo.gif') no-repeat left center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#logocontact	{
  background: #1f58a9 url('../img/logocontact.gif') no-repeat right center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

#logocontact a:link, #logocontact a:visited	{ 
  background: transparent url('../img/logocontact.gif') no-repeat right center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

#logocontact a:hover	{ 
  background: transparent url('../img/logocontact.gif') no-repeat left center;
  border:0;
  display:block;
  height:84px;
  margin:0; padding:0;
  text-indent: -9000px;
  width:200px;
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx BANNER AREA xxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#banner1, #banner2, #banner3	{
  height: 84px;
  overflow:hidden;
  margin:0; padding:0;
  position: absolute;
  top:10px;
  width:100px;
  }

#banner1	{  background: url('../img/banner1.jpg') top left no-repeat;  right:235px;  }
#banner2	{  background: url('../img/banner2.jpg') top left no-repeat;  right:125px;  }
#banner3	{  background: url('../img/banner3.jpg') top left no-repeat;  right:15px;  }

#banner1 a:link, #banner1 a:visited, #banner2 a:link, #banner2 a:visited, #banner3 a:link, #banner3 a:visited	{
	background: transparent;
	border:2px solid #fff;
	color: #697e3b;
	display:block;
	line-height: 1;
	font-size: 76%;
	font-weight: bold;
	height:19px;
	margin:0; padding:0;
	padding-top:61px;
	text-align:center;
	text-decoration: none;
	width:96px;
	}

#banner1 a:hover, #banner2 a:hover, #banner3 a:hover	{
	background: transparent;
	border:2px solid #fff;
	color: #1f58a9;
	display:block;
	height:19px;
	line-height: 1;
	margin:0; padding:0;
	padding-top:61px;
	text-align:center;
	text-decoration: underline;
	width:96px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx DATE/TIME xxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#datetime_container	{
	display:inline;
	float:right;
	font-size: 76%;
	font-weight:normal;
	margin-top:-23px;
	padding:0;
	position:relative;
	right:20px;
	z-index: 99999;
	}

* html #datetime_container	{  margin-top:-22px;  }

#ppx_time { 
	border-right:1px solid #aaa;
	color: #fff;
	display:inline;
	line-height: 1;
	font-weight:bold;
	float:right;
	padding-right:10px;
	text-align:right;
	z-index: 99999;
	}

#todaysdate { 
	color: #fff;
	display:inline;
	float:right;
	line-height: 1.1;
	padding-left:10px;
	text-align:right;
	z-index: 99999;
	}

* html #todaysdate 	{ line-height: 1; }

#todaysdate acronym { border-width:0; }

.specialdate		{  color: #fff;			}
.open				{  color: #8dc63f;	}
.closed				{  color: #ce0000;	}

.opendate			{  color: #8dc63f;	}
.closeddate			{  color: #ce0000;	}

.ampm	{ font-size: 76%; text-transform: uppercase; }

.springText	{ color: #f37737; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx	COLUMN STYLING xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.outer_container	{
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	}

.middle_container,
.inner_container {
	float:left;
	position:relative;
	width:100%;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.col1, .col2, .col3 {
	float:left;
	overflow:hidden;
	padding: 0 0 30px 0;	/* No left and right padding! */
	position:relative;
	}
.col2 { padding-bottom: 1px; }
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.threecol {
    background: #c68a49 url('../img/wood.gif') repeat top right; /* right column background colour */
	padding-top: 7px;
	}

.threecol .middle_container {
	right:25%;	/* width of the right column */
	background:#fff;	/* center column background colour */
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:20px;
	}

.threecol .inner_container {
	right:57%;						/* width of the middle column */
    background: #fff;
	}

.threecol .col1 {
	width:55%;	/* width of center column content (column width minus padding on either side) */
	left:101%;	/* 100% plus left padding of center column */
    padding-top:11px;
	}

.threecol .col2 {
	background: #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    padding-top:20px;
	width:17%;	/* Width of left column content (column width minus padding on either side) */
	left:27%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3 {
    padding-top:22px;
	width:23%;	/* Width of right column content (column width minus padding on either side) */
	left:86%;	/* Please make note of the brackets here: (100% - left column width) + (center column left and right padding) + (left column left and right padding) + (right column left padding) */
	}

.col1pad { padding: 10px; padding-left: 0; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.halfcol_left		{  display:inline;float:left;height:1%;margin-top:10px;width:49%;  }
.halfcol_right	{  display:inline;float:right;height:1%;margin-top:10px;width:49%;  }
.halfcol_left a, .halfcol_right a	{ font-size:120%; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxx DIV STYLING xxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.ppx_clear { background: transparent; clear:both; font-size:1px; height:1%; line-height:1px; } 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#map { 
	background: #eee;
	border:0;
	height: 480px;
	padding:0; margin:0;
	width: 100%;
	}

.printthismap			{  display:block; float:right; margin-top:10px;  }
.printthismap2			{  clear:right; display:block; float:right; margin-top:10px;  }
.printthismapicon		{  border-left:2px solid white; margin-bottom:-7px  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.boxcallout	{
	background: #fff;
 	border-bottom: 1px solid #666;
	margin: 0;
	margin-bottom:10px;
	overflow: hidden;
	padding:10px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.homecallout { border: 0; border-bottom: 1px solid #acbd60; padding: 10px; background: #e6f2b6; color: #000; text-align: center;margin: -5px 0 5px 0; }

.revcallout  {
  background: #0d6db4 url('../img/revcallout.gif') top right repeat-x;
  height: 1%;
  margin: 0 0 5px 0;
  padding:10px 15px 15px 15px;
  }

.revcallout h1  {
  color: #fff;
  border:0;
  padding:0;
  margin: 0 0 10px 0;
  }

.revcallout h4  {
  background: #fff;
  border: 1px solid #666;
  display:block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
  font-size: 120%;
  font-weight:normal;
  height: 1%;
  line-height:1.4;
  margin: -1px 0 0 0;
  padding: 15px;
  }

.newWrapper	{
	background: #f5f1e7;
	border-bottom: 2px solid #ebe2cc;
	clear: both;
	padding: 0 15px;
	padding-bottom: 10px;
	margin-top: 10px;
	}

.newWrapper h4	{
	margin-top: 0;
	padding-top: 15px;
	}

.relatedpages {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
  }
  
.relatedpages h4 {
  margin: 10px 0;
  }

.alphaindex	{
	background: #f7f5f3;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:-10px;
	padding: 5px 0;
	text-align: center;
	}

.alphaindex a:link, .alphaindex a:visited, .alphaindex a:hover	{
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxx RENTAL + BULK PRODUCTS xxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.bulkproductcontainer, .rentalcontainer {
	background: #f5f1e7;
	border-bottom: 2px solid #ebe2cc;
	clear:both;
	display:block;
	margin-top:15px;
	padding:10px;
	height:1%;
	}

.bulkproductcontainer h4, .rentalcontainer h4, .rentalcontainer h6  { border:0; margin:0; padding: 10px 0 0 0;  }
.bulkproductcontainer img, .rentalcontainer img  { border:3px solid #fff; margin-top: 0; margin-left:10px; float:right; }

.bulkproductcontainer p.gravellink		{ background: #fff; clear:right; float:right; font-size:84%; margin-bottom:5px; padding:5px 0; text-align:center; width:206px;  }
.bulkproductcontainer p.binnumber		{ background: #fff; clear:right; float:right; font-size:84%; padding:5px 0; text-align:center; width:206px;  }
.rentalcontainer p.featureslist				{ background: #fff; clear:right; float:right; font-size:84%; line-height:1.6; margin-top:5px; margin-left:10px; padding:5px 10px; text-align:left; width:132px;  }

.rentalcontainer img.morephotos			{ border:3px solid #fff; clear:right; float:right; margin-left:10px; margin-top:5px;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx	THE FOOTER xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footer_container {
	background-color: #333;
	background-image: url('../img/footer_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
    border-top: 1px solid #333;
    color: white;
	clear:both;
	font-size: 90%;
	margin-top:-2px;
	padding:2px 0 10px 0;
	text-align:center;
	}

#footer_container a:link, #footer_container a:visited { color: #fff; }
#footer_container a:hover { color: #f3de2d; }

.firstrow			{ display:block; margin-bottom:2px; padding:8px 10px 0 10px;  }
.secondrow		{ border-bottom:1px solid #333; display:block; padding:5px 10px 13px 10px;  }
.thirdrow			{ display:block; margin-bottom:0; padding:10px; padding-bottom:0;  }
.iconrow			{ display:block; margin-bottom:10px; padding:10px; padding-bottom:0;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxx HEADINGS xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h1, h2, h3, h4, h5, h6 { font-family: Verdana,"Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;border: 0; font-weight:bold; line-height:1.2; margin: 0; margin-top:25px; outline: 0; padding: 0; vertical-align: baseline; }

.col3 h2, .col3 h3, .col3 h4, .col3 h5, .col3 h6 { margin-top: 10px; }

h1 {
	border-bottom: 1px solid #eee;
	font-size: 200%;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:16px;
	margin-bottom:32px;
	}
 
h2 {  border-bottom: 1px solid #ddd;  font-size: 150%;  letter-spacing:-1px;  }
 
h3 {  font-size: 135%;  letter-spacing:-1px;  }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h4 {  font-size: 120%;  }

.col3 h4 { 
	background: #1f58a9 url('../img/h4rightcol.gif') top right repeat-x;
	border-bottom: 1px solid #333;
	color: #fff;
	line-height:1.1;
	padding:10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-11px;
	}
.col3 h4.onthispage { 
	background: #738451 url('../img/h4rightcol2.gif') top right repeat-x;
	}

.col3 h4 a:link		{ color: #fff; text-decoration: underline; }
.col3 h4 a:visited	{ color: #eee; text-decoration: underline; }
.col3 h4 a:hover   { color: #f3de2d; text-decoration: underline; }
.col3 h4 a:active   { color: #fff; text-decoration: underline; }


.col3 h4.heyuser {
 	background: #ffd;
 	border: 1px solid #ff6;
	color: #000;
 	display:block;
 	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
 	font-size: 90%;
 	font-weight:normal;
 	height: 1%;
 	line-height:1.4;
 	margin: 10px 0 0 0;
 	padding: 8px;
 	}
 
 .highlighth4	{ background: #e6e2cc;margin-bottom:10px;padding:10px; margin-top: 10px; }
 
 .heyuser {
 	background: #f5f1e7;
 	border: 1px solid #ebe2cc;
 	display:block;
 	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
 	font-size: 90%;
 	font-weight:normal;
 	height: 1%;
 	line-height:1.4;
 	margin: 10px 0 0 0;
 	padding: 8px;
 	}

h4.heyuserbot {
 	background: #a3c366;
 	border-bottom: 1px solid #333;
 	color: #000;
 	display:block;
 	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
 	font-size: 84%;
 	font-weight:normal;
 	height: 1%;
 	line-height:1.4;
 	margin: 10px 0;
	margin-top:-10px;
 	padding: 8px 10px;
 	}
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h5 {  font-size: 110%;  }
 
h6 {  font-size: 100%;  }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxx PARAGRAPHS xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

p	{  margin:0;  padding:10px 0 5px 0;  }

.col1 p { padding-right:25px; }

.indent { padding-left: 20px; }

.backtotop  { background: #f7f5f3; font-size: 84%; margin-top:15px; padding: 10px; text-align: center; }

.pleasenote { color: #888; font-weight: normal; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxx LISTS xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
 
 
ul, ol						{ margin: 10px 0 0 30px; padding: 0 0 10px 0; }

li							{ margin: 0 0 7px 0; padding: 0; }
.nobullet				{ list-style:none;list-style-image:none; margin-left:10px; }

.less_margins		{ margin-left: 20px; }
.less_margins li		{ margin:10px 0 -8px 0;  }

.pricebullets			{ list-style-type: none; margin-left: 10px;}
.pricebullets li		{ padding-left: 25px; }

li.percent				{ background: url('../img/icon_percent.gif') no-repeat center left;  } 
li.onetonne			{ background: url('../img/icon_tonne.gif') no-repeat center left;  } 
li.onethird				{ background: url('../img/icon_onethird.gif') no-repeat center left;  } 
li.twothirds			{ background: url('../img/icon_twothirds.gif') no-repeat center left;  } 
li.oneyard				{ background: url('../img/icon_oneyard.gif') no-repeat center left;  } 
li.onehalf				{ background: url('../img/icon_onehalf.gif') no-repeat center left;  } 
li.onequarter			{ background: url('../img/icon_onequarter.gif') no-repeat center left;  } 
li.oneeight			{ background: url('../img/icon_oneeight.gif') no-repeat center left;  } 
li.onefivegall			{ background: url('../img/icon_onefivegall.gif') no-repeat center left;  } 

li.twohour			{ background: url('../img/icon_2hr.gif') no-repeat center left;  } 
li.fourhour			{ background: url('../img/icon_4hr.gif') no-repeat center left;  } 
li.oneday				{ background: url('../img/icon_24hr.gif') no-repeat center left;  } 
li.oneweek			{ background: url('../img/icon_7day.gif') no-repeat center left;  } 
li.onemonth			{ background: url('../img/icon_28day.gif') no-repeat center left;  } 


.rightcollist			{ margin-top:15px; margin-left:5px; list-style-type:none; }

.midcollist			{ margin-top:15px; margin-left:15px; list-style-type:none; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx LIST BUTTONS xxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

ul.two_lists			{  line-height: 1.2;  list-style-type:none;  margin:10px 0 0 0;  padding:0;  }
ul.two_lists li		{  
	background: #fffffe;
	display: block;
	height: 1%;
	list-style-type:none;
	margin:0;
	padding: 4px;
	padding-left:8px;
	text-decoration: none;
	}

.underlineList	{
	border-bottom: 1px solid #eee;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

ul.list_buttons			{  line-height: 1.2;  list-style-type:none;  margin:0;  padding:0;  }
ul.list_buttons li	{  display:block;  font-size: 90%;  height: 1%;  list-style-type:none;  margin:0;  padding:0;  }

ul.list_buttons li a:link, ul.list_buttons li a:visited {
	background: #fffffe;
    border-bottom:1px solid #eee;
	display: block;
	height: 1%;
	margin:0;
	padding: 4px;
	padding-left:8px;
	text-decoration: none;
	}

ul.list_buttons li a:hover	{
	background: #ffb;
    border-bottom:1px solid #999;
	color: #000;
	display: block;
	height: 1%;
	margin:0;
	padding: 4px;
	padding-left:8px;
	text-decoration: none;
	}

ul.list_buttons li a:active	{
	background: #ff6;
    border-bottom:1px solid #aaa;
	color: #000;
	display: block;
	height: 1%;
	margin:0;
	padding: 4px;
	padding-left:8px;
	text-decoration: none;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

ul.list_buttons li a.reversed:link, ul.list_buttons li a.reversed:visited {  background: #ffd;  }
ul.list_buttons li a.reversed:hover	{  background: #ffb;  }
ul.list_buttons li a.reversed:active	{  background: #ff6;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

ul.list_buttons li a.revheader:link, ul.list_buttons li a.revheader:visited {
	background: #6c7f47;
	border:0;
	border-top: 1px solid #eee;
	color: #fff;
	font-size: 110%;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:3px;
	}

ul.list_buttons li a.revheader:hover	{
	background: #1f58a9;
	color: #fff;
	font-size: 110%;
	padding-top:8px;
	padding-bottom:8px;
	}

ul.list_buttons li a.revheader:active	{
	background: #379bc8;
	color: #fff;
	font-size: 110%;
	padding-top:8px;
	padding-bottom:8px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx FORMATTING xxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

blockquote			{  font-style:italic; margin:0 20px;  }
big						{  font-size: 120%;  }
small					{  font-size: 76%;  }
em						{  font-style: italic;  }
strong					{  font-weight:bold;	}
sup						{  position:relative; bottom:0.3em; vertical-align:baseline;  }
sub						{  position:relative; bottom:-0.2em; vertical-align:baseline;  }
pre						{  font-family: "Courier New", Courier;  }
acronym, abbr		{  cursor:help; border-bottom:1px dotted #aaa;  }
address				{  font-size: 100%;  font-style:normal;  margin:0;  padding:10px 0 5px 0;  }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.infodivtop		{ font-size:110%; clear: both;height:1%;display:block; margin-top:15px;margin-bottom:5px; }
.infodiv				{ font-size:110%; clear: both;height:1%;display:block; margin-top:0;margin-bottom:5px; }

.lefttextblk		{ background: #ffc; clear:left; display:block; width: 100px; float: left;margin:0;margin-bottom:5px;text-align:right;padding:5px;}
.righttextblk		{ float: left;padding:5px 0;margin:0;margin-left:10px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx LINK STYLES xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a, a:link, a:visited, a:hover { text-decoration:underline; }

a:link		{ color: #1f58a9;	 }
a:visited 	{ color: #379bc8;  }
a:hover		{ color: #4a9b07;	 }
a:active		{ color: #8dc63f;	 }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx FORM STYLES xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

form, label, fieldset, legend	{  border:0; margin:0; padding:0;  }

input, textarea { margin-bottom:10px;  }

legend {  font-weight:bold;  }

label {  cursor:pointer; border-bottom:1px solid #ccc;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.skinnyformcontainer {  margin: 10px auto; text-align: center; width:294px;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#contactform, #yardcalcform {
  background-color:#ffe;
  border:1px solid #ccc;
  display:block;
  line-height:2;
  margin: 0;
  padding:  10px;
  text-align: left;
  }

#Name, #EmailAddress, #YourEnquiry, #Width, #Depth, #Length, #YardsReq {
  border: 1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  width: 250px;
  }

#Width, #Depth, #Length { font-weight: bold; }
#YardsReq { color: #ce0000; text-align: center; font-weight: bold; }

#contactformbtn, #yardcalcbtn { 
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx TABLE STYLES xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

table, caption, tbody, tfoot, thead, tr, th, td {  border: 0;  border-collapse: collapse;  border-spacing: 0;  margin: 0;  outline: 0;  padding: 0;  text-align: left;  vertical-align: top;  }

table th, table td {  padding:10px;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.altrow {  background: #fff;  }	

.emptycell {  line-height:1;  margin:0;  padding:0;  }

.formtitle {  background: #ffa;  font-weight:normal;  line-height: 1.2;  padding: 10px;  }

.fldname {  font-weight:bold;  text-transform: lowercase;  padding:0;  }

.flddata {  font-weight:normal;  padding:0;  }

.pleasenotetd { text-align:center;font-size:90%;color: #aaa; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.tableheader {  background: #1f58a9;  color: #fff;  }	

.tableheader td {  border-right: 1px solid #ddd;  border-left: 1px solid #ddd;  padding:5px;  }	

.plainTable, .plainTable tr, .plainTable td, .plainTable th {	margin:0; padding: 0; border: 0; border-collapse: collapse; }

.plainTable td.TDright	{ font-weight: normal; padding-left: 10px; font-weight: bold; }

.plainTable th	{ font-weight: bold; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.deliverydata {
	background-color:#eee;
	font-size:90%;
	border:1px solid #ccc;
	color: #333;
	background: #ffd;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	vertical-align: middle;
	}

.deliverydata th, .deliverydata td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
 	padding:3px 5px;
	vertical-align: middle;
 	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx IMAGES xxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 img						{ border:0; margin:0; padding:0; }

.img-left				{ float:left; margin: 15px 15px 5px 0; }
.img-right				{ float:right; display:inline; margin: 15px 0 5px 15px; }
.img-right2			{ float:right; display:inline; margin: 0px 0 5px 15px; }

.centerpic				{ text-align:center;display:block;margin:0 auto; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.iconleft				{ margin-left: -10px; }
.icon16					{ margin-bottom:-2px; }
.icon16b				{ margin-bottom:-1px; }
.sm_icon				{ margin-bottom:-6px; }
.lg_icon					{ margin-bottom:-18px; }
	
.whiteborder			{ border-right:5px solid white; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.staffphoto {
	background-color:#eee;
	border:0;
	float:right;
	height:150px;
	margin-bottom:5px;
	margin-left:20px;
	width:100px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.div-right			{ display:inline;float:right;height:1%; width:227px;margin-left:15px;}
.div-right img   { margin-top: 15px; margin-bottom: 5px;}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx IMAGE CAPTIONS xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.caption { 
	background: #1f58a9 url('../img/h4rightcol.gif') repeat-x center left;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
	clear:right;
	color: white;
	display:inline;
	float:right;
	font-size: 90%;
	margin-top: -5px;
	text-align: center;
	}

.caption p {  line-height: 1.1;  margin: 0;  padding: 5px 10px 7px 10px;  }

.caption a:link, .caption a:visited { color: white; }
.caption a:hover { color: #ddd; }
.caption a:active { color: #aaa; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.captionbdr { 
	background: #1f58a9 url('../img/h4rightcol.gif') repeat-x center left;
	border:1px solid #ccc;
	border-top:0; 
	clear:right;
	color: white;
	display:inline;
	float:right;
	font-size: 90%;
	margin-top: -5px;
	text-align: center;
	}

* html .captionbdr {  margin-top: -8px;  }

.captionbdr p {  line-height: 1.1;  margin: 0;  padding: 5px 10px 7px 10px;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxx GLOBAL CLASSES xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
 
	.clear				{ clear:both; }
	.clear-left			{ clear:left; }
	.clear-right		{ clear:right; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.w200 {  width: 200px;  }
	.w225 {  width: 225px;  }
	.w250 {  width: 250px;  }
	.w300 {  width: 300px;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.text-left			{ text-align:left; }
	.text-right		{ text-align:right; }
	.text-center		{ text-align:center; }
	.text-justify		{ text-align:justify; }
 
	.bold					{ font-weight:bold; }
	.notbold			{font-weight:normal	}
	.italic				{ font-style:italic; }
	.underline			{ border-bottom:1px solid #ddd; }
	.highlight			{ background:#ffc; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.subtle_bdr			{ border: 1px solid #ccc; }

	a:link img.subtle_bdr, a:visited img.subtle_bdr { border: 1px solid #eee; }
	a:hover img.subtle_bdr { border: 1px solid #2b8ebc; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 	.nomargin			{ margin:0; }

 	.marg0_top		{ margin-top: 0px; }
 	.marg0_bot		{ margin-bottom: 0px; }

 	.marg5_bot		{ margin-bottom: 5px; }
 	.marg5_top		{ margin-top: 5px; }

 	.marg10			{ margin: 10px; }
 	.marg10_top		{ margin-top: 10px; }
 	.marg10_bot		{ margin-bottom: 10px; }

 	.marg15_bot		{ margin-bottom: 15px; }
 	.marg15_top		{ margin-top: 15px; }

 	.marg20			{ margin: 20px; }
 	.marg20_top		{ margin-top: 20px; }
 	.marg20_bot		{ margin-bottom: 20px; }
 	.marg20_left		{ margin-left: 20px; }
 
 	.marg30			{ margin: 30px; }
 	.marg30_top		{ margin-top: 30px; }
 	.marg30_bot		{ margin-bottom: 30px; }
 	.marg30_left		{ margin-left: 30px; }
 	.marg30_right	{ margin-right: 30px; }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.nopadding		{ padding:0; }
 	.pad0_top			{ padding-top: 0px; }
 	.pad0_bot			{ padding-bottom: 0px; }
 	.pad0_left			{ padding-left: 0px; }
 	.pad0_right		{ padding-right: 0px; }

 	.pad5_bot			{ padding-bottom: 5px; }
 	.pad5_top			{ padding-top: 5px; }

  	.pad10				{ padding: 10px; }
 	.pad10_top		{ padding-top: 10px; }
 	.pad10_bot		{ padding-bottom: 10px; }
 	.pad10_left		{ padding-left: 10px; }
 	.pad10_right		{ padding-right: 10px; }
 
 	.pad15_bot		{ padding-bottom: 15px; }
 	.pad15_top		{ padding-top: 15px; }

 	.pad20				{ padding: 20px; }
 	.pad20_top		{ padding-top: 20px; }
 	.pad20_bot		{ padding-bottom: 20px; }
 	.pad20_left		{ padding-left: 20px; }
 	.pad20_right		{ padding-right: 20px; }
 
 	.pad30				{ padding: 30px; }
 	.pad30_top		{ padding-top: 30px; }
 	.pad30_bot		{ padding-bottom: 30px; }
 	.pad30_left		{ padding-left: 30px; }
 	.pad30_right		{ padding-right: 30px; }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.pri_colour			{  color: #1f58a9;  }
	.sec_colour			{  color: #b32229;  }
	.tert_colour			{  color: #f6d97d;  }

	.pri_colour_bg		{  background-color: #1f58a9;  }
	.sec_colour_bg		{  background-color: #b32229;  }
	.tert_colour_bg		{  background-color: #f6d97d;  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
