﻿body, p, td, li
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #999999;
}
body
{
	background-color:#666666;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}
p
{
	margin: 0 0 13px 0;
}
h1
{
	font-family: "Trebuchet MS", Calibri, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20pt;
	color: #000000;
}
h2
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10.25pt;
	font-weight: normal;
	line-height: 16pt;
	color: #000000;
	margin: 13px 0 0 0;
}
h3
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7.5pt;
	color: #666666;
	margin: 13px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}
a, a:visited
{
	color:#666666;
	text-decoration: none;
}
a:hover
{
	color:#993300;
	text-decoration: underline;
}
#main 
{
	position: relative;
	width: 790px;
	margin: 0px auto;
	text-align: left;	
	background-color: #ffffff;
	padding: 10px 40px 15px 44px;
}
#globalTop
{
	position: relative;
	width: 790px;
	height: 155px;
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#menuContainer
{
	width: 790px;
	margin: 0; padding: 0;
	text-align:right;
	height: 18px;
}
#tagline
{
	float:right;
	margin: 103px 12px 0 0;
}
#logo
{
	float:left;
	margin-top: 20px;
}
#globalFooter
{
	color:#b3b3b3;
	font-size:0.75em;
	padding-top: 40px;
	padding-bottom: 15px;
	clear:both;
}
#globalFooter a, #globalFooter a:visited
{
	color:#b3b3b3;
	text-decoration: none;
}
#globalFooter a:hover
{
	color:#993300;
	text-decoration: underline;
}

.AspNet-Menu-Horizontal
{
	display:block;
	list-style-type:none;
	margin:0;padding:0;
	position:absolute;
	left:355px;
	width:450px;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 0 */
{
	display:block;
	list-style-type:none;
	margin:0;padding:0;
}
* html .AspNet-Menu-Horizontal ul.AspNet-Menu { height:18px; }
.AspNet-Menu-Horizontal ul.AspNet-Menu ul /* Tier 1 */
{
	display:block;
	text-align:right;
	width:450px;
	margin:0;padding:0;
	white-space:nowrap;
	list-style-type:none;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul li /* Tier 1 */
{
	position:relative;
	display:inline;
	padding:0; margin:0;
	text-transform: uppercase;
	font: normal 7.5pt Verdana;
	float:none !important;
}
* html .AspNet-Menu-Horizontal ul.AspNet-Menu ul li {width:30px;}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul ul /* Tier 2 */
{
	position:absolute;
	top:14px;left:0;
	display:none;
	margin:0;
	padding:0;
	width:120px;
	white-space:nowrap;
	list-style-type:none;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li /* Tier 2 */
{
	display:block;
	margin:0;padding:0;
	width:120px;
	text-align:left;
	text-transform: none;
	font: normal 8pt Verdana;
	float:none !important;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul ul ul  /* Tier 3+ */
{
	display:block;
	margin:0;padding:0;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul ul ul li  /* Tier 3+ */
{
	text-transform: none;
	font: normal 8pt Verdana;
}

.AspNet-Menu-Horizontal li /* all list items */
{
	color: #666666;
}

.AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    color: #993300 !important;
}

.AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.AspNet-Menu-Horizontal span
{
  display:block;
  padding:0.1em 0.25em; 
  background:#fff; 
  color:#666; 
  text-decoration:none;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul li a, /* all anchors and spans (nodes with no link) */
.AspNet-Menu-Horizontal ul.AspNet-Menu ul li span
{
  padding:0.2em 1em; 
}
.AspNet-Menu-Horizontal li:hover a, /* hovered text */
.AspNet-Menu-Horizontal li:hover span,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.AspNet-Menu-Horizontal li:hover li:hover a,
.AspNet-Menu-Horizontal li:hover li:hover span,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #993300 !important;
}

.AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.AspNet-Menu-Horizontal li:hover li span,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.AspNet-Menu-Horizontal li:hover li:hover li a,
.AspNet-Menu-Horizontal li:hover li:hover li span,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #666666  !important;
}

.AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
    color: #993300 !important;
}

.AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    color: #993300 !important;
}

.AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    color: #993300 !important;
}

#headerLeftImage
{
	float:left;
	margin: 0px 0px 0px 0px;
	height: 208px;
	width: 147px;
}
#headerContent .h-overview
{
	background-image: url('../images/head/overview.jpg');
}
#headerContent .h-contact
{
	background-image: url('../images/head/contact.jpg');
}
#headerContent .h-login
{
	background-image: url('../images/head/login.jpg');
}
#headerContent .h-methods
{
	background-image: url('../images/head/methods.jpg');
}
#headerContent .h-solutions
{
	background-image: url('../images/head/solutions.jpg');
}
#headerContent .h-tours
{
	background-image: url('../images/head/tours.jpg');
}
#headerContent 
{
	background-repeat: no-repeat;
	height: 208px;
	clear:both;
}
#headerText
{
	margin-left: 147px;
	height: 208px;
	vertical-align: middle;
}
#headerText h1
{
	font-family: "Trebuchet MS", Calibri, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20pt;
	margin: 0 0 10px 0;
	line-height: 18pt;
	color: #ffffff;
	padding: 38px 35px 0px 39px;
}
#headerText p
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #fcf6d8;
	font-size: 10pt;
	line-height: 18pt;
	padding-left: 39px;
	padding-right: 35px;
	margin:0;
}
#content 
{
	background-color: #fff;
	position: relative;
	clear: both;
	width: 785px;	
	padding: 0; margin: 0; 
	min-height: 300px;
}
.main
{
	position: relative;
	top:0; left:185px;
	width: 565px;	
	margin: 0; padding: 0;
}
.col3-container
{
	position:relative;
	top:0; left:0;
	padding:0; margin:0;
	width:100%;
	clear:both;
}
.col3-left
{
	position:absolute;
	width:232px;
	margin: 0; padding: 0;
	top:0; left: 25px;
}
.col3-center
{
	position:absolute;
	width:232px;
	margin: 0; padding: 0;
	top:0; left: 272px;
}
.col3-right
{
	position:absolute;
	width:232px;
	margin: 0; padding: 0;
	top:0; left: 520px;
}
.leftbar
{
	position: absolute;
	top:0; left:0;
	width:150px;
	margin-left:10px;
	margin-right:10px;
	color: #000;
	font-size:8pt;
	line-height:13pt;
}
.leftbar h3 {
	margin:0;
}
* html .leftbar h3 { 	margin:13px 0 0 0; }
.leftbar p,.leftbar li, .leftbar a 
{
	color: #000;
	font-size:8pt;
	line-height:13pt;
}
.leftbar a, .leftbar a:hover
{
	text-decoration: underline;
}
.leftbar a:hover
{
	color:#993300;
}
.leftbar .footnote
{
	color: #999999;
	font-size: 7pt;
	margin-top: 20px;
}
.bottomWrap
{
	width: 100%;
	clear:both;
	padding:1px;
	margin:0;
}
.bottomWrap a
{
	color: #000;
}
.bottomWrap img, .bottomWrap p, .bottomWrap a
{
	vertical-align:middle;
}
.hline
{
	background-image: url('../images/hline.gif');
	background-repeat: repeat-x;
	height: 3px;
	margin: 22px 0 20px 0;
	width: 100%;
	clear:both;
}

.emBox 
{
	width:588px;
	float:right;
	margin: 25px 23px 25px 0px;
	background: #eeefef url('../images/emBox-bg.gif') repeat-y;
}
.emBoxTop
{
	height:10px;
	margin:0;padding:0;
	overflow:hidden;
	clear:both;
	background: #ffffff url('../images/emBox-top.gif') no-repeat;
}
.emBoxBottom
{
	height:18px;
	margin:0;padding:0;
	overflow:hidden;
	clear:both;
	background: #ffffff url('../images/emBox-bottom.gif') no-repeat;
}
.emBoxContent
{
	clear:both;
	margin:0 12px 0 8px;
	padding:0;
}

.emBoxContent h3
{
	font-size:9pt;
	margin:0;
	padding:5px 5px 5px 15px;
	background-color: #666666;
	color: #cccccc;
	text-transform:uppercase;
	letter-spacing: .25em;
}
.emBoxContent h3.emBlue
{
	color:#becbda;
}
.emBoxContent h3.emRed
{
	color:#f0cb99;
}
.emBoxContent h3.emGreen
{
	color:#cccc99;
}

.emBoxContent h3 em
{
	color:#ffffff;
}
.emBoxContent p, .emBoxContent dl
{
	color: #000000;
	padding:5px 15px 5px 15px;
}
.emBoxContent dt
{
	float:left;
	color: #666666;
}
.emBoxContent dd
{
	margin-bottom:7px;
}
.emLeftBlue
{
	color:#003366; top:200px;
	left: -10px; width:165px;
}
.emLeftGreen
{
	color:#666633; top:350px;
}
.emLeftRed
{
	top:345px;
}
#copyright
{
	float:left;
}
#byGraphica
{
	float:right;
	text-align: right;
	padding-right:15px;
}

.hidden
{
	display: none;
}
.fullwidth
{
	width:560px;
}
.halfwidth
{
	width:275px;
}
.leftcol
{
	float:left;
	margin-right: 10px;
}
.rightcol
{
	float:right;
	margin-left: 10px;
}
.withUnderline
{
	text-decoration: underline;
}
.wasteTours em
{
	color:#663366;
	font-weight:normal;
	font-style:normal;
	padding-left:5px;
}
/* Form Inputs */
.contactForm 
{
	width: 590px;
	font-size:.9em;
}
input, textarea, select
{
	background-color:#f9f6ef;
	border: solid 1px #d8d8d8;
	margin-bottom: 8px;
}
select.selectWasteTour
{
	margin: 0 0 25px 28px;
	color: #666666;
}
.errorLabel
{
	color:#FF6666;
}

.submitArea
{
	height: 20px;
}
.submitArea input, .submitArea a
{
	margin-bottom:0px;height:20px;
	vertical-align: middle;
}
.checkboxlisttours td
{
    font-size:x-small;
}
.checkboxlisttours input
{	
    background-color:#f9f6ef;
	border: solid 1px #d8d8d8;
	margin-bottom: 8px;
}