@charset "UTF-8";
/* CSS Document */
body {
	background-color: #DAEAF4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 212px;
}
.page {
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
.bottom {
	background-image: url(../images/bg_bottom.png);
	height: 44px;
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 112px;
	text-align: center;
}
.footerbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 112px;
	text-align: left;
}
.footerlogo {
	float: left;
	width: 170px;
	height: 28px;
	padding-top: 42px;
}
.footerright {
	float: right;
	height: 80px;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 12px;
}
.address {
	width: 200px;
	float: right;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #94ABC2;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.headbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	padding-top: 27px;
	text-align: center;
}
.headerleft {
	float: left;
	width: 760px;
	padding-top: 30px;
	padding-left: 40px;
}
.headerlogo {
	width: 119px;
	float: right;
	padding: 20px;
}
#menu{
	float:left;
	background:0;
	padding:0;
	list-style:none;
	width:684px;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li{
	float:left;
	overflow:visible;
	font-family: Helvetica, Calibri, Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002135;
	margin-right: 3px;
	height: 35px;
	padding-left: 25px;
	line-height: 35px;
	padding-right: 0px;
}
#menu li a{
	float:left;
	overflow:hidden;
	color: #002135;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 12px;
	padding-right: 25px;
}
#menu li a:hover {
	color: #254D71;
}
#menu li.active{
	background-color: #002D56;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menu_left.png);
}
#menu li.active a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu ul li{
	display: block;
}
#menu li.active a:hover {
	color: #E8F2F8;
}
.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
.singleColumn {
	padding-right: 140px;
	padding-left: 60px;
	width: 760px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #3C3C3C;
	padding-bottom: 100px;
	padding-top: 0px;
}
h1 {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #002C56;
}
h3 {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: normal;
}
a {
	color: #1348A9;
	text-decoration: none;
}
a:hover {
	color: #02305A;
}
.homesplash {
	padding-left: 60px;
	width: 860px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding-bottom: 40px;
	padding-top: 0px;
	background-image: url(../images/viaas_home_splash.png);
	background-repeat: no-repeat;
	background-position: 60px 50px;
	height: 365px;
}
.homeimage {
	height: 340px;
	width: 860px;
	padding-left: 60px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
}
.footnote {
	font-size: 9px;
	color: #999;
	line-height: 12px;
	font-family: Helvetica, Calibri, Arial;
}
.columnLeft {
	width: 460px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
}
.columnRight {
	width: 380px;
	float: left;
	overflow: hidden;
	font-size: 22px;
	line-height: 24px;
}
.twoColumn {
	padding-right: 40px;
	padding-left: 60px;
	width: 860px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #3C3C3C;
	padding-top: 0px;
	margin-bottom: 100px;
	overflow: hidden;
}
