@charset "utf-8";
/* CSS Document */

/* "auto" makes the left and right margins center the wrapper */
#wrap {
	width: 1200px;
	margin: 0 auto;
	background-position:center;
	margin-top: 30px;
	margin-bottom:40px;
	/*border:dotted;*/
}

.main:hover * {
	fill: orange; 
	stroke: orange;

}

#middle{
	display:TABLE;
	overflow:hidden;
}

#middleleft {
	width: 270px;
	float:left;
	display:inblock;
}
.menudisabled {
	color:#999999;
	display:inline;
	border-bottom-style: solid;
	border-bottom-color: #F49900;
	border-bottom-width: 8px;
	font: 300 100% 'Helvetica Neue', Helvetica, Arial;
}
.mi_infosection {
	padding: 30px;
	margin:10 auto;
	width:90%;
	height:auto;
	overflow : hidden;
}
.mi_table td{
	vertical-align:top;
	z-index:10;
}



.mi_infobox
{
	padding:10px;
	margin:10 auto;
	width:180px;
	overflow : hidden;
}

.mi_infocircle{
	width:0 auto;	
	text-align: center;	
	overflow : hidden;	
}

.mi_infohead{
	width:0 auto;	
	height:0 auto;	
	padding-top:10px;
	vertical-align:middle;
	text-align: center;	
	overflow : hidden;
	font: 'Helvetica Neue', Helvetica, Arial;
	font-size:21px;
	color:#0099FF;
	letter-spacing: 1px;
	font-weight: bold;
}

.mi_infotext{
	padding-top:10px;
	text-align: center;	
	overflow : hidden;
	color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	

}
.mi_featuretable{
	font: 300 100% 'Helvetica Neue', Helvetica, Arial;
	font-size:25px;
	color:#666666;
	font-weight:bold;
}

.mi_featuretable td{
	padding: 5px;	
}
.mi_featuretable img{
	width: 40px;	
}
#middleright {
	float:right;
	width: 900px;
	height:500px;
	background-repeat:no-repeat;
	display:inline-block;
	background-image:url(../images/white.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#mi_middleright {
	float:right;
	width: 900px;
	background-repeat:no-repeat;
	display:inline-block;
	background-image:url(../images/white.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


#dl_middleright {
	float:right;
	width: 900px;
	height: 100%;
	background-repeat:no-repeat;
	display:inline-block;
	background-image:url(../images/white.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
}

#keydetails {
	overflow:hidden;
	width 40%;
	justify-content: center;
}


#top {
	width: 90%;
	height:150px;
	display:inline-block;
}

.topleft {
	width: 270px;
	float:left;
	display:inline-block;
}


.topright {
	float:right;
	width: auto;
	vertical-align:bottom;
	display:inline-block;
}


img {
	border: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}




/* Page Footer */

#page_footer {
	width: 100%;
	overflow: hidden;
	text-align:center;
	color: #434367;
	font-size: 12;
	display:inline-block;
}

#page_footer a:link , a:visited{
	font-weight:  normal;
	text-decoration: underline;
	color: #434367;
	font-size: 12px;
}

#page_footer a:hover {
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


.copyright {
	padding-top: 0px;
	width: auto;
	margin: 0px 7px 0px 0px;
	text-align: center;
	color: #434367;
	font-size: 12px;
}


/* Page Footer */

#topmenu {
	width: 600px;
	text-align:right;
	overflow: hidden;
	text-align:center;
	color: black;
	font-size: 18px;
	text-decoration: none;	
	height: 40px;
    font: 300 100% 'Helvetica Neue', Helvetica, Arial;
	
}

#topmenu a:link {
	color: black;
	font-size: 18px;
	text-decoration: none;
	font: 300 100% 'Helvetica Neue', Helvetica, Arial;
}

#topmenu a:hover {
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 8px;
	font: 300 100% 'Helvetica Neue', Helvetica, Arial;

}
.downloadicon
{
	width:0 auto;	
	text-align: center;	
	overflow : hidden;	
}

.downloadicon:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.dl_infosection {
	padding: 30px;
	margin:10 auto;
	width:90%;
	height:auto;
	overflow : hidden;
	vertical-align:top;
}

.dl_table td{
	vertical-align:top;
}

.dl_infobox
{
	padding:10px;
	margin:10 auto;
	width:180px;
	overflow : hidden;
}

.dl_infohead{
	width:0 auto;	
	height:0 auto;	
	padding-top:10px;
	vertical-align:middle;
	text-align: center;	
	overflow : hidden;
	font: 'Helvetica Neue', Helvetica, Arial;
	letter-spacing: 1px;
	font-size:22px;
	font-weight: bold;
	color:black;
}
.dl_infohead a:link,a:visited{	
	
	text-decoration:none;
	color:black;
}
.dl_infohead a:hover{	
	font-weight: bold;
	text-decoration:none;
	color:#0099FF;
}

.dl_infotext{
	padding-top:10px;
	text-align: center;	
	overflow : hidden;
	color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.mip_infotext{
	padding-top:10px;
	text-align: left;	
	overflow : hidden;
	color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#img_map { position:relative; width:500px; height:100%; }
.point { 

display:block;  width:120px; height:120px; position:absolute;z-index:-10;
}

.FormButton
{
	FONT-SIZE: 11px;
    WIDTH: 150px;
}


.Field,
.Field50,
.Field100,
.Field150,
.Field200,
.Field250,
.Field300,
.Field400,
.Field500,
.Field600
{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma;
    margin-right: 5px;
	border: solid 1px #CACACA;
	
	
}

.keydetails {
	font-size: 17px;
	color: #333333;
	font-family: Tahoma;
    margin-right: 5px;
}

.Field150
{
	width: 150px;
}

.Message
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	vertical-align:middle;
	margin: 5px 0px 5px 0px;
	text-align:right;
}

.Messagetext
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-align:left;
	vertical-align:middle;
}
.Error
{
	color: red;
	font-weight: bold;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 60px;
	overflow: auto;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 12px 16px;
    background-color:#3366FF;
    color: white;
	
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}