@import url(blocks/sake.css);

html, body, div, span, form, fieldset, img, object, ol, ul, dl, li, address, blockquote, cite, p, pre, table, tr, td, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	color: #000;
	background-color: #aed5e1;
	text-align: center;
	font: 14px/14px "DomBoldBT Regular", Arial;
}
h1, h2, h3, h4, h5 {
	font-family: "DomBoldBT Regular", Arial;
}
/*li {
	display: inline;
}*/
li a {
	text-decoration: none;
	color: inherit;
}
.clear {
	clear: both;
}
.clearBlock {
	clear: both;
	display: block;	
}
span.onepx {
	display: block;
	height: 1px;
	line-height: 1px;
}


#container {
	width: 975px;
	margin: 0 auto;
	overflow: visible;
}

#header {}
	#headerTitle {
		display: block;
		height: 120px;
		background: url(slices/blossomHeader.jpg) no-repeat center top;
		overflow: hidden;
	}
		#headerTitle a {
			display: block;
			height: 100%;
			text-indent: -900em;
		}
	
	#header span#logoFill {
		display: block;
		float: left;
		height: 86px;
		width: 169px;
		background: url(slices/headerLeft.jpg) no-repeat left top;
		overflow: hidden;
	}
		#header span#logoFill a {
			display: block;
			height: 100%;
			width: 100%;
			text-decoration: none;
			text-indent: -900em;
		}
	
	#topNav {
		background: url(slices/blossomNavTile.gif) repeat-x top left;
		height: 40px;
		padding: 0;
		margin-right: 20px;
		margin-left: 169px;
		position: relative;	
		overflow: visible;
	}
	#topNav ul#topNavList {
		display: block;
		position: relative;	
	}
		#topNav li {
			float: left;
			display: block;
			position: relative;
			margin-top: 5px;
			height: 30px;
			padding: 5px 15px 0;
			font: 16px "DomBoldBT Regular", Arial;
			color: #FFF;
			font-weight: bold;
			letter-spacing: 0.05em;
		}
		#topNav li.topLevel {
			margin-right: 1px;
			/* border styles for non-IE browsers */
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-border-radius-bottomleft: 0;
			-moz-border-radius-bottomright: 0;
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
			#topNavList li span {
				display: none;
			}
			#topNavList li span.clear {
				position: relative;
				display: block;
				background: none;
				height: 1px;
				width: 1px;
				float: none;
			}
			#topNavList li:hover, #topNav li:focus, #topNav li.current {
				background-color: #a4d720;
				color: #360;
			}
			#topNavList li a:visited {
				color: #fff;
			}
			#topNavList li a:hover, #topNavList li a:focus, #topNavList li:hover a, #topNavList li:focus a, #topNavList li.current a {
				color: #360;
			}
			#topNavList li ul.topNavDropdown {
				display: block;
				width: inherit;
				visibility: hidden;
				width: inherit;
				position: absolute;
				z-index: 9999;
				top: 34px;
				left: 0;
				float: left;
				margin: 0;
				padding: 0 0.8em 0.4em;
				background-color: #74a700;
				color: #FFF;
				/* rounded bottom corners for non-IE browsers
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px; */
			}
			#topNavList li:hover ul, 
			#topNavList li:focus ul {
				visibility: visible;
			}
				#topNavList li ul.topNavDropdown li {
					text-align: left;
					display: list-item;
					position: relative;
					z-index: 9999;
					float: left;
					clear: left;
					margin: 0;
					padding: 0.2em 0;
					height: auto;
					width: auto;
					border: none;
					background: none;
					background-color: transparent;
					background-image: none;
				}
				#topNavList li ul.topNavDropdown li:focus, 
				#topNavList li ul.topNavDropdown li:hover {
					background: none;
					background-color: transparent;
					background-image: none;
					color: #FFF;
				}
				#topNavList li ul.topNavDropdown li a {
					line-height: 120%;
					font-size: 80%;
					color: #FFF;
					border: none;
					background: none;
					background-color: transparent;
					background-image: none;	
				}
				#topNavList li ul.topNavDropdown a:hover, 
				#topNavList li ul.topNavDropdown a:focus {
					text-decoration: underline;
				}
		
	#bottomNav {
		display: block;
		background: #a4d720 url(slices/blossomBottomNavTile.gif) repeat-x left top;
		height: 46px;
		margin-right: 20px;
		color: #360;
	}
		#bottomNav #search {
			float: left;
			padding-left: 0.6em;
			margin-top: -3px;
			line-height: 40px;
			overflow: hidden;
		}
			#bottomNav #search label {
				font-weight: bold;
				font: 16px "DomBoldBT Regular", Arial;
				color: #FFF;
				font-weight: bold;
				letter-spacing: 0.05em;
				text-shadow: #6f5d22 0 0 2px;
			}
			#bottomNav #search input[type="text"] {
				height: 16px;
				border: 1px solid #666;
				font-size: 0.8em;
				color: #666;
				vertical-align: text-top;
			}
			#bottomNav #search input[type="submit"] {
				height: 35px;
				width: 96px;
				background: url(slices/searchDog.jpg) no-repeat right top;
				border: none;
				text-align: left;
				padding-left: 0;
				color: #6f5d22;
				font: 12px "DomBoldBT Regular", Arial;
				font-weight: bold;
				letter-spacing: normal;
				cursor: pointer;
			}
			
		#bottomNav ul {
			float: right;
			padding-right: 1em;
		}
			#bottomNav li {
				display: inline;
				padding-top: 10px;
				padding-left: 0.4em;
				float: left;
			}
			#bottomNav li:first-child {
				padding-left: 0;
			}
			
		#bottomNav a {
			font: 12px "DomBoldBT Regular", Arial;
			color: inherit;
		}
			#bottomNav a:hover {
				font-weight: bold;
			}


#body {
	width: 899px;
	padding: 18px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	overflow:hidden;
}
	#body #imagery {
		width: 909px;
		margin: 0 -6px 0;
		padding-bottom: 18px;
		text-align: center;
	}
		#body #imagery img {
			border: 1px solid #6e5e22;
			height: 208px;
			width: 208px;
			margin: 0 7px;
		}
		
	#body #left, #body #right {
		width: 50%;
	}
	#body #left {
		float: left;
	}
		#body #left h2 {
			color: #360;
			letter-spacing: 0.05em;
			line-height: 120%;
		}
		#body #left h3 {
			color: #CC9900;
			font: bold 14px/120% "DomBoldBT Regular", Arial;
			letter-spacing: 0.05em;
		}
		#body #left h4 {
			color: #c90;
			font: bold 15px/140% "DomBoldBT Regular", Arial;
			letter-spacing: 0.05em;
			padding: 0.2em 0;
		}
		#body #left p {
			padding: 0.8em 0;
			color:#333;
			font: 13px/120% "DomBoldBT Regular", Arial;
		}
		
	#body #right {
		float: right;
		overflow: visible;
	}
		#body #right #blurb {
			margin: 12px 4px 0 6px;
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			position: relative;
			padding: 12px;
			padding-right: 164px;
			background: #80aa20;
			color: #FFF;
			overflow: visible;
			z-index: 5;
		}
			#body #right #blurb h3 {
				font: bold 18px/120% "DomBoldBT Regular", Arial;
				letter-spacing: 0.05em;
			}
			#body #right #blurb p {
				font: 12px/120% "DomBoldBT Regular", Arial;
				padding: 0.3em 0;
			}
			#body #right #blurb a {
				text-align: right;
				color: #ff3;
				font: bold 12px/120% "DomBoldBT Regular", Arial;
				display: block;
				margin: 5px 0 -5px;
				padding-right: 18px;
				background: url(slices/nextButton.gif) no-repeat right 50%;
				text-decoration: none;
			}
			#body #right #blurb #photo {
				margin: 0;
				padding: 0;
				position: absolute;
				right: 12px;
				top: -17px;
				height: 142px;
				width: 142px;
				background: url(slices/photoFrame.png) no-repeat left top;
				z-index: 10;
			}
			#body #right #blurb #photo img {
				position: absolute;
				left: 8px;
				top: 7px;
				width: 124px;
				height: 125px;
				z-index: 15;
			}
		
		#body #right #buttons {
			margin: 2em 0 0 0;
			padding-left: 0;
		}
			#body #right #buttons li {
				display: block;
				float: left;
				width: 144px;
				height: 47px;
				padding-top: 20px;
				margin-right: 0.2em;
			}
			#body #right #buttons li:last-child {
				margin: 0;
			}
			#body #right #buttons li.plants {
				background: url(slices/button1.gif) no-repeat left top;
			}
			li.plants a {
				padding-left: 44px;				
			}
			#body #right #buttons li.photos {
				background: url(slices/button2.gif) no-repeat left top;
			}
			li.photos a {
				padding-left: 65px;				
			}
			#body #right #buttons li.resources {
				background: url(slices/button4.gif) no-repeat left top;
			}
			li.resources a {
				padding-left: 49px;				
			}
			#body #right #buttons li a {
				color: #060;
				font: bold 14px/140% "DomBoldBT Regular", Arial;
				letter-spacing: 0.05em;
				display: block;
			}


#footer {
	width: 935px;
	height: 30px;
	padding-top: 16px;
	margin: 0 auto;
	background: #a4d720 url(slices/blossomFooterTile.gif) repeat-x left top;
	font-size: 12px;
	color: #487b06;
	text-align: left;
}
	#footer li {
		margin: 0 0.1em;
		display: inline;
		color: #360;
	}
	#footer li:first-child {
		margin-left: 18px;
	}
