*{
	margin: 0;
	padding: 0;
}

:focus
{
	-moz-outline-style: none;
}

body{
	background-color: #CCCCCC;
}

#container{
	width: 809px;
	margin: 0 auto;
	background-image: url(images/container_bg.jpg);
}

h1#header{
	width: 809px;
	height: 137px;
	text-indent: -9999px;
	background-image: url(images/header_bg.jpg);
}

h1#header a{
	display: block;
	width: 809px;
	height: 137px;
}

#head #nav{
	height: 37px;
	margin: 0 24px 0 27px;
}

#head #nav li{
	float: left;
	height: 37px;
	list-style-type: none;
	text-indent: -9999px;
}

/**** NAV BUTTONS ****/

	#head #nav li#about_us{
		width: 91px;
		background-image: url(images/nav_about_us.jpg);
	}

	#head #nav li#philosophy{
		width: 112px;
		background-image: url(images/nav_philosophy.jpg);
	}

	#head #nav li#products{
		width: 105px;
		background-image: url(images/nav_products.jpg);
	}

	#head #nav li#sandhill_team{
		width: 102px;
		background-image: url(images/nav_sandhill_team.jpg);
	}

	#head #nav li#performance{
		width: 129px;
		background-image: url(images/nav_performance.jpg);
	}
	
	#head #nav li#newsletter{
		width: 114px;
		background-image: url(images/nav_newsletter.jpg);
	}

	#head #nav li#contact_us{
		width: 104px;
		background-image: url(images/nav_contact_us.jpg);
	}
/**** END NAV BUTTONS ****/

#head #nav li a{
	display: block;
	height: 37px;
}

#quote_image{
	height: 195px;
	margin: 0 auto;
	background-image: url(images/s_river.jpg);
	background-repeat: no-repeat;
	background-position: 186px 6px;
	margin: 0 26px 0 28px;
	padding: 6px;
	background-color: #F8F0E0;
}

#quote_image_team{
	height: 195px;
	margin: 0 auto;
	background-image: url(images/sandhill_cranes.jpg);
	background-repeat: no-repeat;
	background-position: 186px 6px;
	margin: 0 26px 0 28px;
	padding: 6px;
	background-color: #F8F0E0;
}


#subpages{
	text-align: left;
	background-image: url(images/subnav_bg.jpg);
	float: left;
	width: 173px;
	height: 245px;
	list-style-position: inside;
	list-style-type: none;
	padding: 20px 0 0 0;
	position: relative;
	left: 33px;
	white-space: nowrap;
	background-repeat: no-repeat;
}

#subpages li{
	margin: 0 10px 10px 20px;
	color: #FFFFFF;
}

#subpages li.active_sub{
	background-image: url(images/little_arrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
}

#subpages li a{
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	left: -15px;
	top: 3px;
}

#subpages li a:hover{
	border-bottom: 1px solid;
}

#content{
	font-size: 15px;
	margin: 25px 75px 0 250px;
}

#content h2{
	font-size: 23px;
	color: #005581;
	margin: 0 0 20px 0;
	background-image: url(images/logo_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 6px 0 0 45px;
}

#content p{
	margin: 0 0 20px 0;
	line-height: 120%;
}

#content ul{
	list-style-position: inside;
	margin: 0 0 15px 0;
}

#content ul li{
	margin: 0 0 10px 20px;
}

#content dl{
	margin: 0 0 15px 0;
}

#content dl dt{
	font-weight: bold;
}

#content dl dd{
	margin: 0 0 10px 10px;
}

#footer{
	width: 813px;
	height: 95px;
	background-image: url(images/footer_bg.jpg);
	color: #FFFFFF;
	font-size: 12px;
}

#footer p{
	float: left;
	margin: 45px 0 0 50px;
}

#footer #footer_links{
	list-style-type: none;
	float: right;
	margin: 45px 50px 0 0;
}

#footer #footer_links li{
	display: inline;
	margin: 0 0 0 15px;
}

#footer #footer_links li a{
	color: #FFFFFF;
}