/* IACOR :: Common CSS Definitions */

a
{
   color: #8A8888;

   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

body
{
   margin: 0px;
   padding: 25px;

   color: #000000;
   background-color: #FFFFFF;

   font-size: 75%;
   font-family: Arial,Helvetica,sans-serif;
   line-height: 1.3em;

   behavior:url(../css/htc/csshover.htc);
}

img
{
   behavior: url(../css/htc/iepngfix.htc);
}

div.clear
{
   clear: both;
}

#navbar
{
font-family: "Avant Garde",Arial,Helvetica,sans-serif;
}

#page
{
   width: 828px;

   padding: 75px;

   margin: 0px auto;

   position: relative;

   background-color: #FFFFFF;

   border: 25px solid #AAA8A8;
}

#header-txt-go-hunting
{
   width: 223px;
   height: 45px;

   behavior: url(../css/htc/iepngfix.htc);

   background-image: url(../img/header/img-hdr-txt-go-hunting.png);
}

#header-txt-go-hunting h1
{
   display: none;
}

#header-txt-iacor
{
   width: 543px;
   height: 29px;

   behavior: url(../css/htc/iepngfix.htc);

   background-image: url(../img/header/img-hdr-txt-iacor.png);
}

#header-txt-iacor h2
{
   display: none;
}


#back-to-home
{
   top: 10px;
   left: 10px;

   position: absolute;
}

#search-site
{
   top: 10px;
   left: 810px;

   position: absolute;
   z-index: 999;
}

#search-site input
{
   font-family: Arial,Helvetica,sans-serif;
}

#search-site input.field
{
   width: 120px;

   border: 1px solid #AAA8A8;
}

#search-site input.submit
{
   width: 30px;

   color: #4A4848;

   border: 1px solid #AAA8A8;

   background-color: #F2F2F2;
}

#footer
{
   position: relative;
}

#right
{
   position: relative;
}

#footer a
{
   text-transform: lowercase;
}

