/* CSS Document */

/* Navigation */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: auto;
padding: 0;
width: 100%;
text-align: center;
background-color:black;
color:white;
}
table#template {
color: white;
background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: auto;
border: 1px white solid;
}
tr#nav {
height: 154px;
vertical-align: bottom;
}
td.topnav ul {
padding:0;
margin: 0;
vertical-align: bottom;
border:0;
}
td.topnav ul li {
	list-style: none;
	vertical-align: bottom;
	position:relative;
	padding: 0;
	margin: 0;
	width:160px;
	display: inline-block;
	float: left;
}
a {
text-decoration: none;
color: white;
background-color:inherit;
font-weight: bold;
border:0;
font-size: 14px;
text-align:left;
}
a.home, a.opps, a.prod, a.box, a.about {
	/*display:block;
	vertical-align: bottom;
	font-weight: bold;
	border:0;*/
	padding:0;
	margin: 0;
	text-align: center;
	background-color: transparent;
	color: black;
	width: 160px;
	height: 154px;
	text-decoration: none;
}
div#support {
background-image: url(/images/support_svpa.png);
background-repeat:no-repeat;
}
table#frontcontent a {
font-size: 12px;
text-decoration: underline;
}
#footerdiv a {
font-size: 10px;
font-weight:normal;
}
.maincontent {
	border: 1px white outset;
	margin: 0 5%;
	color: #FFFFaa;
	background-color: black;
	font-size: 12px;
	text-align:left;
}
.maincontent div {
	padding: 0 5px 10px 5px;
}
.maincontent a {
	text-decoration: underline;
	color: white;
	background-color:inherit;
	font-weight: bold;
	font-size: 12px;
	text-align:inherit;
}
table#frontcontent a:hover {
color: #0062fe;
background-color: inherit;
}
.maincontent a:hover {
	color: #0062fe;
	background-color:inherit;
}
div#support:hover {
background-image: url(/images/support_svpa-down.png);
background-repeat:no-repeat;
}
li.home {
	background-image: url(/images/home-light_off.jpg);
	background-repeat: no-repeat;
}
li.opps {
	background-image: url(/images/opps-light_off.jpg);
	background-repeat: no-repeat;
}
li.prod {
	background-image: url(/images/prod-light_off.jpg);
	background-repeat: no-repeat;
}
li.box {
	background-image: url(/images/box-light_off.jpg);
	background-repeat: no-repeat;
}
li.about {
	background-image: url(/images/about-light_off.jpg);
	background-repeat: no-repeat;
}
li.home:hover {
	background-image: url(/images/home-light_on.jpg);
	background-repeat: no-repeat;
}
li.opps:hover {
	background-image: url(/images/opps-light_on.jpg);
	background-repeat: no-repeat;
}
li.prod:hover {
	background-image: url(/images/prod-light_on.jpg);
	background-repeat: no-repeat;
}
li.box:hover {
	background-image: url(/images/box-light_on.jpg);
	background-repeat: no-repeat;
}
li.about:hover {
	background-image: url(/images/about-light_on.jpg);
	background-repeat: no-repeat;
}
tr#footer {
	font-size: 9px;
	color: white;
	background-color: black;
	text-align: center;
	margin-bottom: 5px;
}
td.topnav ul li ul{
	width: 125px;
	display: none;
	border: 1px white solid;
}
td.topnav ul li ul li {
	background-color: #01286b;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	color: white;
	width: 118px;
}
td.topnav ul li:hover ul {
display: block;
margin-left: 25px;
position: absolute;
left: 0;
top: 153px;
z-index:1000;
}
td.topnav ul li:hover ul li {
	padding: 1px 2px 1px 5px;
	text-align:left;
}
td.topnav ul li:hover ul li a {
	color: white;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	width:125px;
	text-align:left;
}
td.topnav ul li:hover ul li:hover {
background-color: black;
color: #0062fe;
}
td.topnav ul li:hover ul li a:hover {
background-color: black;
color: #0062fe;
}
table#soon {
color: white;
background-color: #01286b;
border: 2px #003399 outset;
font-size: 14px;
font-weight: bold;
text-align:left;
}
table#soon tr td:hover {
background-color: black;
color: #0062fe;
}
table#soon tr td.blank:hover {
background-color: #01286b;
color: white;
}
table#soon a:hover {
background-color: black;
color: #0062fe;
}
table#frontcontent {
	color: #cc0000;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}
table#frontcontent tr td {
	padding: 2px 5px 2px 0;
}
#footerdiv {
	width:100%;
	text-align:center;
	font-size:10px;
	margin:5px 0 0 0;
	padding: 2px 0 2px 0;
	color: white;
	background-color:#01286b;
}
