body {
	margin:.5em;
	padding:0;
	height:100%;
	background-color:#fff;
	color:#eee;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background-image:url(../images/bg3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote {
	margin:16px;
	padding:8px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc
}
blockquote p {
	margin:1em
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	margin: 10px;
}

#centerColumn {
	padding:0;
	width:550px;
	text-align:left;
	vertical-align:middle;
	background-image:url(../images/bg3-75.png);
	border:10px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#centerColumn h1 {
	margin:0;
	padding:10px;
	font-size:150%;
	line-height:30px
}
#navigate {
	margin-top: 50px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 1em;
	text-align: center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
a.vehicle-nav {
          display: block;
          width: 450px; 
          height: 50px; 
          background: url("../images/vehicle-nav.png") 0 0 no-repeat;
          text-decoration: none;		  
          overflow: hidden;
} 
a:hover.vehicle-nav {
          background: url("../images/vehicle-nav2.png") 0 0 no-repeat;
}
a.sign-nav {
          display: block;
          width: 225px; 
          height: 50px; 
          background: url("../images/signs-nav.png") 0 0 no-repeat;
          text-decoration: none;		   
          overflow: hidden;
} 
a:hover.sign-nav {
          background: url("../images/signs-nav2.png") 0 0 no-repeat;
}
a.banner-nav {
	display: block;
	width: 225px;
	height: 50px;
	background: url("../images/banner-nav.png") 0 0 no-repeat;
	text-decoration: none;
		overflow: hidden;
} 
a:hover.banner-nav {
          background: url("../images/banner-nav2.png") 0 0 no-repeat;
}
a.digital-nav {
          display: block;
          width: 450px; 
          height: 50px; 
          background: url("../images/digital-nav.png") 0 0 no-repeat;
          text-decoration: none;		 
         overflow: hidden;
} 
a:hover.digital-nav {
          background: url("../images/digital-nav2.png") 0 0 no-repeat;
}

#content {
	margin-top: 5px;
	padding-top: 5;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;	
}
#content p {
	padding-bottom:20px;
	margin:6px 0
}
#header {
	position:relative;
	padding:0;
	height:96px;
	width:100%;
	display:block;
	text-align:center;	
	margin-left: 200px;
	margin-bottom: 65px;
	margin-top: -25px;
}
img {
	display:block;
	padding:5px
}
#fauxRightColumn {
	position:absolute;
	float:left;
	width:160px;
	font-size:110%;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:120px;
	padding:10px 40px 10px 10px;
	background-image:url(../images/bg3-75.png);
	border:10px solid #000;
}
#fauxRightColumn h2 {
	font-size:120%;
	line-height:15px;
	font-weight:600;
	text-align:right
	border:1px solid #fff;
}

#nav h2 {
	margin:0;
	padding:10px;
	font-size:140%;
	line-height:20px
}
#nav ul {
	margin:0;
	list-style:none
}
#nav li {
	margin:0;
	padding-bottom:15px;
	list-style:none;
	text-align:right
}
#nav li a, a {
	color:#eee;
	text-decoration:underline
}
#nav li a:hover, a:hover {
	color:#900;
	text-decoration: underline;
}
#footer {
	position:relative;
	text-align:center;
	font-size:85%;	
	padding:0 0 20px;
	margin:10px 0 0;
	border-top:1px solid #ccc;
}
#footer img{
	position:relative;
	text-align:center;	
	padding:0 0 20px;
	margin:10px 0 0;
	}
#footer ul {
	margin:0;
	list-style:none
}
#footer li {
	margin:0;
	padding-bottom:15px;
	list-style:none;
	text-align:right
}
#footer li a, a {
	color:#eee;
	text-decoration:none;
}
#footer li a:hover, a:hover {
	color:#900;
	text-decoration: underline;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none;
background-color: none;
text-decoration: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}                   
	
	.left {
	text-align: left;
}

.right {
	text-align: right;
}



