/* COLORS
	orange:	fd7521
    blue:	737ca3
  purple:	533858
 	  grey:	beb39c
*/

body {
	background-color: #beb39c;
  background-image: url(img/back.gif);

  margin: 0px;
  padding: 0px;

	font-family: arial;
  font-size: 12pt;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.nothing {
	text-decoration: none;
}

a.nothing:hover {
	text-decoration: none;
}

.title {
  width: 118px;
  position: absolute;
  left: 8;
  top: 6;
  visibility: visible;
}

.plu {
  font-family: tahoma, arial;
  font-size: 45pt;
  color: #fd7521;
  font-weight: bold;
}

a.plu:hover {
  color: #FF8E33;
  text-decoration: none;
}

.scene {
  font-family: Arial Narrow, helvetica, arial;
  font-size: 18pt;
}

.subTitle {
  width: 118px;
  font-family: arial;
  font-size: 11pt;
  color: #fd7521;
}

.cover {
	margin: 10px 0 0 0;
	width: 117px;
	color: #000;
}

.menu1 {
	position: absolute;
  left: 145;
  top: 36;
  z-index: 0;
  visibility: visible;
}

.menu2 {
  position: absolute;
  left: 278;
  top: 36;
  z-index: 0;
  visibility: visible;
}

.menu3 {
  position: absolute;
  left: 405;
  top: 36;
  z-index: 0;
  visibility: visible;
}

.menuTop {
  font-family: tahoma, arial;
  font-size: 18pt;
  color: #beb39c;
  font-weight: bold;
  letter-spacing: -1px;
}

.menuBtm {
	position: relative;
  left: 10;
  top: -10;

  font-family: tahoma, arial;
  font-size: 13pt;
  color: #737ca3;
  font-weight: bold;
  letter-spacing: -.5px;
}

.EZLinks {
  position: absolute;
  left: 525px;
  top: 4px;
  width: 135px;
  z-index: 0;
  visibility: visible;

  font-family: verdana, arial;
  font-size: 10pt;
  color: #533858;
	font-weight: bold;
  text-align: right;
}

.EZLinksList {
	position: relative;
  top: -3px;

  background-color: #fff;

  border: 2px solid #737ca3;

  padding: 3px;

  font-family: arial;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
}

a.EZLinksLinks {
	color: #533858;
  text-decoration: none;
}

a.EZLinksLinks:hover {
	color: #fd7521;
  text-decoration: none;
}

.h1 {
	font-size: 18pt;
  font-weight: bold;
}

.h2 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0px;
}

.h3 {
	font-size: 12pt;
  font-weight: bold;
}

.in1 {
	margin-left: 1em;
}

.in2 {
  margin-left: 2em;
}

.in3 {
  margin-left: 3em;
}

td, p, div {
  font-family: arial, helvetica;
  font-size: 12pt;
}

.content {
  background-color: #ffffff;
  border: 1px solid #533858;

  min-width: 480px;

  padding: 5px;
  margin: 60px 10px 10px 144px;
}

.photos, .photos250, .photos200, .photos100 {
  padding: 5px;
  margin: 5px;
  font-family: verdana, arial;
  font-size: 8pt;
}

.photos250 { width: 252px; }
.photos200 { width: 202px; }
.photos100 { width: 102px; }

@media screen { /* cheap hack to protect NN4.x */
	.photos, .photos250, .photos200, .photos100 {
	  background-color: #b9bed1;
    float: right;
    max-width: 252px;
	}
}

.finePrint {
	margin: 0 10px 0 0;
	font-family: verdana, arial;
  font-size: 8pt;
  text-align: right;
}

.sectionHeading {
  background-color: #b9bed1;
  width: 98.5%;
  padding: 3px;

  border: 1px solid #737ca3;

  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0px;
}

.toTop {
	position: relative;
	top: 3px;

	font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;

  float: right;
}

a.toTopLink {
	color: #fff;
  text-decoration: none;
}

a.toTopLink:hover {
	text-decoration: underline;
}

.smallFont {
  font-family: arial;
	font-size: 8pt;
}

.spacer {
	width: 10px;
	height: 65px;
}

ul.first, ul.second {
  list-style-type: none;
  /* list-style-position: inside; */
  padding-left: 0;
  margin: 10px 0 5px 0;
}

ul.first {
  margin-left: 0em;
}
ul.second {
  margin-left: 1em;
}

li {
	margin: 0 0 5px 0;
}


