/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Trebuchet", "Arial", sans-serif;
	color: #000000;
}

h1, h4, h5, h6 {
	font-size: 150%;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	color: #808080;
}

h2 {
	font-size: 105%;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-style: italic;
	color: #8b0f04;
	margin-top: 10px;
}

h3 {
	font-size: 110%;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-style: italic;
	color: #ffffff;
	line-height: 1.6;
}

div, span, img, form, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #bed8ed url("/images/background_grad.gif") repeat-x;
}

#container {
  width: 800px;
  margin: 10px auto 20px auto;
  background-color: #ffffff;
}

#top_nav {
  border-top: 10px solid #000000;
  background: url("/images/top_nav_grad.gif") repeat-x;
  height: 60px;
}

#top_nav ul {
  margin: 0;
  padding: 0 20px;
  float: left;
}

#top_nav ul li {
  display: inline;
}

#top_nav ul li a:link,
#top_nav ul li a:visited {
  padding-right: 20px;
  color: #ffffff;
  text-decoration: none;
}

#top_nav ul li a:hover {
  text-decoration: underline;
}

#top_nav span.right {
  float: right;
  color: #ffffff;
  margin-top: 38px;
  margin-right: 20px;
  font-size: 92%;
}

#banner {
  clear: both;
  background-image: url("/images/banner_collage.jpg");
  height: 200px;
}

.logo {
  width: 144px;
  height: 150px;
  background: url('/images/hollows_farm_logo.png') no-repeat;
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}

#sub_nav {
  clear: both;
  background-color: #000000;
  height: 23px;
  margin: 0 0 20px 0;
  padding-top: 5px;
}

#sub_nav ul {
  float: left;
  width: 778px;
  margin: 0;
  padding: 0 0 0 20px;
}

#sub_nav ul li {
  display: inline;
  color: #ffffff;
  padding-right: 5px;
  font-weight: bold;
}

#sub_nav ul li.right {
  float: right;
  width: 200px;
}

#sub_nav ul li a:link,
#sub_nav ul li a:visited {
  text-decoration: none;
  color: #ffffff;
}

#sub_nav ul li a:hover {
  text-decoration: underline;
}

#sub_nav ul li a:link.current,
#sub_nav ul li a:visited.current {
  text-decoration: none;
  color: #8b0f04;
}

#sub_nav ul li a:hover.current {
  text-decoration: underline;
}

#main_content_2_col {
  margin-left: 20px;
  width: 520px;
  float: left;
}

#main_content_2_col ul {
}

#main_content_2_col ul li {
  list-style-type: square;
}

#images {
  float: right;
  width: 220px;
  margin-right: 20px;
}

#images img {
  border: 2px solid #8b0f04;
  margin-bottom: 10px;
}

a:link.para_link,
a:visited.para_link {
  color: #8b0f04;
}

a:hover.para_link {
  color: #808080;
}

#footer {
  background: url("/images/footer_grad.gif") repeat-x;
  height: 40px;
  clear: both;
}

#footer p {
  color: #ffffff;
  text-align: center;
  font-size: 90%;
  padding-top: 12px;
}

#footer p a:link,
#footer p a:visited {
  text-decoration: underline;
  color: #ffffff;
}

#footer p a:hover {
  color: #000000;
}