body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

body {
	background-color: #CCCC99;
	margin: 20px;
}

a {
	color: #557F00;
	text-decoration: none;
}

.small_text {
	font-size: 75%;
}

.outer_div {
	width: 100%;
}

.main_div {
	background-color: #FFFFFF;
	width: 750px;
	height: 600px;
	border: 1px solid #000000;
}

.logo_div {
	background-image: url(../img/bg_logo.gif);
	position: absolute;
	top: 30px;
	left: 30px;
	width: 740px;
	height: 135px;
	z-index: 100;
}

.zip_code_form_div {
	position: absolute;
	top: 60px;
	left: 200px;
	height: 50px;
	width: 550px;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	font-size: 90%;
	z-index: 110;
}

.zip_code_input {
	padding: 0px 10px 0px 10px;
}

.top_menu_div {
	position: absolute;
	top: 140px;
	left: 200px;
	width: 550px;
	text-align: center;
	z-index: 120;
}

a.top_menu_item {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 90%;
}

a.top_menu_item:hover,a.top_menu_item:active {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #557F00;
}

a.top_menu_item_current {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 90%;
	border-bottom: 2px solid #557F00;
}

a.bottom_menu_item {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 80%;
	color: black;
}

a.bottom_menu_item:hover,a.top_menu_item:active {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #557F00;
}

a.bottom_menu_item_current {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 80%;
	border-bottom: 2px solid #557F00;
}


.phone_div {
	position: absolute;
	top: 170px;
	left: 400px;
	width: 200px;
	text-align: right;
	font-size: 150%;
	z-index: 130;
}

.photos_div {
	position: absolute;
	left: 650px;
	top: 180px;
	width: 120px;
	z-index: 140;
}

.photo_div {
	margin: 20px 20px 0px 0px;
	background-color: #FFFFFF;
	border: 2px solid black;
	width: 100px;
	height: 100px;
}

.content_div {
	position: absolute;
	top: 200px;
	width: 570px;
	height: 350px;
	text-align: justify;
	margin: 20px;
	overflow: auto;
	z-index: 1000;
	padding-right: 20px;
}

.footer_div {
	background-image: url(../img/bg_bottom.gif);
	position: absolute;
	height: 60px;
	width: 750px;
	top: 560px;
	z-index: 115;
}

.bottom_menu_div {
	text-align: center;
	padding: 35px 00px 0px 0px;
}

.big_dot_div {
	background-image: url(../img/bg_big_dot_piece.gif);
	position: absolute;
	left: 565px;
	top: 80px;
	width: 205px;
	height: 500px;
	z-index: 10;
}

.left_indent {
	padding-left: 20px;
}

.error {
	background-color: #FFCCCC;
}