/*================================================================
HOMEPAGE stylesheet for the website.

STYLES FOR ELEMENTS SPECIFIC TO HOMEPAGE OR
THAT NEED TO BE REDEFINED.

  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	background:#C7C1BD;
	margin:0;
	padding:0;
}

#Layout{
	background:#fff;
	width:780px;
	padding-bottom:15px;
	margin:0 auto;
}

#Footer {
	/*background:url(../images/layout/footer-border.gif) no-repeat center top;*/
	padding-top:30px;
	font-size:9px;
	margin:0 0 0 3px;
}

#Footer img{
	display:block;
	margin-right:4px;
	float:left;
	border:0;
}



#FooterCopy{
	padding:10px 0 0 90px;
	width:390px;
	margin:0;
	clear:both;
	position:relative;
}

#NETravel{
	display:block;
	top:13px;
	left:0;
	width:85px;
	height:23px;
	position:absolute;
	/*background: url(../images/layout/footer-logo.gif) no-repeat;*/
}

a:link, a:visited {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#003366;
	text-decoration:none;
}

.adios {
  display: none; 
}