body
{
    background-image: url("bg.png");
    background-repeat:repeat-x;
    background-color:black;
}    

#container
{
    background-image: url("back.jpg");
    color: white;
    font-style:italic;
    background-repeat:repeat-x;
    width:800px;
    position:absolute;
    height:1000px;
    top:0px;
    background-color: #dadce9;
}


h1
{
    float: left;
    clear:left;
    margin-left: 5%;
    margin-bottom: 0%;
    padding-bottom:0%;
    text-decoration:underline;
    z-index:800;
}

.menu
{
    float:left;
    clear:left;
    width:640px;
    margin-left:80px;
    background-color:#1e257d;
    height:2em;
    margin-bottom:0;
    padding-left:0px;
    padding-right:0px;
    font-style:normal;
   border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    

}

.menu li
{
    display:block;
    float:left;
    margin-left:0px;
    width:5em;
    height:2em;
    padding-top:1%;
    padding-bottom:1%;
    padding-left:8px;
    padding-right:8px;
    font-size:11pt;
/*    border-left:groove; */
    border-width:1px;
}

.menu a
{
    color:white;
    text-decoration:none;
}

#activeMenuItem
{
    height:2em;
    background-color:#b40406;
}


.submenu
{
    float:left;
    clear:left;
    width:640px;
    margin-left:80px;
    background-color:#b40406;
    height:2em;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-left:0px;
    padding-right:0px;
    font-style:normal;
}

.submenu li
{
    display:block;
    float:left;
    margin-left:0px;
    width:5em;
    height:20%;
    padding-top:1%;
    padding-bottom:1%;
    padding-left:8px;
    padding-right:8px;
    font-size:11pt;
/*    border-left:groove; */
    border-width:1px;
}

.submenu a
{
    color:white;
    text-decoration:none;
}

#gallery {
    clear:left;
    float:left;
    margin-left:80px;
    margin-top:0;
    top: 5px;
	height:200px;
}
#gallery a {
    float:left;
    position:absolute;
}

#gallery a img {
    border:none;
}

#gallery a.show {
    z-index:500;
	}

#gallery .caption {
    top: 50px;
    position:absolute;
    z-index:600; 
    height:20px; 
    width:100%; 
    bottom:0;
    color:black;
    font-size:14pt;
    font-style:normal;
}


#text{
    margin-top:0;
    float:left;
    clear:left;
    margin-left:80px;
    /*
    font-size:14pt;
    color:black;
    */

    font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    color:#555555;


    background-color:white;
/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
    width: 620px;
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    font-style:normal;
    z-index:500;
    display:block;
    position:relative;
 }   

#text>img{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer {
    display:block;
   z-index:0;
   float:left;
   width:30px;
   position:absolute;
   left:0;
   top:350px;
  } 

#footer img {
   position:absolute;
   z-index:0;
   float:left;
  } 

#star
{
    float:right;
    z-index: 1;
    top: 10;
    left: 200px;
}

#leftGutter
{
    background-image: url('leftFade.png');
    background-repeat: repeat-y;
    position:absolute;
    width:20px;
    top:0;
    left:0;
    height:800px;

}

#rightGutter
{
    background-image: url('rightFade.png');
    background-repeat: repeat-y;
    position:absolute;
}

.contactDesc
{
    clear:left;
    float:left;
    width:10em;
    font-size: 18pt;
}

.contactHead
{
    margin-top: 10px;
    width: 25em;
}

.contactInfo
{
    font-size: 18pt;
    float:left;
}

.contactNewGroup
{
    margin-top: 30px;
}

.left
{
    clear:left;
    float:left;
}

.right
{
    clear:right;
    float:right;
    }

#statement
{
    clear:left;
    float:left;
    font-size:12pt;
    margin-top:0px;
    padding-top:0px;
    margin-left:48px;
    margin-bottom:25px;
    z-index:8;
    top:0px;
} 


label { float:left; clear:left; text-align:right; width:30%; margin-bottom:2%; }
input, textarea { float:left; margin-left: 1%; margin-bottom:2%; width:30em; }
#reset{
    float:left; clear:left;
    margin-left:30%;
    width: 5em;
}

#submit{
    float:left;
    margin-left: 5%;
    width: 5em;
}


