/* 
    Document   : APWU259.css
    Created on : Sept 4, 2011
    Author     : rcmorgan
    Description:
        Purpose of the stylesheet follows.
*/

.PriNav
{
  float: left;
  width:103px;
  margin-top: 10px;
  border-top: solid black 1px;
  border-left: solid black 1px;
  border-right: solid black 1px;
  background-color: #086BCF;
  color: #ffffff;
}

.NavBtn, .NavBtnLink
{
  border-bottom: solid black 1px;
  text-align: center;
  vertical-align: bottom;
  min-height: 40px;
  /*background-color: #086BCF;*/
  color: #cccccc;
}

.NavBtnLink
{
  color: #ffffff;
}
/*
a:link.NavBtn.Link
{
  text-decoration:underline;
  color: #ffffff;
}

a:visited.NavBtn.Link
{
    text-decoration:underline;
    color: #cccccc;
}

a:active.NavBtn.Link
{
    text-decoration:underline;
    color: #cccccc;
}

a:hover.NavBtn.Link
{
    text-decoration:underline overline;
    color: #ffff00;
}
*/
body
{
  background-image:url("../Graphics/Flag.jpg");
  background-attachment:fixed;
  background-repeat: no-repeat;
}

.Content
{
  width: 790px;
  margin-left: 103px;  
}

.Wrapper
{
  width: 900px;
}

h1, .Heading
{
  margin-top: 0;
  padding-top: 0;
}

.Heading
{
  text-align: center;
}

.Alert
{
  padding: 1em;
  font: bold 200% serif;
  text-align: center;
  color: red;
}

.LocList, .FrntPhotoWCap, .FrntPhotoWCapLt, .FrntPhotoWCapRt, .Footer, .PhotoCap
{
  text-align: center;
/*  border: solid black 1px; */
}

.LocList, .FrntPhotoWCap, .FrntPhotoWCapLt, .FrntPhotoWCapRt, .Footer
{
  margin-top: 10px;
}

.LocList, .Footer
{
  margin-left: 10%;
  width: 80%;
}

.FrntPhotoWCap, .FrntPhotoWCapLt
{
  float: left;
  margin-left: 10%;
  padding: 5px;
}

.FrntPhotoWCapRt
{
  float: right;
  margin-right: 10%;
  padding: 5px;
}

.TabPhotoWCap
{
  margin-left: 15%;
  padding: 5px;
}

.PhotoCapLt
{
  float:left;
  width:40%;
  margin-left:10%;
}

.PhotoCapRt
{
  float:right;
  width:40%;
  margin-right:10%;
}

.textContent
{
  margin-left: 20%;
  margin-right: 20%;  
}

.Footer
{
  width: 100%;
  text-align: center;
  clear: both;
  /*float: left;*/
  margin-bottom: 10px;
}

root { 
    display: block;
}

