/* Haws Watering cans CSS Stylesheet */

/* General Formatting */

body { background-color: #d8f0cc; margin: 0px; padding: 20px; text-align: center;  }
	
p { font-family: Georgia, "Times New Roman", Times, serif; color: #333333; text-decoration: none; font-size: 13px; font-style: normal; line-height: 17px; font-weight: normal; text-decoration: none; text-align: left; margin-top: 0px; margin-bottom: 0px; }

p a:link { color: #43602e; text-decoration: underline; }
p a:visited { color: #43602e; text-decoration: underline; }
p a:hover { color: #4c2904; text-decoration: underline; }
p a:active { color: #4c2904; text-decoration: underline; }



/* Text Formatting */

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-style: italic; line-height: 35px; font-weight: bold; color: #ffffff; text-decoration: none; text-align: left; padding-left: 8px; margin-bottom: 17px; margin-top: 0px;  background-image: url(images/background-h1.gif); background-repeat: no-repeat; background-position: left top; }

h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 16px; font-weight: bold; color: #333333; text-decoration: none; text-align: left; margin-top: -12px; margin-bottom: 5px; }

h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: 28px; font-weight: bold; color: #ffffff; text-decoration: none; text-align: left; margin: 34px 0px 5px; padding-left: 6px; background-image: url(images/background-h3.gif); background-repeat: no-repeat; background-position: left top; }

h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 28px; font-weight: bold; color: #ffffff; text-decoration: none; text-align: left; margin-bottom: 15px; margin-top: 5px; padding-left: 8px; background-image: url(images/background-h4.gif); background-repeat: no-repeat; background-position: left top; }

ul { list-style-type: disc; list-style-position: inside; text-align: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-style: normal; line-height: 17px; font-weight: normal; color: #333333; text-decoration: none; padding-left: 0px; margin-left: 15px; margin-bottom: 17px; }

li { padding-bottom: 9px; text-decoration: none; }

blockquote { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-style: italic; line-height: 17px; font-weight: normal; color: #444444; text-decoration: none; margin-bottom: 17px; margin-right: 55px; margin-top: 0px; margin-left: 35px;}




/* Form Elements */

.form_label {
	float: left;
	width: 110px;
	height: 20px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.form_input {
	float: left;
	height: 20px;
	width: 200px;
	background-color: #F7F4E1;
	border: 1px solid #94d27d;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.form_textarea {	float: left;
	height: 80px;
	width: 200px;
	background-color: #F7F4E1;
	border: 1px solid #94d27d;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
 }
.form_submit {
	height: 20px;
	width: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 110px;
	position: relative;
    clear: both;
    float: none;
    display: block; }