/*    Applied Seismology Consultants Ltd.    */
/*    Site News Area layout		     */
/*    Author: Saurabh Pandya		     */



  /*------------ The news box on the left sidebar -------------*/
  
  #News{
    width: 145px;
    line-height: 15px;
    background-color: gainsboro;
    font-size: small;
    position: absolute;
    top: 187px;
    left: 10px;
    border: solid 1px black;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
}

#News h3 {margin-top:0px;
margin-bottom:3px;
border-bottom:none;}


 .NewsHeadline a{     color:rgb(0,51,127) ! important;
  /* border-top: 3px solid rgb(0, 0, 0);
   /* border-bottom: 3px solid rgb(0, 0, 0);*/
   /*display:block;*/
  }

 /* .NewsHeadline a:hover{ color:rgb(0,0,0) ! important;
    background-color: rgb(0, 51, 127);
    text-decoration: none;
    display:block;
  }*/
 
 .NewsHeadline img { margin-top:2px;
 margin-right:3px;
 }
   .NewsHeadline { line-height: 14px;
   padding-right:0px;
   margin-right:0px;
     /*background-color: rgb(70, 70, 70);*/
     /*display:block;
     height: 33px;*/
   }

   .NewsText { font-style: normal;
     /*display: block;*/
     font-size: x-small;
     height: auto;
   }

  

   #NewsBox1{ /*top: 40px;
     position: absolute;
     height:40px;*/
    border-top:solid 2px black;
    margin-bottom:5px;
	float:left;
   }

  #NewsBox2{ /*top: 120px;
    position: absolute;
    height:34px;*/
        border-top:solid 2px black;
    margin-top:3px;
    margin-bottom:5px;
	float:left;
   }

   #NewsBox3{ /*top: 180px;
    position: absolute;
    height:34px;*/
        border-top:solid 2px black;
    margin-top:3px;
	margin-bottom:5px;
	float:left;
   } 
   
     #NewsBox4{ /*top: 180px;
    position: absolute;
    height:34px;*/
        border-top:solid 2px black;
    margin-top:3px;
	margin-bottom:5px;
	float:left;
	}    
	
	#NewsBox5{ /*top: 180px;
    position: absolute;
    height:34px;*/
        border-top:solid 2px black;
    margin-top:3px;
	margin-bottom:5px;
	float:left;
   } 
  /* ---------------------------------------------------*/