@charset "utf-8";
/* CSS Document */

#innerWrapper{  margin:15px auto 0 auto; padding:0px 0 0 0; }
img#main_img { padding-top:20px;  }
.hide{
	display:none;}
/*----------------------------------------------------
Information
----------------------------------------------------*/
div#information {
	clear:both;
	width:800px;
	height:auto;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#information_txt {
	width:760px;
	height:auto;
	text-align:center;
	margin:10px auto;
	padding-bottom:20px;

	background-color:#f8f8f8;
	border:double 3px #CCC;
}
div#information_txt h3.heading {
	font-size:20px;
	text-align:center;
	color:#a60101;
	font-weight:bold;
	padding:20px 0 0 0;
	line-height:140%;
}

span.small{
	font-size:16px;
	color:#333;}

div#information_txt h4{
	text-align:left;
	padding:0 0 0 3px;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	margin-top:15px;
	margin-left:10px;

	
	border-left:double 4px #5f9b4b;
	
}

div#information_txt p strong{
	margin:10px 0 0 10px;
	text-align:left;
	font-size:12px;
	font-weight:100;
	width:730px;
	display:block;
	line-height:140%;
	
}

