@charset "utf-8";
.vaiheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; font-weight: bold;
	background-image:url('images/head_background.jpg');
	background-repeat:repeat-x;
	text-align: right;
	vertical-align: top;
	}


.menu {
	width:900px;
	height:26px;
	position:relative;
	z-index:100;
	border-right:1px
	solid #000;
	font-family:arial,
	sans-serif;
	}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}



.menu ul ul {
	width:171px;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:171px;
	border-top:1px solid #000;
	}

/* position dropdown to the left */
.menu ul ul.left {
	left:-71px;
	}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	width:89px;
	height:24px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#09c;
	padding-left:5px;
	padding-right:5px;
	line-height:23px;
	font-weight:bold;
	background-image:url('images/btn_background.jpg');
	background-repeat:repeat-x;
	}

/* style the top level hover */
.menu a:hover {
	font-size:12px;
	color:#fff;
	background:#056dac;
	background-image:url('images/btn_background_hover.jpg');
	background-repeat:repeat-x;
	}

.menu :hover > a  {
	color:#fff;
	background:#056dac;
	background-image:url('images/btn_background_hover.jpg');
	background-repeat:repeat-x;
	}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#dddddd;
	color: #000;
	height:auto;
	line-height:1em;
	padding:4px 10px;
	width:150px;
	border-width:0 1px 1px 1px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	}

/* style the top level hover */
.menu ul ul a:hover {
	font-size:11px;
	color:#fff;
	background:#056dac;
	}

.menu ul ul :hover > a {
	color:#fff;
	background:#056dac;
	}
.menu ul ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:171px;
	border-top:1px solid #000;
	}




/* position the third level flyout menu */
.menu ul ul ul{
	left:171px;
	top:-1px;
	width:172px;
	}


.menu ul ul ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:171px;
	border-top:1px solid #000;
	}



/* position the fourth level flyout menu */
.menu ul ul ul ul{
	left:171px;
	top:-1px;
	width:172px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-171px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul ul.left {
	left:-171px;
	}




/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
	}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	}




/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	}




/* keep the fourth level hidden when you hover on first/Second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul{
	visibility:visible;
	}




.footertext {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.locationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.locationheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #0079BA;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.bodytexttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 100px;
}
.bodyunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bluetext {
	font-size: 12px;
	color: #069;
}
.underline {
	font-size: 18px;
	color: #900;
	text-decoration: underline;
	font-weight: bolder;
}
.red {
	color: #F00;
}

