body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:inherit;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation
	font-size:138.5%;  
	font-size: 2em;
	margin: 1.5em 0 0 0 ;
	line-height: .75em; */
}
h1, h2 {
	/*16px via YUI Fonts CSS foundation
	font-size:123.1%; */
	font-size: 1.5em;
	margin: 1em 0 0 0;
	line-height: 1em;
}
h3 {
	/*14px via YUI Fonts CSS foundation
	font-size:108%;  */
	font-size: 1em;
	margin: 1.5em 0 0 0;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
	font-weight: inherit;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1.5em 1em;
}
ul ul, ul ol, ol ul {
	margin: 0 1em 1.5em 1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:1.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1.5em;
}
a:link {
	color: #075800;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #075800;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #f90;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	color: #f09;
	text-decoration: underline;
	font-weight: bold;
	}

body {
	padding: .5em 2em 0em 2em;
	font-family: Georgia, serif;
	background: #fff url(../images/pinstripe2.gif) repeat;
	}

h3, p, li, blockquote {
	line-height: 1.5em;	/* just a little more space */
	}
	
#content {
	background-color: #fff; 
	padding: 1em;
	border-left: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	overflow: auto;
	zoom: 1;
	}
#branding {
	position: relative;
	margin-bottom: 1em;
	}
	#taglines {
		position: absolute; 
		top: 100px; 
		left: 331px;
		}
#navigation {
	font-family: Trebuchet MS;
	margin: 0;
	margin-bottom: 1em;
	overflow: auto;
	color: #075800;
	background-color: #E7F2E2;
	width: 100%;
	}
	#navigation li {
		list-style-type: none;
		float: left;
		border: 1px solid #fff;
		border-bottom: 1px solid #7bb665;
		border-right: 1px solid #7bb665;
		margin-bottom: 0;
		}
		#navigation li a {
			padding: 0 1em;
			}
		#navigation li a:link {
			color: #075800;
			text-decoration: none;
			font-weight: normal;
			background-color: #E7F2E2
			}
	
		#navigation li a:visited {
			color: #075800;
			text-decoration: none;
			font-weight: normal;
			background-color: #E7F2E2
			}
	
		#navigation li a:hover {
			color: #075800;
			text-decoration: none;
			font-weight: normal;
			background-color: #82bc69
			}
	
		#navigation li a:active {
			color: #fff;
			text-decoration: none;
			font-weight: normal;
			background-color: #075800;
			}

#navigation li.selected {
	color: #000;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #7bb665;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}	

.contentWrap {
	zoom: 1;
	overflow: auto;
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	}

.disclaimer {
	color: #999999;
	font-size: .8em;	
}

.primaryContent {
	float: left;
	margin-right: 246px;
	padding-right: 1em;
	}
.secondaryContent {
	font-family: Trebuchet MS;
	width: 246px;
	margin-left: -246px;
	float: right;
	font-size: .85em; /* therefore adjust line heights by 117.647% */
	color: #787878;
	}
	
	.secondaryContent h2 {line-height: 1.2em; margin: 1.2em 0 0;}
	.secondaryContent h3 {margin: 1.8em 0 0;}
	
	.secondaryContent h3, 
	.secondaryContent p, 
	.secondaryContent blockquote {
		line-height: 1.77em;	/* just a little more space */
		}

	.secondaryContent li {
		line-height: 1.77em;	/* just a little more space */
		color: #075800;
		}
		

	.secondaryContent p,
	.secondaryContent fieldset,
	.secondaryContent blockquote,
	.secondaryContent table {
		/*so things don't run into each other*/
		margin-bottom:1.77em;
	}
	.secondaryContent blockquote {
		margin-top: 1.77em;
	}
	


	.secondaryContent .ulwrap {
		border: .1em solid #075800;
		}
	.secondaryContent ul {
		margin-top: 1.8em;
		margin-bottom: 1.8em;
		margin-left: 0;
		}
	.secondaryContent .ulwrap ul {
		margin-top: 1.67em;
		margin-bottom: 1.67em;
		}
		
		.secondaryContent ul li {
			list-style-type: none;
			padding-left: 1em;
			padding-right: .5em;
			}
	
.abuttop {
	margin-top: 0;
	padding-top: 0;
	}
h1, h2, h3 {
	/* color: #086A86; */
	color: #3C7F3A; 
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}


div.holiday {
	background-color: #f5e4e8;
	padding: 0em 1em;
	border: .1em solid;
	color: #B02541;
	}
div.holiday h2 {
	margin-top: .933em; /* leave room for .05em border (times 2/3) */
	}
div.holiday p.last {
	margin-bottom: 1.4em;
	}
div.holiday h2,
div.holiday p {
  color: #B02541;
	}

.testimonial {
	font-family: helvetica, arial, sans-serif;
	/* background-color: #ccc; */
	text-align: right;
	}
	.testimonial li {
		list-style-type: none;
		}
	.testimonial blockquote {
		border-top: .05em solid #075800;
		margin: 1.45em 1em 1.5em 0;
		text-align: left;
		margin-bottom: 0;
		}
	.testimonial cite {
		color: #999;
		margin-right: 1em;
		display: block;
		}
.figure .picWrap{
	/*height: 10.65em;  must be a multiple of (1.5/0.85) */
	height: 12.35em;
	position: relative;
	overflow: hidden;
	}
.figure img {
	position: absolute;
	bottom: 0;
	}
p.emphasis {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	font-style: italic;
	}#catalogs li ul {
	overflow: auto;
	zoom: 1;
	}
	#catalogs li.category {
		float: left;
		margin-right: 3em;
		}
	#catalogs li ul li {
		list-style-type: none;
		float: left;
		width: 120px;
		text-align: center;
		margin-right: 1em;
		}
		#catalogs li ul li img {
			border: 1px solid #000;
			}
#catalogs + p {
	clear: left;
	}
