
body {
	background: #E3E5EC url(images/body_bg.jpg) repeat-x;
	font: 12px "Lucida Grande", Lucida, Verdana, 	sans-serif;
	margin:0 0 0 0;
}
#duck {
	background: url(images/duck.png) no-repeat;
	width: 209px;
	height: 225px;
	position: fixed;
	right: 0;
	bottom: 0;
}

/* Star hack hides floating duck logo from IE6 and below from displaying */
* html #duck {
	display: none;
}
img {
	border-style: none;
}

/* Text Style*/
p {
	margin: 15px 0px 0px 0px;
	color: black;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

h2 {
	color: #3562B6;
	margin-bottom: -13px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
h3 {
	color: #3562B6;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

/* Container Styles */
#main {
	width: 965px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header {
	background: url(images/header_text.jpg) no-repeat;
	height: 65px;
	text-align: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 3px;
}
#col_left {
	margin: 30px 45px 0 67px;
	height: 100%;
	width: 430px;
	clear: left;
}
#col_right {
	margin-top: -85px;
	float: right;
	clear: left;
}
#col_one {
	margin: 30px 0px 0px 67px;
	height: 100%;
	clear: left;
}
#back {
	float: left;
	display: inline;
	position: relative;
}
#launch {
	float: right;
}
#whitebox {
	background-color: #d6d6d6;
	height: 166px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.about_image {
	display: inline;
	float: left;
	margin-left: 7px;
}
.port_bot {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.thumb_hickory img, .thumb_sam img, .thumb_ug img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #000;
}
.thumb_hickory img:hover, .thumb_sam img:hover, .thumb_ug img:hover {
	border-color: #ff8400;

}
.thumb_ug {
	float: right;
}
.thumb_sam {

}
.thumb_xyz {
	float: right;
	display: none;
}

#footer {
	color: #fff;
	margin: 10px 0 0 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	background: #ff8400 url(images/footer_bg.jpg) repeat-x;
	margin-left: 67px;
	clear: both;
}
#farmspeed {
	float: left;
	margin-left: 10px;
}
#quote {
	float: right;
	padding-right: 10px;
}





/* @group Link Styles */
a:link {
	color: #3562B6;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
a:visited {
	color: #3562B6;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;

}
a:hover {
	color: #75BC4B;
	text-decoration: none;
}
a:active {
	color: #FF8400;
	font-size: 14px;
	text-decoration: none;

}


/* @end */
#footer p {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 5px;
}


/* Main Nav 61left margin */
#nav ul {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 61px;
}
#nav li {
	display: inline;
	margin: 0 0 0px 0;
	padding: 0;
	float: left;
}
	








