/* ------------------------------

site: Friends of The Riverfront
last date: 01/09/09
author: Chad Cross
url: friendsoftheriverfront.org

------------------------------ */

/* ------------------------------

Pixel to em conversions:
16 x 1.5em = 24px
16 x 1.25em = 20px
16 x 1.125em = 18px
16 x 1em = 16px
16 x 0.875em = 14px
16 x 0.75em = 12px
16 x 0.6875em = 11px
16 x 0.625em = 10px

Colors:
#003466 - dark blue

------------------------------ */


/* GLOBAL
------------------------------ */
html, body { margin: 0; padding: 0; background-color: #003466; height:100%; }


/* TABLE
------------------------------*/
table { padding: 0px; margin: 0; font-size: 0px; }
	tr { padding: 0px; margin: 0; font-size: 0px; }
		td { padding: 0; margin: 0; font-size: 0px; }
         td a:link { padding: 0; margin: 0; font-size: 0px; }
 
#logo { position: absolute; top: 19px; left: 10px; z-index: 1;}

img, div, .pngfix, input { behavior: url("css/iepngfix.htc") }
            

/* LAYOUT - NAVIGATION
------------------------------ */   
#navigationBkgnd { position: relative; z-index: 1000; width: 100%; min-width: 965px; background: transparent; height: 28px; padding: 6px 0 13px 0; overflow: visible; }
   #navigation {
	position: relative;
	float: right;
	width: 702px;
	padding: 0;
	margin: 0 5px 0 0;
}
             
      /* nav buttons */
      #riverfacts { position: absolute; width: 155px; z-index: 10; left: 467px; top: 28px; visibility: hidden; }
      #events { position: absolute; width: 109px; height: 56px; z-index: 10; left: 389px; top: 28px; visibility: hidden; }
      #membership { position: absolute; width: 77px; height: 68px; z-index: 10; left: 313px; top: 28px; visibility: hidden; }
      #news { position:absolute; width: 69px; height: 49px; z-index: 10; left: 233px; top: 28px; visibility: hidden }
      #trailcare { position: absolute; width: 77px; height: 60px; z-index: 10; left: 156px; top: 28px; visibility: hidden;}
      #trails { position: absolute; width: 66px; height: 46px; z-index: 10; left: 78px; top: 28px; visibility: hidden; }
      #aboutus { position: absolute; width: 83px; height: 20px; z-index: 10; left: 0px; top: 28px; visibility: hidden; }


/* LAYOUT - MAP AREA
------------------------------ */
#mapArea { width: 100%; background: #fff; margin: 0; padding: 0; }
   object { outline: none; }
   #altContent { background: #003466; width: 100%; height: 100%; padding: 60px 10px; font-family: Arial, Helvetica, sans-serif; }
      h1 { color: #fff; font-size: 16px; }
      p { color: #fff; font-size: 12px; }
      img { border: none; }
