body
{
	margin:0;
	padding:0;
	background-image:url("/images/mojave_hwy_trans_crop-3.1.png"); 
	background-repeat:no-repeat;
	background-attachment:fixed;
}

body img
{
	border-style:solid;
	border-width:1px;
}

.centeredImage, #Banner, #Tabulous
{
	text-align:center;
	display:block;
}

#Banner 
{
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:80%;
	border-style:solid;
	border-width:1px;
	
}

img.banner
{
	border-style:solid;
	border-width:0px;
}

#Container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

#Tabulous {
  padding: 0em 0.5em 0em 0em;
  clear: both;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  left: 20px;
  top: 10px;
}

.Header {
	border-width:0px;
	border-style:solid;
	border-color: #000;
	/*background-color: #fff;*/
	padding: 2px;
	margin: 2px;
 }

.Header a,
.Header a:link,
.Header a:visited {
  text-decoration: none;
  color: #862702;
}

.Header a:hover {
  /*background-color:#edd3a6;*/
  text-decoration: none;
  color: #000;
  padding:0px;
 }

.Header a:active {
   /* text-decoration: underline; color: red;  */
   text-decoration: none; 
   color:#f00;
  }

.TabItem {
  border-width:1px;
  border-style:solid;
  border-color: #000;
  background-color: #fff;
  padding: 2px;
  margin: 2px;
 }

.TabItem a,
.TabItem a:link,
.TabItem a:visited {
  text-decoration: none;
  color: #000;
}

.TabItem a:hover {
  background-color:#edd3a6;
  text-decoration: none;
  padding:0px;
 }

.TabItem a:active {
   /* text-decoration: underline; color: red;  */
   text-decoration: none; 
   color:#f00;
  }

div.MainImg, .Location
{
	position:relative;

	height:220px;
	border-style:solid;
	border-width:1px;

	margin:5px;
	padding:5px;

	background:#fff;
	z-index:1;
/* Align text after centering in IE */
	text-align:left;
	overflow:auto;
}

div.Location
{
	padding:10px;
}

div.MainImg img
{
	float:left;

	border-style:solid;
	border-width:1px;

	background:#fff;
	background-image:url("/images/mojave_hwy_trans_crop-3.1.jpg"); 
	background-repeat:no-repeat;
	background-attachment:fixed;

	margin:1px 10px 1px 1px;
	padding:7px;
	z-index:2;
}

div.MainImg span
{
	height:17em;
	padding:5px;
}


div.Thumbnail
{
	clear:both;
	border-style:solid;
	border-width:0px;
	overflow:auto;
}

div.thumbs 
{
	float: left;
	width:10%;
	margin:5px;
	padding:10px;
}

img.thumbs:hover
{
	opacity:0.4;
	filter:alpha(opacity=40);
}
  
div.thumbs p 
{
   text-align: center;
}

div.thumbtxt
{
	/*float: left;*/
	width:10%;
	margin:5px;
	padding:5px;
	font-weight:bold;
	font-size:1.2em;
}

