/* _________________________________________________________

Styles for Forestar Hunting Leases website
landlease.forestargroup.com

Author(s): David Guillory, Matt Wetzler

Sibley/Peteet Design - Austin
www.spdaustin.com

Created: October 2008

Colors:
#e8e6d2  Background Beige
#8291A5  Medium Blue
#465A6E  Dark Blue
#8c9150  Medium Green
#555F2D  Dark Green
#998014  Type - Medium Gold
#9E4A20  Type - Brick Orange
#3E5160  Type - Dark Blue
#7E7F47  Type - Medium Green
#4C5429  Type - Dark Green
#69704D  Type - Dark Green 80%
#93562A  Type - Terracotta

____________________________________________________________ */


* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, textarea, select {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	color: #333;
	}
body {
	background: url(/images/gradient.png) 0 0;
	background-color: #fff;
	}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
a {
	text-decoration: none;
	}
img {
	border: none;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
.clear {
	clear: both;
	}
	
	
	
/* BASIC STRUCTURE
__________________________________________________________________________________________ */

#wrapper {
	margin: 0 auto;
	width: 990px;
	background-color: #e8e6d2;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	min-height: 100%;
	height: auto !important;
	}

* html #wrapper {
	height: 100%;
	}

/* CORE TYPOGRAPHY
__________________________________________________________________________________________ */
	


/* ROUNDED CORNERS
__________________________________________________________________________________________ */

.round_box {
	position: relative;
	background: #fff;
	}
		
		

/* GLOBAL IMG SWAPS
__________________________________________________________________________________________ */

/* ROLLOVERS */

.sign_up_now {
	width: 94px;
	height: 13px;
	background: url(/images/link_sign_up_now.png) no-repeat 0 0;
	}
.sign_up_now:hover,
.sign_up_now.hover,
a:hover .sign_up_now,
.hover .sign_up_now {
	background-position: 0 -20px;
	}
.more_information {
	width: 134px;
	height: 13px;
	background: url(/images/link_more_information.png) no-repeat 0 0;
	}
.more_information:hover,
.more_information.hover,
a:hover .more_information,
.hover .more_information {
	background-position: 0 -20px;
	}

/* STATIC */

.start_your_search {
	height: 13px;
	background: url(/images/header_start_your_search.png) no-repeat 0 1px;
	}
.recent_listings {
	height: 13px;
	background: url(/images/header_recent_listings.png) no-repeat 0 1px;
	}



/* FOOTER
__________________________________________________________________________________________ */

#footer {
	margin: 0 15px 0px 15px;
	padding: 20px 0;
	color: #555;
	}
	#footer a {
		color: #555;
		text-decoration: underline;
		}
		


/* MASTHEAD
__________________________________________________________________________________________ */

#masthead {
	position: relative;
	height: 116px;
	z-index: 1000;
	background-color: #fff;
	}
	
	#forestar_land_leases {
		position: absolute;
		left: 26px;
		top: 20px;
		}
	
	#nav {
		position: absolute;
		left: 0px;
		top: 75px;
		padding-left: 20px;
		width: 970px;
		height: 41px;
		list-style: none;
		background: url(/images/nav_bg_repeat.png) repeat-x 0 0;
		}
		#nav li {
			position: relative;
			float: left;
			}
			#nav .imgswap {
				height: 41px;
				}
			#nav_standard_hunting_leases {
				width: 133px;
				background: url(/images/nav_standard_hunting_leases.png) no-repeat 0 0;
				}
			#nav_bow_hunting_only {
				width: 138px;
				background: url(/images/nav_bow_hunting_only.png) no-repeat 0 0;
				}
			#nav_premier_hunting_leases {
				width: 123px;
				background: url(/images/nav_premier_hunting_leases.png) no-repeat 0 0;
				}
			#nav_multi_use_leases {
				width: 83px;
				background: url(/images/nav_multi_use_leases.png) no-repeat 0 0;
				}
			#nav_related_links {
				width: 105px;
				background: url(/images/nav_related_links.png) no-repeat 0 0;
				}
			#nav_faqs {
				width: 60px;
				background: url(/images/nav_faqs.png) no-repeat 0 0;
				}
			#nav_recreational_use_policies {
				width: 96px;
				background: url(/images/nav_recreational_use_policies.png) no-repeat 0 0;
				}
			#nav_spacer {
				width: 195px;
			}
			#nav_standard_hunting_leases:hover,
			#nav_bow_hunting_only:hover,
			#nav_premier_hunting_leases:hover,
			#nav_multi_use_leases:hover,
			#nav_related_links:hover,
			#nav_faqs:hover,
			#nav_recreational_use_policies:hover {
				background-position: 0 -75px;
				}
				
		#nav_dropdown {
			display: none;
			position: absolute;
			left: 0;
			top: 39px;
			padding: 8px 0;
			width: 115px;
			background: #fff url(/images/nav_dropdown_bg.png) repeat-x 0 0;
			border: 1px solid #555F2D;
			border-top-width: 0;
			}
		
			#nav_dropdown li {
				float: none;
				list-style: none;
				}
				#nav_dropdown li a {
					display: inline-block;
					}
				#nav_dropdown li a {
					display: block;
					padding: 0 10px;
					font-size: 12px;
					line-height: 21px;
					font-weight: bold;
					color: #7E7F47;
					}
				#nav_dropdown li a:hover {
					color: #222;
					}
				
	#nav2 {
		position: absolute;
		right: 0;
		top: 31px;
		width: 600px;
		height: 25px;
		list-style: none;
		}
	#nav2.logged_in {
		width: 600px;
		}
		#nav2 li {
			float: left;
			}
			#nav2 .imgswap {
				height: 25px;
				}
			#nav2_about {
				width: 80px;
				background: url(/images/nav2_about.png) no-repeat 0 8px;
				}
			#nav2_login {
				width: 120px;
				background: url(/images/nav2_customer_login.png) no-repeat 0 8px;
				}
			#nav2_feed {
				width: 152px;
				background: url(/images/nav2_feed.png) no-repeat 0 8px;
				}
			#nav2_contact {
				width: 72px;
				background: url(/images/nav2_contact.png) no-repeat 0 8px;
				}
			#nav2_fgcom {
				width: 143px;
				background: url(/images/nav2_fgcom.png) no-repeat 0 8px;
				}
			#nav2_about:hover,
			#nav2_login:hover,
			#nav2_feed:hover,
			#nav2_contact:hover,
			#nav2_fgcom:hover {
				background-position: 0 -67px;
				}
