/* CSS Document */

/* site colors 
yellow/orange: #ecb216
blue: #0b4499
nav blue: #1b4599
green: #178b36
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;	
	background-color: #737373;
}

#siteContainer {
	width: 776px;
	border: solid 1px #000000; 
	height: 564px;
	min-width: 776px;
	background-color: #ffffff;
}

.topNavLink {
	font-size: 10px;
	font-weight: normal;
	color: #0b4499;
	background-color: #ecb216;
	text-align: center;
	padding-left: 0px;
	/*letter-spacing: .01em */
}

.midNavLink {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;	
	text-decoration: none;
}

.bottomNavLink {
	font-size: 12px;
	font-weight: bold;
	color: #0b4499;
	background-color: #ffffff;
}

a.topNavLink:link, a.topNavLink:visited, a.bottomNavLink:link, a.bottomNavLink:visited{
	color: #0b4499;
	text-decoration: none;
}

a.midNavLink:link, a.midNavLink:visited {
	color: #ffffff;
}

a.topNavLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.bottomNavLink:hover, a.midNavLink:hover {
	color: #ecb216;
	text-decoration: none;
} 

#navLinks {
	/*padding-left: 16px;
	margin-left: 25px; */
	}


#navLinks td {
	padding-left: 0px;
}

h1 {
font-size: 14px;
color: #0b4499;
font-style: italic;
font-weight: bold;
}

.subhead {
font-size: 12px;
color: #0b4499;
font-weight: bold;
}

p {
font-size: 12px;
}

.tollfree {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 5px 5px 5px 38px;
}

.contentTxt {
font-size: 14px;
/* letter-spacing: .02em;  */
}

ul.contentTxt li
{   list-style-image: url('../images/bullet.gif');
	list-style-position: outside;

}

ol.contentTxt li 
{
	padding-bottom:10px;	
}

h3 {
font-size: 16px;
font-weight: bold;
color: #0b4499;
}

h4 
{
font-size: 14px;
font-weight: bold;
color: black;
margin-bottom: -10px;
padding-bottom: 0px;
}

.contactFormDiv label 
{
	font-size: 14px; font-weight: bold;	
}

.contactFormDiv .required 
{
	font-size: 11px; color: Red;
}

.contactFormDiv input, .contactFormDiv textarea, .contactFormDiv select
{
	margin-left: 12px;	
}

.textField, .contactFormDiv textarea 
{
	width: 340px;	
}

.contentBlock {
	padding: 20px 15px 0px 40px;
	width: 100%;
}

.contentTable {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; HEIGHT: 400px;
	min-width: 776px;
}

/* Equipment rental styles */
/*
.equipListing td
{
	padding-bottom: 2px;
	vertical-align: top;

}

.equipListing 
{
	border: solid 2px #ecb216;
	padding: 2px;
}

.equipDesc 
{
	font-size: 14px;
	font-weight: bold;
	color: #0b4499;
}
.equipLabel 
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.equipProp 
{
	font-size: 11px;
	color: #0b4499;
}

.equipLink 
{
text-decoration: none;
color: #0b4499;
font-size: 12px;
font-weight: bold;
letter-spacing: .01em;
}

.equipLink:hover 
{
	color: #ecb216;
	text-decoration: underline;
}
*/

#equipInfo 
{
	margin-top: 15px;	
}

.tblRentalListing 
{
height: 260px;	
}

.tblRentalListing td 
{
	vertical-align: top;
	padding-left: 10px;	
}

.headerLabels 
{
	color: #0b4499;
	font-weight: bold;
	font-size: 16px;
}

.equipDesc 
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.equipPerf, .equipPower
{
	
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.tblAdditional .headerRow 
{
	background-color: #0b4499;
}

.tblAdditional th 
{
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: White;
	padding-left: 5px;
}

.tblAdditional td 
{
	height: 40px;	
}

.tblAdditional 
{
	margin-top: 15px;
	width: 100%;
	background-color: #ffffff;	
	border: solid 1px #0b4499;
}

.tblAdditional a:link, .tblAdditional a:visited, .tblAdditional a:active 
{
	font-size: 12px;
	font-weight: bold;
	color: #0b4499;	
	text-decoration: none;
}

.tblAdditional a:hover 
{
color: #ecb216;	
}

/* end rental styles */

/* fire/water on restorationservices */
#fireDiv 
{
	background-image: url('../images/fire_bg.jpg');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding-left: 185px;
}

#waterDiv 
{
	background-image: url('../images/water_bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding-right: 185px;
}

#clockDiv 
{
	background-image: url('../images/clock_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 250px;
	height: 378
}