
#hack	{
				font-size: 22px;
				font-weight: bold;
				margin-top: 7px;
				color: #e68a01}

#hack2	{
				font-size: 0.95em;
				line-height: 0;
				color: #f28f00}

form {
				float: right;
				line-height: 8px;
}

input	{
				width: 282px;
				height: 21px;
				background: black;
				padding: 5px;
				font-size: 11pt;
				font-weight: bold;
				border: none;
				color: #717171}

#phone	{
				width: 188px;
				margin: 0 5px 0 0}

#zip	{
				width: 75px}

#submit	{
				width: 92px;
				height: 36px;
				float: left}

.footertext	{
				color: #926645}

.footertext a	{
				color: #926645;
				text-decoration: none}

.footertext a:visited {
				color: #926645}

.footertext a:hover {
				color: #FFCC33}


		



				



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail img	{
				border: none;
				margin: 3px}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
text-decoration: none;
color: black;
background-color: lightyellow;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
