﻿html { 
	min-height: 100%; 
	margin-bottom: 1px;
}

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
    background-color: #009999;
}

.topmenutitle{
	display: block;
	width: 145px;
	font-family: arial, verdana, times new roman;
	font-weight: bold;
	font-size: 14px;
	background-color: #009999;
	text-align: left;
	color: white;
	text-decoration: none;
}

.submenuul{
	list-style-type:none;
	position: absolute;
	margin: 0px;
	padding:0px;
	display: none;
	width: 215px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	font-size: 12px;
	background-color: #009999;
	color: white;
	text-decoration: none;
	border-style: solid;
	border-color: #009999;
	border-top-width: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
}

.submenuli a{
	display: block;
	width: 215px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	font-size: 11px;
	background-color: #009999;
	text-align: left;
	color: white;
	text-decoration: none;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}

.submenuli a:hover{
	color: #009999;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
}
/* End menu */

body {
	text-align: center;
	height: 100%;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(cubed_backgroundv2.gif);
    background-attachment: fixed;
}

.timetext {
	background-color: white;
    background-image: none;
}


.container {
	position: absolute;
	width: 926px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -463px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black;
	background-color: white;
    z-index: 1;
}



table.logos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 925px;
	padding: 2px;
	/* border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black; */
}

.menu {
	position: relative;
	top: 43px;
	left: 0px;
	width: 926px;
	height: 16px;
	padding: 0px;
	background-color: #009999;
    z-index: 4;
	/* border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black;*/  
}

img.button {
    position: absolute;
    top: 209px;
    left: 800px;
    width: 100px;
    height: 22px;
    z-index: 3;   
}

.banner {
	position: absolute;
	top: 77px;
	left: 0px;
	width: 926px;
	height: 117px;
	/* border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black; */
    	z-index: 2;
}

.copyright {
	position: relative;
	width: 100%;
	height: 12px;
	bottom: 0px;
	padding-top: 25px;
	font-family: arial, times new roman;
	font-size: 10px;
	color: gray;
	z-index: 3;
}

.stripe {
	position: absolute;
	top: 196px;
	left: 0px;
	width: 926px;
	height: 16px;
	font-size: 12px;
	background-color: #CCCCCC;
	/* border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black; */
	z-index: 3;
}


.content {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 921px;
	margin: -2px;
	padding-left: 5px;
	padding-right: 0px;
	z-index: 1;
	background-color: white;
  	border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: black;
}

p {
   	font-family: arial, verdana, times new roman;
	font-size: 12px;
	color: black;
	text-align: left;
}

.text {
   	font-family: arial, verdana, times new roman;
	font-size: 12px;
	color: black;
	text-align: left;
}

ul#faqs {
  font-family: Arial;
  font-size: 10pt;
  list-style-type: none;
}
 
ul#faqs li {
  padding-left: 3px;
  margin-bottom: 10px;
  list-style-type: none;
}
 
ul#faqs li li {
  list-style-type: square;
}
 
ul#faqs li a {
 color: black;
 text-decoration: none;
 font-weight: bold;
}

ul#faqs li li a:link {
  color: blue;
  text-decoration: underline;
}

ul#faqs li li a:visited {
  color: blue;
  text-decoration: underline;
}
 
td.mainpic {
    width: 177px; 
    text-align: left;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #666666;
    padding: 4px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #CCCCCC;
}

.more {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
}

td.maintext {
    width: 100%; 
    text-align: left;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #666666;
    padding: 4px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #CCCCCC;
}

form.login {
	width: 50%;
	padding: 5px;
	font-family: arial, times new roman, verdana;
}

fieldset.login {
	width: 65%;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 2px;
	border-style: solid;
	border-color: #009999;
}

legend.login
{
  color: #003366;
  background-color: white;
  font-family: Arial, times new roman, verdana;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 0;
}

label.login
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  color: #003366;
  width: 30%;
  padding-top: 0.25px;
  margin: 1px 1px 0 0;
}

input.login, select
{
  margin: 1px 0 0 0;
  width: 50%;
  border: 1px solid #009999;
  padding: 2px;
  background: transparent url("field_bg.gif") no-repeat 0 0;
}

input.submit
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: arial, times new roman, verdana;
	background-color: #009999;
	border:1px 
	border-style: solid;
    border-top-color:#003366;
    border-left-color:#003366;
    border-right-color:#003366;
    border-bottom-color:#003366;
    padding: 1px;
}

td.contacticons
{
	padding-top: 7px;	
}