/* CSS DOCUMENT */



/* REMOVING STYLING FROM RCT BLOCKS - Erin - 6-12-09 */

#features {
           border-left: none;
}

#featureBlue {
           background: none;
}

#featureBlue img {
           margin-top: 0px;
}

#featureBlue p {
           color: black;
           text-align: center;
}

#featureBlue li {
   margin-left: 5px;
   margin-bottom: 7px;
}

#visitUs p {
   margin-top: 20px;
   marign-left: 20px;
}

#visitUs li {
   margin-left: 160px;
   padding: 5px;
   }

#visitUs img {
   margin-top: 0px;
   padding-top: 0px;
}

/* CAPTION FOR IMAGES */

.caption {
   float: right;
   margin-top: 10px;
}

.caption img {
   padding-top: 0px;
   padding-bottom: 10px;
   clear: left;
   
}

.caption p {
   text-align: right;
   font-size: smaller;
   width: 220px;
}

/*ART COLLECTION-HIGHLIGHTS - STEPHANIE ENOCH - 8/4/09*/

.collection {
   vertical-align: text-top;
   padding-top: 2em;
   padding-bottom: 2em;
   margin: 30px 0px;
   clear: both;
}

.collection p {
   margin-top: 0px;
   padding-left: 20px;
}

.collection img {
   float: left;
   margin-right: 10px;
   margin-top: 0px;
}

.index-calendar-content {
   margin-bottom: 15px;
   }
