#container { display:block; }

@media only screen and (orientation: landscape;) {
  
  #container {

     -webkit-transform: rotate(0deg);

     -moz-transform: rotate(0deg);

     -o-transform: rotate(0deg);

     -ms-transform: rotate(0deg);

     transform: rotate(0deg);

  }

}

body {
font-family : arial;
background-image:url('banner2.jpg');
background-position: center 10px;
background-repeat: no-repeat;
background-color: #dddddd;
font-size : 13px;
font-family : arial;
margin-left : 0px;
margin-top : 0px;
margin-right : 0px;
}

A:link {text-decoration : none; color:rgb(239,0,0); font-weight: bold;}
A:visited {text-decoration : non
e; color:rgb(239,0,0); font-weight: bold;}
A:active {text-decoration : none; color:rgb(239,0,0); font-weight: bold;}
A:hover {text-decoration : underline; color:rgb(239,0,0); font-weight: bold;}

A.Y:link    {text-decoration: none; color:rgb(239,0,0); font-weight: normal;}
A.Y:visited {text-decoration: none; color:rgb(239,0,0); font-weight: normal;}
A.Y:active  {text-decoration: none; color:rgb(239,0,0); font-weight: normal;}
A.Y:hover   {text-decoration: underline; color:rgb(239,0,0); font-weight: normal;}

A.Z:link    {text-decoration: none; color:rgb(0,0,0); font-weight: normal;}
A.Z:visited {text-decoration: none; color:rgb(0,0,0); font-weight: normal;}
A.Z:active  {text-decoration: none; color:rgb(0,0,0); font-weight: normal;}
A.Z:hover   {text-decoration: underline; color:rgb(0,0,0); font-weight: normal;}

td.B {
position: absolute;
height: 100px;
left: 30px;
top: 215px;
right: 30px;
text-align: center; 
}

h1 {font-family : arial unicode MS; font-size : 30px;}
h2 {font-family : arial unicode MS; font-size : 21px;}
h3 {font-family : arial unicode MS; font-size : 18px; color : #000099;}
h4 {font-family : arial unicode MS; font-size : 18px; color : #0066CC;}
h6 {font-family : arial unicode MS; font-size : 12px; margin-left : 60px;} 

p {font-family : arial; font-size : 14px; color: #000000;}

li {font-family : verdana; font-size : 14px; color: #000000;}

div.B {
    border: 2px solid #a1a1a1;
    margin: auto; 
    background: #ffffff;
    width: 1150px;
    border-radius: 25px;
}


#marqueecontainer {
position: relative;
margin: 0px;
width: 300px; 
height: 450px;
background-color: white;
overflow: hidden;
border: 0px
padding: 0px;
padding-left: 0px;
}

#nav, #nav ul{

margin:auto;

padding:0;

list-style-type:none;

list-style-position:outside;

position:relative;

line-height:1.2em; 

text-align: left;

}



#nav ul a{

display:block;

padding:5px 5px;

border:1px solid #333;

color:#fff;

text-decoration:none;

background-color: #333

}

#nav a{

display:block;

}



#nav a:hover{

background-color:#fff;

color:#333;

}



#nav li{

float:left;

position:relative;

padding-right: 0px;
}



#nav ul {

position:absolute;

display:none;

top:50px;

}



#nav li ul a{

width: 15.5em;

height:auto;

float:left;

position: relative;

top: -1px;

border-bottom: #5a5a5a solid 1px;


}



#nav ul ul{

top: auto;

}	



#nav li ul ul {

left:12em;

margin:0px 0 0 10px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{

display:none;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{

display:block;

}


