/*
Image Replacement h1's
*****
The image replacement technique has returned to create more semantically correct markup for 
the wide variety of platforms/users out there.

Each page will have its own id, or multiple ones if it has day based options, the
default width is 407 x 43 so be sure to define yours when you include the background image if its different.
*/

.graphic{display: block; text-indent:-9000px; width:407px; height:43px; }

#index_monday	 { background:url(../images/title_index_monday.gif) no-repeat 0 0;  width: 340px; height: 53px;}
#index_tuesday 	 { background:url(../images/title_index_tuesday.gif) no-repeat 0 0; width:360px; height:53px;}
#index_wednesday { background:url(../images/title_index_wednesday.gif) no-repeat 0 0;  width: 340px; height: 53px;}
#index_thursday  { background:url(../images/title_index_thursday.gif) no-repeat 0 0;  width: 340px; height: 53px;}
#index_friday    { background:url(../images/title_index_friday.gif) no-repeat 0 0;  width: 340px; height: 53px;}
#index_saturday  { background:url(../images/title_index_saturday.gif) no-repeat 0 0;  width: 340px; height: 53px;}
#index_sunday	 { background:url(../images/title_index_sunday.gif) no-repeat 0 0;  width: 340px; height: 53px;}

#features_friday { background:url(../images/title_features_friday.gif) no-repeat 0 0; }

#rates_brown { background:url(../images/title_rates_brown.gif) no-repeat 0 0; }
#rates_green { background:url(../images/title_rates_green.gif) no-repeat 0 0; }

#directions_brown { background:url(../images/title_directions_brown.gif) no-repeat 0 0; }
#directions_green { background:url(../images/title_directions_green.gif) no-repeat 0 0; }

#downloads_brown { background:url(../images/title_downloads_brown.gif) no-repeat 0 0; }
#downloads_green { background:url(../images/title_downloads_green.gif) no-repeat 0 0; }

#about_brown { background:url(../images/title_about_brown.gif) no-repeat 0 0; }
#about_green { background:url(../images/title_about_green.gif) no-repeat 0 0; }

#areamap_brown { background:url(../images/title_areamap_brown.gif) no-repeat 0 0; }
#areamap_green { background:url(../images/title_areamap_green.gif) no-repeat 0 0; }

#contact_brown { background:url(../images/title_contact_brown.gif) no-repeat 0 0; }
#contact_green { background:url(../images/title_contact_green.gif) no-repeat 0 0; }

#elist_brown { background:url(../images/title_elist_brown.gif) no-repeat 0 0; }
#elist_green { background:url(../images/title_elist_green.gif) no-repeat 0 0; }

#apply_brown { background:url(../images/title_apply_brown.gif) no-repeat 0 0; }
#apply_green { background:url(../images/title_apply_green.gif) no-repeat 0 0; }

#management_brown { background:url(../images/title_management_brown.gif) no-repeat 0 0; }
#management_green { background:url(../images/title_management_green.gif) no-repeat 0 0; }

#faqs_brown { background:url(../images/title_faqs_brown.gif) no-repeat 0 0; }
#faqs_green { background:url(../images/title_faqs_green.gif) no-repeat 0 0; }

#process_brown { background:url(../images/title_process_brown.gif) no-repeat 0 0; }
#process_green { background:url(../images/title_process_green.gif) no-repeat 0 0; }

#moving_brown { background:url(../images/title_moving_brown.gif) no-repeat 0 0; }
#moving_green { background:url(../images/title_moving_green.gif) no-repeat 0 0; }

#appt_brown { background:url(../images/title_appt_brown.gif) no-repeat 0 0; }
#appt_green { background:url(../images/title_appt_green.gif) no-repeat 0 0; }

#thanks_brown { background:url(../images/title_thanks_brown.gif) no-repeat 0 0; }
#thanks_green { background:url(../images/title_thanks_green.gif) no-repeat 0 0; }

#glossary_brown { background:url(../images/title_glossary_brown.gif) no-repeat 0 0; }
#glossary_green { background:url(../images/title_glossary_green.gif) no-repeat 0 0; }

#sitemap_brown { background:url(../images/title_sitemap_brown.gif) no-repeat 0 0; height:24px; }
#sitemap_green { background:url(../images/title_sitemap_green.gif) no-repeat 0 0; height:24px; }