/*************************************************************************
	@imports
*************************************************************************/

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea { font: x-small/1.6 arial, helvetica, sans-serif; }
		
		body
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0 0 .2em 0;
			padding: 0;
			line-height: 1.1;
		}
		
		h1 { font-size: 2em; }
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.4em; }
		h4 { font-size: 1.34em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 0;
			padding: 0;
			font-size: 1em;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
		}
				
		form button img
		{
			margin: 0;
			padding: 0;
			border: none;
		}
		
		form div.areaActionBtns
		{
			background-color: #ffe5bf;
			border: 3px solid #ffcd87;
			margin-top: 16px;
			padding:  0 20px 20px 20px;
		}
				
		form div.areaActionBtns button
		{
			border: 3px solid #fff;
			margin-top: 20px;
			height: 36px;
			width: 130px;
		}
		
		form div.areaActionBtns button.btnSubmit
		{
			background-color: #7c81b8;
			margin-right: 16px;
		}
		
		form div.areaActionBtns button.btnReset
		{
			background-color: #ff9600;
		}
		
		form div.first
		{
			margin-left: 0;
		}
		
		form div.last
		{
			margin-right: 0;
		}
	
		form fieldset
		{
			background: transparent url(../img/border_1_purple_d.gif) 10px repeat-y;
			margin: 0 0 2em 0;
			padding: 0 0 0 16px;
			border: none;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset ul ul
		{
			border-left: 1px solid #7c81b8;
			margin-left: 10px;
			padding-left: 6px;
		}
		
		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
			font-size: 1em;
		}
		
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
			border: 1px solid #10167f;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #000;
		}
		
		label
		{
			cursor: pointer;
			width: 100%;
			display: block;
			clear: left;
		}

		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}
		
		label.radio span, label.checkbox span
		{
			padding-top: 0;
			display: inline;
			width: auto;
			float: none;
		}	
		
		legend
		{
			background-color: #fff;
			margin: 0 0 0 -16px;
			padding: 0;
			color: #10167f;
			font-size: 1.2em;
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			margin-right: 1em;
			border: 1px solid #a5acb2;
			width: auto;
			font-size: 1.1em;
			line-height: 1.2;
		}
		
		textarea
		{
			border: 1px solid #666;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}
		
		/* @searchPrograms */
			div.searchPrograms
			{
				background: transparent url(../img/border_3_grey_m.gif) right top repeat-y;
				position: relative;
				border-top: 3px solid #bababa;
				border-left: 3px solid #bababa;
			}
			
			div.searchPrograms form
			{
				background: transparent url(../img/bg_searchPrograms.gif) left bottom no-repeat;
				margin: 0;
				padding: 46px 0 0 32px;
				padding-bottom: 77px;
			}
			
			div.searchPrograms form div.areaActionBtns
			{
				background: #fff url(../img/bg_areaActionBtns.gif) right bottom no-repeat;
				padding: 14px 20px 0 14px;
				border: none;
				height: 77px;
				width: 300px;
				position: absolute;
				right: 0;
				bottom: 0;
				text-align: right;
			}
			
			div.searchPrograms label
			{
				display: inline;
			}

			div.searchPrograms form li img
			{
				margin-left: 10px;
			}
			
			div.searchPrograms fieldset
			{
				background-image: none;
				margin-bottom: 0;
				padding-left: 0;
				padding-bottom: 2em;
				position: relative;
				width: 366px;
				overflow: hidden;
			}
			
			div.searchPrograms fieldset p
			{
				position: absolute;
				left: 0;
				top: 0;
				color: #10167f;
			}
			
			div.searchPrograms fieldset p strong
			{
				font-weight: normal;
				font-size: 1.17em;
			}
			
			div.searchPrograms fieldset ul
			{
				margin-top: .3em;
				margin-left: 100px;
			}
			
			div.searchPrograms fieldset ul ul
			{
				margin-left: 10px;
			}
			
			div.searchPrograms fieldset.outcomeAreas
			{
				margin-right: 20px;
				float: left;
				width: 432px;
			}
			
			div.searchPrograms fieldset.outcomeAreas ul
			{
				margin-left: 123px;
			}
			
			div.searchPrograms fieldset.outcomeAreas ul ul
			{
				margin-left: 10px;
			}
			
			div.searchPrograms fieldset.keywords label
			{
				margin-top: .3em;
				padding-left: 100px;
				display: block;
				width: 266px;
			}
			
			div.searchPrograms fieldset.keywords label:hover
			{
				cursor: default;
			}
			
			div.searchPrograms fieldset.keywords label strong
			{
				position: absolute;
				left: 0;
				top: 0;
				color: #10167f;
				font-weight: normal;
				font-size: 1.17em;
			}
			
			div.searchPrograms fieldset.keywords label input.txtFld
			{
				width: 260px;
			}
			
			div.searchPrograms fieldset.keywords p
			{
				padding-left: 100px;
				position: relative;
				color: #000;
			}

	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #10167f;
			text-decoration: underline;
		}
		
		a:hover { text-decoration: none; }
		a.persist { font-weight: bold; }
		
		h1 a, h1 a:link, ha a:visited, h1 a:hover, h1 a:active,
		h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
		h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
		h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
		h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
		h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active
		{
			text-decoration: none;
		}
		
		a img { border: none; }
		
		h3 a.toTop
		{
			float: right;
			font-size: .72em;
		}
		
	/**************/
	/*** @lists ***/
	/**************/
		dl { }
		dt
		{
			margin: 0;
			width: auto;
			float: left;
			clear: left;
		}
		
		dd
		{
			margin-left: 0;
		}
		
		
		ul, ol {
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: .5em;
			margin-bottom: .5em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li { list-style: decimal; }
			ol ol, ol ol li { list-style: upper-alpha; }
			ol ol ol, ol ol ol li { list-style: upper-roman; }
			ol ol ol ol, ol ol ol ol li { list-style: lower-roman; }
			ol ol ol ol ol, ol ol ol ol ol li { list-style: lower-alpha; }
			

	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		img.helpTip
		{
			margin-right: 8px;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			position: relative;
		}
		
		caption { }
		
		td
		{
			font-size: 1em;
			vertical-align: top;
		}
		
		tr { }
		tbody { }
		thead { font-weight: bold; }
		thead th { vertical-align: top; font-weight: bold; }
		tfoot { }
		tfoot td { }
			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote { margin: 1em 2em; }
		blockquote p { }
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}

		sup { }
		
		*.date { text-transform: uppercase; }
		*.count { }
		*.important { color: #990000; }
		*.required { color: #990000; }
		*.metaD { color: #666; }
			
	/**************/	
	/*** @vCard ***/
	/**************/
		div.vcard { }

		
/*************************************************************************
	@layout_elements
*************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}
	
	.comment { }
	.indent { margin-left: 1em; }
	.outdent { margin-left: -1em; }
	
	.alignLeft { text-align: left; }
	
	.alignRight { text-align: right; }
	a.alignRight { display: block; }

	.alignCenter { text-align: center; }
		
	/***********************/
	/*** @containerMedia ***/
	/***********************/
		div.containerMedia { padding-bottom: 1em; }
		div.containerMedia img { }
		
		div.containerMedia.alignLeft
		{
			padding-right: 1em;
			float: left;
			clear: left;
		}
		
		div.containerMedia.alignRight
		{
			padding-left: 1em;
			float: right;
			clear: right;
		}
		
		div.containerMedia.alignCenter
		{
			padding-left: 0;
			padding-right: 0;
		}
	
	
	/****************/
	/*** @columns ***/
	/****************/
		div.containerCols { width: 100%; display: table; }

		div.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;/* assume 2 coumns */
			float: left;
		}
		
		div.containerCols div.first { margin-left: 0; }
		div.containerCols div.last { margin-right: 0; }
		
		/* containerCols3 */
		div.containerCols3 div.column { width: 26.6%; } /* assume there is a a first and last colum specified, so there are 10% gutters between each column, leaving 80%/3 */
		
		/* containerCols3 */
		div.containerCols4 div.column { width: 17.5%; } /* assume there is a a first and last colum specified, so there are 10% gutters between each column, leaving 80%/3 */
		
/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: transparent url(../img/bg_wrapper.gif) left top repeat-x;
		font-size: 1.2em;/* font size adjustment for body tag */
		text-align: left;
	}
	
	div#zoneHeader
	{
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		width: 934px;
		height: 134px;
		position: relative;
	}
	
	div#zoneMain
	{
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		width: 934px;
		min-height: 200px;
	}
	
	div#zone1 { }
	div#zone2 { }
	
	div#zoneFooter
	{
		margin-top: 2em;
		padding: 8px 0 1em 0;
		color: #ff9600;
		text-align: center;
	}
	
/*************************************************************************
	@wrapper
*************************************************************************/
	/* DX 5-29-2007 Increased width from 580px to 650px */
	div#wrapper.sectionEmail div#zoneHeader, div#wrapper.sectionEmail div#zoneMain
	{
		width: 650px;
	}
	
	div#wrapper.sectionEmail div#navPrimary
	{
		display: none;
	}

/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding h1 a, div#zoneBranding strong a
		{
			background: transparent url(../img/logo_toolfind_screen.gif) 0 21px no-repeat;
			display: block;
			height: 85px;
			width: 330px;
		}
		
		/* set the image dimensions for print width, then hide */
		div#zoneBranding h1 img, div#zoneBranding strong img
		{
			height: .5in;
			display: none;
		}
		
		/* This is typically the tagline */
		/* DX 5-29-2007 Substitute top attribute with bottom attribute */
		/* top: 56px;*/
		div#zoneBranding p
		{
			margin-bottom: 0;
			position: absolute;
			bottom: 80px;
			right: 0;
		}
		
	/*****************/
	/*** @closeWin ***/
	/*****************/
		div#closeWin
		{
			
			position: absolute;
			right: 0;
			top: 0;
		}
		
		div#closeWin a
		{
			padding: 3px;
			display: block;
			font-weight: bold;
		}
		
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			position: absolute;
			left: 278px;
			bottom: 5px;
		}
		
		div#navPrimary a
		{
			background-position: 50% 20px;
			background-repeat: no-repeat;
			height: 41px;
			display: block;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			color: #525252;
		}
		
		div#navPrimary a:hover
		{
			color: #000;
		}
		
		div#navPrimary a span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
			display: block;
		}
		
		div#navPrimary ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div#navPrimary li
		{
			background-position: 50% 20px;
			background-repeat: no-repeat;
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
			width: 100px;
		}
		
		div#navPrimary li.active
		{
			background-color: #7c81b8;
			background-position: 50% 0;
			color: #fff
		}
		
		div#navPrimary li#navSearch
		{
			background-image: url(../img/navSearch_over.gif);
			width: 94px;
		}
		div#navPrimary li#navSearch.active { background-image: url(../img/navSearch_active.gif); }
		div#navPrimary li#navSearch a { background-image: url(../img/navSearch.gif); }
		div#navPrimary li#navSearch.active a, div#navPrimary li#navSearch a:hover { background-image: none; }
		
		div#navPrimary li#navFAQs
		{
			background-image: url(../img/navFAQs_over.gif);
			width: 77px;
		}
		div#navPrimary li#navFAQs.active { background-image: url(../img/navFAQs_active.gif); }
		div#navPrimary li#navFAQs a { background-image: url(../img/navFAQs.gif); }
		div#navPrimary li#navFAQs.active a, div#navPrimary li#navFAQs a:hover { background-image: none; }
		
		div#navPrimary li#navCompare
		{
			background-image: url(../img/navCompare_over.gif);
			width: 169px;
		}
		div#navPrimary li#navCompare.active { background-image: url(../img/navCompare_active.gif); }
		div#navPrimary li#navCompare a { background-image: url(../img/navCompare.gif); }
		div#navPrimary li#navCompare.active a, div#navPrimary li#navCompare a:hover { background-image: none; }
		
		div#navPrimary li#navResources
		{
			background-image: url(../img/navResources_over.gif);
			width: 119px;
		}
		div#navPrimary li#navResources.active { background-image: url(../img/navResources_active.gif); }
		div#navPrimary li#navResources a { background-image: url(../img/navResources.gif); }
		div#navPrimary li#navResources.active a, div#navPrimary li#navResources a:hover { background-image: none; }
		
		div#navPrimary li#navHome
		{
			background-image: url(../img/navHome_over.gif);
			width: 82px;
		}
		div#navPrimary li#navHome.active { background-image: url(../img/navHome_active.gif); }
		div#navPrimary li#navHome a { background-image: url(../img/navHome.gif); }
		div#navPrimary li#navHome.active a, div#navPrimary li#navHome a:hover { background-image: none; }
		
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/*************************/
	/*** @containerLanding ***/
	/*************************/
		div.containerLanding div.containerMedia.alignRight
		{
			padding-right: 1em;
			padding-left: 0;
			float: left;
			clear: left;
		}
		
	/**********************/
	/*** @containerList ***/
	/**********************/
		div.containerList div.containerMedia.alignRight
		{
			padding-right: 1em;
			padding-left: 0;
			float: left;
			clear: left;
		}

	/**********************/
	/*** @containerShow ***/
	/**********************/
		div.containerShow { }
		

/*************************************************************************
	@zone1
*************************************************************************/
	div#zone1 h3
	{
		margin-top: 1.5em;
		clear: left;
	}
	
	/************************/
	/*** @areaBeginSearch ***/
	/************************/
		p.areaBeginSearch
		{
			background: #eeeeee url(../img/rounded_500_grey_m_bl_br.gif) left bottom no-repeat;
			margin: 2em auto 2em auto;
			width: 500px;
			color: #888;
			text-align: center;
		}
		
		p.areaBeginSearch strong
		{
			background: transparent url(../img/rounded_500_grey_m_tl_tr.gif) left top no-repeat;
			padding: 8px;
			display: block;
		}
	
	/*******************/	
	/*** @areaTocFaq ***/
	/*******************/
		ul#areaTocFaq
		{
			background-color: #ffe5bf;
			margin: 0;
			padding: 13px;
			border: 3px solid #ffca7f;
			list-style: none;
		}
		
		ul#areaTocFaq a
		{
			display: block;
			color: #000;
			font-weight: bold;
			list-style: none;
		}
		
		
		ul#areaTocFaq li
		{
			background: transparent url(../img/icon_arrow_sm_down.gif) 0 0 no-repeat;
			margin: 0 0 .5em 0;
			padding: 0 0 0 25px;
			list-style: none;
		}
		
		ul#areaTocFaq li.last
		{
			margin-bottom: 0;
		}
	
	/***********************/
	/*** @containerGroup ***/
	/***********************/
		/* grouping content (docs, attributes, whatever) together, typically in a single cfoutput */
		div.containerGroup { }
		
		/* These subssets require the "containerGroup" class first */
			/*** @catGroup ***/
				div.catGroup { }
				
			/*** @attribGroup ***/
				div.attribGroup { }

	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
			margin-bottom: 15px;
			position: relative;
			display: table;
			width: 100%;
		}
		
		div.containerCntDetails h2
		{
			color: #7c81b8;
			font-size: 2em;
		}

		div.containerCntDetails h2.sectionTitle
		{
			background-position: left bottom;
			background-repeat: no-repeat;
			height: 40px;
			position: relative;
			z-index: 50;
		}
		
		div.containerCntDetails h2.sectionTitle span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
			display: block;
		}
		
		div.containerCntDetails h2.sectionTitle img.helpTip
		{
			position: absolute;
			left: 129px;
			top: 0;
		}
		
		div.sectionSearchPrograms div.containerCntDetails h2.sectionTitle { background-image: url(../img/title_search.gif); }
		div.sectionFaq div.containerCntDetails h2.sectionTitle { background-image: url(../img/title_faq.gif); }
		div.sectionResources div.containerCntDetails h2.sectionTitle { background-image: url(../img/title_resources.gif); }
		div.sectionEmail div.containerCntDetails h2.sectionTitle { background-image: url(../img/title_email.gif); }
		
		div.containerCntDetails div#helpDesc
		{
			background: #eeeeee url(../img/rounded_263_grey_m_bl_br.gif) left bottom no-repeat;
			margin-left: 32px;
			float: right;
			width: 263px;
			color: #888;
			font-size: .9em;
			line-height: 1.8;
			position: relative;
			z-index: 100;
		}
		
		div.containerCntDetails div#helpDesc a
		{
			color: #888;
		}
		
		div.containerCntDetails div#helpDesc p
		{
			background: transparent url(../img/rounded_263_grey_m_tl_tr.gif) left top no-repeat;
			margin-bottom: 0;
			padding: 12px;
		}
		
		div.containerCntDetails div#helpDesc p img
		{
			margin-top: 3px;
			margin-right: 10px;
			float: left;
			clear: left;
		}
		
		div.containerCntDetails p.navJumpLinks
		{
			margin-top: 3em;
		}

	/*********************/
	/*** @containerDoc ***/
	/*********************/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}
		
	/****************************/
	/*** @containerPagination ***/
	/****************************/
		div.containerPagination
		{
			font-size: 1.17em;
		}
		
		div.containerPagination p
		{
			margin-bottom: 0;
		}
		
		div.containerPagination p.pagingRange
		{
			font-size: 1.28em;
		}
		
		div.containerPagination p.pagingListing a, div.containerPagination p.pagingListing strong
		{
			margin-right: .5em;
		}
		
		div.containerPagination em
		{
			color: #fe0700;
			font-style: normal;
		}

	/*********************/
	/*** @containerFaq ***/
	/*********************/
		div.containerFaq
		{
			background: transparent url(../img/border_1_grey_m.gif) 6px 0 repeat-y;
			padding-left: 16px;
		}
		
		div.containerFaq h3
		{
			background-color: #fff;
			margin-left: -16px;
			margin-bottom: 0;
			padding-bottom: .5em;
		}
		
		/* DX 5-31-2007 Added for displaying text in middle position for vertical alignment */
		div.containerFaq td
		{
			vertical-align: middle;
		}
		
		/* DX 6-4-2007 Added for display of bullet list items */
		div.containerFaq li
		{
			list-style-position: outside;
			vertical-align: top;
			list-style-type: square;
			text-align: justify;
		}
			
	/********************************/
	/*** @containerProgramResults ***/
	/********************************/
		table.containerProgramResults
		{
			margin: 1em 0;
			width: 100%;
		}
		
		table.containerProgramResults th.programTitle
		{
			padding: 1.5em 0 0 0;
			font-weight: normal;
			color: #10167f;
		}
		
		table.containerProgramResults td.description
		{
			padding: 0;
		}
		
		table.containerProgramResults th.programTitle p
		{
			border-bottom: 1px solid #000;	
			padding-bottom: .1em;
			margin-bottom: .3em;
			display: block;
			font-size: 1.4em;
		}
		
		table.containerProgramResults th.programTitle p a
		{
			text-decoration: none;
		}
		
		table.containerProgramResults th, table.containerProgramResults td
		{
			border-left: 3px solid #fff;
			padding: 10px;
		}

		table.containerProgramResults th.programTitle,
		table.containerProgramResults th.outcomeAreas,
		table.containerProgramResults td.outcomeAreas,
		table.containerProgramResults td.description
		{ border-left: none; }
		
		table.containerProgramResults th.outcomeAreas { width: 180px; }
		table.containerProgramResults th.ageGroups { width: 177px; }
		table.containerProgramResults th.respondent { width: 127px; }
		table.containerProgramResults th.cost { width: 61px; }
		table.containerProgramResults th.prequalification { width: 127px; }
		table.containerProgramResults th.availableOnline { width: 127px; }
		
		table.containerProgramResults td { padding-top: 0; }
		table.containerProgramResults th { padding-bottom: 0; }
		
		table.containerProgramResults .outcomeAreas,
		table.containerProgramResults .respondent,
		table.containerProgramResults .prequalification
		{ background-color: #cbcde3; }
		
		table.containerProgramResults .ageGroups,
		table.containerProgramResults .cost,
		table.containerProgramResults .availableOnline
		{ background-color: #ffe5bf; }
		

	/*****************************/
	/*** @containerProgramDesc ***/
	/*****************************/
		div.containerProgramDesc h3
		{
			background-color: #ffe5bf;
			border: 3px solid #ffca7f;
			padding: .5em;
		}
		
		div#zone1 div.containerProgramDesc h3.first
		{
			margin-top: 0;
		}
		
		/* DX 5-24-2007 Added 2 div containers for acknowledgement box */
		div#zone1 div.localnav
		{
			border: 1px solid #e0e0ff;
			padding: 0px 0px 3px 0px;
			background-color: #f9f9ff;
			margin-bottom: 15px;
		}
		
		div#zone1 div.rightboxcontent
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			color: #000066;
			line-height: 1.5em;
			padding: 7px 0 2px 3px;
			letter-spacing: 1px;
			background-color: #f9f9ff;
		}
		/* DX End */

		div.containerProgramDesc h3 a.toTop
		{
			margin-top: .3em;
		}
		
		div.containerProgramDesc ul
		{
			margin: .5em 0 0 0;
			padding: 0 0 2em 0;
			list-style: none;
			display: table;
			width: 100%;
		}
		
		div.containerProgramDesc li
		{
			margin: 0 0 0 16px;
			padding: .5em 0 .5em 223px;
			border-top: 1px solid #eee;
			list-style: none;
			clear: left;
		}
		
		div.containerProgramDesc ul li.first
		{
			border-top: none;
		}
		
		div.containerProgramDesc li strong
		{
			margin-left: -223px;
			padding-left: 23px; /* space for image */
			float: left;
			width: 184px;
		}
		
		div.containerProgramDesc li strong img
		{
			margin-left: -23px;
		}
		
	/*******************************/
	/*** @containerResultOptions ***/
	/*******************************/
		div.containerResultOptions
		{
			padding-top: 2em;
			width: 100%;
			display: table;
			clear: left;
		}

		/* DX 5-11-2007 Modified below classes to replace form element with div.containerOptions */
		div.containerResultOptions div.containerOptions
		{
			margin-top: .7em;
			padding-top: 1.6em;
			float: left;
			width: 350px;
			font-size: 1em;
		}

		div.containerResultOptions div.containerOptions label span
		{
			width: 4em;
		}
		
		div.containerResultOptions div.containerOptions label:hover
		{
			cursor: default;
		}
		
		div.containerResultOptions div.containerOptions select
		{
			width: auto;
		}
		/* DX End */

		div.containerResultOptions div.containerPagination
		{
			float: left;
			width: 200px;
		}
		
		div.containerResultOptions p.searchFunctions
		{
			margin-bottom: 0;
			padding-top: 1em;
			float: right;
			width: 384px;
			text-align: right;
			display: block;
		}

/*************************************************************************
	@zone2
*************************************************************************/
	
	/************************/
	/*** @areaAttachments ***/
	/************************/
		div.areaAttachments { }
		
	/***********************/
	/*** @areaSearchSite ***/
	/***********************/
		div#areaSearchSite{ }
		
	/****************/
	/*** @conMain ***/
	/****************/
		div.colMain
		{
			margin-right: 5%;
			float: left;
			width: 65%;
		}
		
	/**********************/
	/*** @conRelContent ***/
	/**********************/
		div.colRelContent
		{
			float: left;
			width: 30%;
		}
		
	/****************************/
	/*** @containerMultimedia ***/
	/****************************/
		div.containerMultimedia { }
			 
/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		text-decoration: none;
	}
	
	div#zoneFooter a:hover
	{
		text-decoration: underline;
	}
	
	div#zoneFooter p
	{
		background-color: #fff;
	}
	
	div#zoneFooter p.navLinks
	{
		background: #bababa url(../img/bg_zoneFooter.gif) left top repeat-x;
		padding: 19px 0 11px 0;
		color: #10167f;
	}
	
	div#zoneFooter p.navLinks a
	{
		padding: 0 1em;
	}