/*
	AUTHOR: Sandeep Jambhekar
			sandeep@e6creative.com
			http://www.e6creative.com
*/



/*STRUCTURE*/


#header-container {
	background-image: url(home_trees.png);
}
#home_scroll {
	width: 1100px;
	height: 493px;
	display: block;
	position: relative;
	margin: 0 auto;
	background-image: url(home_scroll.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#home_copy {
	width:  360px;
	margin: 25px 0 0 5px;
}
#home_orange-container {
	width: 320px;
	height: 400px;
	margin-top: 25px;
}
#feature-container {
	width: 100%;
	height: 493px;
	position: absolute;
	top: 80px;
	left: 0;
}
/*#top-photo {
	width: 337px;
	height: 242px;
	position: absolute;
	top:34px;
	left:35px;
	background-image: url(featured_excursion_fishing_top.png);
	background-position: center;
	background-repeat: no-repeat;	
}*/
#top-photo-frame {
	width: 410px;
	height: 310px;
	position: absolute;
	top: 95px;
	left: 277px;
	background-image: url(home_top_photo_frame.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*#bottom-photo {
	width: 384px;
	height: 312px;
	position: absolute;
	top: 82px;
	left: 119px;
	background-image: url(featured_excursion_fishing_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}*/

#feature {
	width: 260px;
	height: 297px;
	display: block;
	position: absolute;
	top: 90px;
	left: 705px;
}
#backimage {
	height: 115px;
	width: 260px;
	background-image: url(fishing_tours_header.png); /* this attribute will be replaced with page turns*/
	background-repeat: no-repeat;	
}
#feature p {
	margin-left: 30px;
}
#learn-more {
	width: 260px;
	height: 55px;
	display: block;
	position: absolute;
	top: 355px;
	left: 705px;
}
#learn-more p {
	margin-left: 120px;
}
#learn-more img {
	vertical-align: middle;	
}
#learn-more ul {
	margin: -12px 0 0 120px;
}
#learn-more ul li {
	display: inline;
	margin-right: 2px;
}
#orange-box {
	width: 221px;
	height: 417px;
	margin: 0 35px;
	background-image: url(orange_box.png);
	background-position: center;
	background-repeat: no-repeat;
}
#orange-box h2{
	padding-top: 22px;
	text-align: center;
	color: #ead9a3;
}
#orange-box h3 {
	margin-top: 15px;
	text-align: center;
}
#orange-box p {
	display: block;
	width: 160px;
	margin: 22px auto 0 auto;
	font-size: 1em;
}
#orange-box ul {
	display: block;
	width: 160px;
	margin: 12px auto;
	font-size: 1em;
}

/*END STRUCTURE*/


/*STYLES*/

#home_copy a {
	color: #e98300;
	font-weight: bold;
	font-style: italic;
}
#orange-box h3 a {
	color: #532d19;
}
#orange-box a {
	color: #532d19;
}
#orange-box ul li {
	list-style: disc inside;
	font-size: 1em;
	line-height: 1.6em;
}
#swooshnav a:active {
	border-bottom:1px solid #000;
}
a#panel:hover {
	color: #00693c;
}