/* CSS Document */
/* -------------------------------Standard------------------------------- */
html, body {
	margin:0;
	border:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url(../images/bg-header.png);
	background-position: center top;
}
* {padding:0; margin:0}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


p {
	color: #322d2d;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #175A7C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	color: #175A7C;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height:28px;
}

h1 a {
	font-size: 24px;
	color: #f71c20;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height:28px;
}

h1 a:hover {
	text-decoration:underline;
}


img { border:0; }

.headings-blue {
	margin:0 0 20px 0;
	padding:0;
	font-size: 1.3em;
	font-weight:normal;
	line-height:1.25em;
	color: #175A7C;
}

.headings-black {
	margin:0 0 20px 0;
	padding:0;
	font-size: 1.2em;
	font-weight:normal;
	line-height:1.2em;
	color: #000;
}
.telephone {
	display:block;
	font-size: 22px;
	color: #175A7C;
	padding: 10px 0 0 0;

}
.redtext {
	color: #f71c20;
}
.lightbluetext {
	color: #86C2E0;
}




.container {
	background-position: top;
}

.wrapper {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
}

.clear { clear:both; }

/* ------------------------------- Header ------------------------------- */


.header {
	height:153px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;

}

.logo {
	width: 220px;
	float: right;
	height: 220px;
	position: absolute;
	left: 370px;
	z-index: 500;
}

.contact-header {
	height: 33px;
	width: 50%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin-top: 12px;
	padding:0;
}

.images-left {
	width: 411px;
	margin: auto;
	float: left;
	overflow: hidden;
	text-align:left;
}
.images1 {
	height: 103px;
	width: 159px;
	margin: auto;
	float: left;
	overflow: hidden;
	text-align:left;
}
.images2 {
	height: 103px;
	width: 251px;
	margin: auto;
	float: right;
	overflow: hidden;
}
.images-right {
	height: 103px;
	width: 411px;
	float: right;
	overflow: hidden;
	text-align:right;
}

.images3 {
	height: 103px;
	width: 254px;
	margin: auto;
	float: left;
	overflow: hidden;
	text-align:left;
}
.images4 {
	height: 103px;
	width: 156px;
	margin: auto;
	float: right;
	overflow: hidden;
}

.float-right {
	float: right;
	margin-right:6px;
	margin-top:5px;
}


/* ------------------------------- Breadcrumb --------------------------------- */

.breadcrumbpanel {
	position:relative;
	margin-bottom: 25px;
	margin-top: -20px;
}

.breadcrumb {
	position:relative;
	width: 960px;
	color: #322d2d;
	padding: 0;
	font-size: 11px;
}
.breadcrumb a {
	color: #175A7C;
	text-decoration:underline;
}

.breadcrumb a:hover {
	color: #175A7C;
	text-decoration:none;
}
.breadcrumb .arrows {
	margin-right: 3px;
	margin-left: 3px;
}
.breadcrumb .print {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 4px;
	padding-right: 28px;
}


/* ------------------------------- Content -------------------------------*/

.contentImgRight {
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 35px;
}
.contentImgLeft {
	float:left;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0;
}

.contentImg img {
	padding:2px;
	background-color:#fff;
}

.main {
	font-size: 1em;
	line-height:1.4em;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main p {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 290px;
}


.main-full {
	font-size: 1em;
	line-height:1.4em;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-full p {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

.main-full p a, .main-full .content-list a {
	color:#f71c20;
	text-decoration:underline;
}

.main-full p a:hover, .main-full .content-list a:hover {
	color:#f71c20;
	text-decoration:none;
}

.main p a {
	color:#f71c20;
	text-decoration:underline;
}

.main p a:hover {
	color:#f71c20;
	text-decoration:none;
}


.links-header {
	font-size: 12px;
	font-weight: normal;
	padding-top: 13px;
	float:right;
	position:relative;
	text-align:right;
}

.links-header a {
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 20px;
}

.links-header a:hover {
	text-decoration:underline;
}

.main-full ul.content-list {
	text-align: left;
	padding: 0px;
	color:#322d2d;
	margin-bottom: 20px;

}

.main-full ul.content-list li {
	list-style-type: disc;
	line-height: 22px;
	margin-left: 16px;
}


.images-body-right {
	background-color:#d3d3d3;
	float: right;
	width: 343px;
	clear: right;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 0px;
}

.images-body-right img {
	padding: 4px;
}

.img-border {
	border: 4px solid #d3d3d3;	
}

.marg-right {
	margin-right:15px;
	
}

.body-right {
	float: right;
	width: 343px;
	clear: right;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 0px;
}

.body-right p {
	margin:5px 0 5px 0;
	color:#175a7c;
}

.small-image {
	background-color:#d3d3d3;
	padding:4px;
	float: left;
	width:154px;
	text-align:center;
	margin-bottom:18px;
}

.marg_right_18 {
	margin-right:18px;
}

.marg_top_10 {
	margin-top:10px;
}

.marg_top_20 {
	margin-top:20px;
}

.marg_top_30 {
	margin-top:30px;
}

.marg_top_40 {
	margin-top:40px;
}

#google-body-right {
	background-image: url(../images/bcgr-map.gif); background-repeat: x-repeat; 
	float: right;
	width: 462px;
	height: 390px;
	min-height: 390px;
	clear: right;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 5px;
}

#google-body-right img {
	padding: 0px;
	border: 1px solid #d3d3d3;
}

.images-title {
	color:#322d2d;
	text-align:center;
	padding: 5px;
	margin-bottom: 5px;	
	width: 330px;
}

.link-home a {
	margin:0 10px 0 0; 
	float:right;
}



.main h4 {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 345px;
}

.feature {
	background-image: url(../images/bcgr-feature.png); background-repeat: no-repeat; 
	float: right;
	width: 285px;
	height: 130px;
	min-height: 130px;
	display: block;
	clear: right;
	margin-bottom: 20px;
	margin-left: 30px;
}

.feature h3 {
	color: #175A7C;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #86C2E0;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:18px;
}

.feature p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #175A7C;
}



.panel-requests {
	position: absolute;
	top: 12px;
	right: 30px;
	width: 177px;
}
.panel-requests img {
	margin-bottom: 5px;
}

.panel-logos {
	position: absolute;
	top: 10px;
	right: 235px;
	text-align: right;
}
.panel-logos img {
	margin-left: 15px;
}

.softwarepanel1 {
	width:47%;
	float:left;
}
.softwarepanel2 {
	width:47%;
	float:right;
}

.bottompanel {
	padding-bottom:25px;
	height: 210px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #175a7c;
	background-color: #86c2e0;
}

.bottom-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:4px;
	position: relative;
	background-color: #86c2e0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #175a7c;
	top: -2px;
	height: 166px;
}

.bottom-content img {
	margin:6px;
	float: left;
}

.bottom-content img.padding {
	margin:6px;
	float: left;
}

.bottom-content img.left {
	margin:6px 6px 6px 26px;
}

.bottomlinks {
	float: left;
}

.bottomlinks ul {
	text-align: left;
	float: left;
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
	width: 300px;
}
.bottomlinks ul li {
	display:block;
	font-size: 1em;
	width:300px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.7em;
}

.bottomlinks ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.bottomlinks ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomlinks p {
	color: #FFFFFF;
	line-height: 1.7em;
	margin: 0px;
	float: left;
	display: block;
	width:150px;
}
.bottomlinks a {
	color: #FFFFFF;
}


.padd-right {
	padding-right: 50px;
}



.bottom-content h3 {
	padding-top:0px;
	padding-bottom:0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 27px;
	z-index: 300;
}

.bottom-content .brochure-request {
	float: right;
	padding-right: 25px;
	padding-top: 3px;
	position: absolute;
	top: 7px;
	right: 0px;
}

/* ------------------------------- Menu --------------------------------- */

.topmenupanel {
	position:absolute;
	width: 960px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
	z-index: 900;
	top: 153px;
}

.topmenu-1-2 { position:relative; color: #FFFFFF; padding: 0px; width: 480px; height: 50px; float: left; }
.topmenu-1-2 a { color: #F71C20; text-decoration:none; font-size:13px; font-weight: normal; display:block; height:54px; width:158px; float: left; }
.dropdown-1 {float:left;}
.dropdown-1 dt {height:69px; cursor:pointer;}
.but-home { background-image: url(../images/but-home.png); background-repeat: no-repeat; }
.but-asbestos { background-image: url(../images/but-asbestos.png); background-repeat: no-repeat; width:322px;}
.dropdown-1 dt:hover {}
.dropdown-1 dd { position:absolute; overflow:hidden; width:321px; display:none; z-index:200; opacity:0;}
.dropdown-1 ul { width:317px; list-style:none; border-top:none; background-image: url(../images/bg-topnav.png); background-repeat: repeat-x; background-color:#51aad6; }
.dropdown-1 li {display:inline;}
.dropdown-1 dd a, .dropdown-2 dd a:active {
	color:#fff;
	text-decoration:none;
	width:274px;
	height:30px;
	padding-top:10px;
	padding-left:28px;
	background-color:#51aad6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #175a7c;
	border-right-color: #175a7c;
	border-bottom-color: #175a7c;
	border-left-color: #175a7c;
	background-image: url(../images/bg-li.png);
	background-repeat: repeat-x;
}

.dropdown-1 dd a:hover {
	color:#fff;
	background-color:#175a7c;
	background-image: none;
}
.dropdown-1 .underline {border-bottom:2px solid #175a7c;}

.topmenu-2 { position:relative; color: #FFFFFF; padding: 0px; width: 480px; height: 50px; float: left; }
.topmenu-2 a { color: #F71C20; text-decoration:none; font-size:13px; font-weight: normal; display:block; height:54px; width:158px; float: left; }
.dropdown-2 {float:left;}
.dropdown-2 dt {height:69px; cursor:pointer;}
.but-home { background-image: url(../images/but-home.png); background-repeat: no-repeat; }
.but-asbestos { background-image: url(../images/but-asbestos.png); background-repeat: no-repeat; width:322px;}
.dropdown-2 dt:hover {}
.dropdown-2 dd { position:absolute; overflow:hidden; width:321px; display:none; z-index:200; opacity:0;}
.dropdown-2 ul { width:317px; list-style:none; border-top:none; background-image: url(../images/bg-topnav.png); background-repeat: repeat-x; background-color:#51aad6; }
.dropdown-2 li {display:inline;}
.dropdown-2 dd a, .dropdown-2 dd a:active {
	color:#fff;
	text-decoration:none;
	width:274px;
	height:30px;
	padding-top:10px;
	padding-left:28px;
	background-color:#51aad6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #175a7c;
	border-right-color: #175a7c;
	border-bottom-color: #175a7c;
	border-left-color: #175a7c;
	background-image: url(../images/bg-li.png);
	background-repeat: repeat-x;
}

.dropdown-2 dd a:hover {
	color:#fff;
	background-color:#175a7c;
	background-image: none;
}
.dropdown-2 .underline {border-bottom:2px solid #175a7c;}

.topmenu-3-4 { position:relative; color: #FFFFFF; padding: 0px; width: 480px; height: 50px; float: right; text-align:right; }
.topmenu-3-4 a { color: #F71C20; text-decoration:none; font-size:13px; font-weight: normal; display:block; height:54px; width:158px; float: right; }
.topmenu-3-4 a:hover { color:#c1dcdd; }

.dropdown-3 {float:right;}
.dropdown-3 dt {height:69px; cursor:pointer;}
.but-software {
	background-image: url(../images/but-software.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:322px;
}
.but-epcs {
	background-image: url(../images/but-epcs.png);
	background-repeat: no-repeat;
	float:right;
}
.but-contact {
	background-image: url(../images/but-contact.png);
	background-repeat: no-repeat;
	float:right;
}
.dropdown-3 dt:hover {}
.dropdown-3 dd { position:absolute; overflow:hidden; width:321px; display:none; z-index:200; opacity:0;}
.dropdown-3 ul {
	width:321px;
	list-style:none;
	background-image: url(../images/bg-topnav.png);
	background-repeat: repeat-x;
	background-color:#51aad6;
	text-align:right;
}
.dropdown-3 li {display:inline;}
.dropdown-3 dd a, .dropdown-3 dd a:active {
	display:block;
	color:#fff;
	text-decoration:none;
	width:274px;
	height:30px;
	padding-top:10px;
	padding-right:28px;
	background-color:#51aad6;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #175a7c;
	border-left-color: #175a7c;
	background-image: url(../images/bg-li.png);
	background-repeat: repeat-x;
}
.dropdown-3 dd a:hover {
	color:#fff;
	background-color:#175a7c;
	background-image: none;
}
.dropdown-3 .underline {border-bottom:2px solid #175a7c;}



/* ------------------------------- Footer ------------------------------- */

.footerpanel {
	width:100%;
	text-align:right;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #175A7C;
}
.footer {
	width:960px;
	text-align:right;
	font-size:0.8em;
	color: #86C2E0;
	padding-top:12px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12px;
	background-color: #175A7C;
	margin-right: auto;
	margin-left: auto;
}

.footer a {
	color: #86C2E0;
}
.footer .w2m {
	float: left;
}



/*-----------------FORM STUFF--------------------*/

form {
	margin: 0px;
	padding: 0px;
}

#contactTable #contactTable select {
	border: 1px solid #a1bbd3;
	background: #eef6fd;
	color:#175a7c;
	font-size: 13px;
	height: 20px;
}


#contactTable input {
	border: 1px solid #a1bbd3;
	background: #eef6fd;
	color:#175a7c;
	font-size: 13px;
	padding:2px;
	width:165px;
}

#contactTable textarea {
	border: 1px solid #a1bbd3;
	background: #eef6fd;
	color:#175a7c;
	font-size: 13px;
	padding:2px;
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
}

.contactbox {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index: 100;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #101B75;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 500px;
	right: 0px;
}
#n-sconce {
	display: none;
}


.label {
	width: 125px;
	font-size: 1em;
	padding-bottom: 2px;
	float: left;
	clear: left;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.element {
	float: left;
	clear: right;
	width: 160px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.cleaner {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 5px;
}
.formTxt {
	font-size: 1em;
	width: 150px;
	border: 1px solid #C0D5DA;
	font-family: Arial, Helvetica, sans-serif;
}
.commentForm p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
.floatleft {
	float: left;
	width: 150px;
}
.floatright {
	float: right;
	width: 350px;
}

.commentForm { width: 600px; }
.commentForm label { width: 200px; }
.commentForm label.error { margin-left: 0px; }
#contactTable #submit {
	margin-top: 10px;
	padding:5px;
	cursor:pointer;
	border: 0px solid #a1bbd3;
	color:#fff;
	background-color: #175A7C;
	text-transform: uppercase;
	width: 230px;
}

#contactTable .shorttext {
	width:50px;}

