@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  border: 0;
  height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  background-position:center; 
  background-color: #dce899;
}
div {
	width: 756px;
	margin: auto;
}
div#head {
	text-align: right;
	width: 756px;
	height: 163px;
	margin: auto;
	background-image: url('images/bg_head.gif'); 
}
div#form_wrapper {
	width: 756px;
	height: 200px;
	margin: auto;
	text-align: left;
	background-image: url('images/bg_orange.gif'); 
}
div#form {
	line-height:100%;
	float: right;
	text-align: right;
	width: 378px;
	height: 171px;
	padding: 0;
	margin: 0 20px 0 0;
	background-image: url('images/bg_form.jpg'); 
}
div#tile_wrapper {
	width: 756px;
	height: 248px;
	margin: auto;
	text-align: left;
	background-image: url('images/bg_3forms.gif'); 
}
td#tile_home {
	line-height:110%;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
	width: 119px;
	height: 160px;
	padding: 54px 0 0 110px;
	background-image: url('images/tile_home.jpg');
	background-repeat: no-repeat;
}
td#tile_life {
	line-height:130%;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
	width: 119px;
	height: 160px;
	padding: 54px 0 0 110px;
	background-image: url('images/tile_life.jpg');
	background-repeat: no-repeat; 
}
td#tile_health {
	line-height:110%;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
	width: 119px;
	height: 160px;
	padding: 54px 0 0 110px;
	background-image: url('images/tile_health.jpg');
	background-repeat: no-repeat; 
}
td#spacer {
	width: 15px; 
}
td#spacerl {
	width: 19px; 
}
td#spacerr {
	width: 20px; 
}
div#search_wrapper {
	width: 756px;
	height: 132px;
	margin: auto;
	text-align: left;
	background-image: url('images/bg_search.gif');
}
div#searchbox {
	float:left;
	width: 370px;
	height: 102px;
	padding: 30px 0 0 43px;
	background-image: url('images/bg_searchbox.gif'); 
}
div#footlink {
	width: 746px;
	height: 57px;
	text-align: left;
	color: #6c736a;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	padding: 5px 0 0 10px;
}
a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
  text-decoration: underline;
}
a:hover {
  color: #81A429;
}
a#searchboxtitle {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282826;
	text-decoration: none;
}
a#footlink {
  font-size: 10px;
  font-family: Arial, "Times New Roman", sans-serif;
  text-decoration: none;
  color: #6c736a;
}
a#footlink:hover {
  color: #126989;
}