/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Document ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	behavior: url('csshover3.htc');
	/* For < IE6 Hover */ 

	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: white;
}
a, a:visited {color: white;}
a:hover, a:visited:hover {color: blue;}

#container 
{
	width: 1054px;
	background: #000 url('../graphics/backgroundimage.jpg') repeat-y top left;
	margin: 0px auto;
	padding-top: 1px;
}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#header
{
	width: 1024px;
	height: 155px;
	margin: 0px 15px;
	background: #000 url('../graphics/alsscan_mainlogo_small.jpg') no-repeat top left;
	border-bottom: 3px solid #909;
}

#header a img {display: inline; position: relative; float: left; top: 0px; left: 0px; z-index: 1;}

.navbar
{
	position: relative;
	top: 0px; 
	width: 1024px;
	height: 30px;
	margin: 0px;
	padding: 0px 1px;
}

a.navtab, a.navtab:visited, a.currtab, a.currtab:visited
{
	width: 146px;
	height: 30px;
	float: left;
	background-image: url('../graphics/navtab.jpg');

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
}


a.navtab:hover, a.navtab:visited:hover, a.currtab:hover, a.currtab:visited:hover
{
	background-image: url('../graphics/navtab_hover.jpg');
	font-size: 1.1em;
	color: blue;
}

a.navtab span, a.currtab span
{
	position: relative;
	top: 5px;
}

a.currtab, a.currtab:visited
{
	font-size: 1.1em;
	background-image: url('../graphics/currtab.jpg');
}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#content 
{
	width: 1024px;
	margin: 5px 15px;
}

#tourlinks
  {
    position: relative;
    margin: 15px auto 20px auto;
    clear: both;
    width: 620px;
    height: 50px;
    background: transparent url(../graphics/tourlinksbg.jpg) center center no-repeat;
    text-align: center;
  }

#tourlinks span {float: left;}

#tourlinks span a, #tourlinks span a:visited
  {
    font-size: 22px;
    margin: 10px 5px 10px 10px;
	color: black;
    display: block;
    width: 190px;
    height: 30px;
    background: transparent url(../graphics/tourlinks.jpg) left top no-repeat;
	padding-top: 2px;
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
  }

* html #tourlinks span a  /* For IE 5.x and 6.x Quirks Mode */
  {
    margin: 12px 5px 8px 10px;
  }

#tourlinks span a:hover
  {
    color: #FFF;
    background: transparent url(../graphics/tourlinks.jpg) right top no-repeat;
  }

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#footer 
{
	width: 1024px;
	margin: 0px auto;
	background-color: #000;
	font-weight: normal;
}

#footerbanners
{
	height: 175px;
	border-top: 3px solid #909;
	border-bottom: 3px solid #909;
	font-size: .9em;
	font-weight: bold;
}

.alsbanners
{
	width: 256px;
	margin: 5px 0px;
	display: block;
	float: left;
	text-align: center;
}

.alsbanners a, .alsbanners a img {border: none; text-decoration: none;}

#sitemap
{
	width: 960px;
	margin: 10px auto;
	list-style: none;
	font-size: .7em;
	text-align: center;
}
#sitemap li
{
	width: 80px;
	display: inline;
	padding: 0px 5px;
}

#compliance2257, #copyright
{
	width: 1024px;
	height: 15px;
	margin: 5px 0px;
	text-align: center;
}
#copyright
{
	background-color: #909;
	margin: 0px;
}

#compliance2257 a, #copyright a
{
	font-size: .7em;
	margin: 0px;
}

#mainlogos {text-align: center;}
#mainlogos img {vertical-align: middle; margin: 5px;}