html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.5em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 12px at 96ppi. */
	}

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}


/* default link formatting */			
a, a:link 			{ color: rgb(118,134,200); text-decoration: none; }
a:visited 			{ color: rgb(118,134,200); }	
a:focus, a:hover 	{ color: rgb(31,31,79); }
a:active 			{ color: rgb(31,31,79); }


/* ---------------------- layout ----------------------------- */

* { margin: 0; padding: 0; }
img { border: 0; }

body {
	text-align: center; /* for ie5.x/Win centering */ 
	background: #fff url('../pix/header23.jpg') top center no-repeat;
	color: #5C5C5C;
}

body.home, body.site { background: #fff url('pix/header11.jpg') top center no-repeat; }
body.treeman { background: #fff url('pix/header24.jpg') top center no-repeat; }
body.landscape { background: #fff url('pix/header25.jpg') top center no-repeat; }
body.witness { background: #fff url('pix/header26.jpg') top center no-repeat; }
body.links { background: #fff url('pix/header27.jpg') top center no-repeat; }

#wrapper {
	width: 756px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
}

#masthead {
	position: relative;
	height: 206px;
	margin-bottom: 23px;
	padding-top: 94px;
}



#content {
	position: absolute;
	top:320px;
	float: left;
	width: 508px;
	padding: 0 12px 0 0;
	overflow: hidden;
	background: #fff
}

#sidebar	{
	position: absolute;
	top:320px;
	left:50%;margin-left:156px;
	width: 206px;
	padding: 12px 12px 12px 12px;
	background: #fff;

}

/* ---------------------- masthead ----------------------------- */

#mastheadlogo{
	position: absolute;
    width: 260px;
	height:158px;
	top:13; left:-8px;
	overflow: hidden;
	background: transparent;
}
#mastheadaddress{
	position: absolute;
    width: 251px;
	height:106px;
	top:77; left: 259px;
	overflow: hidden;
}
#mastheadaddresstext{
	position: absolute;
    width: 251px;
	height:106px;
	top:77; left: 259px;
	overflow: hidden;
}

#mastheadtree{
	position: absolute;
    width: 237px;
	height:159px;
	top:12; left: 518px;
	overflow: hidden;

}
#mastheadtitle{
	position: absolute;
    width: 740px;
	height:40px;
	top:182; left: 8px;
	overflow: hidden;
	background: transparent;

}



#masthead p {
	display: block;
	position: relative;
	top:25; left:20px;
	font-size:.8em
}


#masthead h1 {
	position: relative;
    width: 258px;
	height:164px;
	margin:-40 0 0 0;
	overflow: hidden;
	text-indent: -5000px;
	background: red;
}


#masthead h1 a {
	display: block;
	position: absolute;
	top:0; left:-11px;
	width: 238px;
	height: 92px;
}

	
#masthead ul {
	position: absolute;
	top:250px;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead li {
	position: relative;
	float: left;
	width: 128px;
	height: 50px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#masthead li a {
	display: block;
	position: absolute;
	top:0; left:0;
	width: 384px;
	height: 50px;
}

#masthead li a {
	left: -256px;
}

#masthead li a:hover {
	left: -128px;
}

#masthead li#n1 a { background-image: url('pix/nav_tree.png'); }
#masthead li#n2 a { background-image: url('pix/nav_landscape.png'); }
#masthead li#n3 a { background-image: url('pix/nav_witness.png'); }
#masthead li#n4 a { background-image: url('pix/nav_about.png'); }

.treeman #masthead li#n1 a,
.landscape #masthead li#n2 a,
.witness #masthead li#n3 a,
.links #masthead li#n4 a
{
	left: -128px;
}

#masthead li a em {
	overflow: hidden;
	text-indent: -5000px;
}


/* ---------------------- content ----------------------------- */

/* contextNav */

#pageTitle {
font-family: Baskerville, Georgia, Franklin Gothic Medium, Times New Roman, times;font-size:1.8em; color:#980300;
}

#content h4 {
	margin-left: 2.5em;
}

#content p {
	margin: 0 0 1.5em 0;
}

#content p.intro {
	font-size: 1.25em;
	color: #666;
	line-height: 1.6em;
}

#content p.details {
	font-size: 1.25em;
	color: #666;
	line-height: 1.6em;
	margin-left: 2em;
}


#content p.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
}


/* headings */

h2 {
	color: #6681DE;
	height: 29px;
	text-transform: uppercase;
	margin:.75em 0 1.5em 0;
}

h3 {
	color: #b00;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
}

h3.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:-1.4em;
	margin-bottom: 1em;
}


h3 a:link {
	color: #5170BE;
}
h3 a:visited 			{ color: rgb(118,134,200); }	
h3 a:focus, h3 a:hover 	{ color: rgb(31,31,79); }
h3 a:active 			{ color: rgb(31,31,79); }

h4 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 img, h4 img, #content ol li img, #content ul li img, .inline, #content img.inline {
	display: inline;
	border:none;
	padding:0;
}

/* lists */

#content ul {
	margin: 1.5em 0 1.5em 0;
	padding: 0; color: #666;
}
#content ul li {
	margin: 0 0 .5em 30px;
	padding: 0;
}

#content ul li ul li {
	margin: 0 0 .5em 60px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 .5em 30px;
	padding: 0;
}

/* definition list - inline */	
dl.inline {
	margin: 0 0 1em 0;
	float: none;
}
dl.inline dt {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

dl.inline dd {
	margin:0;
	padding:0 0 0.5em 15px;
}



/* ---------------------- footer ----------------------------- */
#foot	{
	font-size: .92em;
	padding:0px 0 20px 0;
	clear: both;
}

#foot ul	{
	margin: 0;
	padding: 0;
}

#foot ul li	{
	list-style: none;
	padding:0;margin:0;
	display: inline;
	color: #666;
}

#foot ul li.copyright {
	display: block;
	float: right;
	width: 231px;
	text-align: right;
}




/* ---------------------- misc ----------------------------- */

.clearfix:after, .product:after, .summary:after, .dept:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix, .product, .summary, .dept {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix, * html .product, * html .summary, * html .dept {height: 1%;}
.clearfix, .product, .summary, .dept {display: block;}
/* End hide from IE-mac */


.floatclear {
	clear: both;
	line-height: 0px;
	font-size: 0;
	width:100%;
	height:2px;
	margin:0;
	padding:0;
}

.float-r { float: right; }
.float-l { float: left; }

.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}

.highlight {
	color: red;
}

/* ---[ Malarkey Image Replacement (MIR) ]---- */
.mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .inner, * html .products, * html .products li, * html #pagination, 
* html #total, * html .modules{height: 1%;}
/* end float fix */



