/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center; 
  background: #6b6a78; 
  color: #1d1b3e; 
  font-family: verdana, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

.topcontainer 
{ 
  width: 898px;
  height: 190px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #1d1b3e; /* navy */ 
  background: #ffffff;
}

img#banner
{
  float: left;
}

.bottomcontainer 
{ 
  width: 898px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #1d1b3e; /* navy */ 
  border-right: 1px solid #1d1b3e; /* navy */  
  border-left: 1px solid #1d1b3e; /* navy */  
  background: #ffffff url(images/background.jpg) top left repeat;
}

#nav  
{ 
  float: right;
  width: 200px;
  display: inline; 
  margin: 0px;
  padding: 20px 0px;
}

#nav ul li
{
  list-style-type: none; 
  text-align: left;
  font-size: .85em; 
  padding-left: 22px;
  padding-right: 10px;
  padding-bottom: 5px;
}

/* for IE only */
* html div div#nav ul li
{
  padding-bottom: 1px;
}

#nav ul li ul li 
{
  font-size: .95em;
  padding-top: 4px;
  padding-bottom: 0px;
}

/* for IE only */
* html div div#nav ul li ul li
{
  padding-top: 0px; 
}

#nav ul li a
{
  color: #feeb1c; /* yellow */
  text-decoration: none;
}

#nav ul li a.menu_current
{
  color: #a5a3c5; /* pale blue */
}

#nav ul li a:hover
{
  color: #a5a3c5; /* pale blue */
  text-decoration: none;
}

#nav ul li ul li a
{
  font-weight: normal;
  color: #ffffff;
}


div#buttons
{
  margin-top: 10px;
  text-align: left;
}

div#buttons img.button
{
  margin: 3px 22px;
  border: 1px solid #ffffff;
}



#content
{ 
  color: #130938;
  float: left;
  width: 658px;
  /* fixes IE Double Margin Float bug */ 
  display: inline; 
  text-align: left;
  margin: 20px;

}


h1
{
  font-size: 1.3em;
}

h2
{
  font-size: 1.0em;
}

h3
{
  font-size: 1.0em;
  padding-top: 10px;
}

h3 span.campdate
{
  font-size: .75em;
}

h4
{
  font-size: .8em;
  padding-top: 10px;
  color: #695ffd;
}

p
{
  font-size: .8em;
  padding-top: 10px;
}

#content ul
{
  padding-top: 10px;
  font-size: .8em;
  margin-left: 20px;
}

#content ul.indented
{
  margin-left: 190px;
}

#content ul li
{
  padding-top: 3px;
  list-style-type: bullet;
}

#content ul.pdf
{
  margin-left: 25px;
}

#content ul.pdf li
{
  padding-bottom: 3px;
  list-style-image: url(images/pdficon.gif);
}


div#schedule, div#facts
{
  float: right;
  background: #feeb1c;
  padding: 5px 10px;
  border: 1px solid #1d1b3e; /* navy */ 
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#pricing
{
  background: #feeb1c;
  padding: 5px 10px;
  border: 1px solid #1d1b3e; /* navy */ 
  margin: 10px 0px;
  width: 570px;
}

div#daily
{
  background: #feeb1c;
  padding: 5px 10px;
  border: 1px solid #1d1b3e; /* navy */ 
  margin: 10px 0px;
  width: 410px;
}

div#pricing table, div#daily table, table#contact
{
  font-size: .8em;
  border: 0px;
}

table#contact
{
  margin-top: 20px;
}

table#contact tr td
{
  padding: 3px;
  vertical-align: top;
}

div#pricing table tr td, div#pricing table tr th
{
  text-align: center;
  width: 130px;
}

div#daily table tr th
{
  text-align: center;
  font-size: 1.2em;
}


div#daily table tr td, 
{
  text-align: left;
  width: 280px;
}

div#daily table tr td.time
{
  width: 120px;
}

div#pricing table tr td.lesson
{
  width: 200px;
}

div#schedule table, div#facts table
{
  font-size: .8em;
  border: 0px;
  padding-top: 5px;
}

div#schedule table tr td
{
  width: 140px;
  vertical-align:top;
}

div#facts table tr td
{
  width: 150px;
  vertical-align: top;
}

div#facts table tr td.wide
{
  width: 300px;
}

div#facts h2
{
  padding-top: 10px;
}



p a, ul li a
{
  text-decoration: none;
  color: #695ffd;
}

#content img
{
  float: left;
  border: 1px solid #1d1b3e; /* navy */  
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}

#content img.right
{
  float: right;
  margin: 5px 0px 5px 20px;
}

#content img.button
{
  margin: 5px 10px 0px 0px;
  border: none;
}

div#summercampimages
{
  float: right;
  width: 190px;
  margin-left: 20px;
}

div#summercampimages img
{
  margin-bottom: 20px;
}

div.coach
{
  border-bottom: 1px dotted #1d1b3e; /* navy */
  padding-bottom: 30px;
  margin-bottom: 5px;
}

div#rightcol
{
  float: right;
  width: 390px;
  margin-right: 20px;
}

div#leftcol
{
  width: 190px;
}

div#map
{
  border: 1px solid #1d1b3e; /* navy */   
  margin: 10px 0px;
}

img#adidas
{
  float: right;
  border: 1px solid #1d1b3e; /* navy */   
}

table.wolverine tr td
{
  font-size: .8em;
  padding: 5px 30px 5px 0px;
}

#footer
{
  width: 898px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  font-size: .8em;
  padding-top: .3em;
  padding-bottom: 2em;
}

#footer p
{
  margin-top: .2em;
  padding-top: 0px;
  text-align: left;
}

#footer a
{
  color: #feeb1c; /* yellow */
  text-decoration: none;
}

#footer a:hover
{
  color: #ffffff;
}

