/* cmsms stylesheet: VT layout modified: 02/16/20 05:56:01 */
html {
	height:101%;
	margin: 0;
	padding: 0;
	width:82%;
	margin: auto;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: small;
	font-family: sans-serif;
}
div.header {
	width:100%;
	padding: 0;
	margin: 0;
	float: left;
}
div.header-logo {
	float: left;
	width: 12%;
	margin: 0;
	padding: 0;
	height: 100%;
        background-color: #FFFFFF;
}
div.header-title {
	float: left;
	width: 43%;
	padding-left: 2%;
	margin-top: 4%;
}
div.header-image {
	float: right;
	width: 33.33%;
	padding: 0;
}
div.main {
	display: inline-block;
	margin: 0;
	padding: 2%;
	width:96%;
}
div.column, div.column-wide, div.column-narrow {
	width: 41%;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
}
div.column {
	width: 41%;
}
div.column-wide {
	width: 64%;
}
div.column-narrow {
	width: 20%;
}

/* Mobile screens */
@media (max-width:1200px) {
	html {
		width: 100%;
	}
}
@media (max-width:800px) {
	body {
		font-size: very-small;
		margin: 0;
	}
	div.header-title {
		width: 90%;
		margin: 0;
	}
  div.hidemobile {
		display: none;
	}
	div.column, div.column-wide {
		width: 96%;
		margin: 4px;
		float: none;
	}
}
/* cmsms stylesheet: VT main modified: 02/12/20 17:35:46 */
h1 {
	margin:12px 0 12px 0;
	font-size:180%;
	font-weight:bold;
	color:#08358c;
}
h2, h3 {
	margin:12px 0 12px 0;
	font-weight: bold;
}
h2 {
font-size:140%;
}
h3 {
font-size:120%;
}
p {
margin:0 0 8px 0;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a.links {
font-size:100%;
color:#0000AA;
}
li.textlist, li.textlist2 {
	margin-bottom: 5px;
}
li.textlist2 {
	margin-left: 30px;
	font-weight: bold;
}
@media (max-width:800px) {
	h1 {
		font-size: 160%;
	}
	h2, h3 {
		margin: 6px 0 6px 0;
	}
}
h3.newsheader {
	margin-bottom: 3px;
}
p.newsdate {
	font-size: 80%;
	margin-bottom: 16px;
}
/* cmsms stylesheet: VT menu modified: 02/15/20 04:24:27 */
div.menu {
  width: 100%;
  padding-bottom: 30px;
}
div.menu-mobile {
	display: none;
}
ul.menulist {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.menulist-mobile {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
	z-index:99;
	position: absolute;
}
li.menu, li.menucurrent {
  width: 16.666667%;
  float: left;
  text-align: center;
}
li.menu:hover {
  opacity: 0.7;
}
li.menu-mobile, li.menucurrent-mobile {
  text-align: left;
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}
a.menu, p.menucurrent {
  display: inline-block;
  padding: 5px 0 5px 0;
  font-size: 130%;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
p.menucurrent {
  font-weight: bold;
}
a.menu-mobile, p.menucurrent-mobile {
	padding: 0;
	margin: 0;
	font-size: 160%;
	text-decoration: none;
}
a.menu-mobile {
  display: block;
}
button.menu-mobile {
  border: none;
  padding: 0;
  font-size: 160%;
  font-weight: bold;
  line-height: 36px;
}
img.menu-mobile {
  width: 36px;
  margin: 0;
  padding: 0;
  float: left;
}

@media (max-width:800px) {
  div.menu {
    display: none;
  }
  div.menu-mobile {
		width: 100%;
    display: inline;
		margin: 0;
    padding: 4px 0 4px 0;
	}
}
/* cmsms stylesheet: VT colours modified: 05/29/22 07:35:17 */
body {
  background-color: #ededed;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div.header, h1 {
  background-color: #47597e;
  color: #ffffff;
}
li.menucurrent, div.main, img.menu-mobile, li.menucurrent-mobile, li.menu-mobile {
	background-color:#ffffff;
}
li.menucurrent, li.menucurrent-mobile, li.menu-mobile, a.menu-mobile {
  color: #111111;
}
li.menu:hover {
  border-bottom-color: #182237;
}
li.menucurrent-mobile, li.menu-mobile {
  border-color: #47597e;
}
a.menu {
  color:#ffffff;
}
h2, button.menu-mobile {
  color: #47597e;
}
#menu1 {
  background-color: #170073;
}
#menu2 {
  background-color: #dd001a;
}
#menu3 {
  background-color: #09ab00;
}
#menu4 {
  background-color: #f28a00;
}
#menu5 {
  background-color: #56007e;
}
#menu6 {
  background-color: #737506;
}
#menu7 {
  background-color: #737506;
}
#menu8 {
  background-color: #56007e;
}
#menu9 {
  background-color: #f28a00;
}
/* cmsms stylesheet: VT forms modified: 02/12/20 17:35:28 */
div.form {
	width:100%;
	clear:both;
}
div.form-element {
	width:70%;
	clear:both;
}
div.form-caption {
	width:100%;
	float:left;
	padding-bottom: 5px;
}
div.form-input {
	width:100%;
	float:left;
	padding-bottom: 8px;
}
div.form-message {
	width:33%;
	float:right;
	color:#FF0000;
}
span.red {
	color:#ff0000;
}
#extra-email {
	display:none;
}
input.text	    {width:100%;}
input.checkbox	{padding-left:0;}
textarea		{width:100%;}
input.button {
	width:100%;
	height:40px;
	margin-top:10px;
	background-color: #47597e;
	color: #ffffff;
	font-size: 125%;
	border: none;
}
input,textarea {
	font-family: sans-serif; 
	font-size: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	border-style: solid;
	border-color: #bbbbbb;
}
td.caption		{font-family:sans-serif; font-size:100%; width:120px;}
td.captionw		{font-family:sans-serif; font-size:100%; width:180px;}
input.textn		{width:280px;}
textarea.n		{width:277px;}

@media (max-width:800px) {
	div.form-caption {
		width: 25%;
	}
	div.form-message {
		float: none;
		width: 96%;
	}
	div.form-input {
		float: none;
		width: 96%;
	}
}
