/* Base Elements */


*
{
    margin: 0;
    padding: 0;
    border: 0px;
    border-collapse: collapse;
}
body
{
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #f6f2c2  url("../images/body_bg.jpg");
}
body, a
{
	color: #422617;
}
#wrapper
{
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
	width: 695px;
	background: #fff  url("../images/wrapper_bg.jpg") repeat-y;
}
#container
{
	width: 695px;
	background-color: #fff;
}
#header
{
	height: 83px;
}
#logobox
{
	width: 615px;
	text-align: left;
	vertical-align: middle;
	height: 140px;
    padding: 40px 40px 0px 40px;
	background: #fff  url("../images/Harrington-Farms.gif") no-repeat top center;
}
#intro
{
	width: 210px;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 12.5px;
	text-align: left;
	line-height: 135%;
}
div#homegrfx01, #content, #footer
{
	clear: both;
}
div#homegrfx01, div#homegrfx02, div#homegrfx03
{
	height: 102px;
}
#content
{
	text-align: center;
    padding: 20px 40px 20px 40px;
}
.textblock
{
	text-align: left;
}
.textblock ul
{ 
    margin: 4px 0px 12px 24px;
} 
#footer
{
	background: #356689;
	color: #fff;
	text-align: center;
    height: 30px;
    line-height: 30px;
}
p
{ 
    margin-bottom: 12px;
} 
.alert
{
    color: #a8021c;
}




/* Navigation */


#nav
{
	text-align: left;
	width: 180px;
}
#nav ul
{
	margin-bottom: 12px;
}
#nav ul, #nav li, #subnav ul, #subnav li
{
	list-style: none;
}
#nav li a, #subnav li a
{
	display: block;
	font-weight: bold;
	background:  url("../images/arrow_yellow.gif") no-repeat 2px center;
    padding: 0px 0px 4px 12px;
}
#nav li a, #subnav li a:hover
{
	text-decoration: none;
	color: #356689;
}
#subnav li a, #nav li a:hover
{
	color: #422617;
}



/* Photo Gallery */



#gallery
{
	float: right;
}
#gallery img.thumb
{
	width: 144px;
	height: 89px;
}



/* Forms */


input[type="text"], textarea 
{ 
	background-color: #fff;
	border: 2px solid; 
	border-color: #999 #d9d9d9 #d9d9d9 #999;
	color: #666;
	font-size: 12px;
	margin: 6px 10px 6px 0px;
	padding: 4px;
}
input[type="checkbox"]
{ 
	margin: 0px 10px 0px 0px;
}
input[type="submit"], input[type="reset"] 
{ 
	background-color: #5c8cac;
	border: 2px solid; 
	border-color: #9cbed1 #43778b #43778b #9cbed1;
	color: #fff;
	font-weight: bold;
	margin: 6px 14px 6px 0px;
	padding: 2px;
}
input[type="submit"]:hover, input[type="reset"]:hover 
{ 
	color: #f6f2c2;
}
div.form, div.form h4
{
	margin: 16px 0px 0px 0px;
}



/* Headings */


h1, h2, h3, h4
{
	font-family: georgia, serif;
}
h1, h3
{
    color: #356689;
}
h3, h4
{
    font-style: italic;
}
h1
{
    font-size: 20px;
	margin-bottom: 12px;
}
h2, h3
{
    font-size: 16px;
}
h4
{
    font-size: 13px;
}
h5
{
    font-size: 12px;
}
h2, h3
{
	margin-bottom: 6px;
}
h4, h5
{
	margin-bottom: 4px;
}





