/* NurseryContactForm.css - based on Seattle.css */
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/NurseryLBanner3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
}
#banner h4 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #360;
	text-align: right;
}


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

/*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: #9C9D75;
	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: #4E4E4E;
	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: #600;
	text-decoration: underline;
}

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


/*begin laying out the form - the form has it's own container #formcontainer*/
#formcontainer {
	width: 500px;
	margin: 10px 5px 20px 55px;
}

/*set the h1 element in the form container*/
#formcontainer h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #41515A;
	font-weight: 500;
}

/*style the p in the form container*/
#formcontainer p {
	font-size: 80%;
	margin: 0 0 20px 0;
	padding: 0;
}

/*style the inputs*/
#formcontainer input {
	background-color: #B3C184;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
}


/*style the textarea*/
#formcontainer textarea {
	background-color: #B3C184;
	color: #556660;
	border: 1px solid #4C5854;
	margin: 0 25px 0 0;
	height: 200px;
}

/* shows focus in the form inputs and textarea */
#formcontainer input:focus, #formcontainer textarea:focus {
	background-color: #4F4F4F; 
   color: #fff; 
}

/*position the textarea by floating its containing lable*/
.labelfloat {
	float: right;
	padding-top: 20px;
}

/*style the form element labels*/
#formcontainer label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

/*style the parent fieldset*/
#formcontainer fieldset {
	margin: 0;
	border: 1px solid #5C6231;
	text-align: left;
	padding: 5px 5px 20px 20px;
	width: 450px;
}

/*style the nested fieldset*/
#formcontainer fieldset fieldset {
	width: 195px;
	padding: 0;
	border: none;
}

/*style the form legend - "Contact My Company" */
#formcontainer legend {
	color: #4f4f4f;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EAEEDD;
	border: 1px solid #000;
	padding: 2px;
	font-size: 90%;
}

/* our buttons take on the input style, we need to change that and we'll do it with this button class*/
#formcontainer .button {
   background-color: #4F4F4F;
   color: #fff;
   width: 80px;/*provide a width*/
   margin-top: 20px;
}

