@charset "utf-8";
body {
	font: 120% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(Design/Assets/Homepage_Images/GrnBkg.jpg);
	background-repeat: repeat;
	position: relative;
}
.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtrHdr #header {
	height: 410px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(Design/Assets/Homepage_Images/HeaderBkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	overflow: visible;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(Design/Assets/Homepage_Images/MainBkgpng.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 55px;
	text-align: justify;
	position: relative;
	overflow: visible;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 12px;
}

.oneColFixCtrHdr #footer {
	background-image: url(Design/Assets/Homepage_Images/FootBkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 181px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	clear: right;
}
.oneColFixCtrHdr #dropMenu {
	position: absolute;
	left: 54px;
	top: 313px;
	width: 14ems;
	height: 65px;
	overflow: visible;
	visibility: hidden;
	z-index: 11000;
}
.oneColFixCtrHdr   #renoMap,#sbMap,#boiseMap {
	position: absolute;
	top: -8px;
	width: 14ems;
	height: auto;
	visibility: hidden;
	z-index: 3103;
	overflow: visible;
	left: 254px;
}
.oneColFixCtrHdr #indentDiv {
	position: relative;
	left: 75px;
	width: 795px;
}

.Curl {
	position: absolute;
	left: 866px;
}
.oneColFixCtrHdr     li {
	list-style-position: outside;



}
.oneColFixCtrHdr #quoteDiv {
	height: 180px;
	width: 450px;
	margin-left: 30px;
}
.underlineBold {
	font-weight: bold;
	text-decoration: underline;
}




.floatleft {
	float: left;
	position: relative;
	left: -20px;
	z-index: 10;
}
.floaLleftExtraBelow {
	float: left;
	position: relative;
	left: -20px;
	z-index: 10;
	padding-bottom: 30px;
}
.floatLeftExtraBelowVideo {
	float: left;
	position: relative;
	left: -20px;
	z-index: 10;
	padding-bottom: 30px;
	top: 5px;
}


.Contact {
	position: absolute;
	left: 762px;
	top: 256px;
}
.Safety {
	position: absolute;
	left: 564px;
	top: 256px;
}

.Home {
	position: absolute;
	left: 418px;
	top: 256px;
}

.quoteBottom {
	position: relative;
	top: 10px;
}

.Services {
	position: absolute;
	left: 234px;
	top: 256px;
}
.quoteTop {
	position: relative;
	top: -10px;
}

.check {
	position: relative;
	top: 2px;
}



.Products {
	position: absolute;
	left: 39px;
	top: 256px;
}
.floatright {
	float: right;
	position: relative;
	left: 20px;
	top: -10px;
}
.Quotation  {
	font-family: "BankGothic Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}
.pageHeader {
	font-family: "BankGothic Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-decoration: underline;
}
.floatLeftList {
	float: left;
	position: relative;
	left: -5px;
	z-index: 10;
	padding-right: 35px;
}
.floatRightList {
	float: right;
	position: relative;
	left: 20px;
}
#footer h1 {
	text-indent: -1000em;
}
.floatrightBBB {
	float: right;
	position: relative;
	left: 20px;
	top: 2px;
}
.tradeMark {
	font-size: 50%;
}

