﻿/*
Global CSS for Save Woodinville Play Fields
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 125%;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center; /* Hack for IE5/Win */
  background-color: green;
}

	
#centeredcontent {
  width: 800px;
  margin: 0px auto; /* Right and left margin widths set to "auto" */
  text-align: left; /* Counteract to IE5/Win Hack */
/*  padding: 15px;*/
/*  border: 1px dashed #333;*/
  background-color:#eee;
}

/* Header styling */
h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  color: green;
  font-weight: bold;
  font-style: italic;
  line-height: 110%;
}

#header {
  text-align: center;
  color: green;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1px;
}

#footertext {
  font-size: 70%;
  padding-right: 2%;
  padding-left: 2%;
  color: black;
  text-align: center;
}

.centertext {
  text-align: center;
}

.bar {
  clear: both;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  height: 10px;
/*  background: navy url(images/bluebar.jpg) repeat;*/
  background: green;
}

.spacebar {
  clear: both;
  width: 100%;
  height: 5px;
}

/*
Style the navigation links

*/
a {
  font-weight: bold;
}

a:link {
  color: green;
}

a:visited {
  color: DarkGreen;
}

a:hover {
  text-decoration: none;
  color: yellow;
  background-color: green;
}

a:active {
  color: green;
  background-color: yellow;
}

/*
Infomation links
*/
.otherlinks a {
  font-weight: bold;
}

.otherlinks a:link {
  color: green;
  background-color: yellow;
}

.otherlinks a:visited {
  color: green;
  background-color: yellow;
}

.otherlinks a:hover {
  text-decoration: none;
  color: yellow;
  background-color: green;
}

.otherlinks a:active {
  color: green;
  background-color: yellow;
}

table.cost {
  margin-left: 5px;
  margin-right: 5px;
  border-collapse: collapse;
  border: 1px solid black;
}

table.cost th {
  border: 1px solid black;
  text-align: left;
  background: green;
  color: white;
  padding: 0.2em;
}

table.cost td {
  border: 1px solid black;
  padding: 0.2em;
}

form.contactus fieldset {
  border: 2px solid green;
  padding: 10px;
}

form.contactus legend {
  font-weight: bold;
  font-size: medium;
  color: green;
  padding: 5px;
}

form.contactus {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  line-height: 150%;
}

form.contactus label {
  font-weight: bold;
  font-size: small;
  color: green;
}

form.contactus label.fixedwidth {
  display: block;
  width: 150px;
  float: left;
}

form.contactus .buttonarea input {
  background: yellow;
  color: green;
  font-weight: bold;
  padding: 5px;
  border: 1px solid green;
}

form.contactus .buttonarea {
  text-align: center;
  padding: 4px;
/*  background-color: crimson;*/
}


