/*The container*/
#container {
  position: relative;
  left: +0px;
  right: +0px;
  margin: 0 auto; 
  width: 800px;
  height: auto;
} 

#Layer-1 {
  margin: 0px;
  left: +0px;
  top: +0px;
  width: 800px;
  height: 305px;
  z-index: 1;
}

/* logoTop */
#Layer-2 {
  position: absolute;
  left: 207px;
  top: 0px;
  width: 417px;
  height: 230px;
  z-index: 2;
}

/* ovalText */
#Layer-3 {
  position: absolute;
  left: 95px;
  top: 178px;
  width: 201px;
  height: 91px;
  z-index: 3;
}

/* emailText */
#Layer-4 {
  position: absolute;
  left: 356px;
  top: 257px;
  width: 194px;
  height: 42px;
  z-index: 4;
}

/* inputBox */
#Layer-5 {
  position: absolute;
  left: 356px;
  top: 237px;
  width: 162px;
  height: 17px;
  z-index: 5;
}

/* submitButton */
#Layer-6 {
  position: absolute;
  left: 553px;
  top: 259px;
  width: 55px;
  height: 35px;
  z-index: 6;
}

#navAbout {
  position: absolute;
  left: 553px;
  top: 320px;
  width: 58px;
  height: 42px;
  background: #F65F13;
  border: 1px solid #000;
  z-index: 7;
}	
#navDownloads {
  position: absolute;
  left: 553px;
  top: 370px;
  width: 58px;
  height: 42px;
  background: #F65F13;
  border: 1px solid #000;
  z-index: 7;
}
#navFaq {
  position: absolute;
  left: 553px;
  top: 420px;
  width: 58px;
  height: 42px;
  background: #F65F13;
  border: 1px solid #000;
  z-index: 7;
}
#navHow {
  position: absolute;
  left: 553px;
  top: 470px;
  width: 58px;
  height: 42px;
  background: #F65F13;
  border: 1px solid #000;
  z-index: 7;
}


.download {
	margin: 10px;
	display: table-cell;
	width: 80%;
	min-height: 100px;
	vertical-align: middle;
	padding: 10px;
	border: 2px double #F65F13;
}
.download a:link, a:hover {
	background: #FFF;
	color: #F65F13;
	font-size: larger;
	}
.download a:visited {
	background: #FFF;
	color: #CC3300;
	font-size: larger;
	}
.download img {
	border-style: none;
	padding-right: 15px;
	float: left;
}


/* rewrite defaults */
body { 
  background: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
}
img { border-style: none; }
a { cursor: pointer; }
p { width: 95%; }
a:link { 
  background: #FFF;
  color: #F65F13;
  text-decoration: none;
  font-weight: 500;  
}
a:visited { 
  background: #FFF;
  color: #F65F13; 
  text-decoration: none;  
  font-weight: 800;  
}
a:hover {
  background: #FFF;
  color: #CCC; 
  text-decoration: none;
  font-weight: 500;  
}
h1 {
	background: #FFF;
	color: #F65F13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	width: 95%;
}
h2 {
	background: #FFF;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	width: 95%;
}
h3 {
	background: #FFF;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	width: 95%;
}
h4 {
	background: #FFF;
	color: #F65F13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	width: 95%;
}
h5 {
	background: #F65F13;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	width: 95%;
}
h6 {
	background: #FFF;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	width: 95%;
}
table {
	border: none;
} 
td, th {
	border: 1px solid #F65F13;
}
/* classes for pages */
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #595959;
	border: 1px solid #F65F13;
	width: 248px;
	height: 16px;
	z-index: 6;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #595959;
	border: 1px solid #F65F13;
	border-bottom: hidden;
	padding: 5px;
	width: 560px;
	height: auto;
}
.info a:link { 
  background: #FFF;
  color: #F65F13;
  text-decoration: none;
  font-weight: 500;  
}
.info a:visited { 
  background: #FFF;
  color: #F65F13; 
  text-decoration: none;  
  font-weight: 800;  
}
.info a:hover {
  background: #FFF;
  color: #CCC; 
  text-decoration: none;
  font-weight: 500;  
}
.colorCode img {
	float: left;
	border-style: none;
	padding-right: 4px;
}
.tableLink {
  background: #F65F13;
  color: #FFF;
  font-size: inherit;
  text-decoration: none;
}
#footer {
  position: relative;
  left: +0px;
  top: +0px;
  background: #F65F13;
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #F65F13;
  width: 550px;
  height: auto;
  z-index: 10;
}
#footer a:link, a:hover {
  text-decoration: none;
  background: #F65F13;
  color: #FFF;
}
#footer a:visited {
  text-decoration: none;
  background: #F65F13;
  color: #CCC;
}	
#altFooter {
  position: relative;
  left: +200px;
  top: -8px;
  background: #FCC7AD;
  color: #F65F13;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
  padding: 10px 10px 2px 10px;
  border: 1px solid #F65F13;
  width: 400px;
  height: auto;
  z-index: 1;
}
#altFooter a:link, a:visited, a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: inherit;
  background: #FCC7AD;
  color: #F65F13;
  text-decoration: none;
}
.vcenter {
  width: inherit;
  height: 16px;
  line-height: 16px;
}




