/* CSS file: ../css/gardenworks_main.css for http://www.gardenworks-wny.com
Written in CSS 2.1
Written by Scott Brasted
Main Style Sheet for gardenworks-nwy.com web site. */

/* begin BODY tag */
	body {
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
	background-color: #ffffff;
	font-family: "bell MT", "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	margin: 0px auto;
	clear: both;
/*	float: right; /* ADD to fix IE6 and IE7 */
	background-image: url("../graphics/gw_logo.jpg"); 
	background-repeat: no-repeat;
	background-position: 80% 2%;
	}

/* begin DIV tags */
	div#jello {
	width: 800px;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
	div#wrapper {
	float: right;
	width: 100%;
	}
	
	div#main {  /* for page main body content*/
	float: right;
	width: 630px;
	margin: 415px 0px 10px 0px;
	clear: right;
	position:relative; /* ADD to fix IE6 */
	}
	
	div#sb_left {  /* holds menu and sb_left_mission div */
	float: left;
	width: 183px;
	height: 387px;
	margin: 7px 0px 10px -53px;
	font-size: 11pt;
	color: #000000;
	clear: right;
	}
	
	div#sb_left_mission {
	width: 130px;
	height: 410px;
	float: left;
	margin: 200px 0px 10px 15px;
	padding: 5px 5px 10px 5px;
	font-style: italic;
	font-size: 13pt;
	color: #000000;
	background-color: #cbe2b8;
	border-color: #11740a;
	border-style: double;
	clear: left; /* for ie7 box not lining up left */
	display: inline; /* for ie6 box not lining up left */
	position: relative; /* for ie6 box not lining up left */
	}
	
	div#sb_left a#not_menu {
	font-size: 18px;
	font-style: italic;
	color: #11740A;
	font-family: "bell MT", "Times New Roman", serif;
	}

	div#footer {	/* for php inserted footers - inside footer_inc.php */
	position: relative;
	text-align: center;
	clear: right; 
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
	div.indent_20 {
	margin-left: 20px;
	}
	
/* begin header tags */	
	h1 h2 h3 h4 {
	font-weight: bold;		
	}

	h1 {
	font-size: 14pt;
	}
	
	h2 {
	font-size: 13pt;
	}
	
	h3 {
	font-size: 12pt;
	}
			
	h4 {
	font-size: 11pt;
	}
	
	h2.no_top {
	margin-top: 0px;
	}
	
	h2.no_bottom {
	margin-bottom: 0px;
	}
	
	h2.no_top_bottom {
	margin-top: 0px;
	margin-bottom: 0px;
	}

	h3.no_top {
	margin-top: 0px;
	}
	
	h3.no_bottom {
	margin-bottom: 0px;
	}
	
	h3.no_top_bottom {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	h4.no_top {
	margin-top: 0px;
	}
		
	h4.no_bottom {
	margin-bottom: 0px;
	}	
	
	h4.no_top_bottom {
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
	h4.small_top {
	margin-bottom: 0px;
	margin-top: 1px;
	padding-top: 0px;
	}
	
/* begin paragraph (p) tags */		
	p.top_left {
	margin-top: 335px;
	text-align: left;
	}
	
	p.left {
	text-align: left;
	}
	
	p.center {
	text-align: center;
	}
	
	p.right {
	text-align: right;
	}

	p.margin_top_none {
	margin-top: 0px;
	}
	
	p.margin_bottom_none {
	margin-bottom: 0px;
	}
	
	p.margin_top_bottom_none {
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
	p.margin_botton_4 {
	margin-bottom: 4px;
	}
	
	p.margin_none {
	margin-top: 0px;
	}

/* begin ul tags */	
	ul#foot_form {
	font-weight: bold;
	font-size: 10pt;
	line-height: 105%;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
	ul.margin_none {
	margin-top: 0px;
	margin-left: 125px;
	padding-left: 125px;
	}
	
	ul.margin_less_25 {
	margin-left: -25px;
	}
	
	ul.margin_less_25_top_4 {
	margin-left: -25px;
	margin-top: 4px;
	}
	
	ul.nav {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	border-top: none;
	border-right: 50px;
	border-bottom: none;
	border-left: 50px;
	padding: 5px 15px 5px 15px;
	}
	
	ul.img_nav {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	border-top: none;
	border-right: 50px;
	border-bottom:none;
	border-left: 50px;
	padding: 5px 15px 5px 15px;
	}
	
	ul.nav li{
	display: inline;
	}
	
	ul.nav2 li{
	display: inline;
	font-size: 15pt;
	font-weight: bold;
	}
	
	ul.nav a {
	border-top: none;
	border-right: 50px;
	border-bottom:none;
	border-left: 50px;
	padding: 5px 15px 5px 15px;
	background-color: #eaeaea;
	}
	
	ul.foot_form {
	clear: right;
	font-weight: bold;
	font-size: 10pt;
	line-height: 105%;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
/* begin li tags */
	li {
	margin-left: 0px;
	padding-left: 0px;
	}
	
	li.bold_no_list {
	font-weight: bold;
	list-style: none;
	}
	
/* begin link tags */
	a:link {
	text-decoration: none;
	color: #021F00;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	}

	a:visited {
	text-decoration: none;
	color: #484848;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	}

	a:hover {
	text-decoration: underline;
	font-size: 10pt;
	color: #021F00;
	border-bottom: none;
	font-family: arial;
	
	}

/* begin pseudo: link with descendant selector CLASS tags */
	.sbar_link a:link {
	text-decoration: none;
	color: #4b0082;
	font-weight: bold;
	}

	.sbar_link a:visited {
	text-decoration: none;
	color: #800080;
	font-weight: bold;
	}

	.sbar_link a:hover {
	text-decoration: underline;
	color: #4b0082;
	border-bottom: none;
	font-size: 12pt;
	}
	
/* begin span tags */
	span.bold_10 {
	font-weight: bold;
	font-size: 10pt;
	}
	
	span.bold {
	font-weight: bold;
	}
	
	span.arial_13 {
	font-family: arial;
	font-size: 13px;
	}
	
	span.start {
	font-weight: bold;
	font-size: 16px;
	}
	
/* begin image tags */		
	img.right {
	float: right;
	padding: 10px 0px 1px 10px;
	}
	
	img.left {
	float: left;
	padding: 10px 10px 1px 0px;
	}
	
	img#right_about {
	float: right;
	margin-top: -97px;
	padding: 10px 0px 1px 10px;
	}
	
	img#right_corry {
	position: relative;
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	padding: 10px 0px 1px 10px;
	}
	
	img#right_jcc {
	position: relative;
	float: right;
	margin-top: -9px;
	margin-right: 40px;
	padding: 10px 0px 1px 10px;
	}
	
	img#right_clcs {
	position: relative;
	float: right;
	margin-top: -8px;
	margin-right: 20px;
	padding: 10px 0px 1px 10px;
	}
	
	img#right_fs2 {
	float: right;
	margin-top: -10px;
	padding: 10px 0px 1px 10px;
	}
	
	img#right_fs {
	float: right;
	margin-top: 10px;
	padding: 10px 0px 1px 10px;
	}
	
	a img{ 
	border-style: none;
	}
			
/* begin misc. class tags */	
	.top_25 {
	margin-top: 25px;
	margin-bottom: 2px;
	}
	
	.bottom_2 {
	margin-bottom: 2px;
	}
	
/* begin page specific misc. id tags */
	ul#stand_ul_margin_top_bottom { /* stand.php */
	margin-left: -8px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-position: outside;
	padding-left: 25px;
	}
	
	p#stand_p_margin_bottom {  /* stand.php */
	margin-bottom: 2px;
	}
	
	p#stand_p_margin_top {  /* stand.php */
	margin-top: 2px;
	}
	
	h1#radio_text {  /* radio.php */
	position: relative;
	font-size: 14px;
	padding-left: 120px;
	}
	
	h1 img#radio {  /* radio.php */
	position: absolute;
	top: -58px;
	left: -2px;
	border: none;
	}
	
	div#no_border_link {
	border-style: none;
	}
	
	div#menu_tbl {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	#box {
	border-color: #11740A;
	border-style:solid;
	border-width:2px;
	padding: 5px;
	}
	
	/* end gardenworks-wny.com main style sheet */