/* CSS Document */

#right-col div{
	float: left;
	clear: left;
	width: 100%;
}

/* Get Started */
#home #get-started a.more,
#why #get-started a.more{
	float: right;
	width: 115px;
	height: 25px;
	background: url(/images/button_get-started.gif) no-repeat top left;
}

/* Member Tally Section */
#member-tally ul{
	float: left;
	width: 100%;
}
#member-tally ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#member-tally li{
	float: left;
	height: 120px;
	width: 94px;
	padding: 0 0 0 6px;
	text-align: center;
	font-weight: bold;
}
#member-tally li a{
	display: block;
	margin-bottom: 5px;
}

/* New Profiles Section */
#new-profiles ul{
	float: left;
	width: 100%;
}
#new-profiles ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-profiles li{
	float: left;
	height: 120px;
	width: 94px;
	padding: 0 0 0 6px;
	text-align: center;
	font-weight: bold;
}
#new-profiles li a{
	display: block;
	margin-bottom: 5px;
}

/* New Photos Section */
#new-photos ul{
	float: left;
	width: 100%;
}
#new-photos ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-photos li{
	float: left;
	height: 95px;
	width: 94px;
	padding: 0 0 0 6px;
	text-align: center;
	font-weight: bold;
}
#new-photos li a{
	display: block;
	margin-bottom: 5px;
}
/* New Videos Section */
#new-videos ul{
	float: left;
	width: 100%;
}
#new-videos ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-videos li{
	float: left;
	height: 95px;
	width: 94px;
	padding: 0 0 0 6px;
	text-align: center;
	font-weight: bold;
}
#new-videos li a{
	display: block;
	margin-bottom: 5px;
}


#new-stories ul{
	float: left;
	width: 100%;
}
#new-stories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-stories td.text_container{
	width: 300px;
	vertical-align:text-top;
}

#new-stories td.text_container p.title{
	font-weight:bold;
	font-size:110%;
}

#new-stories blockquote{
	width:250px;
}


/* Find Resources Search Form */
#home #search_form,
#home #advertise{
	background-repeat: no-repeat;
	background-position: 0 27px;
}
#home #search_form{
	background-image: url(/images/whitetail-deer-hunting_find-bg.gif);
}
#home #search_form form{
	margin: 0.75em 0 0.75em 205px;
}	
#home #search_form label{
	display: none;
}

/* Advertise With Us */
#home #advertise{
	background-image: url(/images/whitetail-deer-hunting-ad-bg.jpg);
}
#home #advertise p{
	margin-left: 205px;
}
#home #advertise a.more,
#home #field-staff a.more{
	width: 101px;
	height: 25px;
	background: url(/images/button_more.gif) no-repeat top left;
}

/* Field Staff */
#home #field-staff{
	float: left;
	width: 100%;
}
#home #field-staff a.more{
	float: right;
}
#home #featured-resources{
	clear: both;
}
