h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

body	{
	background-color: #bdbbc6;
	text-align: center;
}
/* Generic page header -- inc/header.cfm 
	(#everything & #content tags closed in footer.cfm)
*/
#everything {
	width: 769px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
/* Header Banner -- logo & company name */
#headerBanner {
	height: 70px; /* Total height 75px, remove 5 for Rico.Corner.round */
	background-color: #03184f;
	color: white;
	font-family: Verdana Bold, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 75px;
}
#headerBanner img {
	float: left;
	margin: 2px;
	margin-left: 4px;
	margin-right: 6px;
	position: relative;
	top: -4px;
}
/* Header menu */
#headerMenu {
	height: 26px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#headerMenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	margin-left: 10px;
	padding: 0px;
}
#headerMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
#headerMenu ul li a {
	color: black;
	text-decoration: none;
}
#headerMenu ul li a:visited {
	color: black;
}
/* Generic page footer -- inc/footer.cfm 
*/
#footer {
	height: 18px; /* total height should be 23px, assume rico corner on botom adds 5px */
	background-color: #888888;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 18px;
	width: 100%;
}



/* homepage */
#homeRow1 {
	height: 252px;
	}
#peelAway {
	float: left;
	width: 208px;
	height: 252px;
	background-image: url(../images/peelaway.jpg);
	}
#peelAway p {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
#peelAway div {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: sans-serif;
	}
#featuredRental {
	float: left;
	width: 181px;
	height: 100%;
	background-color: #888888;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	}
#featuredRental h3 {
	font-size: 12px;
	margin-top: 12px;
	color: white;
	}
#featuredRental img {
	height: 50%;
	width: 80%;
	}
#featuredRental h4 {
	font-size: 10px;
	color: white;
	margin-left: 3px;
	margin-right: 3px;
	}
#topRight {
	float: left;
	}
#homeDivider {
	height: 7px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #bcbcc6;
	}
#homeRow2 {
	height: 175px;
	}
#bottomLeft {
	background-color: #8ca9d3;
	width: 390px;
	height: 100%;
	float: left;
	}

#bottomLeft img {
	margin-top: 6px;
	margin-bottom: 12px;
	height: 160px;
	}

#equipmentCategories {
	width: 379px;
	height: 100%;
	float: left;
	}
#equipmentCategories h3 {
	margin-top: 6px;
	margin-left: 6px;
	font-family: sans-serif;
	font-size: 13px;
	}
#equipmentCategories #lift {
	float: right;
	height: 175px;
	}
#equipmentCategories #forklift {
	float: left;
	width: 80px;
	}
#equipmentCategoryList {
	height: 120px;
	width: 180px;
	overflow: auto;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	}
#equipmentCategoryList a {
	color: blue;
	text-decoration: none;
	}
#equipmentCategoryList a:hover {
	color: blue;
	}
#equipmentCategoryList ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	}
#equipmentCategoryList ul li {
	margin-bottom: 4px;
	}
#contentTable {
	padding: 0px;
}
#contentTable td#leftCol {
	width: 208px;
	vertical-align: top;
	/*
	background-color: #ebab23;
	*/
	background-color: #fb7e00;
}
#contentTable td#rightCol {
	background-color: #8ea6d6;
	width: 100%;
}
.leftHeader {
}
.leftHeaderImage {
	height: 100%;
}
.leftHeaderImage img {
	margin: 10px 0px;
	width: 208px;
}
.main {
 	margin: 15px;
 	/*
	margin-left: 223px;
	*/
	border: 1px solid #03184f; 
/*
	background-color: #e5e5e5;
*/
	background-color: white;
	min-height:425px;
	//height: 425px;
	
	font-family: sans-serif;
	font-size: 12px;
	
}
.main h3 {
	margin-left: 8px;
}
.main h4 {
	margin-top: 8px;
	margin-bottom: 6px;
}
.main p {
	margin-left: 10px;
	margin-right: 10px;
}
/*
#content {
	background-color: #8ea6d6;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/