/* Rego Main Style Sheet */

/* General Styles */

html, body {
	height: 100%;        
}
	
body {
	text-align: center;   
	padding: 0;           
	margin: 0; 
	background: white;       
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;    
}

div#distance { 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          
	float: left; 
}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /*height */
	width: 774px;          /*width */
	margin: 0 auto;       
	clear: left;       
	position: relative;      
	overflow: hidden; 
}

#rego24b {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.centerit {
	text-align: center;
}

/* Styling the Contact Page */

#map_page {
	height: 1px;       
	width: 1px;   
	position: absolute;
	bottom: 36px;
	right: 0;
	z-index: 30;
	overflow: hidden;
	opacity: 0;
	/* border: 1px solid #000000; */
	background: white;
}

#contact_links {
	text-align: right;
	position: absolute;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	bottom: 5px;
	right: 5px;
	z-index: 20;
}

#contact_links li {
	display: inline;
	float: left;
	padding-left: 20px;
}

#phone_no, #email_address, #store_location {
	visibility: hidden;
}

/* #phone_no {
	width: 140px;
	visibility:hidden; 
	z-index: 40; 
	margin-right: 40px;
	position: absolute; 
	right: 220px; 
	background: yellow;
}

#email_address {
	visibility:hidden; 
	z-index: 40; 
	margin-right: 40px;
	position: absolute; 
	right: 100px; 
	background: red;
}

#store_location {
	visibility:hidden; 
	z-index: 40;
	margin-right: 40px;
	position: absolute; 
	right: 40px;
	background: blue;
}

#info_button {
	display: block;
	text-decoration: none;
	width: 350px;
	height: 20px;
	z-index: 30; 
	position: absolute;
	right: 5px; 
	background: none;
	background: green;
	text-align: right;
} */


#contact_links li a {
	color: #000000;
	text-decoration: none;
}

#close_button {
	position: absolute;
	top: 5px;
	right: 5px;
}

#contact_info {
	width: 236px;
	height: 520px;
	padding: 20px;
}

#contact_info h2 {
	font-size: 14px;
	font-weight: bold;
}

#contact_info p {
	padding-bottom: 25px;
}

#map {
	width: 450px;
	height: 350px;
	position: absolute;
	left: 300px;
	top: 124px;
}

#map_instructions {
	position: absolute;
	left: 300px;
	top: 80px;
	width: 450px;
}

div.div-image {
	width: 250px;
	height: 180px;
	float: left;
	margin: 4px;
}

div#one {
	background: url( images/one.jpg ) no-repeat;
}
div#two {
	background: url( images/two.jpg ) no-repeat;

}
div#three {
	background: url( images/three.jpg ) no-repeat;

}
div#four {
	background: url( images/four.jpg ) no-repeat;

}
div#five {
	background: url( images/five.jpg ) no-repeat;

}
div#six {
	background: url( images/six.jpg ) no-repeat;

}
div#seven {
	background: url( images/seven.jpg ) no-repeat;

}
div#eight {
	background: url( images/eight.jpg ) no-repeat;

}
div#nine {
	background: url( images/nine.jpg ) no-repeat;

}




