/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	font-size:small;
}
		
html, body {
	width: 100%;
	height: 100%;
}	
#logo_word {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px 10px 2px 10px;
	height: 12px;
	border: 1px solid #333333;
	position: absolute;
	left: 9px;
	top: 7px;
	background-color:#FFFFFF;
}

#logo_word  a{
	color: #333333;
	text-decoration: none;
}
a {
	color:#104e8b;;
	cursor:pointer;		
}
	
a:hover {
	text-decoration: underline; 
	color: #4f94cd;cursor:pointer;
}

#map_canvas {
	width:100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
}

html {
	overflow: hidden;
}

.navdiv{
	width:130px;
	border:2px #006699 solid;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffff;
	font-size: small;	
}
.menu1{	
	text-align:center;
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #333333;
}
.submenu{
	padding-top: 1px;
}
.hide{
	display: none;
}
.show{
	display: block;
	font-size: 80%;
}
.footer {
	font-size: 80%;
	color: #999999;
	vertical-align: bottom;
}
h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

#logo_plant{	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/layout/flax_vsm_right.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 120px;
	padding-left:20px;
	padding-bottom: 10px;
	}

#logo_plant h1{
	font-size: 30px;
	margin: 5px 0px;
}
#logo_plant a {
	color: #FFFFFF;
	text-decoration: none;
}
