/*created for Central Coast Gymnastics*/

body {
  background-color: #336699;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  text-align: center;
}

a:link { color: #0033FF; font-weight: bold; text-decoration: underline; }
a:visited { color: #0033FF; font-weight: bold; text-decoration: underline; }
a:hover { color: #0099FF; font-weight: bold; text-decoration: underline; }
a:active { color: red; font-weight: bold; text-decoration: underline; }

#container
{
  background-image: url(images/background_image.jpg);
  margin: auto;
  text-align: left;
  width: 850px;
  position: relative;
}

#menu
{
  width: 700px;
  position: absolute;
  left: 150px;
  top: 107px;
  z-index: 100;
}

#menu td
{
  margin-top: 0px;
  padding-top: 0px;
  vertical-align: top;
}

#content {
  float: left;
  width: 700px;
  margin-top: 100px;
}

#footer
{
  clear: both;
  position: relative;
  top: 3px;
}

#nav { 
  font-size: small; 
  font-weight: bold; 
  width: 150px;
  background: #4B957C;
  float: left;
}

#nav ul
{
  font-size: 13px;
  list-style-type: none; 
  padding-left: 1em;
}

#nav li { 
  margin-bottom: 1em;
  /* this block is a workaround for IE bug */
  border-color: #4B957C;
  border-style: solid;
  border-width: 1px;
  /* end workaround */
}

#nav a { display: block; }
#nav a:link { color: white; text-decoration: none; }
#nav a:visited { color: white; text-decoration: none; }
#nav a:active { color: blue; text-decoration: underline; }
#nav a:hover { color: #336699; text-decoration: none; }

#welcome
{
  float: left;
  width: 471px;
}

#whathap
{
  float: left;
  width: 225px;
  border-left: solid black 1px;
}

p {
  margin-right: 1em;
  margin-left: 1em;
  font-size: small;
}

marquee {
  background-color: #339966;
  font-size: 26px; 
  margin: 10px;
}

h1 {
  color: #336699;
  margin: 1em;
  font-size: 20px;
}

h2 {
  color: blue;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  font-style: italic;
  font-size: 14px;
}

h3 {
  font-size: 16px;
  font-style: oblique;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: -1em;
}

h4 {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: -1em;
  color: blue;
  font-size: 13px;
  font-weight: bold;
}

ul, ol {
  font-size: small;
  margin-left: 0;
  padding-left: 3em;
}

ul {
  font-size: small;
  margin-left: 0;
}

table {
  font-size: small;
}

th {
  padding-bottom: 1em;
}

img {
  margin: 1em;
}

ul.cheer-acrostic
{
  font-size: 20px;
  list-style-type: none;
  
}

ul.cheer-acrostic li:first-letter
{
  font-size: 40px;
  font-weight: bold;
  padding-right: 5px;
  font-family: Courier New;
}

hr
{
  text-align: center; /* center line in IE */
}

#whathap hr
{
	width: 80%;
}

table.menuTable img
{
	border: none;
	margin: 0px;
}

.hidden { display: none; }
.visible { display: block; }
