@charset "utf-8";
/* CSS Document */
body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px;
}
h2 {
	margin:0px;
}
h3 {
	margin:0px;
	
	padding:0px;
	padding-left:20px;
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
}
h4 {
	margin:0px;
	padding:0px;
	padding-left:40px;
	font-size:12px;
	font-weight:regular;
}
p {
	margin:0px;
}


/* CENTER ME FOR GODS SAKE */
.centerOne {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}
.centerTwo {
	position:relative;
	top:0px;
	width:950px;
	margin: 0 auto;
}
.centerThree {
	position:absolute;
	left:0px;
	height:auto;
	width:950px;
	text-align:left;
	float:left;
	padding-bottom:20px;
}

/** HEADER **/
.header {
	position:relative;
	float:left;
	height:127px;
	width:950px;
	background:url(images/header/background.gif) repeat-x top left;
}
.logoTractor {
	position:absolute;
	width:234px;
	height:91px;
	background:url(images/header/logo_pic.gif) no-repeat top left;
}
.logoText {
	position:absolute;
	width:281px;
	height:36px;
	top:91px;
	left:0px;
	background:url(images/header/logo_text.gif) no-repeat top left;
}
.logoGrass {
	position:absolute;
	top:0px;
	left:291px;
	height:51px;
	width:646px;
	background:url(images/header/grass.gif) no-repeat top left;
}
.logoFlower {
	position:absolute;
	top:91px;
	left:281px;
	height:36px;
	width:669px;
	background:url(images/header/sunflower.gif) no-repeat top left;
}

/** BUTTONS **/
.buttonBar {
	position:absolute;
	height:40px;
	top:51px;
	left:281px;
	padding-left:20px;
}
.button {
	position:relative;
	float:left;
	height:40px;
	padding-left:20px;
	padding-right:20px;
}

/** CONTAINER **/
.body {
	position:relative;
	float:left;
	width:948px;
	background:url(images/body/background.gif) #d1ecfd repeat-x top left;
	border:1px #80a4bc solid;
	border-top:none;
}

/** HOME **/
#home {
	height:728px;
}
.cloudTop {
	position:absolute;
	height:457px;
	width:566px;
	top:0px;
	right:0px;
	background:url(images/content/home/upper_clouds.gif)
}
.cloudBottom {
	position:absolute;
	height:226px;
	width:430px;
	bottom:0px;
	left:0px;
	background:url(images/content/home/lower_clouds.gif)
}
.homeNews {
	position:absolute;
	width:366px;
	height:514px;
	background:url(images/content/home/news_box.gif) no-repeat top left;
	top:24px;
	left:18px;
}
.homeSlideShow{
	position:absolute;
	width:481px;
	height:323px;
	top:382px;
	left:430px;
}
.homeBlurb {
	position:absolute;
	top:100px;
	left:130px;
	width:330px;
	height:150px;
}
.homeBlurb h1{
	font-size:25px;
}
.homeBlurb p{
	font-size:16px;
	padding-left:15px;
	padding-right:30px;
	color:#333333;
}
.homeNewsText {
	position:absolute;
	top:60px;
	left:65px;
	width:285px;
	height:430px;
}
.homeNewsText a{
	font-size:12px;
	color:#fff;
}
.homeNewsText h1 { 
	font-size:14px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	color:#003257;
}
.homeNewsText h2 {
	border-bottom:1px #d1e0ea dashed;
	margin-bottom:10px;
}
.homeNewsText p { 
	font-size:14px;
	text-align:justify;
	margin-bottom:5px;
}

.navButton {
	position:relative;
	height:18px;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.navButton a {
	color:#ebf2f7;
	font-size:14px;
	font-weight:normal;
}
/** ABOUT US **/
#about {
	padding-top:20px;
	padding-bottom:20px;
}
.aboutBox {
	position:relative;
	float:left;
	width:906px;
	left:20px;
	border:2px #295d85 solid;
	background:#e2f2fe;
}
.aboutText {
	position:relative;
	padding:20px;
}
.aboutText h1{
	font-size:24px;
}
.aboutText h2{
	font-size:16px;
}
.aboutText p{
	padding-top:10px;
	font-size:16px;
}
.abNW {
	position:absolute;
	top:-2px;
	left:-2px;
	width:14px;
	height:14px;
	background:url(images/content/container/north_west.gif) no-repeat top left;
}
.abNE {
	position:absolute;
	top:-2px;
	right:-2px;
	width:14px;
	height:14px;
	background:url(images/content/container/north_east.gif) no-repeat top right;
}
.abSE {
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:14px;
	height:14px;
	background:url(images/content/container/south_east.gif) no-repeat bottom right;
}
.abSW {
	position:absolute;
	bottom:-2px;
	left:-2px;
	width:14px;
	height:14px;
	background:url(images/content/container/south_west.gif) no-repeat bottom left;
}

/** NEWS **/
.newsButtonBar {
	position:relative;
	float:left;
	width:100%;
	height:16px;
	text-align:center;
	padding-bottom:10px;
}
.newsButtonBox {
	position:relative;
	width:270px;
	height:16px;
	margin: 0 auto;
}
.newsButtonPrev {
	position:absolute;
	left:0px;
	height:16px;
	text-align:left;
}
.newsButtonMenu {
	position:absolute;
	left:84px;
	height:16px;
	text-align:left;
}
.newsButtonNext {
	position:absolute;
	height:16px;
	right:0px;
	text-align:left;
}


/** PHOTO GALLERY **/
#noCaption {
	height:120px;
}
#photoText {
	margin:0px;
	padding:0px;
	width:100%;
}
#photoTextOther {
	margin:0px;
	padding:0px;
	width:100%;
}
#photoTextOther h1{
	padding-top:20px;
	padding-left:20px;
}
#photoTextOther h2{
	padding-left:20px;
}
#photoText h1{
	padding:20px;
}
.photoContainer {
	position:relative;
	width:100%;
	margin-bottom:15px;
	margin-top:35px;
	float:left;
	text-align:center;
}
.photoThumbnailMain {
	position:relative;
	float:left;
	width:182px;
	height:145px;
	padding:10px;
	text-align:center;
}
.photoThumbnail {
	position:relative;
	float:left;
	width:180px;
	height:115px;
	border:1px #003659 solid;
	background:#c4ddef;
	overflow:hidden;
	text-align:center;
}
.photoThumbnailholder {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.photoThumbnailCenter {
	position:relative;
	width:808px;
	margin:0 auto;
}
.photoCaption {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:16px;
	font-weight:bold;
}
.photoCaption h4{
	margin:0px;
	font-size:14px;
}
.photoThumbnailMain h1{
	font-size:10px;
	margin:0px;
	height:26px;
	overflow:hidden;
	text-align:center;
}
.photoFullSizeCenter {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
.photoFullsize {
	position:relative;
	float:left;
	text-align:center;
	border:1px #003659 solid;
}
.buttonLine {
	position:relative;
	float:left;
	left:322px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:center;
	width:204px;
	height:23px;
}
.prevButtonHolder {
	position:relative;
	float:left;
	padding-right:5px;
}
.nextButtonHolder {
	position:relative;
	float:right;
	padding-left:5px;
}
.menuButtonHolder {
	position:absolute;
	left:74px;
}
.galleryTitle {
	position:relative;
	float:left;
	margin-top:-10px;
	left:25px;
	width:800px;
	color:#CCCCCC;
	background:url(images/content/services/dot.gif) no-repeat bottom left;
	padding-left:15px;
	padding-bottom:2px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:12px;
}

#photoBar {
	padding-top:15px;
	padding-bottom:25px;
}

/** CONTACT **/
#contact {
	height:457px;	
}
.contactBox {
	position:relative;
	top:20px;
	left:20px;
	width:424px;
	height:417px;
	background:url(images/content/contact/container.gif) no-repeat top left;
}
.contactText {
	position:absolute;
	top:20px;
	left:20px;
	width:384px;
	height:377px; 
}
.contactText h1{
	font-size:24px;
}
.contactText h2{
	font-size:16px;
}
.contactText p{
	padding-top:10px;
	font-size:16px;
}
/** MEMBERS **/
.membersBox {
	position:absolute;
	top:145px;
	left:470px;
	width:300px;
	height:50px;
	text-align:center;
	padding:0px;
	margin:0px;
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}
.membersBox a{
	font-size:16px;
}


.footer {
	position:relative;
	float:left;
	height:24px;
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:5px;
	color:#5289b0;
}
.footer a {
	font-weight:bold;
	color:#0e3e5d;
	margin-left:10px;
	margin-right:10px;
}
.footer a:hover {
	color:#000000;
}