/* Classes */
.pageContainer
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

.pageHeader
{
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    width:100%;
    height:212px;
    position:relative;
}

.pageFooter
{
    background-image: url('images/footer.png');
    background-repeat:no-repeat;
    width:100%;
    height:67px;
    margin-top:35px;
    position:relative;
    z-index: -1;
}

.pageBody
{
    background-image: url('images/background-grn.png');
    width:100%;
    position:relative;
    padding-bottom:40px;
    padding-top:15px;
}

.centered
{ 
    margin-left:auto; 
    margin-right:auto;
}

.textCenter
{
    width:100%;
    text-align:center;
}

.black
{
  color: black;
}
.black A:link{ color: black; text-decoration: underline; font-weight: none; }
.black A:visited{ color: black; text-decoration: underline; font-weight: none; }
.black A:hover{ color: black; text-decoration: underline; font-weight: none; }

.main
{
      background-color: #24487C;
      background-image: url('images/mainbg.jpg');
      background-repeat: no-repeat;
      background-position: bottom center;
}
.main A:link{ color: black; text-decoration: none; font-weight: bold; }
.main A:visited{ color: black; text-decoration: none; font-weight: bold; }
.main A:hover{ color: black; text-decoration: underline; font-weight: bold; }

.TopLink A:link{ color: #000000; font-size: medium; text-decoration: none; font-weight: bold; text-shadow: #999999 5px 5px 2px; }
.TopLink A:visited{ color: #000000; font-size: medium; text-decoration: none; font-weight: bold; text-shadow: #999999 5px 5px 2px; }
.TopLink A:hover{ color: #000000; font-size: medium; text-decoration: underline; font-weight: bold; }
.TopLink{ color: #000000; font-size:13px; font-weight:700; width:auto; text-align:right; margin-right:10px; }

.TopLinkSmall A:link{ color: white; text-decoration: none; font-weight: bold; font-size: small; }
.TopLinkSmall A:visited{ color: white; text-decoration: none; font-weight: bold; font-size: small; }
.TopLinkSmall A:hover{ color: white; text-decoration: underline; font-weight: bold; font-size: small; }
.TopLinkSmall{ color: white; font-size: small; }

.BottomText
{
  text-align: left;
  font-size: x-small;
  color: #666666;
  vertical-align: top;
}

.white A:link{ color: white; text-decoration: none; font-weight: bold; }
.white A:visited{ color: white; text-decoration: none; font-weight: bold; }
.white A:hover{ color: white; text-decoration: underline; font-weight: bold; }
.white{ color: white; }
.script
{
  font-family:'Americana BT';font-size:16pt;font-weight:bold;font-style:italic;color:white;
}

.BottomText A:link{ color: #666666; text-decoration: none; font-size: x-small; font-weight: none; }
.BottomText A:visited{ color: #666666; text-decoration: none; font-size: x-small; font-weight: none; }
.BottomText A:hover{ color: #666666; text-decoration: underline; font-size: x-small; font-weight: none; }
.TestimonialName
{
    color: white;
}
.TestimonialName A:link{ color: white; }
.TestimonialName A:visited{ color: white; }
.TestimonialText
{
    color: white;
}
.TestimonialText A:link{ color: white; }
.TestimonialText A:visited{ color: white; }

.container
{
}

.GalleryText{ color: black; font-weight: none; }
.GalleryText A:link{ color: black; text-decoration: underline; font-weight: none; }
.GalleryText A:visited{ color: black; text-decoration: underline; font-weight: none; }
.GalleryText A:hover{ color: black; text-decoration: underline; font-weight: none; }

.Menu a:focus{ outline:none; }

.rightMenu
{
    float:right;
    width:170px;
    background-color:#552222;
    text-align:center;
    padding-top:15px;
    margin-right:15px;
}

.rightMenu .menuItem
{
    width:80%;
    margin-bottom:20px;
    background-color:#F0E8C8;
    margin-left:auto;
    margin-right:auto;
}

.shadow 
{
    height: 1em;
    filter: Shadow(Color=#DDDDDD,     
            Direction=25, 
            Strength=4);
}




/* Elements */
body
{
    margin:0;
    padding:0;
    background-color:#270102;
}

img
{
    border:0;
}

a:link
{
    border:0;
    color:#FFFFFF;
    text-decoration:none;
}

a:visited
{
    border:0;
    text-decoration: none;
}

a:hover
{
    text-decoration:underline;
}


textarea
{
    font-family: Arial, Verdana, Times;
}



/* Specific Element By ID */
#contain {
   position: relative;
   top: 20px; left: 0px;         /* place it where you want     */
   width: 710px;
}

#translucentbkg {
   width: 710px; height: 100px;     /* to match DIVs size          */
   background-color: #052B64;       /* the background              */
   border: 2px solid black;
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   position: relative;
   left: 0px;
}

#opaquetext {
   width: 710px;   /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   left: 0px;
   z-index: 2;                      /* place it over the other DIV */
}
