/*************************************************************************
	@imports
*************************************************************************/
	 /*\*//*/
  	@import "ie5mac.css";
	/**/
	@import url("pagination.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/
	body, table, tr, td, form, select, option, text, input, textarea
	{
		font: x-small/1.3 arial, Helvetica, sans-serif;
	}
	
	body
	{
		background: #fff url(../img/bg_body.gif);
		background-repeat: repeat-y;
		background-position: center top;
		background-attachment: scroll;
	}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			color: #818285;
			margin: 0;
			padding: 0;
			padding-left: 19px;
			line-height: 1.3;
		}
		
		h1 { font-size: 1.8em; padding: 0; }
		h2 { font-size: 1.6em; padding: 0; }
		h3 { font-size: 1.2em; color: #636466; margin: 15px 0 5px 0; }
		h4 { font-size: 1.1em; margin-top: 5px; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		label
		{
			font-size: 1.1em;
			margin-bottom: 1em;
		}
		
		input#btn
		{
			border-right: 2px solid #7A7A7A;
			border-bottom: 2px solid #7A7A7A;
			background-color: #A1B39C;
			color: #FFF;
			font-weight: bold;
			font-size: 1.1em;
			text-transform: uppercase;
			height: 20px;
			float: right;
		}
		
		input.submit	{ display: block; margin-left: 10px }
		
		div#containerFeatured form
		{
			display: block;
			padding-left: 20px;
		}
		
		div#containerFeatured label,
		div#containerFeatured form span
		{
			display: block;
			float: left;
			clear: left;
			width: 100%;
		}
		
		div#containerFeatured select
		{
			width: 200px;
		}
		
		form#feedbackform
		{
			display: block;
			padding: 0 20px;
		}
		
		form#feedbackform div
		{
			display: block;
			clear: left;
		}
		
		form#feedbackform div label
		{
			display: table;
			float: left;
			width: 150px;
			text-align: right;
			margin-right: .3em;
		}
		
		form#feedbackform div input,
		form#feedbackform div input#char_1
		{
			width: 250px;
			font-size: 1.1em;
		}
		
		form#feedbackform div textarea
		{
			width: 400px;
			height: 100px;
			font-size: 1.1em;
		}
		
		form#search label input,
		form#search label select
		{
			font-size: 1em;
		}
		
		form#search span.formButtons
		{
			float: left;
			margin-left: 0px;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		
		form#feedbackform span.formButtons
		{
			float: left;
			margin-left: 155px;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		html>body form#feedbackform span.formButtons	{ margin-left: 152px; }
		
		div.frm4828 form#feedbackform span.formButtons	{ margin-left: 0px; }
		
		form#feedbackform span.formButtons input#btn,
		form#search span.formButtons input#btn
		{
			border-right: 2px solid #7A7A7A;
			border-bottom: 2px solid #7A7A7A;
			background-color: #C4D9BE;
			color: #FFF;
			font-weight: bold;
			font-size: 1.1em;
			text-transform: uppercase;
			height: 20px;
			float: left;
		}
		
		form#feedbackform span.formButtons input#btnSubmit,
		form#search span.formButtons input#btnSubmit
		{
			border-right: 2px solid #7A7A7A;
			border-bottom: 2px solid #7A7A7A;
			background-color: #A1B39C;
			margin-right: 10px;
			color: #FFF;
			font-weight: bold;
			font-size: 1.1em;
			text-transform: uppercase;
			height: 20px;
			float: left;
		}

	
	

	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:active, a:hover
		{
			color: #818285;
			text-decoration: none;
		}
		
		a:hover
		{
			text-decoration: underline;
		}

		a img
		{
			border: none;
		}
		
		
	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			display: block;
			line-height: 1.4em;
		}
		
		dt
		{
			margin-right: .4em;
			font-weight: bold;
			width: auto;
			float: left;
		}
		
		dd
		{
		}
		
		ul, ol
		{
			margin: 0 0 0 1.8em;
			padding: 0;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}

		
	/**************/
	/*** @other ***/
	/**************/
		img
		{
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		div.meta
		{
			color: #666;
			font-size: .9em;
		}
		
		div.meta ul
		{
			margin-bottom: .3em;
		}

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0 0 1em 0;
			padding: 0;
			border-collapse: collapse;
		}
		
		tr
		{
			margin: 0;
			padding: 0;
		}
		
		th
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.1em;
		}
		
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.1em;
		}
		
		tr.rowStyle2
		{
			background: #F6F5F1;
		}

			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
		}
		
		p
		{
			margin: 0 0 1em 19px;
			padding: 0;
		}
		
		p.dateStamp
		{
			margin-bottom: .3em;
		}
		
		p+ul
		{
			margin-top: -1em;
		}
		
		.important
		{
			background-color: #CC6633;
			padding: 0 .5em;
			color: #fff;
		}
	
		span.required
		{
			color: #CC6633;
			padding-left: 20px;
		}
		
		span.date
		{
			color: #858198;
			display: block;
		}

	
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		div.alignLeft
		{
			text-align: left;
			clear: left;
			padding-left: 20px;
		}
		
		div.alignLeft .captions
		{
			margin-right: 1.5em;
			float: left;
			clear: left;
		}
		
		div.alignLeft img
		{
			margin: .5em 1.5em .5em 0;
			float: left;
		}
		
	/*** @alignRight ***/
		a.alignRight
		{
			display: block;
			text-align: right;
		}
		
		div.alignRight
		{
			text-align: right;
			padding-right: 20px;
		}
		
		div.alignRight .captions
		{
			margin-left: 1.5em;
			float: right;
		}
		
		div.alignRight img
		{
			margin: .5em 0 .5em 1.5em;
			float: right;
		}

	/*** @alignRight ***/
		div.alignCenter
		{
			margin: 0 auto 1em auto;
			display: inline;
		}
	
	.captions
	{
		color: #666;
		text-align: center;
	}
	
	.extraDiv01, .extraDiv02, .extraDiv03
	{
		font-size: 0;
		line-height: .01px;
		text-indent: -9999px;
	}
	
	.hide
	{
		height: 0;
		width: 0;
		font-size: 0;
		line-height: .01;
		display: none;
	}
	
	.indent
	{
	}
		
	.outdent
	{
		margin-left: -1em;
	}

	/*** @columns ***/
		.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;
			float: left;
		}
		
		.column.first
		{
			margin-left: 0;
		}
		
		.column.last
		{
			margin-right: 0;
		}
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		width: 790px;
		background: url(../img/bg_wrapper.gif) 0px 0px no-repeat;
		padding: 0px;
		margin: 40px 0 0 20px;
		font-size: 1.2em;
	}
	
	div#zoneHeader
	{
	position: relative;
		height: 80px;
		background: none;
		background: none;
		text-align: left;
		padding-top: 13px;
		margin: 0 19px 0 12px;
		border-bottom: 1px solid #6A7F65;
	}
	
	div#zoneMain
	{
		position: relative;
		left: 61px;
		color: #636466;
		font-size: .9em;
		background: none;
		text-align: left;
		padding: 0px 19px 10px 0px;
		margin: 0;
		border-left: 1px solid #6A7F65;
		display: block;
		float: left;
		width: 691px;
	}
	html>body div#zoneMain	{ margin-top: -8px; }

	div.frm4822 div#zone1,
	div.frm4824 div#zone1,
	div.frm4825 div#zone1
	{
		border-right: 1px solid #B0BBAD;
	}
	html>body div#zone1	{  }
	
	div#zone1Wide
	{
		width: auto;
	}

	div#zone2
	{
	}
	
	div#zoneFooter
	{
		color: #636466;
		font-size: .9em;
		background: none;
		text-align: right;
		padding: 0px 10px 0px 0px;
		margin: 0px 18px 0px 13px;
		height: 26px;
		border-top: 1px solid #6A7F65;
		background: url(../img/bg_zoneFooter.gif) -1px top repeat-y;
	}
	html>body div#zoneFooter	{ margin-left: 13px; }

/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @areaSiteSearch ***/
	/*********************/
	form#areaSiteSearch
	{
		position: absolute;
		width: auto;
		height: 21px;
		top: 64px;
		right: 20px;
		padding: 0;
		display: block;
	}

	#areaSiteSearch label
	{
		background: url(../img/label_search.gif) left 6px no-repeat;
		margin-right: 34px;
		padding: 0;
		height: 18px;
		width: 34px;
		float: left;
		display: block;
	}

	#areaSiteSearch label input.searchField
	{
		font-size: 1em;
		height: 13px;
		width: 100px;
		border-top: 2px solid #909090;
		border-right: 2px solid #E3E3E3;
		border-bottom: 2px solid #E3E3E3;
		border-left: 2px solid #909090;
		margin-left: 36px;
		float: left;
	}

	#areaSiteSearch input.btnSubmit
	{
		margin-left: -32px;
		margin-top: -1px;
		height: 21px;
		width: 31px;
		float: left;
	}
	html>body #areaSiteSearch input.btnSubmit	{ margin-left: 73px; }
		
	#areaSiteSearch label span
	{
		font-size: 1px;
		color: #FFF;
		text-indent: -9999px;
		line-height: 0;
	}

		
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			position: relative;
			height: 80px;
		}
		
		div#zoneBranding a
		{
			width: 281px;
			height: 45px;
			display: block;
		}
		
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			position: absolute;
			top: 70px;
			float: left;
			left: 70px;
			display: block;
			width: 392px;
			margin: 0px;
			padding: 0px;
			height: 10px;
			
		}
		
		div#navPrimary a
		{
			background-position: left top;
			background-repeat: no-repeat;
			color: #fff;
			display: block;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			height: 10px;
			border-right: 2px solid #60765B;
		}
		
		div#navPrimary li:hover a, div#navPrimary a:hover
		{
		}

		div#navPrimary a span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
		}
		
		div#navPrimary ul
		{
			margin-left: 0;
			list-style: none;
			position: relative;
		}
		
		div#navPrimary li
		{
			float: left;
			margin-right: 10px;
			list-style: none;
		}
		

	/*	 
		(nav4821) Who We Are
		(nav4822) What We Do
		(nav4824) Resources
		(nav4825) Newsroom		
	*/
		
	/* (nav4821) Who We Are */
		li#nav4821
		{
			width: 91px;
			left: 0;
		}

		li#nav4821.active a { background-image: url(../img/nav4821active.gif); }
		li#nav4821 a { background-image: url(../img/nav4821.gif); }
		li#nav4821:hover a, li#nav4821 a:hover, li#nav4821.active a:hover { background-image: url(../img/nav4821active.gif); }
		li#nav4821:hover li a, li#nav4821 li a, li#nav4821.active li a, li#nav4821 li a:hover, li#nav4836.active li a:hover
		{
			background-image: none;
		}
		
		
	/* (nav4822) What We Do */
		li#nav4822
		{
			width: 90px;
			left: 80px;
		}
		
		li#nav4822.active a { background-image: url(../img/nav4822active.gif); }
		li#nav4822 a { background-image: url(../img/nav4822.gif); }
		li#nav4822:hover a, li#nav4822 a:hover, li#nav4822.active a:hover { background-image: url(../img/nav4822active.gif); }
		li#nav4822:hover li a, li#nav4822 li a, li#nav4822.active li a, li#nav4822 li a:hover, li#nav4822.active li a:hover
		{
			background-image: none;
		}
	
	/* (nav4824) Resources */
		li#nav4824
		{
			width: 77px;
			left: 367px;
		}
		
		li#nav4824.active a { background-image: url(../img/nav4824active.gif); }
		li#nav4824 a { background-image: url(../img/nav4824.gif); background-position: left 1px;; border: none; }
		li#nav4824:hover a, li#nav4824 a:hover, li#nav4824.active a:hover { background-image: url(../img/nav4824active.gif); }
		li#nav4824:hover li a, li#nav4824 li a, li#nav4824.active li a, li#nav4824 li a:hover, li#nav4824.active li a:hover
		{
			background-image: none;
		}
		
	/* (nav4825) Newsroom */
		li#nav4825
		{
			background-image: none;
			width: 73px;
			left: 586px;
		}
		
		li#nav4825.active a { background-image: url(../img/nav4825active.gif); }
		li#nav4825 a { background-image: url(../img/nav4825.gif) }
		li#nav4825:hover a, li#nav4825 a:hover, li#nav4825.active a:hover { background-image: url(../img/nav4825active.gif); }
		li#nav4825 li a, li#nav4825.active li a, li#nav4825 li a:hover, li#nav4825.active li a:hover
		{
			background-image: none;
		}


		
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	#zoneMain h2
	{
		height: 69px;
		width: auto;
		background: url(../img/bg_catagoryHeader.gif) left top no-repeat;
	}
	
	#zoneMain h2 span
	{
		display: block;
		position: relative;
		top: 49px;
		height: 12px;
		border-bottom: 1px solid #B0BBAD;
		margin-left: 0px;
		margin-right: 8px;
		padding-bottom: 7px;
		padding-left: 7px;
		font-size: 1px;
		line-height: 0;
		text-indent: -9999px;
		background-position: 20px 0px;
		background-repeat: no-repeat;
	}
	
	#zoneMain h2 span#hdr4821	{ width: 125px; background-image: url(../img/hdr4821.gif); }
	#zoneMain h2 span#hdr4822	{ width: 127px; background-image: url(../img/hdr4822.gif); }
	#zoneMain h2 span#hdr4823	{ width: 161px; background-image: url(../img/hdr4823.gif); }
	#zoneMain h2 span#hdr4824	{ width: 106px; background-image: url(../img/hdr4824.gif); }
	#zoneMain h2 span#hdr4825	{ width: 112px; background-image: url(../img/hdr4825.gif); }
	#zoneMain h2 span#hdr4825archive	{ width: 192px; background-image: url(../img/hdr4825archives.gif); }
	#zoneMain h2 span#hdr4826	{ width: 143px; background-image: url(../img/hdr4826.gif); }
	#zoneMain h2 span#hdr4827	{ width: 115px; background-image: url(../img/hdr4827.gif); }
	#zoneMain h2 span#hdr4828	{ width: 136px; background-image: url(../img/hdr4828.gif); }
		
	#zoneMain div.clearFix
	{
		margin-bottom: -.4px; /* for firefox */
		border-bottom: 3px solid #fff;
	}
	
	div.frame4836 #zoneMain
	{
		background-position: 544px 0;
	}
	
	div#zoneMain p.offset
	{
		padding: 5px 20px;
		margin: 0px 19px 0px 0px;
	}


/*************************************************************************
	@zone1
*************************************************************************/
	div#zone1 a
	{

	}
	
	div#zone1 a.persist
	{
		margin-top: .5em;
		margin-bottom: 3em;
		display: block;
		font-size: .9em;
		text-align: right;
		text-transform: uppercase;
	}
	
	div#zone1 h4,
	div#zone1 h4 a,
	div#zone1wide h4,
	div#zone1wide h4 a,
	div#containerList h4,
	div#containerList h4 a,
	div#containerLanding h4,
	div#containerLanding h4 a
	{
		color: #889884;
	}
	
	div#containerList h4
	{
		margin-top: 1em;
	}
	
	div#zone1 h5
	{
		margin-top: 1em;
		margin-bottom: .6em;
		font-size: 1.1em;
	}
	
	div.frm4822 div#zone1
	{
		display: block;
		float: left;
		clear: right;
		width: 400px;
	}
	
	html>body div.frm4822 div#zone1.containerLanding
	{
		width: 430px;
	}
	
	div.frm4822 div#zone1.containerShow
	{
		width: 471px;
	}
	html>body div.frm4822 div#zone1.containerShow	{ padding-right: 20px; width: 470px; }
	
	div.frm4824 div#zone1,
	div.frm4825 div#zone1
	{
		display: block;
		float: left;
		clear: right;
		width: 410px;
	}
	html>body div.frm4824 div#zone1,
	html>body div.frm4825 div#zone1
	{ width: 430px; }


	
	div.frm4821 span.indent,
	div.frm4822 span.indent,
	div.frm4823 span.indent,
	div.frm4824 span.indent,
	div.frm4825 span.indent
	{
		display: block;
		float: left;
		margin-left: 10px;
		margin-right: 20px;
	}
	html>body
	div.frm4821 span.indent,
	div.frm4822 span.indent,
	div.frm4823 span.indent,
	div.frm4824 span.indent,
	div.frm4825 span.indent
	{
		margin-left: 20px;
	}
	
	div.frm4822 div#zone1 span p
	{
		margin-left: 0px;
	}
	
	div.frm4822 div#zone1 span h4
	{
		padding-left: 0px;
	}
	
	div.frm4821 span h4 a,
	div.frm4822 span h4 a,
	div.frm4823 span h4 a,
	div.frm4824 span h4 a,
	div#containerLanding h4,
	div#containerLanding h4 a,
	{
		color: #889884;
	}
	
	div.frm4822 span img
	{
		padding-left: 0px;
		margin-right: 12px;
		margin-top: 5px;
	}
	
	div.frm4821 h3,
	div.frm4822 h3,
	div.frm4823 h3,
	div.frm4824 h3,
	div.frm4825 h3
	{
		display: block;
		float: left;
		clear: left;
		width: 100%;
		padding-bottom: 10px;
		background: url(../img/bg_secHeader.gif) left bottom no-repeat;
	}
	
	
	/***********************/
	/*** @areaSiteSearch ***/
	/***********************/
		div#areaSiteSearch
		{
		}

		div#areaSiteSearch form
		{
			margin: 0;
			padding: 0;
		}
		
		div#areaSiteSearch input, div#areaSiteSearch input:focus
		{
			padding: 0;
			border: 1px solid #5E7AA1;
			font-size: 1em;
			color: #003881;
		}
		
		div#areaSiteSearch input.btnSubmit
		{
			margin-left: 2px;
			border: none;
		}
		
		div#areaSiteSearch input.txtFld
		{
			padding: .1em .2em;
			width: 140px;
		}
		
		div#areaSiteSearch label
		{
			border-top: none;
		}
		
		div#areaSiteSearch label span
		{
			background: transparent url(../img/title_search_the_site.gif) left top no-repeat;
			margin-bottom: 6px;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			height: 10px;
			width: 100%;
			display: block;
			overflow: hidden;
		}
		
		div#areaSiteSearch label:hover
		{
			background-color: transparent;
		}
		
		div.frm4826 div#zoneMain h4,
		div.frm4826 div#zoneMain h4 a
		{
			color: #889884;
			display: block;
			margin-top: 1em;
		}
		
		
	/*********************/
	/*** @navSecondary ***/
	/*********************/
		div#navSecondary
		{
			position: relative;
			top: -60px;
			right: 10px;
			display: block;
			float: right;
			clear: right;
			width: auto;
			margin-top: -3px;
			padding: 0;
			margin-bottom: -10px;
		}
		html>body div#navSecondary	{ margin-bottom: 0px; }
		
		div#navSecondary a
		{
			display: block;		
			margin: 0;
			padding: 0 10px;
			font-size: .8em;
			color: #818285;
			text-decoration: none;
			border-right: 1px solid #818285;
		}
		
		div#navSecondary a.last
		{
			border: none;
		}
		
		div#navSecondary a:hover, div#navSecondary li.active a
		{
			text-decoration: underline;
		}
		
		div#navSecondary ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div#navSecondary li
		{
			margin: 0;
			padding: 0;
			list-style: none;
			font-weight: normal;
			float: left;
		}
		
		/*** second level ***/
			div#navSecondary li ul
			{
				font-size: .9em;
			}
			
			div#navSecondary li li
			{
				font-weight: normal;
			}
			
			div#navSecondary li li a
			{
				padding-left: 28px;
			}
			
			div#navSecondary li li a:hover
			{
				text-decoration: underline;
			}
			
			div#navSecondary li#nav0000 a.last	{ margin-left: 5px; background: transparent url(../img/question.gif) 3px 3px no-repeat; }
		
		
	
/*************************************************************************
	@zone2
*************************************************************************/

	/***************************/
	/*** @pageTypeContainers ***/
	/***************************/
	/*** @landing_page ***/


				
		div#containerLanding form
		{
			display: block;
			margin: 10px 0px;
			font-size: 1em;
		}
		
		div#containerLanding img
		{
			padding: 5px 20px 5px 0px;
		}

		div#containerLanding h4,
		div#containerLanding h4 a,
		div#containerLanding p
		{
			padding-left: 0px;
			margin-left: 0px;
		}
		
	/*** @list_page ***/
		div.containerList h4
		{
		}
		
		div.containerList div.containerCntDetails h3
		{
		}

		div#containerList form
		{
			display: block;
			margin: 10px 20px;
			font-size: 1em;
		}

		
	/*** @show_page ***/
		div#containerShow
		{
			padding-bottom: 20px;
		}
		
		div#containerLanding,
		div#containerShow div.containerCntDetails a,
		div#containerShow a.pagelink,
		div#containerShow div.containerCntDetails dl
		{
			padding-left: 20px;
		}
		
		div#containerShow div.containerCntDetails dl dt
		{
			width: 90px;
		}
		
		div#containerLanding p,
		div#containerShow p,
		div#containerList p
		{
			padding-right: 20px;
		}
		
		div#containerShow p a
		{
			text-decoration: underline;
			color: #889884;
		}
		
		div.frm4824 div#zoneMain div#containerList p
		{
			margin-bottom: .25em;
		}
		
		
		div.frm4822 div#zone1 p.btnFancy a,
		div.frm4822 div#zone1wide p.btnFancy a
		{
			display: block;
			border-right: 2px solid #7A7A7A;
			border-bottom: 2px solid #7A7A7A;
			background-color: #A1B39C;
			margin-top: 1em;
			margin-bottom: 1em;
			padding: 3px 10px 0px 10px;
			color: #FFF;
			font-weight: bold;
			font-size: 1em;
			text-transform: uppercase;
			text-decoration: none;
			height: 16px;
			float: left;

		}
		
		div#containerShow h4,
		div#zone1 h4.zone1Show,
		div#zone1wide h4.zone1Show
		{
			margin-top: 1em;
			font-size: 1.5em;
			color: #889884;
		}
		
		div#containerShow ul,
		div#containerShow ol,
		div#zone1 ul,
		div#zone1 ol,
		div#zone1wide ul,
		div#zone1wide ol
		{
			padding-top: .5em;
			padding-left: 20px;
		}
		
		div.relatedResources ul
		{
			list-style-type: square;
			list-style-position: inside;
		}
		
		html> body div.relatedResources ul li
		{
			margin-left: 20px;
			float: left;
			clear: left;
		}
		
		div.relatedResources ul li a,
		div.relatedResources ul li a:visited
		{
			text-decoration: underline;
			color: #889884;
			font-weight: bold;
		}
		
		div.containerShow div.containerPhoto
		{
			display: block;
			float: left;
			width: 330px;
		}
		
		div#containerShow div.containerPhoto
		{
			display: block;
			float: left;
			width: 340px;
		}
		
		div.frm4823 div#containerShow div.containerPhoto
		{
			display: block;
			float: left;
			width: 260px;
		}
		html>body div.frm4823 div#containerShow div.containerPhoto	{ width: 280px;	}

		
		/*
		div.containerShow div.alignLeft img, div.containerShow div.alignRight img
		{
			max-width: 200px;
		}
		*/
		
	/********************/
	/*** @attachments ***/
	/********************/	
		.areaAttachments
		{
			padding: 0 0 0 20px;
			clear: left;
		}
		
		div#containerShow .areaAttachments
		{
			margin-top: 1em;
		}
		
		.areaAttachments img
		{
			margin-bottom: -5px;
		}
		
		.areaAttachments p
		{
			margin-bottom: .5em;
		}
		
		.attachmentHeader
		{
			margin-left: -10px;
			font-weight: bold;
			display: block;
		}
		
		span.headerAttachments
		{
			padding-top: 1em;
			margin-bottom: -10px;
			font-weight: bold;
			display: block;
			color: #889884;
		}

	/**************************/
	/*** @containerCatGroup ***/
	/**************************/
		div.containerCatGroup
		{
		}
		
		div.containerCatGroup h3
		{
		}
		
		div.containerCatGroup h3 span
		{
		}
		
	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
		}
		
		div.containerCntDetails
		{	
		}

		div.containerCntDetails h4
		{
		}
			
		div.containerCntDetails p
		{
			padding-right: 20px;
		}
		
		div.containerCntDetails strong.professTitle
		{
		}
		
		
	/**************************/
	/*** @containerFeatured ***/
	/**************************/
		div#containerFeatured
		{
			display: block;
			float: right;
			width: 260px;
			line-height: 1.7em;
			margin-top: 10px;
			/*border-left: 1px solid #B0BBAD;*/
		}
		div.frm4822 div#containerFeatured	{ width: 200px; }
		div.frm4822 div#containerFeatured.containerLanding	{ width: 280px; }
		html>body div.frm4822 div#containerFeatured.containerLanding	{ width: 260px; }
		
		div#containerFeatured h4 span
		{
			display: block;
			border-bottom: 1px solid #B0BBAD;
			margin-left: -20px;
			margin-right: 0px;
			margin-bottom: 20px;
			margin-top: 15px;
			padding-bottom: 7px;
			padding-left: 7px;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			background-position: 20px 0px;
			background-repeat: no-repeat;
		}
				
		div.frm4822 div#containerFeatured h4 span	{ width: 141px; height: 10px; background-image: url(../img/hdr_granteeSpotlight.gif); }
		div.frm4824 div#containerFeatured h4 span	{ width: 65px; height: 10px; background-image: url(../img/hdr_search.gif); }
		div.frm4825 div#containerFeatured h4 span	{ width: 155px; height: 10px; background-image: url(../img/hdr_newsroomArchives.gif); }
		
		div#containerFeatured h5, 
		{
			color: #889884;
		}
		
		div#containerFeatured h5 a,
		div#containerFeatured a
		{
			text-decoration: underline;
		}
		
		div#containerFeatured h5, 
		div#containerFeatured h5 a
		{
			padding-bottom: .5em;
			color: #889884;
		}
		
		div#containerFeatured a
		{
			font-size: 1.1em;
		}
		
		div#containerFeatured a.arrow,
		div.frm4815 a.arrow,
		div#containerShow p a.arrow,
		div#zone1 p a.arrow,
		div#zone1wide p a.arrow
		{
			font-size: 1em;
			font-weight: bold;
			padding-right: 15px;
			text-decoration: none;
			background: url(../img/arrowRight.gif) right 2px no-repeat;
		}
		div#containerFeatured a.arrow:hover,
		div#containerShow p a.arrow:hover	{ text-decoration: underline; }
		
		div#containerFeatured a.arrow,
		div.frm4815 a.arrow,
		div#containerShow p a.arrow,
		div#zone1 p a.arrow,
		div#zone1wide p a.arrow
		{
			float: right;
			font-size: 1em;
			font-weight: bold;
			padding-right: 15px;
			margin-right: 10px;
			text-decoration: none;
			background: url(../img/arrowRight.gif) right 2px no-repeat;
		}
		html>body div#zone1wide p a.arrow	{ margin-right: 20px; }
		
		div.frm4825 div#zoneMain span.indent p a.arrow,
		div.frm4825 div#zoneMainwide span.indent p a.arrow
		{
			float: left;
		}
		
		div.frm4824 div#containerFeatured a.arrow
		{
			font-size: 1em;
			font-weight: bold;
			width: auto;
			padding-right: 15px;
			text-decoration: none;
			background: url(../img/arrowRight.gif) 64px 2px no-repeat;
		}
		div#containerFeatured a.arrow:hover	{ text-decoration: underline;  }

		div.containerShow div.containerPhoto p a.arrow
		{
			padding-right: 0px;
			text-decoration: none;
			display: block;
			width: 70px;
			background: url(../img/arrowRight.gif) right 2px no-repeat;
			float: left;
		}
		html>body div.containerShow div.containerPhoto p a.arrow,
		html>body div#containerShow div.containerPhoto p a.arrow
		{ display: inline; padding-right: 15px; }
		
		div#containerShow div.containerPhoto p a.arrow
		{
			padding-right: 0px;
			text-decoration: none;
			display: block;
			width: 80px;
			background: url(../img/arrowRight.gif) right 2px no-repeat;
			float: right;
		}		
		
		
		div#containerFeatured img
		{
			padding-left: 0px;
			margin-bottom: 10px;
			clear: left;
		}
		
		div.frm4822 div#containerFeatured img
		{
			width: 180px;
			padding-left: 0px;
		}
		div.frm4822 div#containerFeatured.containerLanding img	{ width: 240px; }

		
		/* containerCntSidebar */
		div#containerCntSidebar
		{
			display: block;
			float: right;
			width: 140px;
			line-height: 1.7em;
			margin-left: 20px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 20px;
			border-left: 1px solid #B0BBAD;
			font-size: 1.2em;
			color: #8E968B;
		}
		

		
		/* areaNewsEvents */
			div#areaNewsEvents
			{
				
			}

		

			
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
			padding-bottom: 10px;
		}

		div.containerIntro h2.sectionTitle
		{
		}
			
		#zoneMain div.containerIntro p
		{
			margin-top: 15px;
			padding-right: 20px;
		}
		
		#zoneMain div.areaBreadCrumbs
		{
			margin-top: 15px;
			padding-left: 20px;
		}
		
		#zoneMain div.areaBreadCrumbs span
		{
			font-weight: bold;
		}
		
		

/*************************************************************************
	@zoneFooter 
**************************************************************************/
		div#zoneFooter span
		{
			position: relative;
			top: 7px;
			display: block;		
			margin: 0;
			padding: 0 10px;
			font-size: .8em;
			color: #818285;
			text-decoration: none;
			border-right: 1px solid #818285;
			float: right;
		}
		
		div#zoneFooter span a
		{
			color: #818285;
			text-decoration: none;
		}
		
		div#zoneFooter span a:hover
		{
			text-decoration: underline;
		}
		
		div#zoneFooter span.last
		{
			border: none;
		}
		
		div.wrapperBtm
		{
			width: 791px;
			height: 32px;
			background: url(../img/bg_footer.gif) 12px 0px no-repeat;
		}
		html>body div.wrapperBtm	{ background: url(../img/bg_footer.gif) 0px 0px no-repeat; }  


	
/*************************************************************************
	@fixes
**************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0;
		clear: both;
	}
