@charset "UTF-8";
/* CSS Document */

.grey	{
	color:#666;
	}
	
.dark_grey	{
	color:#333;
	}

.light_brown	{	
	color:#a99857;
	}
		
.rh_img	{
	border-top:dotted 1px #000;
	}

.green_header	{
	color:#06250f;
	margin-bottom:5px;
	}
	
.lightgreen_header	{
	color:#690;
	margin:15px 0 0 10px;
	}
	
.brown_header	{
	color:#a99857;
	margin-bottom:20px;
	}

.article_img	{	
	float:right;
	margin-left:30px;
	}
	
.date	{
	color:#666;
	font-size:1.2em;
	}		

.italic	{
	font-style:italic;
	}
	
#content	{
	padding:10px 0 40px 0;
	}

#left_col	{
	width:175px;
	float:left;
	}
	
#top_left	{
	width:175px;
	height:498px;
	}
	
#top_left .img_left	{
	border-right:1px #FFF solid;
	}
	
#top_left h3 {
	margin-top:20px;
	}
	
#top_left p	{
	color:#666;
	line-height:1.5em;
	}
	
#right_col	{
	width:635px;
	float:right;
	}
	
#top_right	{
	width:635px;
	}
	
#press_title	{
	background:#c9b777 url(../images/press/mc_press_title.jpg) no-repeat right;
	height:130px;
	width:425px;
	float:left;
	}
	
#press_title h2	{
	color:#fff;
	margin:15px 0 0 10px;
	}

#press_intro_text	{
	width:415px;
	float:left;
	margin-left:10px;
	padding:20px 10px 5px 0;
	}

*:first-child+html #news_intro_text	{
	}

*html #news_intro_text	{
	margin-left:5px;
}
		
#press_intro_text p 	{
	line-height:1.5em;
	margin-bottom:20px;
	}

		
#top_right_right	{
	width:197px;
	float:right;
	margin-bottom:30px;
	}
		
#press_info	{
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	background:#f7f6ee;
	padding:20px 10px;
	width:177px;
	}
	
.press_article	{
	border-top:1px dotted #000;
	padding-top:15px;
	margin-top:15px;
	}
	
.press_article	h4	{
	color:#06250f;
	margin-bottom:20px;
	}
	
