/* @group Created By */

/*
Title: Agway.com Screen Styles
Created By: Alison West, Tortus Technologies, West Springfield, MA (tortus.com)
Created on: March 27th, 2008
Last Updated: April 16th, 2008
*/

	/* @end */	
/*-------------------------------------------------------------*/
/* @group color scheme */

.black { color: #000; }
.white { color: #FFF; }
.color_about { color: #95BFDF; }
.color_services { color: #C7E3F7; }
.color_gallery { color: #EAC46C; }
.color_news { color: #D68D3A; }
.color_contact { color: #91A16C; }
.color_footer_text { color: #D68D3A; }

	/* @end */
/*-------------------------------------------------------------*/
/* @group html, body, wrapper, clears */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	color: #000;
	background: #FFF;
	}	

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #000;
	background: #FFF url("../images/wrapper_bkgnd.jpg") top left repeat-y;
	}
	
.left {
	float: left;
	padding: 0 10px 0 0;
	}
	
.right {
	float: right;
	padding: 0 0 0 10px;
	}
	
.clear {
	clear: both;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group header */

#header {
	margin: 0;
	padding: 20px 0;
	color: #000;
	background: #FFF;
	}
	
#header h1 a img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header p img {
	float: right;
	margin: -25px 50px 0 0;
	padding: 0;
	}
	
#header a img {
	border: none;
	}

/* My Comment */
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group header_index */

#header_index {
	margin: 0 50px 0 0;
	padding: 20px 0 0 0;
	color: #000;
	background: #FFF url("../images/header_bkgnd.jpg") bottom right no-repeat;
	}
	
#header_index h1 a img {
	margin: 0;
	padding: 0 0 20px 0;
	border: none;
	}
	
#header_index h1 {
	margin: 0;
	padding: 0;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group nav */
	
#nav {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a {
	color: #000;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 25px;
	}
	
.about a {
	padding: 5px 15px 0 15px;
	background: #7B9EB9 url("../images/about_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #B7D4EB;
	border-left: 1px solid #B7D4EB;
	border-right: 1px solid #7B9EB9;
	/*border-bottom: 1px solid #7B9EB9;*/
	}
	
.about a:hover {
	padding: 5px 15px 0 15px;
	background: #95BFDF url("../images/about_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #7B9EB9;
	border-left: 1px solid #7B9EB9;
	border-right: 1px solid #B7D4EB;
	/*border-bottom: 1px solid #B7D4EB;*/
	}
	
.services a {
	padding: 5px 15px 0 15px;
	background: #BBD4E8 url("../images/services_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #C7E3F7;
	border-left: 1px solid #C7E3F7;
	border-right: 1px solid #BBD4E8;
	}
	
.services a:hover {
	padding: 5px 15px 0 15px;
	background: #C7E3F7 url("../images/services_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #BBD4E8;
	border-left: 1px solid #BBD4E8;
	border-right: 1px solid #C7E3F7;
	}
	
.gallery a {
	padding: 5px 15px 0 15px;
	background: #D5B162 url("../images/gallery_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #EAC46C;
	border-left: 1px solid #EAC46C;
	border-right: 1px solid #D5B162;
	}
	
.gallery a:hover {
	padding: 5px 15px 0 15px;
	background: #EAC46C url("../images/gallery_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #D5B162;
	border-left: 1px solid #D5B162;
	border-right: 1px solid #EAC46C;
	}
	
.news a {
	padding: 5px 15px 0 15px;
	background: #BE7D34 url("../images/news_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #D68D3A;
	border-left: 1px solid #D68D3A;
	border-right: 1px solid #BE7D34;
	}
	
.news a:hover {
	padding: 5px 15px 0 15px;
	background: #D68D3A url("../images/news_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #BE7D34;
	border-left: 1px solid #BE7D34;
	border-right: 1px solid #D68D3A;
	}
	
.contact a {
	padding: 5px 15px 0 15px;
	background: #778458 url("../images/contact_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #778458;
	border-left: 1px solid #778458;
	border-right: 1px solid #91A16C;
	}
	
.contact a:hover {
	padding: 5px 15px 0 15px;
	background: #91A16C url("../images/contact_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #778458;
	border-left: 1px solid #778458;
	border-right: 1px solid #91A16C;
	}
	
.index a {
	padding: 5px 15px 0 15px;
	background: #AAA590 url("../images/home_nav_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #C7C1A8;
	border-left: 1px solid #C7C1A8;
	border-right: 1px solid #AAA590;
	}
	
.index a:hover {
	padding: 5px 15px 0 15px;
	background: #C7C1A8 url("../images/home_nav_hover_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #AAA590;
	border-left: 1px solid #AAA590;
	border-right: 1px solid #C7C1A8;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group content_about */

#content_about {
	clear: left;
	margin: 10px 200px 0 100px;
	padding: 5px;
	color: #000;
	}
	
#content_about p {
	margin: 20px 0;
	color: #333;
	line-height: 1.6em;
	}
		
#content_about h1 {
	margin: 0 0 -20px 0;
	font-size: 110%;
	font-weight: bold;
	}
	
#content_about h2 {
	color: #888;
	font-size: 120%;
	}
	
#content_about h3 {
	margin: 100px 0 -20px 0;
	padding: 0;
	}
	
#content_about h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	}
	
	/* @end */
/* @group content */

.content {
	clear: left;
	margin: 10px 350px 0 100px;
	padding: 5px;
	color: #000;
	}
	
.content p {
	margin: 20px 0;
	color: #333;
	line-height: 1.6em;
	}
	
.content a {
	margin: 0;
	padding: 0;
	}
	
.content a:hover {
	margin: 0;
	padding: 0;
	}
	
.content h1 {
	margin: 0 0 -20px 0;
	font-size: 110%;
	font-weight: bold;
	}
	
.content h2 {
	color: #888;
	font-size: 120%;
	}
	
.content h3 {
	margin: 100px 0 -20px 0;
	padding: 0;
	}
	
.content h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	}
	
.content .blue {
	color: #0D94F4;
	font-style: italic;
	font-size: x-small;
	line-height: 1.2em;
	}
	
table {
	color: #333;
	line-height: 1.4em;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* @group content_right */

#content_right {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}
	
#content_right a img {
	border: none;
	cursor: pointer;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#content_right h2 {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 1.2em;
	}
	
#content_right h3 {
	margin: 0 0 0 30px;
	padding: 0;
	}
	
#content_right p {
	margin: 0 0 0 30px;
	padding: 0;
	color: #333;
	line-height: 1.3em;
	}
	
#content_right img {
	margin: 30px 0 0 0;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group content_bottom */

#content_bottom {
	clear: both;
	margin: 0 0 0 100px;
	width: 900px;
	}
	
#content_bottom h1 {
	margin: 0 0 -20px 0;
	font-size: 110%;
	font-weight: bold;
	}
	
#content_bottom p {
	margin: 20px 0;
	color: #333;
	line-height: 1.8em;
	}
	
#small_float {
	margin: 0 0 -100px 0;
	width: 450px;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group content_index */

#content_index {
	margin: -100px 550px 0 100px;
	padding: 5px;
	color: #000;
	}
	
#content_index p.top {
	margin: 20px 0;
	color: #333;
	line-height: 1.5em;
	}
	
#content_index p {
	margin: 10px 0;
	color: #333;
	line-height: 1.5em;
	}
	
#content_index a {
	margin: 0;
	padding: 0;
	color: #7921E5;
	}
	
#content_index a:hover {
	margin: 0;
	padding: 0;
	color: #DB21E5;
	}
	
#content_index h1 {
	margin: 0 0 -20px 0;
	font-size: 110%;
	font-weight: bold;
	}
	
#content_index h3 {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group content_right_index */

#content_right_index {
	float: right;
	width: 150px;
	margin: -30px 70px 0 0;
	_margin: -30px 30px 0 0;
	padding: 0;
	}
	
#content_right_index p {
	color: #91A16C;
	font-style: italic;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group photo */

#photo {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#photo p {
	margin: 0;
	padding: 0;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group about */
	
#about_description_top {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #95BFDF url("../images/about_corner_top.jpg") top right no-repeat;
	}
	
#about_description {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 200px;
	background: #95BFDF;
	}
	
#about_description h1 {
	margin: 5px 15px -5px 15px;
	font-family: Impact, "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 110%;
	}
	
#about_description p {
	margin: 5px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 1.2em;
	}
	
#about_description_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #95BFDF url("../images/about_corner_bottom.jpg") bottom right no-repeat;
	}
	
p.about_right_image {
	float: right;
	margin: 0;
	padding: 0;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group services */
	
#services_description_top {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #C7E3F7 url("../images/services_corner_top.jpg") top right no-repeat;
	}
	
#services_description {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 200px;
	background: #C7E3F7;
	}
	
#services_description p {
	margin: 15px 30px 0 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	text-align: right;
	/*font-weight: bold;*/
	color: #333;
	}
	
#services_description_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #C7E3F7 url("../images/services_corner_bottom.jpg") bottom right no-repeat;
	}
	
table.dropofflocations {
	margin: 0;
	padding: 0;
	}
	
.dropofflocations hr {
	border-bottom: 1px solid #eee;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 0;
	padding: 0;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group gallery */
	
#gallery_description_top {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #EAC46C url("../images/gallery_corner_top.jpg") top right no-repeat;
	}
	
#gallery_description {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 200px;
	background: #EAC46C;
	}
	
#gallery_description p {
	margin: 10px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	line-height: 1.5em;
	font-size: 110%;
	}
	
.author {
	font-weight: bold;
	}
	
#gallery_description_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #EAC46C url("../images/gallery_corner_bottom.jpg") bottom right no-repeat;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group news */
	
#news_description_top {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #D68D3A url("../images/news_corner_top.jpg") top right no-repeat;
	}
	
#news_description {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 200px;
	background: #D68D3A;
	}
	
#news_description h1 {
	margin: 10px 20px;
	font-size: 150%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	}
	
#news_description p {
	margin: 10px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	font-size: 110%;
	}
	
#news_description_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #D68D3A url("../images/news_corner_bottom.jpg") bottom right no-repeat;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group contact */
	
#contact_description_top {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #91A16C url("../images/contact_corner_top.jpg") top right no-repeat;
	}
	
#contact_description {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 200px;
	background: #91A16C;
	}
	
#contact_description h1 {
	margin: 20px 20px 10px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	}
	
#contact_description p {
	margin: 10px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Century Gothic", sans-serif;
	font-size: 130%;
	line-height: 1.8em;
	font-weight: lighter;
	}
	
#contact_description_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 306px;
	height: 13px;
	background: #91A16C url("../images/contact_corner_bottom.jpg") bottom right no-repeat;
	}
	
#contact_description a {
	color: #000;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group misc */

#bottom_butterflies img {
	margin: -100px 0 0 470px;
	}
	
.ie-png {
	_margin: -100px 20px 0 470px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/butterfly.png',sizingMethod='scale');
    height: 226px;
    width: 300px;
	}

.ie-hide{
    border:0px solid #FFFFFF;
    _display:none;
	}
	
.com {
	color: #006B29;
	font-weight: bold;
	text-transform: lowercase;
	}
	
.color {
	color: #024A92;
	font-weight: bold;
	text-transform: lowercase;
	}
	
ul.list_left {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #333;
	line-height: 1.5em;
	}
	
ul.list_right {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5em;
	}
	
.noborder img {
	border: none;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group footer */

#footer {
	clear: both;
	margin: 0 0 0 100px;
	padding: 0 0 20px 0;
	color: #D68D3A;
	font-size: x-small;
	}
	
#footer p {
	margin: 0;
	padding: 5px;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
