/*
html{ background-image: url('/images/home-test.jpg'); background-position: top center;	background-repeat: no-repeat;}
body{ opacity: 0.4; }
*/

#header
{
	background-image: url('/images/home_header_back.jpg');
	margin-bottom: 0px;
}

#site-search
{
	left: 712px;
	width: 160px;
}

#nav-global
{
	left: 697px;
}

#home-content
{
	width: 100%;
	background-image: url('/images/home_back.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#home-left
{
	vertical-align: middle;
	height: 470px;
	width: 570px;
}

#home-right
{
	vertical-align: top;
	height: 100%;
	width: 327px;
	padding: 48px 57px 60px 30px; 
}

#feature-items
{
	border-bottom: 1px solid #666;
}

.feature-item h2
{
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 1em 0;
}

.feature-item a
{
	color: #666;
	text-decoration: underline;
}

.feature-item
{
	color: #666;
	font-size: 1.1em;
	position: relative;
	padding: 20px;
	border: 1px solid #666;
	border-bottom: none;
	line-height: 1.6em;
}

input#home-email
{
	position: absolute;
	bottom: 95px;
	right: 113px;
	padding:2px 0;

	width: 165px;
	color: white;
	background-color: #666!important;
	border: none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
}

#fielderror-email
{
	display: block;
	position: absolute;;
	bottom: 115px;
	right: 113px;
	color: red;
}

input#newssubmit
{
	position: absolute;
	bottom: 92px;
	right: 40px;
}

#footer
{
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: -45px;
}