
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}


h2#other
{

   position: absolute;
   margin-top: -5%; 
  top: 22%;
  /* top: 20%; */
   right: 2%;
   font-family: verdana, sans-serif; 
   font-size: 22pt; 
   color: #ffffff; 
   font-weight: bold;
   text-align: left;
   
}

h2#ie
{
   position: fixed;
   /* margin-top: -1.5cm; */
   margin-top: -6%;
   top: 23%;
   margin-right: 5%;
   font-family: verdana, sans-serif; 
   font-size: 22pt; 
   color: #ffffff; 
   font-weight: bold;
   text-align: right;
}
h2#companyhead
{
	
	font-family: verdana, sans-serif;
	font-size: 16pt;
	color: #539dbc;
	text-align: left;
	font-weight: bold;
	
}

ul#menu {
  width: 100%;
  list-style-type: none;
 /* border-top: solid 1px #b9a894; */
  margin: 0;
  padding: 0;
  position: static;
  left:1%;

}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
/*
ul#menu li:hover ol {
	display: block;
}
*/

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 18px;
  font-size: 16px;
}
ul#menu li li{
  border-bottom: solid 1px #b9a894;
  line-height: 18px;
  font-size: 12px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size-adjust: 150%;
  color: #785a3c;
    
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}
ul#menu a {
  text-decoration: none;
  outline: none;
  }

ul#menu a:hover {
	color: #539dbc;

}
ul#menu a:active {
  color: #be5028;
 
}
div#leftmenu {
	position: absolute; 
	overflow: auto;
	background-image: url('../images/home/menuline.gif');
	width: 18%;
	height: 71%; 
	top: 22%;
	bottom: auto;
}

div#content {
	position: absolute;
	overflow: auto;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 75%; 
	height: 63%;
	top: 21.2%;
	//bottom: 125px;
	left: 25%;
	right: 1%;

}
div#news {
	position: absolute;
	width: 25%;
	height: 30%;
	top: 18%;
	left: 60%;
	bottom: auto;

}
div#newsbox {
	position: absolute;
	border: thin solid #539dbc;
	overflow: hidden;
	width: 30%;
	height: 40%;
	top: 25%;
	left: 20%;
	bottom: auto;

}

div#newsIE {
	position: absolute;
	border: thin solid #539dbc;
	min-width: 0;
	width: 30%;
	height: 40%;
	top: 23%;
	left: 20%;
	bottom: auto;

}
div#header {
	position: static;
	margin-left: -1%;
	margin-top: -2%;
	height: 26%;
}
div#headerIE {
	position: static;
	margin-top: -2%;
	margin-left: -1;
	height: 20%;
	width: 100%;
}

table#list
{
	text-align: right;
	text-decoration: none;
		
}
table#list li:before {
	content: "- ";
}

table#footer
{
  position: absolute;
  margin-left: 0;
  padding-right: 8px;
  width: 100%;
  bottom: 0px;
}

.smwhite {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 7pt; 
color: #FFFFFF; 
font-weight: normal; 
text-align: left; 
text-decoration: none;
letter-spacing: 1pt
}

img#pos1 {
	position: absolute;
	left: 30%;
	top: 80%;
	height: 20%;
	opacity: 0;
	//width: 10%;
	
}
img#pos2 {
	position: absolute;
	left: 70%;
	top: 50%;
	height: 6%;
	opacity: 0;
}

img#pos3 {
	position: absolute;
	left: 60%;
	top: 30%;
	height: 5%;
	opacity: 0;
}
img#pos4 {
	position: absolute;
	left: 20%;
	top: 30%;
	height: 5%;
	opacity: 0;
}
img#pos5 {
	position: absolute;
	left: 10%;
	top: 50%;
	height: 6%;
	opacity: 0;
}


a#partner1 {
 position: relative;
 bottom: auto;
 top: 10%;
}
a#partner2 {
 position: relative;
 left: 30%;
 top: 10%;
 bottom: auto;
}

