/*----------------------------------------------
  Seagreens Home - Robert Wilson 25/09/07
----------------------------------------------*/
body
{
	margin: 0;
}
table
{
	border: 0;
	margin: 0;
}
td
{
	padding: 0;
}
img
{
	border: none;
}
#home_container
{
	height: 100%;
	margin: 10% 0 0 0;
	width: 100%;
}
.home_content
{
	width: 100%;
}
.home_departments
{
	vertical-align: middle;
}
.home_dept
{
	color: #d81327;
	font-size: 20px;
	padding-top: 8px;
	text-align: center;
}
.home_dept img
{
	padding: 0 11px 0 11px;
	vertical-align: bottom;
}
.home_foundation
{
	position:absolute;
	top:71.7%;
	right:8%;
	vertical-align:top;
}
.home_foundation img
{
	padding-left:10px;
}
.home_arrow
{
	position:absolute;
	top:72%;
	right:150px;
}
.home_line
{
	background: url(../../images/structure/red_line.jpg) repeat-x;
}
.home_main
{
	background: #cc9966;
	height: 100%;
	width: 100%;
}
.home_spacer
{
	width: 10%;
}
.home_footer
{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:70px;
	background-color:GrayText;
	text-align:right;
	background-image:url(../../Images/Structure/Water.jpg);
	background-position:right;
	background-repeat:repeat-x;
}
.home_footer a:active
{
	padding:0;
	margin:0;
	border:0;
}
