@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("http://will.illinois.edu/ig/reset-min"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		background: #404639 url(./themes/site_themes/organicdesign/bg_patterns2.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */

        /* underwriting */

        #underwriting { 
                width: 728px;
                height: 100px;
                margin: 10px 0 0 260px;
                padding: 0;
        }  

       #underwriting img {
               margin: 0 0 0 6px;
       }

	/* container */
	#container{
		width: 902px;
		margin: 16px auto 0 auto;
		background: #171A0F url(./themes/site_themes/organicdesign/bg_container.png);
		padding-bottom:10px;
                position: relative;
	}

	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
               left: 0;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(./themes/site_themes/organicdesign/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(http://will.illinois.edu/themes/site_themes/organicdesign/iepngfix2.htc);} /* to correct transparent png in IE */


       /* mainimage additions  to make it white background */
	#mainimagetop{
		position: absolute;
		width: 860px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(./themes/site_themes/organicdesign/container_topwhite.png) left bottom no-repeat;
	}
	* html #mainimagetop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	
	#mainimagebottom{
		position: absolute;
		width: 860px;
		margin: 0 auto -100px 21px;
		height: 10px;
		font-size:0.1em;
		background:url(./themes/site_themes/organicdesign/container_bottomwhite.png) left bottom no-repeat;
	}
	* html #mainimagebottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =HEADER */

        #header {
		background: url(./images/illinoisgardener/IGHeader.jpg) 20px 10px no-repeat;
      /*         margin-left: 18px; */
               margin-top: 16px;
               width: 880px;
               height: 179px;  
        }

	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
                margin-left: -2000px;
	}

/* =ADDED STYLES */

h2 { font-size: 1.7em; color: #000; font-weight: bold; margin-bottom: 1em;}
h3 { font-size: 1.6em; color: #537600; font-weight: bold; }
h4 { font-size: 1.4em; color: #000; font-weight: bold; margin: 1em 0 0 20px; padding: 0;}

.required { font-size: 1.4em; color: #EE0044; }

.clearleft {clear:left; }

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(./themes/site_themes/organicdesign/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 16px auto 20px auto;
	}
	#navigation_wrapper h3 {
               height: 0;
               margin: 0 0 0 -4000px;
               padding: 0;
        }
   
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(./themes/site_themes/organicdesign/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(./themes/site_themes/organicdesign/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(./themes/site_themes/organicdesign/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #b1b3ab;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
                background: #fff;
		width:860px;
		height: 360px;
		position: relative;
		margin: 0 auto;
	}
	#main_image img { float:left; margin-right: 10px;}
	
	#main_image p { 
		color: #000;
		font-family: "Trebuchet MS";
		font-size: 1.4em;
		margin: 0 .5em .5em 1em;
		padding: 0 0 0 10px;
		}

       #main_image h2 { padding: 1em 0 0 20px; margin: 0 0 10px 0; }

/* =MAIN CONTENT */
	#main_content{
                background: #fff;
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	#main_content img { float:left; margin: 10px 10px 0 0; padding: 2px; background-color:#f0f0f0; border:1px solid #d8d8d8;}

	#main_content img.indent { float:left; margin: 10px 10px 0 20px; padding: 2px; background-color:#f0f0f0; border:1px solid #d8d8d8;}

	#main_content img.plain { float:left; margin: 4px 10px 0 0; padding: 0; background: none;}
	
	#main_content p { 
		color: #000;
		font-family: "Trebuchet MS";
		font-size: 1.4em;
		margin: 1em;
		padding: 0 0 0 10px;
		}

       #main_content h2 { padding: 0 0 0 20px; margin: -12px 0 0 0; }

       #main_content li { padding-left: 20px; margin: 0; font-size: 1.2em; }

       #main_content ul.bullet li { padding-left: 20px; margin: 0; font-size: 1.2em; list-style: disc;}
	
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(./themes/site_themes/organicdesign/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(./themes/site_themes/organicdesign/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(http://will.illinois.edu/themes/site_themes/organicdesign/iepngfix2.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
	    clear: left;
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(./themes/site_themes/organicdesign/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(./themes/site_themes/organicdesign/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 10px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(./themes/site_themes/organicdesign/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
                clear:left;
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#servicescontent{
		width: 858px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(./themes/site_themes/organicdesign/services_bg.jpg) bottom repeat-x;
		padding: 20px 0 30px 0;
	}
	/* sevices header */
	#services h2{
		/* background: #2d3622 url(./themes/site_themes/organicdesign/services_top_bg.jpg); */
		height: 39px;
		font-size:2.5em;
		color: #7C7C58;
		padding: 12px 0 0 20px;
		border-bottom: 1px solid #2b2e1f;
	}
	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(./themes/site_themes/organicdesign/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(./themes/site_themes/organicdesign/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		/* background: url(./themes/site_themes/organicdesign/services_bg_pic.jpg) left top no-repeat; */
	}
	/* list of services */
	.serviceslist{
		padding-left: 10px;
		float: left;
		font-size:1.2em;
		line-height:1em;
	}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 275px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
               color: #b1b3ab;  
		background: #323C26 url(./themes/site_themes/organicdesign/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(./themes/site_themes/organicdesign/list_dotted_border.gif) bottom repeat-x;
	}


/* =SLIDESHOW */

      #slideshow { 
               width: 530px;
               float:right;
               padding-right: 10px;
      }

      #slideshow img { margin-right: 12px; }

/* Flash Video styles */

.flv {
float: left;
margin: 1em;
padding:0;
width:400px;
height: 339px;
}

#thePlaylist {
float: left;
}

.mainlist li a {
                font-size: 1.3em;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #5599a7;
                padding: 4px;
		background: url(./themes/site_themes/organicdesign/list_dotted_border.gif) bottom repeat-x;
	}

.mainlist li a:hover{
		color: #bb800f;
}
	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(./themes/site_themes/organicdesign/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
                color: #7B8266;
		background: #313B24 url(./themes/site_themes/organicdesign/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 300px;
		float: left;
		background: url(./themes/site_themes/organicdesign/logo_small.gif) left bottom no-repeat;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(./themes/site_themes/organicdesign/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(http://will.illinois.edu/themes/site_themes/organicdesign/iepngfix2.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
                color: #7B8266;
	}
	#footer a{
		color: #7B8266;
	}
	#footer a:hover {
		color: #AFBB4F;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}