/*Canvas TIME!!!!!!!!*/
#canvas {
	width: 100%;
	height:100%;
	margin:0px;
	padding: 0px; /*To make room for the top and bottom shelves*/
	background-color: #eff7f9;
	z-index: 0;
	position:absolute;
	top:50px;
	left:0px;
	overflow: visible;
	background-image: none;
	}



/*CSS rules for the topShelf*/
#topShelfWrapper {
	width: 100%;
	height: 50px;
	background-color: #313131;
	vertical-align: middle;
	position:absolute;
	top:0px;
	left:0px;
	}
#topShelf {
	width: 100%;
	height: 50px;
	position: relative;
	vertical-align: middle;
	color: #24d0fb !important;
	display: inline;
	z-index:0;
	}
	
h1.top {
	font-size: 28px;
	color:#24d0fb;
	margin-left: 15px;
	display:inline;
	float:left;
	}
div.mobile {
	width: 85px;
	height: 45px;
	padding: 0px 0px 0px 15px;
	border: 0px;
	border-bottom:5px;
	border-style: solid;
	border-color: #24d0fb;
	float: right;
	color: #0df939;
	display: inline;
	z-index: 2;
	line-height: 36px;
	background-color: #313131;
	font-weight: bolder;
	font-size: 20px;
	}
div.clearRight {
	clear: right;
	}
	
div.dropDown {
	width: 100%;
	height:100%;
	margin:50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top: 0px;
	bottom:0px;
	left:0px;
	z-index: 1;
	background-color: rgba(0,0,0,0.7);
	display:none;
	}
div.dropDown ul li {
	line-height: 40px;
	color:#eee;
	font-size:20px;
	margin: 15px 5px;
	z-index: 1;
	}

/*For the Search, Locate, Call selection*/
#linksmbl {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#linksmbl img {
	padding: 5px; 
	vertical-align: middle;
}

#linksmbl ul {
	list-style-type: none;
	width: 200px;
} 

#linksmbl li {
	border-bottom: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
	vertical-align: middle;
}

#linksmbl li a { 
	color: #ffffff;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	vertical-align:middle;
}

* html #linksmbl li a {
	width: 200px;
}

#linksmbl li a:hover {
	background: #f6fdff;
}

	
/*To Hide everything else but the content*/
#pageHeaderWrapper, #pageFooterWrapper, #sidebar1Wrapper, #sidebar2Wrapper, #bannerWrapper{ 
	display: none !important;
	margin: 0px;
	padding: 0px;
	}
.image_slide, ul.pipe {
	display: none;
	}
#contentWrapper {
	width: 100% !important;
	clear: right;
	overflow: visible;
	height: 100%;
	}
#content {
	overflow: visible !important;
	}
body {
	background-color: #eff7f9;
	background-image: none;
	}
#canvasWrapper {
	width: 100% !important;
	background-image: none;
	margin: 0px;
	overflow: visible !important;
	padding: 0px;
	height: 100%;
	}
img.press {
	position: absolute;
	top: 0px;
	right: 10px;
	}

