body {
	background-color: #D2D2D2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	margin: 0px;
}

#page { width: 750px; margin: 0px auto; position: absolute; left:20px; top:20px; }
#outerContainer { width: 750px; margin: 0px auto; position: relative; background-color: #FFFFFF; margin-bottom: 10px; }
#outerContTop { width: 750px; height: 10px; position: relative; background-image: url(../images/bg_outer_cont_top.png); background-repeat: repeat-y; background-position: top center; }
#outerContBot { width: 750px; height: 10px; position: relative; background-image: url(../images/bg_outer_cont_bot.png); background-repeat: repeat-y; background-position: bottom center; }
#header { width: 730px; height: 105px; position: relative; left: 10px; background-image: url(../images/bg_top.gif); background-repeat: no-repeat; background-position: top center; }
#logo { position: relative; left: 22px; top: 22px; width: 95px; height: 65px; }
#navLev1Block { width: 730px; height: 30px; position: relative; left:10px; margin-bottom: 10px; background-image: url(../images/bg_nav.png); background-repeat: no-repeat; background-position: top center; }
#navLev1InnerBlock { position: absolute; left:10px; top:7px; }
#navLev2Block { width: 720px; height: 20px; position: relative; left:20px; top: -10px; margin-bottom: 0px; }
#contentBlock { position: relative; left: 10px; }
#leftContent { position: relative; left:10px; top: 0px; }
#rightContent { position: relative; left: 300px; top: 0px; }
#footer { width: 730px; height: 30px; position: relative; left:10px; margin-top: 0px; background-image: url(../images/bg_bot.gif); background-repeat: no-repeat; background-position: bottom center; text-align: center; }
#foot { position: relative; top: 8px; font-family: Arial Narrow, Helvetica, Verdana, sans-serif; color: #FFFFFF; font-size: 11px; font-style: normal; text-decoration: none; font-weight: bold; }
#prodInfoBox { z-index: 100; position: absolute; left: 60px; top: 100px; width:620px; height:auto; border: 1px solid #999999; background-color: #FFFFFF; text-align: center; vertical-align: middle; visibility:invisible; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; }
#closeMe { position: relative; width: 623px; height:30px; text-align: right; vertical-align: middle; margin-top: 7px; }
#wasteBox { position: absolute; top: 16px; left: 490px; width: 220px; height: 70px; text-align: center; background-image: url(../images/waste_bg.gif); background-repeat: no-repeat; background-position: top center; }
#wasteForm { position: relative; top: 28px; }

#contact_form{
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact_left{
	width: 320px;
	position: relative;
	float: left;
}
#contact_right{
	width: 320px;
	position: relative;
	float: left;
	left: 10px;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}



/* top navigation - lev1 */

#navLev1 {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}
#navLev1 li {
	display:inline;
}

#navLev1 li a {
	padding:0.2em 1em;
	background-color: transparent;
	font-family: Arial Narrow, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #666666;
	float:left;
}

#navLev1 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

.navLev1Active, a.navLev1Active:link, a.navLev1Active:visited, a.navLev1Active:active, a.navLev1Active:hover	{
	font-family: Arial Narrow, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

/* /top navigaion - lev1 */

/* top navigation - lev2 */

#navLev2 {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}
#navLev2 li {
	display:inline;
}

#navLev2 li a {
	padding:0.2em 1em;
	background-color: transparent;
	font-family: Arial Narrow, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	color: #666666;
	float:left;
}

#navLev2 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

.navLev2Active, a.navLev2Active:link, a.navLev2Active:visited, a.navLev2Active:active, a.navLev2Active:hover	{
	font-family: Arial Narrow, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

/* /top navigaion - lev2 */





h1	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
}

h2	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1px;
}

h3	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1px;
}


p {
	margin-top: 0px;
	margin-bottom: 10px;
}


hr {
	width: 100%;
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}


a:link, a:visited, a:active {
	color: #363A83;
	text-decoration: underline;
}

a:hover {
	color: #363A83;
	text-decoration: underline;
}


.foot, a.foot:link, a.foot:visited, a.foot:active, a.foot:hover	{
	font-family: Arial Narrow, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


.contentTbl {
	width: 100%;
	/* border: 1px dotted #C0C0C0; */
	margin-bottom: 10px;
	text-align: left;
}

td.contentCell {
	vertical-align: top;
}

td.vehicleImage {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E8E8E8;
	height: 100px;
	width: 130px;
}

td.vehicleImageHover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	height: 100px;
	width: 130px;
}

td.vehicleImageEmpty {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	height: 100px;
	width: 130px;
}



td.as {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E8E8E8;
	height: 76px;
	width: 95px;
}

td.asHover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	height: 76px;
	width: 95px;
}

td.asEmpty {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	height: 76px;
	width: 95px;
}



.cb_item {
	text-align: center;
}



.permit {
	position: relative;
	float: left;
	width: 220px;

	min-height: 325px;
	height: auto !important;
	height: 325px;

	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.permit_image {
	border: 1px solid #E8E8E8;
}

.permit_image:hover {
	border: 1px solid #D8D8D8;
}
