
* {
padding: 0;
margin: 0;
}

img { border: none; }


body#front-page
{
  text-align: center;
  margin-top: 5px;
  color: blue;
  background: #fcffec;
}


#image-line-1
{
  float: left;
  padding: 0;
  margin: 0;
}


#image-1
{
  background: #FFFFFF url("/apmedia/img/house2.jpg") top left no-repeat;
  float: left;
  width: 254px;
  height: 200px;
  padding: 0;
  margin: 0 1px 0 0;
}

#image-2
{
  background: #FFFFFF url("/apmedia/img/bread3.jpg") top left no-repeat;
  float: left;
  width: 286px;
  height: 200px;
  padding: 0;
  margin: 0 1px 0 0;
}

#image-3
{
  background: #FFFFFF url("/apmedia/img/ararra.jpg") top left no-repeat;
  float: left;
  width: 218px;
  height: 200px;
  padding: 0;
  margin: 0;
}

div#image-2-1
{
  background: #FFFFFF url("/apmedia/img/frontmain.jpg") top left no-repeat;
  width: 760px;
  height: 410px;
  clear: both;
  margin: 0 0 1px 0;
}

div.image
{ 
  float: left;
  padding: 0;
}

div.image img
{ 
  border: none;
  padding: 0;
  margin: 0;
}

#image-2-1 div 
{ 
  margin: 170px 30px 0 0;
  font-family: arial;
  font-size: 100%;
  font-weight: bold;
  color: #214d21;
  background: transparent;
}

#image-2-1 div p a
{ 
  color: #66d923;
  background: transparent;
  text-decoration: underline;
}

#image-2-1 div p a:hover
{ 
  color: black;
  background: #66d923;
  text-decoration: none;
}

#page-footer
{
  height: 65px;
  clear: both;
  margin: 0;
  padding: 0;
  color: #ffb300;
  background-color: #276328;
}

#page-footer p
{
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 70%;
  line-height:1.2em;
  color:#D5D0B0;
}

#page-footer a:link
{
  color: #FBD539;
  text-decoration: none;
}
#page-footer a:visited
{
  color: #FBD539;
  text-decoration: none;
}
#page-footer a:active
{
  color: #FBD539;
  text-decoration: none;
}
#page-footer a:hover
{
  color: #FBD539;
  text-decoration: underline;
}

/****************************************************************/

div#flash
{
    position: absolute;
    top: 110px;
    left: 0px;
    width: 300px;
    height: 180px;
/*     border: 3px solid red; */
}

/*--- hidden ONLY if CSS is enabled.  If disabled, image is rendered ------ */
img.image{ display: none; }

div#front-page-image-map
{
  width: 765px;
  height: 509px;
  margin: 30px auto 10px auto;
  padding: 0;
/*   background: transparent url("/apmedia/img/front-page/wetu_all_850.jpg") top left no-repeat; */
  background: transparent url("/apmedia/img/front-page/op-bkgd.jpg") top left no-repeat;
  position: relative;
}

div.map-def { margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declarations ---------- */

div.map-def { left: 690px; }
div#arDef { top: 235px; }
div#heDef { top: 320px; }
div#enDef { top: 405px; }

div.map-def a
{
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  text-decoration: none;
  border: none; /* 1px solid #FFFCE6;*/
  background: transparent; /* url(note.png) repeat; */
}

div#arDef a
{
  background: transparent url("/apmedia/img/front-page/op-ar-bt-all.gif") top left no-repeat;
}

div#heDef a
{
  background: transparent url("/apmedia/img/front-page/op-he-bt-all.gif") top left no-repeat;
}

div#enDef a
{
  background: transparent url("/apmedia/img/front-page/op-en-bt-all.gif") top left no-repeat;
}

div#arDef a:hover,
div#heDef a:hover,
div#enDef a:hover
{
  background-position: -55px 0;
}

div#arDef a:active,
div#heDef a:active,
div#enDef a:active
{
  background-position: -110px 0;
}


