/* CSS Document */
/* I appologize  for all of the IE hacks, but they were necessary in order to get the page to work. */

a:link	{
	color: #375288;
	text-decoration: underline		
}

a:visited {
	color: #705E5C;
}

a:hover, a:visited:hover {
	color: #cc9900; 
	text-decoration: underline
}

#bannerprint {
	display:none;
}

body {
	background-color: #8b3603;
	background-image:  url("/sustainablefuture/images/body-bkg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.emphasis {
	color: #60759F;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

#empty {
	position:relative;
}

/****************************** FOOTER STYLES *********************************/
	#footerbtmnav {
		display: none;
	}
	#footer {
		font-weight: normal;
		float: left; 
		clear: both;
		line-height: 16px;
		background-color: #e6e2da;
		border-top: 1px solid #9b9b9b;
		margin-bottom:30px;
		padding: 15px 30px 5px 15px;
		width: 707px;
	}
	#footer p {
		font-size: 10px;
	}
	#footer #footeraddress {
		float: left;
		width: 504px;
	}
	#footer #footercopyright {
		float: left;
		clear: none;
		width: 200px;
	}
	
/****************************** END FOOTER STYLES *********************************/


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

h1	{
	color: #277C2F; 
	font-size: 20px;
	font-weight: lighter;
	padding-top: 10px;
}

h2	{
	color: #277C2F; 
	font-size: 18px;
	font-weight: lighter;
	padding-top:5px;
}

h3	{
	color: #277C2F; 
	font-size: 16px;
	font-weight: lighter;
}

h4	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 4px;
	text-transform: uppercase;
}
	
h5	{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 10px 0px 0px;
}

/******************************** PAGE HEADER STYLES ***********************************/
	#header {
		background-color: #fff;
		padding: 0 20px 0 0;
		margin-bottom: 8px;
	}
	#headerbanner {
		background-image: url("/sustainablefuture/images/deptName-new.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		/*min-width: 500px;*/
	}
	#header #task-nav { 
		float: right;
		width: 600px;
	}
	#header ul {
		margin: 0 -10px 0 -45px; /* the -45px affects Mac/Safari3 only, and it needs it */
		padding: 5px 3px 2px 0px;
		text-align: right;
	}
	*:first-child+html #header ul {
		margin-left: -50px;
	}
	#header ul li {
		border-right: 1px solid #000;
		display: inline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 81.8%;
		font-weight: lighter;
		letter-spacing: 0em;
		line-height: 16px;
		padding: 0px 8px 2px 4px;
		position: relative;
		text-transform: uppercase;
	}
	* html #header ul li {
		padding: 0px 3px 2px 5px;
	}
	*:first-child+html #header ul li {
		padding: 0px 3px 2px 5px;
	}
	#header ul li.last {
		border-right: none;
	}
	#header ul li a,#header ul li a:visited {
		color: #000;
		text-decoration: none;
	}
	#header ul li a:hover, #header ul li a:visited:hover {
		color: #8b3003;
	}
	#header ul li a img {
		margin: 0px;
	}
	#header ul li ul {
		display: none;
		padding: 2px 8px 0px 4px;
		width: 100px;
	}
	#header ul li:hover ul,
	#header ul li.over ul {
		display: block;
		left: 0px;
		margin: 0;
		position: absolute;
		text-align: left;
	}
	* html #header ul li.over ul {
		top: 12px;
	}
	*:first-child+html #header ul li:hover ul {
		left: 5px;
		margin: 0;
		top: 10px;
	}
	#header ul li:hover ul li,
	#header ul li.over ul li  {
		border-right: none;
		display: block;
		font-size: 100%;
		margin-left: 0px;
		padding: 0px;
		text-align: left;
		text-transform: none;
}
#topbar {
	margin: 7px 0 7px 1px;
}
/******************************** END PAGE HEADER STYLES ***********************************/




/****************************** LEFT NAVIGATION STYLES **********************************/

#leftnav {
	float: left;
	left: 0px;
	margin: 0px;
	padding: 10px 0px 0px 14px;
	position: relative;
	top: auto;
	width:136px;
	z-index: 1000;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	margin-right: 0px;
	position:relative;
	top: -3px;
}
/* End */

#leftnav ul {
	margin: 0px;
	padding: 0px;
}

#leftnav li { /*top level items */
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
	padding-right: 10px;
	position: relative;
}
#leftnav li a:link, #leftnav li a:visited {
	color: #900;
}

#leftnav li a:hover, #leftnav li a:visited:hover {
	color: #c90; 
}

#leftnav li a, #leftnav li a:visited, #leftnav li a:hover, #leftnav li a:visited:hover {
	text-decoration: none;
}

*:first-child+html #leftnav ul#leftnavlist li a:hover { /*top level items 
	width: 135px;*/
}

#leftnav li ul { /* second level list */
	background-color:#ECE9C8;
	display: none;
	left: 135px;
	list-style: none;
	position: absolute;
	top: -1px;
	padding: 8px 5px 3px 15px;
	margin:0;
	width: 250px;
}

#leftnav li ul li {
	padding-bottom: 4px;
}

#leftnav ul#leftnavlist li ul li a {
	/*width: 250px; */
}

#leftnav li:hover ul, #leftnav li.over ul { 
	display: block;
}

/********************************** END LEFT NAVIGATION STYLES ************************************/



/****************************** MAIN CONTENT AREA OF PAGE STYLES **********************************/

a img {
	border:0;
}

#main {
	background-color: #FFF;
	background-image:  url("/sustainablefuture/images/ltBg.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* Fix IE. Hide from IE Mac \*/
* html #main {
	background-position: 1px 0px;
}
/* End */


#mainbottombg { /* the sole purpose of this is to place the grass image at the bottom left of the menu */
	background-image:  url("/sustainablefuture/images/ltBg2.gif");
	background-position: left bottom; 
	background-repeat: no-repeat;
}

#maincontent {
	margin: 0px 180px 0px 166px;
	min-height: 420px; /* pushes the footer down on short pages - doesn't work for IE Win) */
	padding: 0px 20px 20px 0px;
	position: relative;
	z-index: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #maincontent {
	margin-top: 10px;
	padding: 0px 0px 20px 0px;  /* padding needs to go with the width, below */
	width: 386px; /* needed to fix problem with leftnav indenting maincontent in IE */
}
/* End */
*:first-child+html #maincontent { /*top level items */ 
	margin: 0px 180px 0px 166px;
	min-height: 420px; /* pushes the footer down on short pages - doesn't work for IE Win) */
	padding: 0px 20px 20px 0px;
	z-index: 0;
}

#maincontent li {
	line-height:16px;
}
#maincontent span.bigger-em {
	font-size: 109% !important;
	font-weight: bold;
	font-style: italic;
}

#mainempty {
	/* in case the content doesn't streatch below the nav or sidebar */
	clear:both;
}

#maingap {
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #maingap {
	position:relative;
	top: -3px; 
}
/* End */

#mainidbanner {
	float: right;
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-image:url('/sustainablefuture/images/idBanner3.jpg');
	height:157px;
	width:600px;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainidbanner {
	position:relative;
	top: -3px;
}
/* End */
*:first-child+html #mainidbanner {
	float: none;
}


		/***************************** RIGHT SIDEBAR STYLES ****************************/

		#mainright {
			background-image:  url("/sustainablefuture/images/rtBg.jpg");
			background-repeat: no-repeat;
			float:right;
			margin: 0px;
			padding: 0px;
			top: 0px;
			width: 180px;
		}
		
		/* Fix IE. Hide from IE Mac \*/
		* html #mainright {
			position: relative;
			top: -3px;
		}
		/* End */
		
		#mainright p {
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			padding: 0px 10px 10px 10px;
		}
		
		#mainright p.quote {
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-style: italic;
			line-height: 22px;
			padding: 10px 10px 0px 10px;
			width: 157px;
		}

		/***************************** END RIGHT SIDEBAR STYLES ****************************/

/****************************** END MAIN CONTENT AREA OF PAGE STYLES **********************************/

p {
	line-height: 16px;
	margin-top: 5px;
}

/****************************** SEARCH BOX STYLES **********************************/

#searchbox {
	background-color:#EDE8C0;
	padding: 4px 0px 8px 8px;
}

/* Fix IE. Hide from IE Mac \*/
* html #searchbox {
	margin: -12px 0px -10px 0px;
	padding: 1px 0px 1px 8px;
}
/* End */

/* IE7 Fix */
  *:first-child+html #searchbox {
	margin: -12px 0px -10px 0px;
	padding: 1px 0px 1px 8px;
}


#searchbox label {
	display: none;
}

#searchbox fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#search {
	background-color: #fff;
	color: #666;
	font-size: 90%;
	height: 13px;
	padding-top: 3px;
}

.searchbutton {
	position: relative;
	top: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html .searchbutton {
	left: 20px;
	top: 3px;
}
/* End */

/* IE7 Fix */
  *:first-child+html .searchbutton {
	top: 3px;
}


/****************************** END SEARCH BOX STYLES **********************************/

#wrapper	{
	margin: 0px auto;
	padding: 0px;
	width: 752px;   
}

	

