#flashBox{
   height:261px;
   /*background:url(../images/home_flash_dummy.jpg);*/
   border-bottom:solid 2px #003d71;
}

#slideshow div{
  width:980px;
  position: absolute;
  opacity: 0.0;
  z-index: 8;
}

#slideshow div.active{
  height:261px;
  opacity: 1.0;
  z-index: 10;
}

#slideshow div.last-active{
  z-index: 9;
}


#slideshow div a img{
  position:absolute;
  z-index: 7;
}

#slideshow p.txtTitle {
  width: 365px;
  height: 201px;
  background:url(../images/home_flash_pannel_bg.png) no-repeat;
  margin:0px;
  position: absolute;
  z-index: 99;
  color: #000;
  font: bold 18px arial, helvetica, clean, sans-serif;
  text-align: left;
  padding:45px 15px 15px 5px;
}

#slideshow p.txtDesc{
  width: 365px;
  color: #0C4678;
  margin-top:125px;
  font: bold 14px arial, helvetica, clean, sans-serif;
  text-align: left;
  z-index: 99;
  position:relative;
  padding:15px 15px 5px 5px;
}

#slideshow div.button{
  width:160px;
  height:20px;
  float:left;
  text-align:center;
  background:none;
  font:bold italic 9px arial;
  position:absolute;
  margin:217px 0 0 70px;
  margin:115px 0 0 31px\9;   /* the '\9' is a hack for all IE*/
  z-index:8;
  opacity:1.0;
}

#slideshow div.button a{
	color:#fff;	
}

#slideshow div.modelBox{
  width:500px;
  height:30px;
  float:right;
  text-align:right;
  color:#fff;
  font:bold 30px arial;
  background:none;
  position: absolute;
  margin:220px 20px 0 450px;
  z-index: 8;
  opacity:1.0;
}


#welcomeBox{
	height:225px;
	background:url(../images/home_welcome_bg.jpg) no-repeat;
	border-bottom:dashed 2px #003d71;
	background-color:#fff;
}

#welcomeBox div{
   margin-left:20px;
}


#welcomeBox .title{
    width:600px;
    font:bold 17px arial;
    color: #003d71;
    padding-top:20px;
}

#welcomeBox .text{
	width:460px;
	padding-top:10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#promoBox {
    background: url("../images/home_promo_dummy.jpg") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px dashed #003D71;
    height: 251px;
}

#promoBox .button{
    width:160px;
    height:20px;
    background:none;
    font:bold italic 9px arial;
    color:#fff;
    position:absolute;
    margin:168px 0 0 38px;
    text-align:center;
    display:block;
}

#quickLinksBox{
    height:371px;
	background-color:#fff;
}

#quickLinksBox div{
   width:302px;
   height:341px;
   float:left;
   margin:15px 0 0 18px;
   _margin:15px 0 0 11px;
}

#quickLinksBox1{
  background: url(../images/home_quicklinks_box1.jpg);
}

#quickLinksBox2{
  background: url(../images/home_quicklinks_box2.jpg);
}

#quickLinksBox3{
  background: url(../images/home_quicklinks_box3.jpg);
}

#quickLinksBox .title{
    width:240px;
    height:50px;
    background:none;
    font:bold 17px arial;
    color:#ddebf3;
    margin-left:55px;
    _margin-left:25px;
    text-align:left;
}

#quickLinksBox .button{
    width:160px;
    height:20px;
    background:none;
    font:bold italic 9px arial;
    color:#fff;
    margin:306px 0 0 70px;
    text-align:center;
    display:block;
}




