#content {

	height: 450px;
}

#zipDescription {

	position: relative;
	
	left: 230px;
	top: 60px;
	
	width: 320px;
	
	text-align: left;
	
	z-index: 1;
}

#zipDescription-long {

	position: relative;
	
	left: 250px;
	top: 390px;
	
	width: 400px;
	
	text-align: left;
	
	z-index: 1;
}


#zipSearchForm {

	position: relative;
	
	top: -100px;
	
	margin: 0;
	
	width: 700px;
	height: 456px;
	
	text-align: left;
}


#zipSearchArrow {

	display: block;
	
	position: relative;
	overflow: hidden;
	
	top: -270px;
	left: 170px;
	
	margin: 0;
	
	padding-left: 90px;
	
	background: url('/images/stores/search_arrow.png') no-repeat left top;
	
	width: 469px;
	height: 75px;
	
	z-index: 2;
}

#zipSearchArrow input,
#zipSearchArrow .background {

	float: left;
	
	margin-top: 12px;
	margin-right: 20px;
	
	font-size: 20px;
}

#zipSearchArrow .background {
	background: #F0F0F0;
	padding: 12px;
	margin: 0 -4px;
}

#zipSearchArrow input {
	border: none;
	width: 78px;
	height: 24px;
}

#zipSearchArrow a, #zipSearchArrow a:hover {

	display: block;
	float: left;
	
	margin-top: 10px;

	padding-top: 6px;
	padding-left: 9px;
	
	background: url('/images/stores/search_button.png') no-repeat left top;
	
	font-size: 14px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	
	text-decoration: none;
	
	width: 62px;
	height: 30px;
}

#zipSearchArrow p {
	
	margin: 0;
	
	padding-top: 5px;
	padding-bottom: 0;
}


#zipResultsArrow {

	display: none;
	
	position: relative;
	
	top: -270px;
	left: 170px;
	
	padding-left: 62px;
	
	background: url('/images/stores/results_arrow.png') no-repeat left top;
	
	width: 469px;
	height: 75px;
	
	z-index: 3;	
}

#zipResultsArrow p {

	margin: 0;
	
	padding-top: 5px;
	padding-bottom: 0;
	
	font-size: 14px;
	font-weight: bold;
}

#zipResultsArrow a, #zipResultsArrow a:hover {

	position: absolute;
	right: 76px;
	top: 8px;
	
	font-size: 12px;
	font-weight: normal;
	
	color: #000000;
	
	text-decoration: none;
}


#zipResultsList {

	position: relative;
	overflow: auto;
	
	top: 12px;
	
	width: 401px;
	height: 220px;
}

#zipResultsList ul {

	margin-left: 0px;
	
	padding: 0px;
	
	list-style-type: none;
}

#zipResultsList li {

	padding-left: 30px;
	padding-bottom: 10px;
	
	background: url('/images/stores/address_icon.png') no-repeat left top;
	
	height: 35px;
	width: 250px;	
}

#zipResultsList a, #zipResultsList a:hover {

	display: block;
	
	position: relative;
	
	top: -18px;
	left: 280px;
	
	margin: 0;
	padding-left: 20px;
	
	background: url('/images/stores/map_icon.png') no-repeat left top;
	
	height: 15px;
	width: 50px;
	
	text-decoration: none;
}

#zipResultsList p {

	padding: 0;
	
	font-size: 12px;
	font-weight: normal;
}

#zipResultsList hr {
	width: auto;
}

#bulletpoints {

	margin-left:200px;
	
	font-size: 18px;
	font-weight: bold;
}

#bulletpoints ul {

	list-style-type: square;
}

#description {
	text-align: left;
}

#description img {

	float: left;
	
	margin-top: 20px;
}

#description h3 {

	margin-top: 46px;
	
	font-size: 18px;
	font-weight: bold;
}

#smallZipDescription {
	color:#660000;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:10px;
	word-spacing:-1px;
	margin-top: 60px;
}
