/*************************************************************************
	@imports
*************************************************************************/
	@import url("reset.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, button, select, option, text, input, textarea { font: x-small/1.334 Verdana, arial, sans-serif; }
		body
		{	
			margin: 0;
			padding: 0;
			background-color: #fff;
			color: #000;
			text-align: left;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
		
		}
		
		body ul#navAccessibility li
		{

		}

	/********************/
	/*** @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: 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: #336699;
			padding: .3em;/* set to 0 for ie's */
			border: none;
			color: white;
		}
		
		form button.reset, form button.reset:focus
		{
			background-color: red;
			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;
		}
		
		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;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid black;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: 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 #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, a:focus
		{
			color: #c65d28;
			text-decoration: underline;
		}
		
		a:link
		{
			color: #c65d28;
			text-decoration: underline;
		}
		
		a:hover, a:focus
		{
			color: #8b0e04;
			text-decoration: none;
		}
		
		a:visited
		{
			color: #8b0e04;
		}
		
		a.persist {  }
		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: 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;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0;
			border-collapse: collapse;
		}
		
		caption { }
		
		td
		{
			padding: .5em;
			text-align: left;
		}
		
		tr { }
		tbody { }
		thead { }
		
		thead th
		{
			padding: .5em;
			text-align: left;
			font-size: 1em;
			font-weight: bold;
		}
		
		tfoot { }
		tfoot td { }
			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote { margin: 1em 2em; }
		blockquote p { }
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		p.edit
		{
			border: 1px dashed #000;
			padding: .5em;
		}
		
		p.edit a
		{
			display: block;
		}
		
		p.note
		{
			color: #404040;
			font-size: .916em;
			font-style: italic;
			line-height: 1.455;
		}

		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; }
	
	
	/****************/
	/*** @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 */
		
	
	/***********************/
	/*** @mediaContainer ***/
	/***********************/
		div.mediaContainer { padding-bottom: 1em; }
		div.mediaContainer img { }
		
		div.mediaContainer.alignLeft
		{
			padding-right: 1em;
			float: left;
			clear: left;
		}
		
		div.mediaContainer.alignRight
		{
			padding-left: 1em;
			float: right;
			clear: right;
		}
		
		div.mediaContainer.alignCenter
		{
			padding-left: 0;
			padding-right: 0;
		}	
		
/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		padding: 1em 0 2em 0;
		font-size: 1.2em;/* font size adjustment for body tag */
	}
	
	div#zoneFooter
	{
		font-size: .834em;
		clear: both;
	}

/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding { }
		div#zoneBranding h1, div#zoneBranding strong { }
		div#zoneBranding h1 a, div#zoneBranding strong a { }
		
		div#zoneBranding h1 img, div#zoneBranding strong img
		{
		}
		
		div#zoneBranding p
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}
	
/*************************************************************************
	@zoneMain
*************************************************************************/


/*************************************************************************
	@zone1
*************************************************************************/
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
	/* anchors */
		ul#navPrimary a
		{
			display: block;
		}
		
		ul#navPrimary li.current_page_item a, ul#navPrimary li.current_page_item a:link, ul#navPrimary li.current_page_item a:visited, ul#navPrimary li.current_page_item a:active, ul#navPrimary li.current_page_item a:hover, ul#navPrimary li.current_page_item a:focus
		{
			color: #8b0e04;
		}
		
		ul#navPrimary li.current_page_ancestor a, ul#navPrimary li.current_page_ancestor a:link, ul#navPrimary li.current_page_ancestor a:visited, ul#navPrimary li.current_page_ancestor a:active, ul#navPrimary li.current_page_ancestor a:hover, ul#navPrimary li.current_page_ancestor a:focus
		{
			color: #8b0e04;
		}
	
	/* unordered lists */
		ul#navPrimary li ul
		{
			display: none;
		}
		
		ul#navPrimary li.current_page_ancestor ul, ul#navPrimary li.current_page_item ul
		{
			display: block;
		}
	
	/* list items */
		/* first level */
		ul#navPrimary li.current_page_item, ul#navPrimary li.current_page_ancestor
		{
			font-weight: bold;
		}
		
		/* second level */
		ul#navPrimary li.current_page_item li, ul#navPrimary li.current_page_ancestor li
		{
			font-weight: normal;
		}
		
		ul#navPrimary li.current_page_ancestor ul li.current_page_item
		{
			font-weight: bold;
		}
		
		/* third level */
		ul#navPrimary li.current_page_ancestor ul li.current_page_ancestor
		{
			font-weight: bold;
		}
		
		ul#navPrimary li.current_page_ancestor ul li.current_page_ancestor li
		{
			font-weight: normal;
		}
		
		ul#navPrimary li.current_page_ancestor ul li.current_page_ancestor li.current_page_ancestor
		{
			font-weight: bold;
		}
		
	
/*************************************************************************
	@zone2
*************************************************************************/
			
	/*******************/
	/*** @breadcrumb ***/
	/*******************/
		div.breadcrumb
		{
			color: #787878;
		}
		
		div.breadcrumb a
		{
			text-decoration: none;
		}
		
		div.breadcrumb a:hover, div.breadcrumb a:focus
		{
			text-decoration: underline;
		}
		
		div.breadcrumb em
		{
			font-style: normal;
		}
		
	/*********************/
	/*** @boardMembers ***/
	/*********************/
		ul#boardMembers
		{
			padding-top: 1em;
			list-style: none;
			width: 80%;
		}
		
		ul#boardMembers li
		{
			list-style: none;
			clear: right;
			width: 100%;
		}
		
		ul#boardMembers li h2
		{
			margin: 0;
		}
		
		ul#boardMembers div.mediaContainer
		{
			margin-left: 2em;
			margin-bottom: 1em;
			float: right
		}

	/****************************/
	/*** @contentDetails ***/
	/****************************/
		div.contentDetails
		{
			padding-bottom: 1em;
		}
		
	/**********************/
	/*** @pageFunctions ***/
	/**********************/
		ul.pageFunctions { }
		li.emailPage { }		
		
	/*********************/
	/*** @containerDoc ***/
	/*********************/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}
			 
/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter p
	{
		margin-bottom: 0;
	}