/*** Define Basic Eleemnts ***/
html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding:0px;
	color: #333;
	background: url(../_images/page/background.png) repeat-x top left;
}
body,
p,
td,
div,
span,
input,
textarea,
select,
option
{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
}

form
{
	margin:0px;
	padding:0px;
}


/*** General Layout Items ***/
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: underline;
	color: #333;
	background: transparent;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0;
}
p
{
	margin: 8px 0 8px 0;
}

div.topEdge
{
	margin: -20px 0 19px 0;
	height: 1px; /* IE bug hack */
}

div.header
{
	margin: 0;
	padding: 0 0 8px 0;
}
div.footer
{
	margin: 0;
	padding: 8px 0 0 0;
}
div.content
{
	margin: 0 0 8px 0;
	padding: 0;
}
.floatleft,
.alignLeft
{
	margin: 0 16px 6px 0;
	float: left;
}
.floatright,
.alignRight
{
	margin: 0 0 6px 16px;
	float: right;
}
.alignCenter
{
	display: block;
	margin: 0 auto 16px auto;
}
.caption
{
	font-size: 10px;
	line-height: 1.2em;
	margin: 0.5em 0;
}
ol
{
	padding: 0 0 0 16px;
	margin: 6px 0 8px 10px;
	list-style: decimal;
}
ul
{
	padding: 0 0 0 16px;
	margin: 6px 0 8px 10px;
	list-style: image;
	list-style-image: url(../_images/ul.png);
}
ul.red li
{
	color: #B13126;
	background: inherit;
}
ul ul
{
	list-style: square;
	list-style-image: none;
}
ul ul ul
{
	list-style: circle;
	list-style-image: none;
}

.clear
{
	clear: both;
}
.required
{
	color: #B13126;
	background: transparent;
}
h1
{
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #B13126;
	background: transparent;
	padding: 0;
	margin: 20px 0 14px 0;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
	font-size: 16px;
	font-weight: normal;
	color: #B13126;
	background: transparent;
	text-decoration: none;
}
h2
{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 16px 0 8px 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
	font-size: 14px;
	font-weight: normal;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h3
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #B13126;
	background: transparent;
	padding: 0;
	margin: 14px 0 6px 0;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #B13126;
	background: transparent;
	text-decoration: none;
}
h4
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 14px 0 6px 0;
}
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h5
{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	font-weight: bold;
	color: #B13126;
	background: transparent;
	padding: 0;
	margin: 12px 0 4px 0;
}
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active
{
	font-size: 10px;
	font-weight: bold;
	color: #B13126;
	background: transparent;
	text-decoration: none;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	font-weight: bold;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 12px 0 4px 0;
}
h6 a:link,
h6 a:visited,
h6 a:hover,
h6 a:active
{
	font-size: 10px;
	font-weight: bold;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	text-decoration: underline;
}

/*** Primary Viewport ***/
#mainContainer
{
	position: relative;
	width: 957px;
	overflow: hidden;
	margin: 0 auto;
}

/*** Header Region within mainContainer ***/
#mainHeader
{
	position: relative;
	height: 64px;
	margin: 0;
	padding: 0 0 15px 0;
	background: transparent url(../_images/page/contentTop.png) no-repeat bottom center;
	color: #fff;
}
* html #mainHeader
{
	background: transparent url(../_images/page/contentTopIE.png) no-repeat bottom center;
}
#headerLogo
{
	position: absolute;
	top: 10px;
	left: 15px;
}
#headerPhone
{
	position: absolute;
	top: 40px;
	left: 254px;
}

/*** Content Region within mainContainer (between header and footer) ***/
#mainContent
{
	position: relative;
	margin: 0;
	background: transparent url(../_images/page/contentMid.png) repeat-y top center;
	min-height: 516px;
}
* html #mainContent
{
	height: 516px;
	background: transparent url(../_images/page/contentMidIE.png) repeat-y top center;
}

#pageName
{
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
	color: #B03328;
	background: transparent;
}
/*** Actual Content Region - lives inside mainContent ***/
#insetContent
{
	position: relative;
	float: left;
	display: inline;
/*	width: 730px;
	margin: 0 30px 10px 0; */
	width: 575px;
	margin: 0 0 10px 15px;
	padding: 0;
	line-height: 18px;
}

/*** Right bar - side bar area ***/
#rightBar
{
	float: right;
	display: inline;
	position: relative;
	margin: 0 32px 120px 0;
	width: 140px;
}
div.rightBarBox
{
	margin: 20px 0;
}
div.flvLink
{
	margin: 8px 0;
}
#rightBar h1,
#rightBar h2
{
	font-size: 13px;
	margin-bottom: 4px;
	line-height: auto;
}

/**** Left Column region ****/
#leftColumn
{
	position: relative;
	float: left;
	display: inline;
	width: 145px;
	margin: 0 0 0 30px;
}


/**** Top most navigation - lives in mainHeader ****/
#tier1Nav
{
	position: absolute;
	top: 0;
	left: 304px;
	width: 639px;
	height: 28px;
	overflow: hidden;
	background: #8C1D12;
	color: #fff;
}
#tier1Nav ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tier1Nav ul ul
{
	display: none;
}
#tier1Nav ul li
{
	margin: 0;
	padding: 0;
	display: none;
	height: 12px;
	overflow: hidden;
}
#tier1Nav ul li a
{
	display: block;
	color: #000;
	background: transparent;
	background-position: top left;
	text-indent: -230px;
	height: 12px;
	overflow: hidden;
}
#tier1Nav ul li.home,
#tier1Nav ul li.news,
#tier1Nav ul li.employment,
#tier1Nav ul li.contactus,
#tier1Nav ul li.case-studies,
#tier1Nav ul li.about,
#tier1Nav ul li.resources,
#tier1Nav ul li.myminercorp
{
	float: left;
	display: inline;
}
#tier1Nav ul li.home a
{
	background-image: url(../_images/topNav/navHome.png);
	width: 48px;
}
#tier1Nav ul li.news a
{
	background-image: url(../_images/topNav/navNews.png);
	width: 47px;
}
#tier1Nav ul li.employment a
{
	background-image: url(../_images/topNav/navEmployment.png);
	width: 95px;
}
#tier1Nav ul li.case-studies a
{
	background-image: url(../_images/topNav/navCaseStudies.png);
	width: 103px;
}
#tier1Nav ul li.contactus a
{
	background-image: url(../_images/topNav/navContact.png);
	width: 71px;
}
#tier1Nav ul li.about a
{
	background-image: url(../_images/topNav/navAbout.png);
	width: 56px;
}
#tier1Nav ul li.resources a
{
	background-image: url(../_images/topNav/navResources.png);
	width: 86px;
}
#tier1Nav ul li.myminercorp a
{
	background-image: url(../_images/topNav/navMyminer.png);
	width: 130px;
}
#tier1Nav ul li a:hover
{
	background-position: bottom left !important;
}

/* Second top nav */
#tier1bNav ul
{
	position: absolute;
	top: 39px;
	left: 450px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tier1bNav ul ul
{
	display: none;
}
#tier1bNav ul li
{
	margin: 0;
	padding: 0;
	display: none;
}
#tier1bNav ul li a
{
	display: block;
	height: 15px;
	overflow: hidden;
	color: #000;
	background: transparent;
	background-position: top left;
	text-indent: -130px;
}
#tier1bNav ul li.solutions,
#tier1bNav ul li.products,
#tier1bNav ul li.service
{
	float: left;
	display: inline;
}
#tier1bNav ul li.solutions a
{
	background-image: url(../_images/topNavMain/navSolutions.png);
	width: 98px;
}
#tier1bNav ul li.products a
{
	background-image: url(../_images/topNavMain/navProducts.png);
	width: 98px;
}
#tier1bNav ul li.service a
{
	background-image: url(../_images/topNavMain/navService.png);
	width: 79px;
}
#tier1bNav ul li a:hover
{
	background-position: bottom left !important;
}

/**** Drop down menu *****/
ul.dropDown
{
	background-image: none;
	background-color: #8C1D12;
	color: #fff;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #69160d;
	border-right: 1px solid #69160d;
	border-bottom: 1px solid #69160d;
}
ul.dropDown li a
{
	width: auto;
	text-indent: 0;
	padding: 0;
	margin: 10px;
	display: block;
}
ul.dropDown li a:link,
ul.dropDown li a:visited,
ul.dropDown li a:hover,
ul.dropDown li a:active
{
	background: transparent;
	color: #eee;
	text-decoration: none;
}
ul.dropDown li a:hover
{
	background: transparent;
	color: #ccc;
	text-decoration: underline;
}

/**** Breadcrumb Navigation ****/ 
#tier3Nav
{
	float: right;
	display: inline;
	width: 730px;
	margin: 0 30px 0 0;
}
#tier3Nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	height: 40px; /* Controls space to pageName */
}
#tier3Nav ul ul
{
	display: none;
}
#tier3Nav ul li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#tier3Nav ul li.main
{
	display: none;
}
#tier3Nav ul li a
{
	display: block;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	white-space: nowrap;
}
* html #tier3Nav ul li
{
	width: 1%; /* Because IE <= 6 is dumb */
}
#tier3Nav ul li a:link,
#tier3Nav ul li a:visited,
#tier3Nav ul li a:hover,
#tier3Nav ul li a:active
{
	font-size: 10px;
	color: #777;
	background: transparent url(../_images/breadcrumbDivider.png) no-repeat right;
	text-decoration: none;
	text-transform: uppercase;
}
#tier3Nav ul li a:hover
{
	color: #666;
	text-decoration: underline;
}
#tier3Nav ul li.curMenu,
#tier3Nav ul li.curMenu a
{
	color: #666;
	background: #fff none !important;
	margin: 0 0 0 0;
}


/**** Leftcolumn Navigation - lives inside leftColumn ****/
#tier2Nav
{
	display: block;
	margin: 0 5px 0 0;
}
#tier2Nav ul
{
	margin: 0 0 0 -10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tier2Nav ul li
{
	margin: 0 0 10px 10px;
	padding: 0 ;
	color: #777;
	font-size: 12px;
}
#tier2Nav ul ul
{
	margin: 0;
	display: none; /* If using clickopen menu - do not do this */
}
#tier2Nav ul.curMenu
{
	display: block;
}
#tier2Nav ul ul li
{
	margin: 3px 0 3px 10px;
	font-size: 9px;
}
#tier2Nav ul li a:link,
#tier2Nav ul li a:visited,
#tier2Nav ul li a:hover,
#tier2Nav ul li a:active
{
	color: #777;
	text-decoration: none;
	font-size: inherit;
}
#tier2Nav ul li a:hover
{
	text-decoration: underline;
}
#tier2Nav ul li a.curMenu:link,
#tier2Nav ul li a.curMenu:visited,
#tier2Nav ul li a.curMenu:hover,
#tier2Nav ul li a.curMenu:active
{
	color: #333;
}
#tier2Nav ul li.sitemap,
#tier2Nav ul li.privacypolicy,
#tier2Nav ul li.myminercorp,
#tier2Nav ul li.copyright
{
	display: none;
}
#tier2Nav ul li.openClickMenu
{
	background: transparent url(../_images/leftNav/navOpen.png) no-repeat 0em 0.25em;
	padding-left: 10px;
	zoom: 1; /* IE Hack */
}
#tier2Nav ul li.closeClickMenu
{
	background: transparent url(../_images/leftNav/navClosed.png) no-repeat 0em 0.25em;
	padding-left: 10px;
	zoom: 1; /* IE Hack */
}
#tier2Nav ul li.openClickMenu li,
#tier2Nav ul li.closeClickMenu li
{
	margin-left: 0px;
}


/*** Footer Region within mainContainer ***/
#mainFooter
{
	position: relative;
	padding: 30px 0 5px 0;
	margin: 0;
	font-size: 10px;
	background: transparent url(../_images/page/contentBot.png) no-repeat top center;
	color: #777;
}
* html #mainFooter
{
	background: transparent url(../_images/page/contentBotIE.png) no-repeat top center;
}
#mainFooter #footerCopy
{
	color: #777;
	background: transparent;
	margin: 0 0 0 31px;
	width: 610px;
	float: left;
	display: inline;
}
#mainFooter #toolbox
{
	float: right;
	display: inline;
	margin: 0 17px;
	width: 280px;
	text-align: right;
	color: #ccc;
}
#mainFooter #copyright
{
	float: left;
	display: inline;
	margin: 0 17px;
	width: 280px;
	text-align: left;
	color: #999;
	font-size:10px;
}
#mainFooter #minerman
{
	position: absolute;
	top: -109px;
	right: 8px;
}
#mainFooter a
{
	margin: 0;
}
#mainFooter a:link,
#mainFooter a:visited,
#mainFooter a:hover,
#mainFooter a:active
{
	font-size: 10px;
	color: #777;
	background: transparent;
	text-decoration: none;
}
#mainFooter a:hover
{
	text-decoration: underline;
}

#mainFooter #constantContact
{
	position: absolute;
	display: block;
	top: 0;
	left: 5px;
}
#mainFooter #constantContact label
{
	float: left;
	display: inline;
	height: 17px;
	margin: 0;
	padding: 0;
}
#mainFooter #constantContact span
{
	background: transparent url(../_images/contactBox.png) no-repeat 2px 3px;
	color: #777;
	height: 17px;
	width: 165px;
	float: left;
	display: inline;
}
#mainFooter #constantContact input.email
{
	float: left;
	display: inline;
	height: 15px;
	width: 100px;
	background: transparent;
	color: #777;
	border: 0;
	padding: 2px 0 0 4px;
	margin: 3px 0 0 3px;
}
#mainFooter #constantContact input.submit
{
	float: left;
	display: inline;
	height: 17px;
	width: 58px;
	padding: 0;
	margin: 3px 0 0 0;
}




#leftColumn #constantContact
{
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 0 0 1px 0;
	background: transparent url(../_images/page/tier4NavBk.png) repeat-x bottom left;
}
#leftColumn #constantContact label
{
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	color: #B03328;
	background: transparent;
}
#leftColumn #constantContact input.email
{
	float: left;
	display: inline;
	height: 15px;
	width: 65px;
	background: transparent url(../_images/contactBox.png) no-repeat;
	color: #777;
	border: 0;
	padding: 2px 0 0 4px;
	margin: 3px 0 0 3px;
	letter-spacing: -0.05em;
}
#leftColumn #constantContact input.submit
{
	float: left;
	display: inline;
	height: 17px;
	width: 58px;
	padding: 0 4px 0 0;
	margin: 3px 0 0 0;
}


/*** Footer Navigation ***/
#tier4Nav
{
	display: block;
	height: 23px;
	width: 926px;
	line-height: 23px;
	position: relative;
	top: 5px;
	left: 17px;
	margin: 0 0 10px 0;
	background: transparent url(../_images/page/tier4NavBk.png) repeat-x top left;
	color: #fff
}
#tier4Nav ul
{
	float: right;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tier4Nav ul li.solutions,
#tier4Nav ul li.products,
#tier4Nav ul li.service,
#tier4Nav ul li.home,
#tier4Nav ul li.news,
#tier4Nav ul li.employment,
#tier4Nav ul li.contactus,
#tier4Nav ul li.case-studies,
#tier4Nav ul li.about,
#tier4Nav ul li.resources,
#tier4Nav ul li.myminercorp,
#tier4Nav ul ul
{
	display: none;
}
#tier4Nav ul li
{
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 0 0 6px;
	background: transparent url(../_images/footerDivider.gif) no-repeat right;
	color: #eee;
}
#tier4Nav ul li a:link,
#tier4Nav ul li a:visited,
#tier4Nav ul li a:hover,
#tier4Nav ul li a:active
{
	font-size: 9px;
	background: transparent;
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
}
#tier4Nav ul li a:hover
{
	text-decoration: underline;
}
#tier4Nav ul li a.curMenu:link,
#tier4Nav ul li a.curMenu:visited,
#tier4Nav ul li a.curMenu:hover,
#tier4Nav ul li a.curMenu:active
{
	color: #ccc;
	background: transparent;
}
#tier4Nav ul li.sitemap
{
	background-image: none;
	padding-right: 0;
}



/**** Search Area ****/
div#searchArea
{
	background: transparent;
	color: #444;
	height: 16px;
	overflow: hidden;
	width:130px;
	position: absolute;
	top: 37px;
	right: 15px;
}
div#searchArea form
{
	margin: 0;
	padding: 0;
	height: 16px;
}
div#searchArea input#searchFor
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 3px;
	width: 150px;
	border: 0;
	height: 12px;
	font-size: 10px;
	color: #444;
	background: transparent url(../_images/searchBox.png) no-repeat !important;
}
div#searchArea input#searchFor.empty
{
	color: #444;
	background: transparent url(../_images/searchBoxEmpty.png) no-repeat !important;
}
div#searchArea input#searchButton
{
	height: 16px;
	width: 14px;
	position: absolute;
	right: 0;
	top: 0;
}


/**** List items (news, events, faqs, etc.) ****/
div.list
{
}
div.list div.item /* First item will also have class 'first' */
{
}
div.detail div.item div.photo,
div.list div.item div.photo /* Will contain optional link and img */
{
	display: inline;
	float: right;
	margin: 0 0 8px 16px;
}
div.photoBrowser
{
	border: 0 !important;
}
div.sideBar div.photoBrowser
{
	display: block;
	float: none;
	margin: 16px auto;
}
div.detail h3.return
{
	display: none;
}


/**** Testimonials ****/
div.testimonial
{
	margin: 30px 0 20px 0;
}
div.testimonial p
{
	font-style: italic;
	line-height: 150%;
	color: #777;
	background: transparent;
}
div.testimonial div.quoteFrom
{
	padding-left: 20px;
	text-indent: -20px;
	color: #555;
	background: transparent;
	font-weight: bold;
}
div.testimonial div.quoteFrom span
{
	font-size: 90%;
	color: #777;
}

/**** twitter link ****/
#tier4Nav ul {
	background:url(../_images/bug_twitter.gif) no-repeat 4px 4px;
	padding-left:20px;
}





/**** 24 Emergency Service in Sidebar ****/
#srvc24 {
 margin-top: -25px;
}
a.requestBtn {
 display: block;
 height: 60px;
 width: 138px;
 margin: 12px 0 0 0;
 background: transparent url(../_images/page/requestButtons.png) no-repeat top center;
 color: inherit;
 text-align: left;
 font-size: 1px;
 line-height: 0;
 text-indent: -100em;
 overflow: hidden;
}
a.requestBtn.estimate {
 background-position: 0 0;
}
a.requestBtn.estimate:hover {
 background-position: -138px 0;
}
a.requestBtn.service {
 background-position: 0 -60px;
}
a.requestBtn.service:hover {
 background-position: -138px -60px;
}