/*

	Hyatt Development by END COMMUNICATIONS (www.endcommunications.com)
	VERSION 1.0
	
	CONTENTS ----------
	1. STATESCOPE IMAGE REPLACEMENT
	
    -------------------

*/




/* 1. STATE SCOPE IMAGE REPLACEMENT
=====================================================================
=====================================================================*/
@media screen {  

.images-on #home div#subhead div#logo h1					{ text-indent: -10000px;  background: url(../_images/logo_home.gif) no-repeat; overflow: hidden;  } 

.images-on div#subhead div#logo	h1.hyatt					{ text-indent: -10000px; width:222px; background: url(../_images/logo_hyatt2.png) no-repeat 30px 10px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.park_hyatt				{ text-indent: -10000px; background: url(../_images/logo_text_parkhyatt.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.andaz					{ text-indent: -10000px; background: url(../_images/logo_text_andaz.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.grand_hyatt				{ text-indent: -10000px; background: url(../_images/logo_text_grandhyatt.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.hyatt_regency			{ text-indent: -10000px; background: url(../_images/logo_text_hyattregency.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.hyatt_place				{ text-indent: -10000px; background: url(../_images/logo_text_hyattplace.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.hyatt_house				{ text-indent: -10000px; background: url(../_images/logo_text_hyatthouse.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.hyatt_resorts			{ text-indent: -10000px; background: url(../_images/logo_text_hyattresorts.png) no-repeat left -20px; overflow: hidden;  } 
.images-on div#subhead div#logo	h1.hyatt_vacation			{ text-indent: -10000px; background: url(../_images/logo_text_hyattvacationclub.png) no-repeat left -20px; overflow: hidden;  } 


.images-on div#subhead div#title h1.overview				{ text-indent: -10000px;  background: url(../_images/subhead_overview.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.signature				{ text-indent: -10000px;  background: url(../_images/subhead_signature.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.arch_design				{ text-indent: -10000px;  background: url(../_images/subhead_arch_design.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.operations				{ text-indent: -10000px;  background: url(../_images/subhead_operations.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.difference				{ text-indent: -10000px;  background: url(../_images/subhead_difference.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.difference_culture		{ text-indent: -10000px;  background: url(../_images/subhead_difference_culture.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.downloads				{ text-indent: -10000px;  background: url(../_images/subhead_downloads.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.contact					{ text-indent: -10000px;  background: url(../_images/subhead_contact.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.sitemap					{ text-indent: -10000px;  background: url(../_images/subhead_sitemap.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.sign_in					{ text-indent: -10000px;  background: url(../_images/subhead_signin.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.legal					{ text-indent: -10000px;  background: url(../_images/subhead_legal.gif) no-repeat; overflow: hidden;  }
.images-on div#subhead div#title h1.forward_looking			{ text-indent: -10000px;  background: url(../_images/subhead_forwardlooking.gif) no-repeat; overflow: hidden;  }

.images-on div#subhead div#title h1.signature_elements		{ text-indent: -10000px;  background: url(../_images/subhead_signature.gif) no-repeat; overflow: hidden;  }



} 


