/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: 0.8em;
font-family: Arial, Helvetica, sans-serif;
padding-top: 10px;
/*background: #999;*/
}

p {
margin: 0 auto 1em;
}

fieldset {
background: #e0e4ef;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #0000bb;
}

h1 {
font-size: 2em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

#header {
}

#footer {
}

.preload {
display: none;
}

.clear {
clear: both;
}

fieldset {
width: 45em;
margin-bottom: 1em;
}


h1 {
margin-bottom: 0.5em;
}

h2 {
margin-bottom: 0.5em;
margin-top: 1em;
}

h3 {
margin-top: 1em;
}

.light {
font-weight: normal;
}

li.title {
font-weight: bold;
padding: 1em 0 ;
}

/*Registration Form*/

#registration-form {
text-align: left;
width: 46em;
margin: auto;
position: relative;
margin-bottom: 1em;
}

.row {
padding-top: .5em;
clear: both;
}

.block label,
p.label {
display: block;
font-weight: bold;
}

#contact-first-name,
#contact-last-name {
float: left;
width: 48%;
}

#contact-first-name input,
#contact-last-name input {
width: 90%;
}

#contact-guardian input {
width: 75%;
}

#contact-address1 input {
width: 75%;
}

#contact-address2 div {
float: left;
}

#contact-city {
width: 48%;
}

#contact-city input {
width: 90%;
}

#contact-state {
width: 10%;
}

#contact-state input {
width: 50%;
}

#contact-phone-numbers div {
float: left;
width: 33%;
}

#contact-phone-numbers div input {
width: 70%;
}

#referrer {
position: relative;
left: -5px;
}

#contact-email input,
#contact-school input,
#contact-birthdate input,
#contact-grade input,
#contact-ec-name input,
#contact-ec-relationship input,
#contact-physician-name input,
#hear-about {
width: 75%;
}

#contact-gender p {
margin: 0 auto 0;
}

#contact-gender span {
padding: 0 1em;
}

#contact-health-notes label {
width: 75%;
}

#contact-health-notes textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
margin-top: .5em;
width: 75%;
height: 6em;
}

#terms li {
list-style-type: none;
}

#membershipapp {
width: auto;
border: solid 2px black;
}

#membershipapp label {
float: none;
width: 49%;
}

#membershipapp li {
list-style-type: none;
}

#program-sessions li {
list-style-type: none;
}

#program-sessions .closed-class {
color: red;
margin-left: 1em;
}

#cart label {
font-weight: bold;
}

#confirminfo label {
font-weight: bold;
width: 16em;
display: block;
float: left;
text-align: right;
padding-right: 0.2em;
}

.family-members {
margin-left: 12.25em;
}

.subtle {
color: #aaa;
}

fieldset p {
margin: 1em 0.5em 0.5em 0.5em;
}

.button {
background: white;
padding: 0.1em 0.3em;
border: solid 1px white;

}

.button:hover {
text-decoration: none;
background: #777;
border: solid 1px white;
color: white;
}

.errors {
/*border: solid 1px red;*/
color: red;
 width: 44em; 
padding: 1em;
}

.errors li {
margin-left: 2em;
}

.error {
color: red;
}

legend {
font-size: 120%;
background: white;
padding: 0.2em 0.5em;
border: solid 1px gray;
}


.ie {
display: none;
}

.leftcol {
float: left;
width: 20em;
}

.rightcol {
float: right;
width: 20em;
}

#classes, 
#camps {
border: none;
padding: 0;
background: white;
}

.bulk-options {
margin-left: 50px;
}

.bulk-options ul li{
float: left;
display: block;
width: 35%;
margin-right: 10%;
}

.bulk-options ul input {
width: 100%;
}

.bulk-options label {
display: block;
}

.special {
position: absolute;
left: 1em;
color: red;
font-weight: bold;
}

.special-price {
color: red;
}

.obvious li {
list-style-type: none;
}

#logo {
margin-left: 100px;
}

p.obvious {
font-size: 150%;
margin-top: 1em;
text-align: center;
}

p.box {
width: 46%;
float: left;
}

p.box a {
display: block;
padding: 1em;
border: solid 1px gray;
}

p.footnote {
margin-bottom: 3em;
}

p.box a:hover {
text-decoration: none;
background: #eeeeff;
}

#Edit {
margin-right: 1em;
margin-bottom: 0.75em;
}
#Confirm {
margin-bottom: 0.75em;
}