 /* CSS for new AgentNation home page */

.flash_header {
	height: 420px;
}

 .welcome {
	
}

.welcome h1 {
	font-size: 140%;
	margin-bottom: 0.2em;
}

.welcome p.slogan {
	font-size: 90%;
}

.welcome p.welcome_info {
	margin-top: 2em;
	line-height: 1.2;
	font-size: 120%
}

.welcome_info a {
	color: #15323E;
}

.featured_tool {
	margin-top: 2em;
	margin-bottom: 1em;
}

.featured_tool h1 {
	font-size: 140%;
	margin-bottom: 1.4em;
	
}

.featured_tool p {
	line-height: 1.2;
}

.featured_image {
	display:inline;
	float: left;
	width: 28%;
}

.featured_text {
	display: inline;
	float: left;
	width: 60%;
	margin-left: 12%
}

.featured_text p {
	margin-right: 2em;
	font-size: 120%
	line-height: 1.2;
}

.new_tours {

}

.new_tours h1 {
	font-size: 160%;
	color: #15303d;
	margin-bottom: 1.4em;
	margin-left: 0.5em;
}

span.light {
	font-weight: 400;
}

.new_members h1 {
	font-size: 160%;
	margin-bottom: 1.4em;
	color: #15303d;
}

div.new_tours div.tour {
	float: left;
	width: 48%;
	height: 11em;
}

div.new_tours div.tour a {
	width: 100%;
	height: 100%;
	background: url('../../img/new_public/house-box-shadow.png') no-repeat;
}

div.new_tours div.tour img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.3em;
	/* background: url('../../img/new_public/tour_default_2.jpg') no-repeat; */
	/* width: 80%; */
	width: 153px;
	height: 98px;
	/* min-height: 50%; */
}

div.tour_price, div.tour_location {
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	color: #15303d;
	font-size: 95%;
}

div.new_members div.user {
	clear: both;
	color: #15303d;
	background-color: #E8E8E8;
	margin-bottom: 0.2em;
	padding-top: 0.3em;
	padding-left: 0.3em;
}

div.new_members div.user div.avatar {
	float: left;
	width: 25px;
	
}

div.avatar img {
	background: url(../../img/new_public/face1.jpg) no-repeat top left;
	min-height: 1em;
}

div.new_members div.user div.info {
	float: left;
	padding-bottom: 2em;
	padding-left: 0.5em;
	font-size: 80%;
	color: #15303d;
	width: 75%;
}

.user.info {
	
}
