/*  Nursery Index styles   */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cc9;
	color: #666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
}

#wrapper {
	margin: 5px auto;
	width: 770px; 
	position: relative; 
	background-color: #EEF1E7;
	border: 1px solid #000;
	text-align: left;
}

/*Begin laying out the Banner Div*/
#banner {
	width: 770px;
/
	height: 120px;
	border-bottom: 4px solid #4F4F4F;
	background-image: url(../Images/NurseryLBanner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;	
}
#wrapper #banner h4 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
	text-align: right;
	margin: 10px;
	padding: 0px;
}
.yellow {
	color: #FF0;
}

/*begin laying out the footer div*/
#footer {
	width: 770px;
	clear: right;
	background-color: #999;
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}

#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}

#footer p {
	padding: 3px;
	margin: 0;
	color: #FFF;
	background-color: #999;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}


#footer a {/* Styles the links within the footer */
	color: #F00;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
}


/*Start laying out the index page - different container than the inner page allows you to pattern match selectors and style them differently if needed without resorting to classes */
#front {
	width: 770px;
	margin-top: 0;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(../Images/FrontPanorama.jpg);
}

/*styles the h1 on the index page*/
#front h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 15px 0 0;
	padding: 0 0 10px;
	color: #41515A;
	font-weight: 500;
}
#wrapper #front p {
	margin: 0px;
	padding: 5px;
}


/*style the "Welcome To" link for entry to the site*/
#front a {
   color: #798153;
   background-color: #F2F7E7;
   border: 1px solid #000;
   padding:4px 10px 4px 10px;
   text-decoration: none;
	
}

#front a:hover, #front a:focus {
	background-color: #999;
	color: #FFF;
}

/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	width: 770px;
	height: 220px;
	padding-top: 20px;
}

/*set up the four floated boxes - these are held within the above selector*/
.floatboxes {
   width: 152px;
	w\idth: 154px;
	height: 200px;
	margin:  0 16px;
	ma\rgin: 0 14px;
	border: 1px solid #4f4f4f;
	float: left;
	background-color: #F2F7E7;
	overflow: auto;
}

html>body .floatboxes {
   margin: 0 18px;
}

/* This selector fixes the horizontal scroll in IE Mac and would be seen by IE 5.01 PC except for the escape characters */
*>html .floatboxes {
	padd\ing-right: 16px; 
	w\idth: 137px; 
}
.floatboxes h3 {
	text-align: center;
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 3px 0;
	margin: 0;
	color: #FF0;
	font-weight: 500;
	background-color: #7DA262;
}
#wrapper #floatcontainer .floatboxes h3 a {
	color: #C8D589;
	text-decoration: none;
}

/*This selector is only seen by IE Mac due to the escape characters that also block IE 5 PC -- this reverses the heading colors */
*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;
	c\olor: #4F4F4F;
	
	}
/*style the text in the boxes*/
.floatboxes p {
	font-size: 70%;
	margin: 5px;
	padding-bottom: 4px;
}

/*set the links in the boxes*/
.floatboxes a, #content a {
	color: #606D26; 
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #F2F7E7;
	background-color: #4f4f4f;
	text-decoration: none;
}

.SmallRed {
	font: 80% "Comic Sans MS", fantasy, sans-serif;
	color: #FF0000;
}
#wrapper #front blockquote {
	color: #F3F9A1;
}

