﻿/****************************************************************
	ARTICLE IMAGE
 ****************************************************************/
/* BEGIN: Article Image */
	.ArticleImageContainer
	{
		display: block;
		background: #f5f5dc; 
		border: solid 1px #cccccc;
		width: 406px;
		padding: 6px 8px 6px 6px;
		margin: 5px;
	}
	/* Tan Hack for IE 5/6*/
	* html div.ArticleImageContainer
	{
		width: 406px;	/* for IE5 and IE6 in quirks mode */
		
	}

	.ArticleImage
	{
		display: block;
		border: solid 1px #000000;
		border-bottom: none 0px;
		margin-bottom: 0px;
		width: 406px;
	}
	div.ArticleImage img
	{
		width: 406px;
	}

	.ArticleImageCaption
	{
		display: block;
		background: #ffffff;
		color: #000000;
		width: 406px;
		border: solid 1px #000000;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-style: normal;
		font-weight: normal;

		/* Font-size used by NS4, later reset for all other browsers */
		font-size: 12pt;
	}
	/* Hide from NS4 */
	/*/*/a{}
	.ArticleImageCaption
	{
		font-size: 9px;
	}
	/* */

	div.ArticleImageCaption span
	{
		display: block;
		padding: 6px;
		color: #000000;
		
		/* Tantek Hack for IE5/Win */
		width: 406px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: auto; /* This is the correct width */
	}
	/* "Be nice to Opera 5" rule */
	body>div.ArticleImageCaption span { width: 288px; }


	div.right .ArticleImageContainer
	{
		margin: 5px 2px 3px 8px;
	}
	div.left .ArticleImageContainer
	{
		margin: 5px 8px 3px 2px;
	}
	
	div.ArticleImageTitle h2
	{
		vertical-align:top;
		background: #ffffff;
		color: #000000;
		width: 406px;
		height: auto;
		margin: 3px 8px 0px 2px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-style: normal;
		font-weight: Bold;
		font-size: 16px;
}

/* END: Article Image */
