/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Misc Style Definitions
********************************************/

/*********************************
* layout-definitions
*********************************/

a#pdf-icon {
    padding-left: 18px;
    background: url(/images/pdf_icon.gif) top left no-repeat;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-privacy-policy,
#ttl-site-map,
#ttl-calendar,
#ttl-receive-updates,
#ttl-breakfast-rsvp {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-privacy-policy {
	background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-site-map {
	background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-calendar {
	background: url(/images/ttl_calendar.gif) top left no-repeat;
}
#ttl-receive-updates {
	background: url(/images/ttl_receive_updates.gif) top left no-repeat;
}
#ttl-breakfast-rsvp {
	background: url(/images/ttl_breakfast_rsvp.gif) top left no-repeat;
}

/*********************************
* Lists 
*********************************/

#right-column ul#site-map li { 
    margin: 0 0 10px 1px;
    padding-left: 15px;
}

#right-column ul#site-map li ul {
    list-style: none;
}

#right-column ul#site-map li ul li {
    margin-bottom: 0;
    font-weight: normal;
}

/*********************************
* Buttons & Promos
*********************************/

a#btn-past-events {
    width: 123px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    float: right;
    margin-top: -23px;
    background: url(/images/btn_past_events.gif) top left no-repeat;
}

/* CW */
#imgbtnEventToggle {
    width: 123px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    float: right;
    margin-top: -23px;
    background: url(/images/btn_past_events.gif) top left no-repeat;
}

a:hover#btn-past-events {
    background: url(/images/btn_past_events.gif) bottom left no-repeat;
}

a:hover#imgbtnPastEvents {
    background: url(/images/btn_past_events.gif) bottom left no-repeat;
}
