/* CSS Document */
body {
	background: url(../../images/body-bg.jpg) repeat-x #383838;
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #002d59;
}
/* Container --------------------------------------------------*/
#container {
	position: relative;
	margin: 0 auto;
	width: 790px;
	background-color: #FFF;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}
/* Header -----------------------------------------------------*/
#header {
	height: 95px;
	background: url(../../images/header.jpg) no-repeat;
}
#header #logo {
	margin: 15px 0 0 10px;
}
#header #top-contact {
	position: absolute;
	top: 55px;
	right: 15px;
}
/* Navigation --------------------------------------------------*/
#top-nav,
#footer-nav {
	float: left;
	width: 785px;
	padding-left: 5px;
	background-color: #E5BB00;
}
#top-nav li,
#footer-nav li {
	float: left;
	margin: 0;
}
#top-nav li a,
#footer-nav li a {
	display: block;
	padding: 7px 7px;
	color: #000;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	position: static;
}
#top-nav li a:hover,
#footer-nav li a:hover,
#top-nav li ul a,
#home #top-nav .home,
#about #top-nav .about,
#pig #top-nav .pig,
#nursery #top-nav .nursery,
#resources #top-nav .resources,
#commentary #top-nav .commentary,
#contact #top-nav .contact {
	background-color: #383838;
	position: static;
	color: #E5BB00;
}
#top-nav li ul {
	position: absolute;
	left: -9999em;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	border-top: 1px solid #808078;
}
#top-nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 160px;
}
#top-nav li:hover ul ul,
#top-nav li:hover ul ul ul,
#top-nav li.sfhover ul ul,
#top-nav li.sfhover ul ul ul {
	left: -999em;
}
#top-nav li:hover ul,
#top-nav li li:hover ul,
#top-nav li li li:hover ul,
#top-nav li.sfhover ul,
#top-nav li li.sfhover ul,
#top-nav li li li.sfhover ul { /* lists nested under hovered list items */
	position: static;
	left: auto;
}
#top-nav li:hover ul,
#top-nav li.sfhover ul {
	position: absolute;
	left: auto;
}
#top-nav li ul li {
}
#top-nav li ul li a {
	display: block;
	width: 150px;
	height: auto;
	padding: 5px 10px;
	color:#383838;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	background-color: #E5E5D8;
	font-weight: bold;
	border: 1px solid #808078;
	border-top:0;
}
#top-nav li ul li a:hover {
	color: #383838;
	background-image: none;
	background-color: #E5D58A;
	position: static;
}
/* Banner -----------------------------------------------------------*/
#banner {
	clear: left;
	height: 120px;
	background-color: #E5D58A;
	border-bottom: 5px solid #000;
}
/* Content ----------------------------------------------------------*/
#content {
	padding: 20px;
}
#content ul,ol {
	list-style-type:disc;
	margin-left: 40px;
}
#content table td {
	padding: 3px;
}
.numberedlist {
	list-style: decimal;
}
#content h3 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 2px solid #999;
}
/* Misc Styles ------------------------------------------------*/
.contact-button {
	display:block;
	width:133px;
	height:26px;
	background:url(../../images/button-contact.gif) no-repeat;
}
.contact-button:hover {
	background-position: 0 -26px;
}
/* Footer ---------------------------------------------------------*/
#footer-contact {
	text-align:center;
	font-size:11px;
	margin-top:20px;
	margin-bottom:0;
}
#footer {
	background-color: #002d59;
	padding: 10px 7px;
}
#footer a {
	padding: 0 7px;
	color: #DDD;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footer a:hover {
	color:#FFF;
}

table {
width: 100%;
border-collapse: collapse;
}

th,td {
border: 1px solid #bbbbbb;
font-size: 12px;
padding: 4px 10px;
line-height: 14px;
}




caption {
font-weight: bold;
font-size: 1.4em;
text-transform: uppercase;
padding: 0 0 5px;
color: #333333;
}

th {
text-align: left;
background: #e4e5e4;
}

tbody tr.alt td {
background: #d8ddf0;
}

tbody tr.over td, tbody tr:hover td {
background: #4f70dc;
color: #fff;
}


