/*************************************************************************
	@imports
*************************************************************************/
	@import url("navigation.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea { font: x-small/1.6 trebuchet, 'Trebuchet MS', verdana, helvetica, sans-serif; }
		body
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		body
		{
			background: #eeeeee url(../img/bg_body.gif) left top repeat-x;
		}
	
	/*** @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: 2.4em; font-weight: normal; }
		h2 { font-size: 1.5em; font-weight: normal; }
		h3 { font-size: 1.3em; font-weight: normal; }
		h4 { font-size: 1.1em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: 1em;
		}
		
		form div.actionBtns
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
			clear: left;
			text-align: right;
		}

		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: #336699;
			padding: .3em;/* set to 0 for ie's */
			border: none;
			color: white;
		}
		form button.btnSubmit.contact	{ background-color: #ff7f00; }
		
		form button.reset, form button.reset:focus
		{
			margin-right: 1em;
			padding: .3em;
			border: none;
			color: white;
		}
		
		form button.btnSubmit:focus
		{
			background-color: #00a0c6;
			color: white;
		}
		
		form button.reset:focus
		{
			background-color: #00a0c6;
			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;
		}
		
		form fieldset
		{
			margin-bottom: 2em;
			padding-left: 1em;
			padding-right: 1em;
			border: 1px solid silver;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: block;
		}
		
		/* for single line searches */
			form fieldset.containerKeyordSearch label
			{
				margin-right: 1em;
				margin-top: .5em;
				width: auto;
				float: left;
			}
			
			form fieldset.containerKeyordSearch label span
			{
				padding-right: 1em;
				width: auto;
			}
			
			form fieldset.containerKeyordSearch button
			{
				margin-top: 1em;
				float: left;
			}

		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 #00a0c6;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #444;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: block;
			width: 100%;
			clear: left;
			cursor: pointer;
		}

		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 10em;
			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 #666;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #3f3f3f;
			text-decoration: none;
		}
		
		a:hover { text-decoration: underline; }
		a.persist { font-weight: bold; }
		a.offsite {  }
		
		a img { border: none; }
		
	/**************/
	/*** @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, disc;
			margin-bottom: .5em;
		}
		
		/* 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 { }
			
	/*******************/
	/*** @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: #ff7f00; }
		*.metaD { color: #666; }
		*.embedVideo	{ padding: 10px 0; }
			
	/**************/	
	/*** @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: 0em; padding-top: .5em; }
		div.containerMedia img	{ }
		
		div.containerMedia.alignLeft
		{
			padding-right: 1em;
			float: left;
			clear: left;
		}
		
		div.containerMedia.alignRight
		{
			padding-left: 1em;
			float: right;
		}
		
		div.containerMedia.alignCenter
		{
			padding-left: 0;
			padding-right: 0;
		}
		
		/*div.containerMedia span.caption
		{
			float: left;
			font-size: .9em;
			text-align: left;
			padding: 10px 10px 0 10px;
			line-height: 1.2em;
		}*/
	
	
	/****************/
	/*** @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 */

	  *.column.halfs	{ width: 45%; margin-left: 0px; margin-right: 25px; }
	  *.column.thirds	{ width: 30%; margin-left: 20px; margin-right: 0; }
	  *.column.thirds.combine2thirds	{ width: 60%; }
	  *.column.thirds.experts	{ width: 30%; margin-left: 0px; margin-right: 20px; }
	  *.column.forths	{ width: 24%; margin-left: .5%; margin-right: .5%; }

		
/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		font-size: 1.2em;/* font size adjustment for body tag */
		text-align: left;
		margin: 0 auto;
		width: 820px;
	}
	
	div#zoneHeader
	{
		position: relative;
		margin-bottom: 19px;
	}
	
	div#zoneMain
	{
	}
	
	div.zone1
	{
		color: #00a0c6; 
		line-height: 1.3em;
		display: table;
		width: 150px;
		float: left;
		padding: 30px 30px 0 10px;
	}	
	
	div.zone2
	{
		color: #3f3f3f;
		font-size: 1.1em;
		padding: 25px 20px 0 20px;
		float: left;
		width: 590px;
		display: table;
		background: transparent url(../img/bg_colMain.gif) left top no-repeat;
	}
	
	div#zoneFooter
	{
		color: #3f3f3f;
		display: table;
		font-size: 1.1em;
		width: 820px;
		margin: 2em auto;
		padding: .5em 2em;
		background: transparent url(../img/bg_footer.gif) left top repeat;
	}
	html>body div#zoneFooter	{ padding-bottom: 0; }

/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
		}
		
		div#zoneBranding h1, div#zoneBranding strong
		{
			margin-top: 39px;
			height: 92px;
			width: 160px;
			display: block;
		}
		
		div#zoneBranding h1 a, div#zoneBranding strong a
		{
			display: block;
			height: 92px;
			width: 160px;
			background: transparent url(../img/logo.gif) left top no-repeat;
		}
		
		/* 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 */
		div#zoneBranding p
		{
			position: absolute;
			top: 45px;
			right: 0;
			float: right;
			height: 40px;
			width: 202px;
			background: transparent url(../img/bg_tagline.gif) left top no-repeat;
		}
		
		div#zoneBranding em
		{
			font: 1px/0px arial, Helvetica, sans-serif;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
		}

	
/*************************************************************************
	@zoneMain
*************************************************************************/
		.services, .services a	{ color: #00a0c6; }
		.casestudies, .casestudies a	{ color: #00a33d; }
		.aboutus, .aboutus a	{ color: #C62600; }
		.contact, .contact a	{ color: #ff7f00; }
		
	/*************************/
	/*** @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 img
		{
			border: 10px solid #FFF;
			width: 130px;
		}
		
		div.zone1 li
		{
			margin-bottom: .5em;
		}
		
		div.zone1 p
		{
			margin-top: .5em;
			padding-bottom: .5em;
		}
		
		div.zone1 h4
		{
			margin-top: 1em;
			font-size: 1.3em;
			/*font-weight: normal;*/
		}
		
		div.zone1 p span.attribution
		{
			display: block;
			font-size: .8em;
			line-height: 1.2em;
			margin-top: .3em;
			margin-left: 1.1em;
			text-indent: -1em;
		}
		
	/***********************/
	/*** @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 ***/
	/*********************/
		div.containerDoc { display: table; width: 100%; margin-top: 1em; }
		div.containerDoc div.pane { display: none; margin: 0 0 1em 2em; }
		div.containerDoc div.pane div.containerCaseStudy { border-top: 1px dotted #999; margin-top: .5em; padding-top: 1em; }
		div.pane ul.clientList { border-bottom: 1px dotted #3f3f3f; display: table; list-style: none; margin: 0; padding: 0 0 .5em 0; width: 100%; }
		div.pane ul.clientList.last { border-bottom: none; }
		div.pane ul.clientList li { float: left; font-size: 1.2em; list-style: none; margin: 0; padding: 0; width: 33%; }

	/**************************/
	/*** @containerFeatured ***/
	/**************************/	
		div.containerFeatured { }
		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		/* typically section text, or similar */
		div.containerIntro { }
		
	/*************************/
	/*** @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	{ }
		h1.sectionTitle span { }


/*************************************************************************
	@zone2
*************************************************************************/
		div.zone2 h2
		{
			position: relative;
		}

		div.zone2 h2 span.toolLink
		{
			border-left: 1px dotted #888;
			padding-left: .5em;
			margin-left: .5em;
			font-size: .5em;
			position: relative;
			bottom: .2em;
			text-transform: uppercase;
		}

		div.zone2 div.containerMedia img
		{
			border: 10px solid #FFF;
		}
		
		h1.casestudies.lower	{ padding: 1.5em 0 1em 0; }
		div#wrapper.casestudies div.zone2 div.containerCols h3	{ border-bottom: 3px solid #CCC; padding-bottom: .5em; margin-bottom: 1em; }
		div#wrapper.casestudies div.zone2 div.containerCols h2
		{ 
			background-color: #858585;
			border-left: 1px solid #3F3F3F;
			color: #FFF;
			font-size: 1em;
			padding: .2em .2em .2em .5em;
			text-transform: uppercase;
		}

		div#wrapper.casestudies div.zone2 div.containerDoc em	{ display: block; line-height: normal; padding-bottom: .5em; }
		
#accordion { width: 100%; }
#accordion h2 { cursor:pointer; margin-top: 1em; }
#accordion h2.current { cursor:default; }
#accordion h2.first {  margin-top: 0; }
#accordion .pane { display:none; }		
	
	/************************/
	/*** @areaAttachments ***/
	/************************/
		div.areaAttachments { }
		
	/***********************/
	/*** @areaSearchSite ***/
	/***********************/
		div#areaSearchSite{ }
		
	/**********************/
	/*** @conRelContent ***/
	/**********************/
		div.colRelContent
		{
			float: left;
			width: 30%;
		}
		
	/****************************/
	/*** @containerMultimedia ***/
	/****************************/
		div.containerMultimedia { }
			 
/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		color: #3f3f3f;
	}
	
	div#zoneFooter p
	{
		float: left;
	}
	
	div#zoneFooter ul
	{
		float: right;
		list-style: none;
		margin: 0;
	}
	
	div#zoneFooter li
	{
		float: left;
		margin-left: 30px;
		padding: 0;
		list-style: none;
	}

