/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #5FD5FF;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
margin: 10px;
}

h1 {
font-size: 18px;
}

p {
margin: 0px 0px 15px 0px;
}

a {
text-decoration: none;
color:#0CA4FF;
}

a:hover {
text-decoration: underline;
}

img {
border: 0px;
}

#header img{
float: left;
}

#navigation {
height: 85px;
}

#navigation a{
float: left;
}

a.programs {
background: url(../images/programs.gif) no-repeat;
}

a.programs:hover {
background: url(../images/programs_on.gif) no-repeat;
}

a.activities {
background: url(../images/activities.gif) no-repeat;
}

a.activities:hover {
background: url(../images/activities_on.gif) no-repeat;
}

a.staff {
background: url(../images/staff.gif) no-repeat;
}

a.staff:hover {
background: url(../images/staff_on.gif) no-repeat;
}

a.testimonials {
background: url(../images/testimonials.gif) no-repeat;
}

a.testimonials:hover {
background: url(../images/testimonials_on.gif) no-repeat;
}

a.gallery {
background: url(../images/gallery.gif) no-repeat;
}

a.gallery:hover {
background: url(../images/gallery_on.gif) no-repeat;
}

a.contact {
background: url(../images/contact.gif) no-repeat;
}

a.contact:hover {
background: url(../images/contact_on.gif) no-repeat;
}

#subnav a {
font-size: 11px;
font-weight: bold;
color: #09C100;
}

#body {
width: 881px;
margin-left: 1px;
background-color: #FFFFFF;
border-right: 3px solid #08A700;
border-left: 3px solid #08A700;
border-bottom: 3px solid #08A700;
padding: 10px 10px 5px 10px;
clear: left;
}

#photos_left {
float: left;
width: 110px;
margin-right: 10px;
}

#photos_right {
float: left;
width: 135px;
margin-left: 10px;
}

#programs_photos_right {
float: left;
width: 155px;
margin-left: 10px;
}

#activity_photos_right {
float: left;
width: 190px;
margin-left: 10px;
}

#content_column {
float: left;
width: 615px;
}

#programs_content_column {
float: left;
width: 585px;
}

#footer {
font-size: 11px;
margin: 115px 0px 0px 0px;
color:#000000;
}

#footer2 {
font-size: 11px;
margin: 25px 0px 0px 0px;
color:#000000;
}

#credit {
margin: 5px 0px 5px 0px;
font-size: 10px;
color:#ffffff;
float: left;
width: 881px;
}

#credit a{
color: #FFFFFF;
}

#home {
margin: 5px 0px 5px 0px;
font-size: 10px;
float: left;
}

#home a{
color:#ffffff;
}

#gallery_box {
height: 230px;
overflow: scroll;
border: 1px solid #cccccc;
padding: 5px;
}

.program_title {
font-weight: bold;
color: #FE9838;
font-size: 14px;
margin-bottom: 0px;
}

.staff_title {
font-weight: bold;
color: #A301CC;
font-size: 14px;
margin-bottom: 0px;
}

.activities_title {
font-weight: bold;
color: #FE01C0;
font-size: 14px;
margin-bottom: 0px;
}

.headshot {
margin: 2px 10px 0px 0px;
border: 1px solid #000000;
}

.left {
float: left;
}

.clear {
clear: both;
}