/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

body {
	background-image: url(images/Cloud-Sky.jpg);
	background-repeat: repeat;
	background-color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
}

.body-container {
	width: 100%;
	height: 100%;
	background-image: url(images/Seamless-Bkg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.header {
	background: url(images/hdrRepeat.jpg);
	background-repeat: repeat-x;
	height: 196px;
}

.header-cow {
	background-image: url(images/hdrCow.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 796px;
	margin: 0 auto;
}

.container {
	width: 796px;
	margin: 0 auto;
	padding-bottom: 0;
}

/* Navigation */

.nav {
	width: 195px;
	background: url(images/navBkg.jpg);
	background-repeat: repeat-y;
	float: left;
}

.nav ul {
	width: 195px;
	list-style: none;
	text-align: center;
}

.nav li {
	height: 28px;
	width: 195px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
}

.nav li a {
	background: url(images/navUp.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 195px;
	color: #000000;
	text-decoration: none;
}

.nav li a:hover {
	width: 195px;
	background-image: url(images/navOver.jpg);
	text-decoration: none;
	color: #FFFFFF;
}

#announcements {
	background: url(images/navAnnouncements.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 195px;
}

#announcements p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#announcements img {
	padding: 0 7px 8px 7px;
}

/* Content */

.content {
	background: url(images/contentBKG.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 577px;
	float: right;
	min-height: 675px;
}

.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding: 25px 25px 5px 25px;
}

.content b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B8F31;
}

.content h1 {
	width: 577px;
/*	border-bottom: thin solid #000000; */
	clear: both;
}

.pic-left {
	margin: 0 15px 10px 25px;
	float: left;
}

.pic-left p {
	padding: 4px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	width: 238px;
}

.pic-left h3 {
	width: 238px;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	background-color: #006600;
	text-align: center;
	color: #FFFFFF;
}

.pic-right {
	padding: 0 0 10px 15px;
	float: right;
}

.content h2 {
	font-size: 22px;
	line-height: 28px;
	font-family: Times, "Times New Roman", Georgia, serif;
	color: #478404;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 20px;
}

.locations {
	width: 179px;
	height: 110px;
	padding: 10px 0 10px 10px;
	float: left;
}

.locations p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 4px;
	text-align: center;
}

.locations h1 {
	width: 577px;
	border-bottom: thin solid #000000; 
	padding: 0px;
	width: 169px;
}

.feed-mix {
	margin-left: 15px;
	width: 266px;
	float: left;
	height: 250px;
}

.content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding: 0 25px 15px 5px;
	list-style-position: inside;
	margin-left: 25px;
}

.astronaut li {
	padding: 0 10px 0 0;
}

/* Footer */

.footer {
	background-image: url(images/ftrBar.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 51px;
	background-color: #000000;
}

.footer p {
	padding: 10px 0 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}
