/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #606060;
	margin: 0;
	padding: 0;
	background: url(../grfx/backgrounds/bg_body_top.png) top repeat-x;
}

html
{
	background: url(../grfx/backgrounds/bg_body_bottom.png) bottom repeat-x;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	width: 960px;
	height: 260px;
	background: url(../grfx/header.jpg) no-repeat;
	margin: 0 auto;
}

#content_container
{
	width: 960px;
	background: #FFFFFF url(../grfx/backgrounds/bg_content.png) bottom no-repeat;
	margin: 0 auto;
	margin-top: 41px;
	padding-bottom: 40px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

	#content
	{
		width: 844px;
		margin: 0 auto;
	}
	
	#large-content {
		width: 700px;
		line-height: 1.58em;
		margin-left: 71px;
	}
	
	#large-content-int {
		width: 670px;
		line-height: 1.58em;
	}

	#content_text
	{
		width: 488px;
		float: left;
		line-height: 1.58em;
		margin-left: 71px;
	}
	
	* html #content_text
	{
		margin-left: 30px;
	}
	
	#content_separator
	{
		width: 38px;
		height: 218px;
		float: left;
		background: url(../grfx/backgrounds/bg_separator.png) no-repeat;
	}
	
	#content_news
	{
		width: 212px;
		font-size: 0.92em;
		line-height: 1.64em;
		color: #8a8a8a;
		float: left;
	}
	
		.news_date
		{
			color: #c50300;
		}
		
		#content_news p
		{
			margin-top: 0;
		}		
		
		#content_news a
		{
			text-decoration: none;
			color: #8a8a8a;
		}
		
		#content_news a:hover
		{
			text-decoration: underline;
		}
	
	.section_holder
	{
		width: 700px;
		margin: 0 auto;
	}

		.section_holder_top
		{
			width: 700px;
			height: 24px;
			background: url(../grfx/backgrounds/bg_content_holder_top.png) no-repeat;
			clear: both;
		}
		
		.section_holder_content
		{
			background: url(../grfx/backgrounds/bg_content_holder.png) repeat-y;
			width: 700px;
			clear: both;
		}
		
		.section_holder_image
		{
			width: 139px;
			float: left;
			padding-left: 33px;
			margin-top: -24px;
			color: #FFFFFF;
			font-size: 0.92em;
		}
		
		* html .section_holder_image
		{
			margin-top: 0;
		}
		
			.section_holder_image p
			{
				padding: 0px 5px;
			}	
			
			a.read_more
			{
				color: #b20101;
				font-weight: bold;
				float: right;
				text-decoration: none;
			}	

		.section_holder_text
		{
			width: 490px;
			float: left;
			padding-left: 19px;
		}
		
		.section_holder_bottom
		{
			width: 700px;
			height: 24px;
			clear: both;
			background: url(../grfx/backgrounds/bg_content_holder_bottom.png) no-repeat;
		}
				
#banner_wrapper
{
	width: 700px;
	margin: 0 auto;
}
	#banners
	{
		width: 471px;
		height: 184px;
		float: left;
		background: url(../grfx/backgrounds/bg_banners.png) no-repeat;
		margin: 0 auto;
		margin-top: 37px;
		padding: 22px 0px 23px 49px;
	}		
	
		.banner
		{
			width: 139px;
			float: left;
			font-size: 0.92em;
			color: #FFFFFF;
			margin-right: 7px;
		}
		
			.banner p
			{
				margin: 0;
				padding: 0;
			}
		
			.banner_bg
			{
				width: 133px;
				height: 62px;
				background: url(../grfx/backgrounds/bg_banner_light.png) repeat;
				float: left;
				padding: 3px;
			}
		
			.banner_bg:hover
			{
				width: 133px;
				height: 62px;
				background: url(../grfx/backgrounds/bg_banner_dark.png) repeat;
				float: left;
				padding: 3px;
				cursor: pointer;
			}
	
	#banner_emergency
	{
		width: 179px;
		height: 207px;
		float: left;
		margin-top: 37px;
	}
	
		#banner_emergency span
		{
			display: none;
		}	
	
		#banner_emergency a
		{
			width: 179px;
			height: 207px;
			display: block;
			background: url(../grfx/backgrounds/bg_banners_247.png) 0px 0px no-repeat;
		}
		
		#banner_emergency a:hover
		{
			width: 179px;
			height: 207px;
			display: block;
			background: url(../grfx/backgrounds/bg_banners_247.png) -179px 0px no-repeat;
		}
			
#footer
{
	width: 700px;
	height: 25px;
	font-size: 0.92em;
	color: #818181;
	padding: 11px 130px;
	background: #e4e4e4;
	clear: both;
}

	#footer a
	{
		color: #818181;
		text-decoration: none;
		margin: 0px 2px;
		line-height: 1.00em;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
	#footer img
	{
		margin-top: -10px;
	} 

	.copyright
	{
		color: #c70400;
	}

#footer_spacer
{
	width: 960px;
	height: 61px;
	clear: both;
	background: #d1d1d1;
}