table.layout_table {
	margin-bottom: 100px;
}

div.bucket {
	width: 240px;
	height: 100%;
	background: url(../images/design/home_bucket_mid.jpg) repeat-y;
}

div.bucket .top {
	width: 100%;
	height: 100%;
	background: url(../images/design/home_bucket_top.jpg) left top no-repeat;
}

div.bucket .bottom {
	width: 100%;
	height: 100%;
	background: url(../images/design/home_bucket_bot.jpg) left bottom no-repeat;
}

#floater_image {
	width: 316px;
	height: 450px;
	background: url(../images/HomePgPeople.gif) no-repeat;
}

table#home_layout_table {
	width: auto;
	height: 400px;
}

table#home_layout_table tbody.layout_tbody {
	height: 100%;
}

table#home_layout_table tr {
	height: 100%;
}

table#home_layout_table .layout_cell {
	width: 240px;
	height: 100%;
	padding-left: 20px;
}

table#home_layout_table .bucket_content {
	padding: 10px;
}

#footer {
	/*width: 740px;
	margin-left: 10px;*/
}

table#home_layout_table .bucket_content h1 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #E33;
	color: #FFF;
	text-align: center;
}

table#home_layout_table .bucket_content h1 a:link, table#home_layout_table .bucket_content h1 a:visited,
	table#home_layout_table .bucket_content h1 a:focus, table#home_layout_table .bucket_content h1 a:hover,
	table#home_layout_table .bucket_content h1 a:active {
		padding: 5px;
		display: block;
		text-decoration: none;
		color: #FFF;
}

table#home_layout_table .bucket_content h1 a:link, table#home_layout_table .bucket_content h1 a:visited {
	background: #E33;
}

table#home_layout_table .bucket_content h1 a:focus, table#home_layout_table .bucket_content h1 a:hover {
	background: #05A;
}

table#home_layout_table .bucket_content h1 a:active {
	background: #E33;
}

table#home_layout_table .bucket_content div {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	padding: 0 5px;
	height: 55px;
	/*overflow: hidden;*/
}

table#home_layout_table .bucket_content div.no_float {
	float: none;
	width: auto;
	height: auto;
}

table#home_layout_table .bucket_content div img {
	float: left;
	margin-right: 10px;
	border: none;
}

table#home_layout_table .bucket_content div.no_float img {
	float: none;
}

table#home_layout_table .bucket_content div.no_float p {
	margin-left: 0;
	margin-bottom: 5px;
}

table#home_layout_table .bucket_content div.no_float ul {
	margin-left: 0px;
	margin-bottom: 10px;
}

table#home_layout_table .bucket_content h2 {
	color: #05A;
	font-size: 12px;
	margin-bottom: 5px;
}

table#home_layout_table .bucket_content h2 a:link, table#home_layout_table .bucket_content h2 a:visited {
	color: #05A;
	text-decoration: none;
}

table#home_layout_table .bucket_content h2 a:focus, table#home_layout_table .bucket_content h2 a:hover {
	color: #05A;
	text-decoration: underline;
}

table#home_layout_table .bucket_content h2 a:active {
	color: #05A;
	text-decoration: none;
}

table#home_layout_table .bucket_content div p {
	margin: 0 0 0 70px;
	padding: 0;
	color: #05A;
	font-size: 10px;
}

table#home_layout_table .bucket_content div ul {
	margin: 0 0 0 85px;
	padding: 0;
	color: #05A;
	font-size: 10px;
}

table#home_layout_table .bucket_content div ul.pain {
	list-style-type: none;
}

table#home_layout_table .bucket_content div ul.pain a:link,table#home_layout_table .bucket_content div ul.pain a:visited, table#home_layout_table .bucket_content div ul.pain a:focus, table#home_layout_table .bucket_content div ul.pain a:hover, table#home_layout_table .bucket_content div ul.pain a:active {
	font-weight: bold;
	font-size: 11px;
	color: #05A;
}

#content_wrapper {
	margin-top: 10px;
}

/* end of file */