/* !Homepage Styles */
#features{
	width: 820px;
	margin: 0 auto;
	margin-top: -10px;
	background-color: white;
	height: 400px;
	font: 120% Verdana, Arial, sans-serif;
}
.feature{
	width: 203px;
	float: left;
/*	height: 470px; */
	height: 430px;
	border: 1px solid gray;
	border-style: none solid solid none;
	/*margin-top: -10px;*/
}
#feature-first{
	border-left-style: solid;
}
.feature p{
	margin: 7px 7px;
}
.feature h2{
	width: 100%;
	height: 28px;
	background: gray url(../images/homepage-gradient.png);
	font: 200 130% Verdana, Arial, sans-serif; 
	color: black;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin-top: -0px;
}
.feature img{
	margin-top: -13px;
}
#banner{
	width: 815px;
	height: 168px;
	margin-left: 83px;
	clear: both;
	float: left;
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  border-color: grey;
}

#banner h1, #banner p{
	/*margin-left: 80px;*/
	text-align: center;
  float: left;
  clear: both;
  width: 319px;
  font: 700 180% Verdana, Arial, sans-serif;
  
}
#banner p {
  width: 299px;
  font: 200 130% Verdana, Arial, sans-serif;
}
#banner-image{
	float: right;
	height: 168px;
	width: 500px;
	background: url(/user/themes/d2/images/red_tulips_168.jpg) repeat-x;
  margin-top: -46px;
}
#banner-image span{
	display: none;
}
#contentHome{
	background-color: white;
/*	height: 800px; */
  height: 660px; 
}
a.info{
	position: absolute;
/*	top: 800px; */
  top: 710px;
	margin-left: 7px;
	font-weight: bold;
	display: block;
}
