/* CSS Style Sheet

The Port Albert Project */



@charset "utf-8";



* {

  padding: 0;

  margin: 0;

  border: 0;

  }

  

body {

	/*

  background-color: #0718a6; 

  background-color: #9A9A9C; */

 background-color: #023a67; 

 text-align: center;

  }

  

h1, h2, h3, h4, h5, h6 {

  font-family: "Trajan Pro", Tahoma, Verdana, Arial, sans-serif;

  color: blue;

  }	  

  

#wrapper {

	text-align: left;

	width: 800px;

	margin-right: auto;

	margin-left: auto;

	background-color: #FFFFFF;

  } 

  

#tagline {

  background-image: url(images/fullsize/taglinebg.jpg);

  background-repeat: repeat-y;

  padding-top: 5px;

  padding-bottom: 5px;

  padding-left: 15px;

  font-family: Verdana, Tahoma, Arial, "Trebuchet MS" Georgia, sans-serif;  

  font-weight: bold;

  font-style: italic;

  font-size: 80%;

  color: #ffffff;

  }  

  

#navigation {

	font-family:  Arial, "Trebuchet MS", Georgia, "Lucida Sans Unicode", sans-serif;

	font-size: 80%;

	text-align: center;

	border-top: solid 1px;

	border-bottom: solid 1px;

	padding-top: 5px;

	padding-bottom: 5px;

	background-color: #72acd1;

  }



#content {

  padding: 15px;

  padding-top: 30px;

  font-family: Verdana, Tahoma, Arial, "Trebuchet MS" Georgia, sans-serif;

  font-size: 14px;

  line-height: 140%;

  background-color: #ffffff;

  text-align: justify;

  }    

  

a:hover {

  text-decoration: none;

  background-color: #00FFFF;

  }  

  

  /* affects things pertaining to the forms used on the guest page */ 

form.contact fieldset {

  border: 2px solid navy;

  padding: 10px;

  }

  

form.contact legend {

  font-weight: bold;

  font-size: small;

  color: navy;

  padding: 5px;

  }

  

form.contact {

  padding: 0;

  margin: 0;

  margin-top: -15px;

  }

  

form.contact label {

  font-weight: bold;

  font-size: small;

  color: blue;

  line-height: 150%;

  }

 

form.contact label.fixedwidth {

  display: block;

  width: 240px;

  float: left;

  }



form.contact .buttonarea input {

  background: navy;

  color: white;

  font-weight: bold;

  padding: 5px;

  border: 1px solid white;

  }  

  

form.contact .buttonarea {

  text-align: center;

  padding: 4px;

  background-color: #0066ff;

  }

  

form.contact .buttonreset input {

  background: red;

  color: white;

  font-weight: bold;

  padding: 5px;

  border: 1px solid white;

  }

  

#permission {

  margin-bottom: 10px;

  }  



form.contact .buttonreset {

  text-align: center;

  padding: 4px;

  background-color: #0066ff;

  }  

/* end of form layout instructions */     

  

  

#footer {

  font-family:  Arial, "Trebuchet MS", Georgia, "Lucida Sans Unicode", sans-serif;

  clear: both;

  font-size: 80%;

  text-align: center;

  border-top: solid 1px;

  background-color: #72acd1;

  padding-top: 5px;

  padding-bottom: 5px;

  border-bottom: solid 1px;

  }  

