html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #1F2657;
	background-image: url(../images/bkg_body.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table, th, td, tr {
	font-size: 12px;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1 {
	margin: 0;
	padding: 0 0 0 120px;
	line-height: 94px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 13px;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0 0 1.5em 0;
}
li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.5em;
}
a {
	color: #F6A01A;
	text-decoration: underline;
}
a:hover {
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

.caption {
	font-size: 10px;
}


/* ************************************************** div#page ****************************** */
div#page {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}



/* ************************************************** div#header ****************************** */
div#header {
	width: 1020px;
	height: 162px;
	margin: 0;
	padding: 0;
}
#header div.eyebrow {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0 40px 0 0;
	text-align: right;
	line-height: 38px;
}
#header .eyebrow a.contactlink {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	color: #4673B3;
}
#header .eyebrow a.inspectorlogin {
	float: right;
	margin: 0;
	padding: 0 0 0 18px;
	color: #99D8E7;
	background-image: url(../images/icon_lock.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
}
#header .eyebrow a.inspectorhome {
	float: right;
	margin: 0 5px;
	color: #99D8E7;
}
#header .eyebrow a.eyebrowlink {
	float: right;
	margin: 0 5px;
	color: #4673B3;
}
#header .eyebrow span.inspector-details {
	font-size: 11px;
}
#header a.returnhome {
	clear: both;
	display: block;
	width: 960px;
	height: 85px;
	margin: 0;
	padding: 0 30px;
	color: #fff;
	font-size: 55px;
	text-decoration: none;
	text-indent: -9999px;
}
#header ul.navprimary {
	overflow: hidden;
	float: right;
	height: 38px;
	margin: 1px 0 0 0;
	padding: 0 25px 0 0;
	list-style-type: none;
}
#header .navprimary li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 38px;
	white-space: nowrap;
}
#header .navprimary li a {
	float: left;
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
	line-height: 38px;
}
#header .navprimary li a.current {
	color: #99D8E7;
	background-color: #243E8B;
}
#header .navprimary li a:hover {
	color: #99D8E7;
}
#header .navprimary li.register a {
	color: #fff;
	text-decoration: underline;
}



/* ************************************************** div#main ****************************** */
div#main {
	clear: both;
	overflow: hidden;
	width: 1020px;
	margin: 0;
	padding: 0;
}



/* ************************************************** div#content ****************************** */
div#content {
	clear: both;
	overflow: hidden;
	width: 1020px;
	margin: 0;
	padding: 0;
}
/*
BLUE CONTENT BOX
*/
.contentbox.blue {
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	background-color: #243E8B;
	background-image: url(../images/bkg_contentbox_blue_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.blue .contentboxwrap {
	width: 920px;
	margin: 0;
	padding: 20px;
	background-image: url(../images/bkg_contentbox_blue_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}
/*
WHITE GRADIENT CONTENT BOX
*/
.contentbox.whitegrad {
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image: url(../images/bkg_contentbox_whitegrad_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.whitegrad .contentboxwrap {
	width: 920px;
	margin: 0;
	padding: 20px;
	background-image: url(../images/bkg_contentbox_whitegrad_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}



/* ************************************************** SHOPPING CART ****************************** */

.product-flag {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	display: inline;
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	text-indent: -9999px;
}
.flag-new {
	background: url('../images/product-flag-new.png') top right no-repeat;
}
.flag-sale {
	background: url('../images/product-flag-sale.png') top right no-repeat;
}
.flag-revised {
	background: url('../images/product-flag-revised.png') top right no-repeat;
}
.flag-free {
	background: url('../images/product-flag-free.png') top right no-repeat;
}


.product-list-item {
	 float:left;
	 width:160px;
	 height:200px;
	 margin:10px;
	 padding: 15px;
	 text-align: center;
}
.product-list-item .product-thumb {
	margin: 0 0 5px 0;
	position: relative;
}
.product-thumb-img {
	 border:0;
	 margin: 5px;
	 vertical-align: top;
	 max-width: 160px;
	 max-height: 160px;
}
.product-thumb .product-flag {
	top: -5px;
	right: -15px;
}

.product-list-item .product-name {
}
.product-list-item .product-price {
}


.cart-table {
	margin: 10px 0;
	border: 0;
	width: 100%;
}
.cart-prehead {
	padding: 5px;
	text-align: right;
}
.cart-header-cell {
	padding: 10px 5px;
	vertical-align: top;
	background: #C8E9F0;
	color: #000;
	border-bottom: 1px solid #2568A1;
}
.cart-item-cell {
	padding: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.cell-pad-left {
	padding-left: 15px;
}
.cell-align-right {
	text-align: right;
}
.cell-align-center {
	text-align: center;
}

.product-breadcrumbs {
	margin: 10px 0;
	padding: 0;
}

.cart-detail-image {
	display:inline;
	padding:10px;
	float:right;
	margin-top:50px;
	position: relative;
}
.cart-detail-image .product-flag {
	top: 5px
	right: 5px;
}

.cart-detail-item {
	margin: 15px 0;
	overflow: hidden;
}
.cart-detail-item-label {
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 14px;
	color: #638CC2;
}
.cart-detail-item-data {
	margin-left: 120px;
}


.order-fieldset {
	border: 1px solid #638CC2;
	margin: 10px 15px 25px 15px;
	padding: 15px;
}
.order-fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
}
div.order-row {
	padding: 5px;
	overflow: hidden;
	vertical-align: top;
}
.order-label {
	width: 200;
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;
}
.order-field {
	margin-left: 200px;
	vertical-align: top;
}


/* ************************************************** div#schedulecolumns ****************************** */
div#schedulecolumns {
	overflow: hidden;
	width: 960px;
	margin: 0 30px;
	padding: 20px 0 30px 0;
	text-align: left;
	background-color: #243E8B;
	border-top: solid 1px #F7A11A;
}
#schedulecolumns div.columns {
	overflow: hidden;
	padding: 0 0 20px 0;
	background-image: url(../images/landing_bkg_columns.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#schedulecolumns .columns h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 18px;
	font-weight: bold;
}
#schedulecolumns .columns table.schedule {
	margin: 5px 0 20px 50px;
	border: 0;
}
#schedulecolumns .columns .schedule td {
	padding: 2px 4px;
	vertical-align: middle;
}
#schedulecolumns .columns .schedule td.date {
	font-size: 13px;
	text-align: right;
	vertical-align:bottom;
}
#schedulecolumns .columns .schedule td.city {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align:bottom;
}
#schedulecolumns .columns .schedule td a, #schedulecolumns .columns .schedule td a:link, #schedulecolumns .columns .schedule td a:visited {
	color: #fff;
	text-decoration: none;
}
#schedulecolumns .columns div.details p {
	overflow: hidden;
	padding: 0;
	line-height: 2em;
}
#schedulecolumns .columns .details a {
	float: left;
	margin: 0;
	padding: 0 10px;
	background-color: #1E2655;
}
#schedulecolumns .columns .details a:hover {
	color: #fff;
}
#schedulecolumns .columns .details a.faq {
	margin: 0 0 0 5px;
}
#schedulecolumns div.column1 {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
}
#schedulecolumns .column1 h2 {
	padding: 10px 0 10px 120px;
	color: #F8B018;
	background-image: url(../images/landing_bkg_h2_commercial.gif);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}
#schedulecolumns .column1 .details {
	padding: 0 0 0 10px;
	color: #F8B018;
}
#schedulecolumns .column1 .details a {
	color: #F8B018;
}
#schedulecolumns div.column2 {
	float: left;
	width: 365px;
	margin: 0;
	padding: 0 0 0 35px;
}
#schedulecolumns .column2 h2 {
	padding: 10px 0 10px 120px;
	color: #99D8E7;
	background-image: url(../images/landing_bkg_h2_residential.gif);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}
#schedulecolumns .column2 .details {
	color: #99D8E7;
}
#schedulecolumns .column2 .details a {
	color: #99D8E7;
}
#schedulecolumns div.column3 {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 0 0 35px;
}
#schedulecolumns .column3 h2 {
	color: #F6A01A;
}
#schedulecolumns .column3 h3 {
	color: #F6A01A;
}
#schedulecolumns .column3 ul {
	margin: 0;
	padding: 0 0 2em 0;
	list-style-type: none;
}
#schedulecolumns .column3 li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8em;
}
#schedulecolumns .column3 .quicklinks a {
	color: #fff;
	text-decoration: underline;
}
#schedulecolumns .column3 .haaglinks a {
	color: #99D8E7;
	text-decoration: underline;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 30px;
	padding: 18px 0;
	font-size: 9px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer .viewbulletin {
	float: left;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
}
#footer .viewbulletin a.pdf {
	display: block;
	float: left;
	width: 300px;
	padding: 0 0 0 48px;
	text-decoration: none;
	line-height: 44px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 16px 13px;
	outline: none;
}
#footer .haaglink {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0 30px 0 0;
}
#footer .haaglink a {
	float: right;
	display: block;
	width: 133px;
}
#footer .haaglink img {
	display: block;
	width: 133px;
}
#footer .notices {
	float: right; 
	width: 400px;
	text-align: right;
	line-height: 22px;
}

/********************** ERROR BOX STYLES *********************/

.error-box {
	display: inline-block;
	margin: 10px 0;
	padding: 15px;
	font-size: 14px;
	color: #d00;
	border: 1px solid #d00;
	background: #FC9;
}
label.error {
	font-size: 14px;
	color: #F6A01A;
	font-style: italic;
}