@charset "utf-8";1

/* CSS Document */


a.rollover5:hover {background: url(images/home_hover_06.jpg); }
a.rollover5:hover {background: url(images/home_hover_06.jpg); }
a.rollover5 {    display: block;
    width: 198px;
    height: 61px; background: url(images/bmllinks_05.jpg); border: 0px;}
	
a.rolloverstay {    display: block;
    width: 198px;
    height: 61px; border: 0px;background: url(images/home_hover_06.jpg);}
	
a.rollover1:hover {background: url(images/missionhover_07.jpg); }
a.rollover1 {    display: block;
    width: 180px;
    height: 61px; background: url(images/bmllinks_06.jpg);}
	a.rolloverstay1 {    display: block;
    width: 180px;
    height: 61px; background: url(images/missionhover_07.jpg);}
	
a.rollover2:hover {background: url(images/aboutushover_08.jpg); }
a.rollover2 {display: block;
    width: 180px;
    height: 61px; background: url(images/bmllinks_07.jpg);}
a.rolloverstay2 {display: block;
    width: 180px;
    height: 61px; background: url(images/aboutushover_08.jpg);}

a.rollover3:hover {background: url(images/practiceareashover_09.jpg); }
a.rollover3 {    display: block;
    width: 181px;
    height: 61px; background: url(images/bmllinks_08.jpg);}
a.rolloverstay3 {    display: block;
    width: 181px;
    height: 61px; background:url(images/practiceareashover_09.jpg);}

a.rollover4:hover {background: url(images/contacthover_10.jpg); }
a.rollover4 {    display: block;
    width: 197px;
    height: 61px; background: url(images/bmllinks_09.jpg);}
a.rolloverstay4 {    display: block;
    width: 197px;
    height: 61px; background: url(images/contacthover_10.jpg);}
	
a.in:hover {background: url(images/inhover.jpg); }
a.in {    display: block;
    width: 32px;
    height: 32px; background: url(images/in.jpg);}
	
	p.standardbody {margin: 0px; color:#666666; font-family:Verdana, Geneva, sans-serif; font-weight: bold;}
	
a.journal:hover {background: url(images/fljhover.jpg); }
a.journal {    display: block;
    width: 116px;
    height: 70px; background: url(images/flj.jpg);}
	
.button {
    background:none;
	border: 0px;
}

a.email {font-family:Verdana, Geneva, sans-serif;font-size: 14px; color: #ffffff; text-decoration: underline; }
a.email:hover {font-family:Verdana, Geneva, sans-serif;font-size: 14px; color: #ffffb6; text-decoration: none;}

a.email1 {font-family:Verdana, Geneva, sans-serif;font-size: 14px; color: #666666; text-decoration: underline; }
a.email1:hover {font-family:Verdana, Geneva, sans-serif;font-size: 14px; color: #990000; text-decoration: none;}

a.bottomlinks {font-family:Verdana, Geneva, sans-serif;font-size: 12px; color: #ffffff;text-decoration: none;}
a.bottomlinks:hover {font-family:Verdana, Geneva, sans-serif;font-size: 12px; color: #ffffb6;text-decoration: underline}
p.mainbody {font-family:Verdana, Geneva, sans-serif;font-size: 14px; color: #666666;text-decoration: none;}
#practice li {margin-top: 5px;}



 img.former
  {
-webkit-animation: myfirst 1s; 
animation: myfirst 1s; animation-duration: 1s;    
  }
 
  img.philosophy
  {
-webkit-animation: myfirst1 1s; 
animation: myfirst1 1s; animation-duration: 1s;    
  }
  img.fight
  {
-webkit-animation: myfirst2 1s; 
animation: myfirst2 1s; animation-duration: 1s;    
  }
   img.mission
  {
-webkit-animation: myfirst3 1s; 
animation: myfirst3 1s; animation-duration: 1s;    
  }
  
  /* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
 {
 from {width: 0px; height: 0px; display: hidden;}
 to {width: 452; height: 55px;display: block}


 }

/* Standard syntax */
@keyframes myfirst
 {
 from {width: 0px; height: 0px;}
 to {width: 452px; height: 55px;}
 }
 
 @-webkit-keyframes myfirst1
 {
 from {width: 0px; height: 0px; display: hidden;}
 to {width: 452px; height: 55px;display: block}


 }

/* Standard syntax */
@keyframes myfirst1
 {
 from {width: 0px; height:0px;}
 to {width: 452px; height: 55px;}
 }
 
  @-webkit-keyframes myfirst2
 {
 from {width: 0px; height: 0px; display: hidden;}
 to {width: 452px; height: 55px;display: block;}


 }

/* Standard syntax */
@keyframes myfirst2
 {
 from {width: 0px; height: 0px;}
 to {width: 452px; height: 55px;}
 }
 
   @-webkit-keyframes myfirst3
 {
 from {width: 578px; height: 0px; display: hidden;}
 to {width: 578px; height: 541px;display: block;}


 }

/* Standard syntax */
@keyframes myfirst3
 {
 from {width: 578px; height: 0px;}
 to {width: 578px; height: 541px;}
 }