/* NurseryInner.css   Nursery Inner pages - NoCommnets - based on Seattle.css */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000099;
	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/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 110px;
}
#banner h4 {
	color: #00C;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/*Begins laying out the content area */
#content {
	margin: 10px 210px 20px 12px;
    width: 543px;
}

/*sets the content text*/
#content p {
	font-size: 90%;
	margin: 10px 0 0 20px;
	padding: 0;
	color: #314048;
	line-height: 130%;
}

/*sets the styling for the h1 element within the content div*/
#content h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 15px 0 10px;
	padding: 0;
	color: #666666;
	font-weight: bold;
}
#content h1 {
	font-size: 120%;
}
#content h2 {
	font-size: 110%;
}

#content h3 {
	font-size: 100%;
}
/*sets the boxes in the right column, note no width set on the boxes, the width is determined by the margin settings*/
.boxes {
	background-color: #EBEDDF;
	border: 1px solid #4F4F4F;
	margin: 10px 5px 10px 5px;
    padding-bottom: 3px;
}

/*sets the style for the title in each of the boxes in the right coloumn*/
.boxes h3 {
	font-size: 90%;
	background-color: #A3AD69;
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
	color: #000099;
}

/*styles the text content in each of the boxes in the right column*/
.boxes p {
	font-size: 70%;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 130%;
	background-color: transparent;
}

/*styles the links in each of the boxes in the right column*/
.boxes a:link, .boxes a:visited {
	background-color: #000099;
	color: #FFFFFF;
}

/*styles the link hover and focus states in each of the boxes in the right column*/
.boxes a:hover, .boxes a:focus {
	background-color: #4F4F4F;
	color: #fff;
	text-decoration: none;
}

/*sets out the main right hand column that the boxes are contained within*/
#navbox {
	float: right;
	width: 182px;
	w\idth: 180px;
	margin-right: 5px;
	background-color: #DADEC3;
	border: 1px solid #4F4F4F;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*Fix the right margin for good browsers from the right margin hack in the above selector*/
html>body #navbox {
   margin-right: 12px;
}

/*set the h2 styles*/
#navbox h2 {
	font-size: 95%;
	background-color: #A3AD69;
	margin: 4px 5px 6px 5px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 1px solid #000099;
	color: #000099;
}

/*Begin styling the navigation*/
#navbox ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 5px 0 5px 10px;
	margin: 0 5px 0 5px;
	color: #000099;
	font-weight: bold;
	background-color: #A3AD69;
	border: 1px solid #009;
}

/*sets the styling of li element*/
#navbox ul li {
	padding: 0;
	margin: 0;
	line-height: 120%;
	font-size: 70%;
}

/*styles the nested ul element that contains our navigation links*/
#navbox ul li ul {
	padding: 0 0 0 10px;
	border: none;
}

/*styling the li in the nested ul*/
#navbox ul li ul li {
	padding: 0;
	margin: 0;
	line-height: 120%;
	font-size: 100%;
}

/*start laying out the links styles on the nested list*/
#navbox ul li a {
	color: #E8ECD3;
	text-decoration: none;
}

#navbox ul li a:hover, #navbox ul li a:focus {
	color: #B4C965;
	text-decoration: underline;
}

/*float styles for the images in the content div*/
.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 0 0;
}

.right {
	float: right;
	border: 1px solid #000;
	margin: 5px 10px 0 10px;
}

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

#footer p {
	padding: 3px;
	margin: 0;
	color: #4E4E4E;
	background-color: #A3AD69;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}
#footer ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}

#footer a {/* Styles the links within the footer */
	color: #fff;
	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 diffeently if needed without resorting to classes */
#front {
	width: 770px;
	margin-top: 0; 
	text-align: center;
	
	padding-top: 20px;
}

/*create a marker to show the user where in the site they are at any given time*/
.youarehere {
	color: #CCCCFF;
}
#wrapper #content ul {
	font-size: 90%;
	line-height: 130%;
}
#wrapper #content h3 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 10px;
}
.SmallRed {
	font: 80% "Comic Sans MS", fantasy, sans-serif;
	color: #FF0000;
}
.Red {
	color: #FF0000;
}
.smallComment {
	font-size: 85%;
}
