body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#B0A353;
  color: #0F0058;
  text-align:center;
}

.topbanner {
	padding:50px 0 0 0;
}


#banner {
  color: #0F0058;
  font-family:Castellar;
  font-size: 3em;
  padding:0;
}

#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  font-family:Castellar;

}

.myaddress {
	font-family:Castellar;
      font-size:small;
}

a:link, a:visited {
	color: white;
	text-decoration:none;
}

a:hover {
	color:#0F0058;
}



.container {
	margin:auto;
	text-align:left;
}

div.leftcol {
  float:left;
  padding: 25px 10px 0 10px;
  width:23%;
}

div.midcol {
  padding: 0;
  margin: 0;
  padding-left:10px;

}

div.rightcol {
  float:right;
  width:48%;
  padding:0 20px 0 10px;
}

#featlink {
  float:right;
  margin:17px;
  padding:3px;
  border-style:solid;
  border-width:1px;
}

#featlink a:link {
  text-decoration: none;
}

#actfeat {
  color:#0F0058;
}

#featlink2 {

}

#featlink2 a:link {
  text-decoration: none;
}

#actfeat2 {
  border-style:solid;
  border-width:1px;
  border-bottom-width:0px;
  padding-top:2px;
  padding-left:5px;
  padding-right:5px;
  color:#0F0058;
      font-family:Castellar;
	  	  font-size:0.8em; 
}

#unactfeat2 {
  border-style:solid;
  border-width:1px;
  padding-top:2px;
  padding-left:5px;
  padding-right:5px;
  border-color:#0F0058;
      font-family:Castellar;
	  font-size:0.8em; 
}

img.displayed {
   display: block;
   margin-left: auto;
   margin-right: auto;
   height: 80px
}

#heading {
    font-family:Castellar;
    color:#0F0058;
}

#leftnav li {
  list-style-type: none;
  font-family:Castellar;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 40px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 60px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
	font-size: 1.0em;
}

div.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thename {

  font-style: italic;
}

.photosechead {
  font-style: italic;
  font-weight:bold;
}

table.sample {
    width:400px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
    width:33.333%;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
/*	background-color: rgb(250, 240, 230);*/
    background-color: #B0A353;
	-moz-border-radius: 0px 0px 0px 0px;
}

body#home a#homenav,
body#mission a#misnav,
body#gallery a#galnav,
body#featured a#featnav,
body#services a#sernav,
body#test a#tesnav,
body#contact a#connav {
  color: #0F0058;
}

li.level1 {
        list-style-type:none;
        margin-left: 0;
}

li.level2 {
        list-style-type:none;
        margin-left: 0;
        padding-left: 20px;
}

li.slevel1 {
        list-style-type:none;
        margin-left: 0;
}

li.slevel2 {
        margin-left: 0;
        padding-left: 20px;
}

div.pslevel2 {
  padding-left:20px;
}

#footer {
	position:relative;
	top:1px;
	background:#7A2875;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
}
