/* ----------------- Varner's Greenhouse ------------------ */

/* ---------------- remove image border ---------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* -------------------- backgrounds -------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align:top;
	}

/* ------------------- home-bg-temp -------------------- */



.bg-header-left {
	background-color: #C7B59A;
	background-image: url(../images/bg-topleft.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.bg-header-right {
	background-color: #C7B59A;
	background-image: url(../images/bg-topright.gif);
	background-repeat: no-repeat;
	background-position:left;}

.bg-left {
	background-color: #989F6C;
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bg-right {
	background-color: #989F6C;
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bg-body {
	background-color: #ffffff;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	
	}

.bg-footer-left {
	background-color: #C7B59A;
	background-image: url(../images/bg-bottomleft.gif);
	background-repeat: no-repeat;
	background-position:right;
	}

.bg-footer-right {
	background-color: #C7B59A;
	background-image: url(../images/bg-bottomright.gif);
	background-repeat: no-repeat;
	background-position:left;
	}

/* --------------------- copy -------------------- */
.copy, .copy a, .copy a:visited, .copy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none
	}

.copy a:hover {
	text-decoration: underline;
}
/* --------------------- homecopy -------------------- */
.homecopy, .homecopy a, .homecopy a:visited, .homecopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #42753D;
	text-decoration: none
	}

.copy a:hover {
	text-decoration: underline;
}
/* --------------------- copy-bold -------------------- */
.copy-bold, .copy-bold a, .copy-bold a:visited, .copy-bold a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #42753D;
	text-decoration: none;
	font-weight: normal;
	}

.copy-bold a:hover {
	text-decoration: underline;
}

/* --------------------- footer -------------------- */
.footer, .footer a, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	text-decoration: none
	}

.footer a:hover {
	text-decoration: underline;
}

/* ----------------- image border ------------------- */
.imageborder {
	border:solid;
	background-color: #8AAC5B;
	border-width: 1;
}


.bodydiv {
	padding: 40px 40px 40px 40px;
	text-align: left;
}

.imagediv {
	border:solid;
	background-color: #8AAC5B;
	border-width: 1;
	padding: 10px 0px 10px 110px;
}

.photoframes {
	border:solid;
	background-color: #42753D;
	border-width: 1;
	
}



/* --------------------- form -------------------- */
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-style: normal;
	line-height: normal;
	color: #8AAE3E;
	width:250px;
	border:1px solid #aaa;
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
