
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea
		{
			font: x-small/1.3 arial, Helvetica, sans-serif;
		}
		
		body div#wrapper, td div#wrapper
		{
			font-size: 1.1em;
		}
		
		body
		{
			background-color: #eee;
			margin: 0;
			padding: 0;
			color: #000;
			text-align: center;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0;
			padding: 0;
			line-height: 1;
		}
		
		h1 { font-size: 1.8em; }
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.4em; }
		h4 { font-size:   1em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			display: block;
		}
		
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #000;
			text-decoration: underline;
		}
		
		a:hover
		{
			text-decoration: none;
		}
		
		a img
		{
			border: none;
		}
		
		a.persist
		{
			font-size: .9em;
			text-transform: uppercase;
			display: block;
		}
		
		
	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			display: block;
			line-height: 1.4em;
		}
		
		dt
		{
			margin-right: .4em;
			font-weight: bold;
			width: auto;
			float: left;
		}
		
		dd
		{
		font-size:small
		}
		
		ul, ol
		{
			margin: 0em 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
		{
			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
		{
			background-color: #EFEFEF;
			margin: 0;
			padding: .5em 1em;
			vertical-align: bottom;
			text-align: left;
			font-size: 1.1em;
		}
		
		th span.arrow
		{
			font-size: 1.3em;
		}
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			border-top: 1px solid #999;
			vertical-align: top;
			text-align: left;
			font-size: 1em;
		}
		
		tr.rowStyle1
		{
			background-color: #F6F5F1;
		}

			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
		}
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		p.metaD
		{
			margin-bottom: .3em;
			margin-left: .9em;
			color: #454545;
		}
		
		.important
		{
		}
	
		.required
		{
		}
		
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		.alignLeft
		{
			text-align: left;
		}
		
	/*** @alignRight ***/		
		.alignRight
		{
			text-align: right;
		}
		
		a.alignRight
		{
			display: block;
		}

	/*** @alignRight ***/
		.alignCenter
		{
			text-align: center;
		}
		
	/*** @containerMedia ***/
		div.containerMedia
		{
		}
		
		div.containerMedia img
		{
			width: 250px;
			max-width: 250px;
		}
		
		html>body div.containerMedia img
		{
			width: auto;
		}
			
		div.containerMedia div.captions
		{
			
		}
			
		div.containerMedia.alignLeft
		{
			border-left: none;
			float: left;
			clear: left;
		}
		
		div.containerMedia.alignRight
		{
			border-right: 0;
			float: right;
			clear: right;
		}
	
	.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
	{
		margin-left: 1em;
	}
		
	.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: 5px;
			margin-left: 5px
		}
		
		.column.last2
		{
			margin-right: 0;
		}

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background-color: #fff;
		margin: 0 auto;
		padding: 0;
		width: 720px;
		text-align: left;
	}
	
	div#zoneHeader
	{
		border-bottom: 1px solid #66594D;
		margin: 1em 0;
		padding: 1.4em 10px 1em 10px;
		background:url(../_img/mallencontact.jpg) .8em .8em no-repeat;
	}
	
	
	div#zoneMain
	{
		padding: 20px 0;
		display: table;
		width: 100%;
	}
	
	div#zone1
	{
		padding: 0 40px;
		width: 420px;
		float: left;
	}

	div#zone2
	{
		background: transparent url(/_img/curve_border_179.gif) left top repeat-y;
		padding: 0 20px;
		width: 139px;
		float: left;
		
	}
	
	div#zoneFooter
	{
		background-color: #333333;
		border-top: 1px solid #66594D;
		padding: 7px;
		color: #fff;
	}


/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding h2
		{
			background: transparent url(/_img/banner.gif) center top no-repeat;
			height: 85px;
		}
		
		div#zoneBranding img
		{
			display: none;
		}
		
		div#zoneBranding h1
		{
			background: transparent url(_img/title_project_extranet.gif) left top no-repeat;
			margin: -14px 0 30px 30px;
			height: 14px;
			display: block;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		
/*************************************************************************
	@zoneMain
*************************************************************************/
	

/*************************************************************************
	@zone1
*************************************************************************/
	div#zone1 div.column
	{
		padding-left: 10px;
	}
	
	div#zone1 h3
	{
		margin-bottom: 0;
		margin-left: -10px;
		color: #66594D;
		letter-spacing: .05em;
		text-transform: uppercase;
	}
	
	div#zone1 h4
	{
		margin-bottom: .3em;
	}
	
	div#zone1 h4 span
	{
		font-weight: normal;
	}
	
/*************************************************************************
	@zone2
*************************************************************************/
	div#zone2 div.curveTop, div#zone2 div.curveBottom
	{
		background: #fff url(/_img/curve_179_top.gif) left top no-repeat;
		margin-left: -20px;
		margin-right: -20px;
		height: 7px;
		display: block;
		font-size: 1px;
		line-height: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	div#zone2 div.curveBottom
	{
		background-image: url(/_img/curve_179_bottom.gif);
		background-position: left bottom;
		margin-top: 7px;
		clear: both;
	}

	div#zone2 dl
	{
		margin: 1em 0 0 0;
		padding: 0 0 0 10px;
	}
	
	div#zone2 dd
	{
		margin-left: 0;
		padding-left: 0;
		font-weight: normal;
		float: none;
		font-size:small
	}
	
	div#zone2 dt
	{
		margin-left: 0;
		font-weight: normal;
		float: none;
	}
	
	div#zone2 h3
	{
		margin-left: 0;
		margin-bottom: .8em;
		font-size: 1.2em;
	}
	
	div#zone2 h4
	{
		margin-top: .5em;
		color: #66594D;
		font-size: 1.1em;
		font-weight: normal;
		text-transform: uppercase;
	}

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter p
	{
		background: transparent url(/_img/tagline.gif) center center no-repeat;
		margin-bottom: 0;
		height: 12px;
		display: block;
		font-size: 1px;
		line-height: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	
/*************************************************************************
	@fixes
**************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0;
		clear: both;
	}