/* these styles are used to format the Features column items such as date, time, registration, etc.*/ 

#divFeatures {
position: relative;
}

.date {
     position:relative;
     background:url(/non-credit/images/calendar.jpg) no-repeat left center;
     left:0px;
     top: 0px;
     margin:10px;
     height:40px;
     border:0px solid #444;
}

.date h4, .date p {
     text-indent:30px;
     margin: 0;
     padding:0;
     font-weight: normal;
     line-height:10px;


}


.location {
     position:relative;
     background:url(/non-credit/images/pin.jpg) no-repeat left center;
     left:0px;
     top: 0px;
     margin:10px;
     height:auto;
     border: 0px solid #444;
}

.location h4, .location p {
     text-indent:30px;
     margin: 0;
     font-weight: normal;
     line-height:10px;
}
/*this class indents lines of text that follow line breaks in a <P> to keep the left margin consistent with the first line. Use with <span> tags.*/
.indent{ 
     margin-left:30px;}


.time {
     position:relative;
     background:url(/non-credit/images/clock.jpg) no-repeat left center;
     left:0px;
     top: 0px;
     margin:10px;
     height:40px;
     border: 0px solid #444;
}

.time h4, .time p {
    text-indent:30px;
     font-weight: normal;
     line-height:10px;
}

.register{
     position:relative;
     background:url(/non-credit/images/register.jpg) no-repeat left top;
     left:0px;
     top: 0px;
     margin:10px;
     height:36px;
     border: 0px solid #444;
}

.register h4 {
    text-indent:30px;
     font-weight: normal;
     line-height:10px;
}

.register p {
font-weight: normal;
     line-height:10px;
}
</style>

