/* CSS Document */
*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#9B907E;
	margin:0;
	padding:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:0.8125em;
}

a:link, a:visited, a:active 
{
	color:#000000;
}

a:hover
{
	color:#000099;
}

h1 i
{
	visibility:hidden;
}

h1 a
{
	text-decoration:none;
}

.error
{
	color:red;
	font-weight:bold;
}

#Container
{
	position:relative;
	margin:0 auto;
	width:725px;
	height:100%;
	background-color:#ffffff;
	padding: 5px 0 0 0;
}

.Content
{
	width:749px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
	position:relative;
}

#Header
{
	background-image:url(images/header_bg.gif);
	width:715px;
	height:366px;
}

#Logo
{
	width:186px;
	height:69px;
	background-image:url(images/Logo.gif);	
	position:absolute;
	left:6px;
	top:6px;
	display:block;
	text-decoration:none;
}

#TopNav
{
	position:absolute;
	right:22px;
	top:15px;
	list-style:none;
}

#TopNav li
{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:inline;
	padding-left:10px;
	margin-left:10px;
}

#MainNav
{
	position:absolute;
	list-style:none;
	left:20px;
	top:102px;
	cursor:pointer;
}

#MainNav li
{
	display:inline;
}

#MainNav i
{
	visibility:hidden;
}

#MainNav a
{
	text-decoration:none;
}

#FooterNav
{
	position:relative;
	margin:0 auto;
	bottom:15px;
	list-style:none;
	text-align:center;
	border-top:#660000 solid 1px;
	padding-top:4px;
}

#FooterNav li
{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:inline;
	padding-left:10px;
	margin-left:10px;
}

#Derrick
{
	width:237px;
	height:20px;
	background-image:url(images/nav_derrick.gif);
	position:absolute;
}

#Derrick a
{
	position:absolute;
	width:237px;
	height:20px;
}

#Arborist
{
	width:183px;
	height:20px;
	left:237px;
	background-image:url(images/nav_arborist.gif);
	position:absolute;
}

#Arborist a
{
	position:absolute;
	width:183px;
	height:20px;
}

#Ranger
{
	width:123px;
	height:20px;
	left:420px;
	background-image:url(images/nav_ranger.gif);
	position:absolute;
}

#Ranger a
{
	position:absolute;
	width:123px;
	height:20px;
}

#BasinBoss
{
	width:150px;
	height:20px;
	left:405px;
	background-image:url(images/nav_basin.gif);
	position:absolute;
}

#BasinBoss a
{
	position:absolute;
	width:150px;
	height:20px;
}

#Skyboom
{
	width:111px;
	height:20px;
	left:543px;
	background-image:url(images/nav_skyboom.gif);
	position:absolute;
}

#Skyboom a
{
	position:absolute;
	width:111px;
	height:20px;
}

.Featured
{
	position:absolute;
	left:12px;
	top:129px;
}

#Ownership
{
	position:absolute;
	width:223px;
	height:39px;
	background-image:url(images/OwnRentLease.gif);
	background-repeat:no-repeat;
	left:400px;
	top:320px;
}

#Ownership a
{
	text-decoration:none;
}

#Ownership i
{
	visibility:hidden;
}

#Copyright
{
	color:#ccc;
	font-size:.9em;
	text-align:center;
}

#BodyContent
{
	padding:15px;
}

#BodyContent a
{
	color:#0099CC;
}

#BodyContent h1
{
	color:#0099CC;
	font-size:1.6em;
	border-bottom:1px solid #0099CC;
	margin-bottom:10px;
}

#BodyContent h3
{
	font-size:1.1em;
}

#BodyContent p
{
	padding:10px 0 10px 0;
}

#BodyContent ol
{
	padding-left:20px;
}

#BodyContent ul
{
	padding-left:20px;
	margin-bottom:25px;
}

#BodyContent ul li
{
	padding-top:5px;
}

.Accent
{
	float:right;
	padding: 0 0 8px 8px;
}

#RequestInfo
{
	padding: 10px 10px 10px 40px;
	background-color:#F1EDDB;
	border:#660000 solid 1px;
	font-size:1.2em;
	background-image:url(images/callme.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
}

#RequestInfo a 
{
	color:#660000;
}


/** SPECIFICATIONS **/
dl
{
	width:100%;
	margin:10px;
	padding:0;
}

dt
{
	width:200px;
	float:left;
	margin: 0 0 0 0;
	padding:8px;
	border-top:1px solid #ccc;
	font-weight:bold;
}

dd
{
	float:left;
	width:400px;
	margin:0 0 0 0;
	padding:8px;
	border-top:1px solid #ccc;
}
