@charset "UTF-8";

			#locations-h3 {
				text-indent: -10000px;
				display: block;
				background: url(../images/headers/locations.jpg) no-repeat;
				width: 160px;
				height: 29px;
			}
			
			#feedback-button {
				float: right;
				width: auto;
			}
			
				#feedback-button a {
					text-indent: -10000px;
					display: block;
					background: url(../images/send-feedback-button.jpg) no-repeat;
					width: 248px;
					height: 29px;
				}
			
			#locations-table {
				width: 100%;
				clear: left;
			}
			
				#locations-table h4 {
					font-size: 20px;
					margin: 8px 0;
				}
			
				#locations-table table {
					width: 100%;
					text-align: center;
				}
				
					#locations-table td {
						width: 33%;
						line-height: 18px;
						vertical-align: top;
					}
				
						.location-map {
							background: url(../images/locations/globe.jpg) 137px 4px no-repeat;
							height: 15px;
							display: block;
						}
					
						#locations-table a {
							color: #E3B326;
						}