﻿
html {  box-sizing: border-box; height: 100%;}
*, *:before, *:after { box-sizing: inherit; }

body {
	font-family: Calibri, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 15px;
	height:100%;
	background-color:#e0e0e0; margin:0;	}
	
.content { max-width:1024px;margin:auto;background-color:#ffffff; min-height:100%}

li {
	padding-bottom:2%
}

#_header {	 width:100%;}
#_header::after {clear:both}

#_logo {float:left;width:25%	}
#_jvflogo {width:40%	}
	
#_title {float:left;font-size:xx-large;
	width: 50%;	
	color:#456DB2; font-weight:bold;padding-top:1%}

#_address { display:none}



div.buttons {
	padding:0;
	width: 100%;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}

	
div.button {
	float: left;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	background-color: #456DB2;
	color: #ffffff;
	text-decoration: none;
	width: 16.66%;
	padding: 1px 0 1px 0;
	}
	
div.button a{
	display: block;
	border-left: 10px ;
	border-right: 10px ;
	text-decoration: none;
	width: 100%;
	padding: 5px 0 5px 0;
	}
div.button a:link, div.button a:visited, div.button a:active{text-decoration: none; color:inherit}

div.button a:hover {
	background-color: #2586d7;
	color: #fff;
	}




div.main {
	text-align: left;
	width: 770px;	
	margin-left: auto;
	margin-right: auto;
	border:0px none; 
	background-color: #f4f4ff;
	}

div.main1 {
	clear: both;
	text-align: left;
	position:absolute;
	top: 170px;
	left: 0px;
	width: 100%;
	height: 700px;
	}
	
div.main2 {
	clear: both;
	}
	
div.mainfull {
	clear: both;
	padding: 5px 10px 5px 10px;
	border:0px none;
	text-align: left;
	width: 100%;
	background-color: #f4f4ff;
	height: 600px;
	}

div.mainleft {
	padding: 5px 10px 5px 10px;
	border:0px none;
	float: left;
	text-align: left;
	width: 70%;
	background-color: #f4f4ff;
	height: 600px;
	}
	
div.mainright {
	padding: 5px 10px 5px 10px;
	border: 0px none; 
	text-align: left;
	background-color: #e7e7ff;
	height: 600px;
	}
	
div.mainrightsect {
	padding: 5px 10px 5px 10px;
	border: 0px none; 
	border-bottom: 1px solid #000;
	text-align: center;
	background-color: #e7e7ff;
	}

p.bullet {font-weight: bold;}

h1 {font-size: 14px;}

#images {float:right;width: 20%;}

#menu { height:1200px}

#menu1 { height:1000px}

iframe {
}

/*#footer {
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	color: #333;
	}
*/	
	
	
div#footer 
{
	height: 1%;
	min-height: 1%;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 2%; 
	/*left: 0;*/
	font-size:12px;
	width:980px
}
#footer .link { float:right; padding:10px; }
#footer .link a {text-decoration:none }
	
	
	
	
	
