@charset "UTF-8";
html {background-color: #FFFFFF;}
a {cursor:pointer;}
body, p, a, h1, h2, h3, h4, strong, table, td
{	color: #000080;
	font-family: Arial,Helvetica;
}
div
{	border-width: 0;
	margin: 0;
	padding: 0;
}
body
{	font-size : 12px;
	width: 100%;
	
}
img, embed {border: 0;}
article {
	border-width: 1px;
	border-style: solid;
	border-color: #D2D7FF;
	border-radius:8px;
	display: inline-block;
	padding: 5px;
	vertical-align: top;
	//width: 770px;
	width:77%;
}
.greencontact, .greencontact:visited
{	background-color: #749a02;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.1, #749a02),color-stop(0.35, #91bd09),color-stop(0.9, #749a02));
	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 20px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	vertical-align: middle;
}
.greencontact:hover
{	background-color: #91bd09;
	background-image:none;
	color: #ffffff;
	text-decoration: none;
}
.greencontact:active
{	top: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
h1
{	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 2px 2px rgba(0,0,0,0.25);
	text-transform: uppercase;
}
.capitalize {text-transform: capitalize;}
.blue {background-color: #D2D7FF;}

.half {width: 385px;}
#body {display: table;}

header
{	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #D2D7FF;
	border-radius: 8px;
	display: inline-block;
	margin: auto;
	width: 99%;
}
#vtlogo
{	display: inline-block;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	//width: 185px;
	width: 20%;
}
#banner
{	background-color: #F0F0F0;
	display: inline;
	width:50%;
}

#b2b
{	display:inline;
	float: right;
	font-size:36px;
	line-height:24px;
	text-align:right;
	margin-right:5px;
	margin-top:5px;
	text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

a {color:blue;}
a:visited
{	color: BlueViolet;
	text-decoration: none;
}
a:active
{	color: #000080;
	text-decoration: none;
}
a:hover
{	color: #000080;
	text-decoration: underline;
}
.uppercase {text-transform: uppercase;}
.shadow
{	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
nav
{	border-width: 1px;
	border-style: solid;
	border-color: #D2D7FF;
	border-radius: 8px;
	display: inline-block;
	padding: 6px 4px;
	vertical-align: top;
	width: 182px;
	width:20%;
}
nav li 
{	list-style: none;
	margin-left: 0px;
	position: relative;
}
nav ol, nav ul
{	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
nav ol.tree {padding: 0 0 0 0;}
nav li.file {margin-left: 15px;}
nav li.file::before {content:"\25A0\0020\0020";}
nav li .input input
{	cursor: pointer;
	height:0;
	left: 0;
	margin-left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
nav li .input .label ol
{	display: block;
	height:0;
	margin: 0 0 0 0;
}
nav li .input .label ol > li
{	height: 0;
	margin-left: -1px !important;
	overflow: hidden;
	padding-left: 1px;
}
nav li .input .label label
{	cursor: pointer;
	display: block;
	padding-left: 0px;
}
nav li .input .label label::before {content:"\25BA\0020\0020";}
nav li .input input:checked + .label label::before {content:"\25BC\0020\0020";}
nav li .input input:checked + .label ol
{	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}
nav li .input input:checked + .label ol > li
{	height: auto;
	margin: 0 0 0.125em;
}
nav li .input input:checked + .label ol > li:last-child {margin: 0 0 0.063em;}
nav li.highlight {color: #FF0000;}
nav li.highlight a {color:#FF0000;}
nav li.highlight a.menu {color:#FF0000;}
nav li.menu:before {content:"\25A0\0020\0020";}
nav .inputtitle input
{	cursor: pointer;
	height:0;
	left: 0;
	margin-left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
nav .inputtitle .labeltitle label
{	cursor: pointer;
	display: block;
	padding-left: 0px;
}
nav .inputtitle .labeltitle ul, .inputtitle .labeltitle ol {display: none;}

nav .inputtitle input:checked + .labeltitle ul, .inputtitle input:checked + .labeltitle ol {display: block;}
nav .titlebutton
{	background-color: #F9F9F9;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.1, #EEEEEE),color-stop(0.35, #FFFFFF),color-stop(0.9, #EEEEEE));
	border-radius: 8px;
	display: block;
	font-weight:bold;
	margin: 10px 0 8px 0;
	padding: 2px 0 0 1px;
	position:relative;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
nav .titlebutton:hover
{	background-color: #EEEEEE;
	background-image:none;
	text-decoration: none;
}
nav .titlebutton:active
{	box-shadow: 0 1px 1px rgba(0,0,0,0.6);
	top: 1px;
}
.margin
{	display: table-cell;
	width: 6px;
}
.center {text-align:center;}
.justify {text-align:justify; text-justify:distribute;}

.detail
{	border-radius: 5px;
	display:none;
	margin-left: 5px;
	padding: 2px 2px;
	position:absolute;
	width: 345px;
}
#detail1
{	background:#FFE0DA;
	display:block;
}
#detail2, #detail3, #detail4
{	background:#FFE0DA;
	display:none;
}
#detail2 {margin-top:10px;}
#detail3 {margin-top:20px;}
#detail4 {margin-top:30px;}
.introprod
{	font-size: 14px;
	margin: 0;
	padding-right:15px;
	vertical-align:top;
	width: 430px;
}
.table {display: table;}
.row {display: table-row;}
.cell
{	display: table-cell;
	padding-right:8px;
}
table
{	background: transparent;
	border-collapse: collapse;
	border-color: #000080;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 400px;
}
td
{	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	vertical-align: top;	
}
tr
{	border-style: solid;
	border-width: 1px;
}
.cell a, .cell a:hover, .cell a:active {cursor: pointer;}
footer
{	display: block;
	font-family: Arial,Helvetica;
	font-size: 10px;
	height: 10px;
	margin: 5px auto;
	padding: 8px;
	width: 100%;
}
footer a {font-family: Arial,Helvetica;}
footer ul.piped
{	display: block;
	text-align: center;
}
footer ul.piped li
{	border-left: 1px solid #797c80;
	display: inline;
	margin-left: 0.75em;
	padding: 0 0 0 0.75em;
}
footer ul.piped li.first
{	border-left: 0 !important;
	margin-left: 0 !important;
	padding-left: 0;
}
@media only screen and (max-width: 800px) {
#b2b{display:none}
#vtlogo{width:30%}
#banner{width:70%}
}