html, h1, h2, h3, h4,body {
	margin: 0;
	padding: 0;
	
}
h1 img {
	display: block;
}

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
.more A:hover
{
	text-decoration:none;
}
/*.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}*/
.clear {
	clear: both;
}
BODY
{	
	PADDING-BOTTOM: 10px; 
    FONT: 13px arial, sans-serif; 
}

#outer
{
   BACKGROUND: url(/web_OLagent/images/)no-repeat;
  PADDING-TOP: 0px; 
}

#body-bot
{
    BACKGROUND:  url(/web_OLagent/images/) no-repeat ;    
    margin:0px;  
    
}   
#body-top
{
    MIN-HEIGHT: 135px;
    BACKGROUND: url(/web_OLagent/images/l8.png); 
    padding-top:0px;    
}
td {
	font: bold 12px Arial, sans-serif;
	color: #800080; 
}
th {
	font: bold 12px Arial, sans-serif;
	text-align:LEFT;
}

/** green box **/
#gbox 
{
  WIDTH: 600px;
 margin:10px 240px;
 position :absolute;
 display:block;
 text-align:justify; 
}

#gbox h2 {font: bold 14px arial, sans-serif;color: #000;}

#gbox p {
  margin: 0em 0;
}
.office {color:#000;font-size:12px;}
.first {font:bold 11px verdana;color:#000}
.ultype {list-style-type: none;} 

#infobox 
{
  WIDTH: 83%;
  height:69%;
 margin:10px 240px;
 position :absolute; 
}
.iframeautowidth {
width: 100%;
height: 108%;
float: left;
overflow: scroll;
position:relative
}

#loadImg
{
	position:absolute;
	z-index:999;
	margin:-130px 220px;
}
#loadImg div
{
	display:block;
	width:750px;
	height:633px;
	background:transparent;
	text-align:center;
	vertical-align:middle;
	}
/** Footer **/
#footer 
{
	margin-top:0em;
	padding-left:10px;
	width:570px;
	position:relative;
}

/** grey box **/
#greybox {
  width: 220px;
  position:absolute;
  margin-left:5px;
  margin-top :490px;
  font: bold 11px Verdana;
}
#greybox a 
{
  color:#000080;
}

navt {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  padding-top:30px;
  margin: 0px 0px; /*for display only*/
  width: 180px;
}

.menu-item {
  background: #fff;
  width: 180px; 
  margin: 0px 0px;
}
/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 12px;
  margin:0px;
  
  /*Gradient*/
    background-color: #616975;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
    background: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
    border-bottom: 1px solid #33373d;
	width: 160px;
}
.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 180px;
}
.menu-item h4:hover {  
  background: #cc002c; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc002c 0%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin:0px;
  /*height: 0px; Collapses the menu*/
  /*Animation
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;*/
}

.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #000;
  display: block;
  width: 180px;
}

/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
.menu-item li:hover {
  background: #ACC2DF;
}
.menu-item:hover ul {
  height: 82px;
}
#menu-item-1:hover ul {
height: 30px;
}
#menu-item-2:hover ul {
height: 65px;
}
#menu-item-3:hover ul {
height: 85px;
}
#menu-item-4:hover ul {
height: 65px;
}
#menu-item-5:hover ul {
height: 150px;
}




