/*************************************************************************
	@imports
*************************************************************************/
	@import url("vsastyle.css");
/*************************************************************************
	@basic_tags
*************************************************************************/
	/*** @body ***/
		body, td, form, select, option, text, input, textarea { 
		font: x-small/1.6 tahoma, arial, helvetica, sans-serif; 
		}
		body
		{
			margin: 8px 0 0 8px;
			padding: 0;
			text-align: left;
			background-color: #444;
		}
	
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote { margin: 12px 20px; font-size:10px;}/*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; }
			
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: 1em;
		}
		
		form div.actionBtns
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
			clear: left;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
		}
		
		form button:focus
		{
			margin: 0;
			padding:0;
		}
		
		form button.btnSubmit, form button.btnSubmit:focus
		{
			background-color: #927622;
			padding: .3em;/* set to 0 for ie's */
			border: none;
			color: white;
		}
		
		form button.reset, form button.reset:focus
		{
			background-color: #AAA;
			margin-right: 1em;
			padding: .3em;
			border: none;
			color: white;
		}
		
		form button.btnSubmit:focus
		{
			background-color: red;
			color: white;
		}
		
		form button.reset:focus
		{
			background-color: red;
			color: white;
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
			border: 1px solid #927622;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #AAA;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
			padding-left: .2em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			float: left;
			cursor: pointer;
		}

		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
		{
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			margin-right: 1em;
			width: auto;
			font-size: 1em;
			line-height: 1.2;
		}
		
		textarea
		{
			border: 1px solid #AAA;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
			padding-left: .3em;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
	/**************/
	/*** @lists ***/
	/**************/
		dl { }
		dt { }
		dd { }
		
		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: circle;
		}
		
		/* 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;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }

	
	/***************/
	/*** @tables ***/
	/***************/
		table { }
		caption { }
		td { }
		tr { }
		tbody { }
		tbody tr.rowStyle1 { }
		tbody tr.rowStyle2 { }
		thead { }
		thead th { }
		tfoot { }
		tfoot td { }
			
	
	/**************/	
	/*** @vCard ***/
	/**************/
		div.vcard { }

		
/*************************************************************************
	@layout_elements
*************************************************************************/

	/***********************/
	/*** @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 */
		
	/*************************/
	/*** @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
*************************************************************************/
			
	/***********************/
	/*** @areaBreadcrumb ***/
	/***********************/
		ul.areaBreadcrumb
		{
			margin-left: 0;
			margin-right: 0;
			list-style: none;
			font-size: .9em;
		}
		
		ul.areaBreadcrumb li { list-style: none; display: inline; }
		ul.areaBreadcrumb ul { display: inline; margin: 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 { }
		div.containerCntDetails div.metaD {	}
		
	/**********************/
	/*** @pageFunctions ***/
	/**********************/
		ul.pageFunctions { }
		li.emailPage { }		
		
	/*********************/
	/*** @containerDoc ***/
	/*********************/
		/*
		use ONLY to clear floated content relvant to a doc. For example If on a list page 
		you have a header that needs to clear the floated image of a proevious document,
		but be positioned next to a floated image for it's own document	(http://test.orgitecture.com/cwf/spotlights/)
		*/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}

	/**************************/
	/*** @containerFeatured ***/
	/**************************/	
		div.containerFeatured { }
		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
			color: #444;
			/*font-family: 'Times New Roman', times, serif;*/
			font-family: tahoma, arial, helvetica, sans-serif;
			font-size: 1.2em;
			font-weight: normal;
			line-height: normal;
			margin-bottom: 1em;
		}
		
	/*************************/
	/*** @containerPullout ***/
	/*************************/
		/* pulling out a quote of text (http://test.orgitecture.com/cwf/aboutus/aboutus_show.htm?doc_id=170265) */
		div.containerPullout { }
		div.containerPullout p { }
		
	/***************************/
	/*** @containerSearchSort **/
	/***************************/
		/* display set to go with pagination styles (http://test.orgitecture.com/cwf/publications/publications_list.htm) */
		div.containerSearchSort { }
		
	/*********************/
	/*** @navDirection ***/
	/*********************/
		/* naviagation for going between documents (http://test.orgitecture.com/cwf/chartcartcharts/chartcartcharts_show.htm?doc_id=246326&attrib_id=14468) */
		ul.navDirection { }
		ul.navDirection li { }
		ul.navDirection li.previous { }
		ul.navDirection li.next { }
		
	/*********************/
	/*** @sectionTitle ***/
	/*********************/
		h1.sectionTitle
		{
			color: #444;
			font-family: 'Times New Roman', times, serif;
			font-size: 2.5em;
			font-weight: normal;
			margin-bottom: .75em;
		}
		
		h1.sectionTitle span { }


/*************************************************************************
	@zone2
*************************************************************************/
		div#zone2 ul li
		{
			margin-bottom: .5em;
		}
		
	/************************/
	/*** @areaAttachments ***/
	/************************/
		div.areaAttachments { }
		
	/***********************/
	/*** @areaSearchSite ***/
	/***********************/
		div#areaSearchSite{ }
		
	/****************/
	/*** @conMain ***/
	/****************/
		div.colMain
		{
			margin-right: 24px;
			float: left;
			width: 395px;
		}
		div.colMain.wide	{ width: 682px; }
		
	/**********************/
	/*** @colRelContent    ***/
	/**********************/
		div.colRelContent
		{
			border-left: 1px solid #DDD;
			float: left;
			padding-left: 8px;
			width: 287px;
			
		}
		
		div.colRelContent strong
		{
			display: block;
			color: #666;
			font-family: 'Times New Roman', times, serif;
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: .75em;
		}
		
		div.colRelContent h2
		{
			background-position: left top;
			background-repeat: no-repeat;
			background-color: transparent;
			color: #927622;
			font-size: 1em;
			min-height: 16px;
			display: table;
			line-height: 1.3em;
		}
		div.colRelContent h2.pdf	{ background-image:url(../images/icon_docPDF.gif); padding-left: 22px; }
		
		div.colRelContent h2 span
		{
			font-weight: normal;
			color: #888;
			font-size: .9em;
			margin-left: .5em;
			white-space: nowrap;
		}
		
		div.colRelContent h2 a,
		div.colRelContent h2 a:hover,
		div.colRelContent h2 a:visited
		{
			color: #927622;
		}
		
		div.colRelContent h3
		{
			display: block;
			color: #666666;
			font-family: 'Times New Roman',times,serif;
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: 0.75em;
		}
		
		div.containerLink
		{
			color: #444;
			margin-bottom: 1.5em;
		}
		