
@charset "utf-8";

body {
	font-family: Arial, Verdana, sans-serif;
	background-image: url("../images/bg_mainground.jpg");
	background-repeat : repeat-x;

}

a img{
	border:0;
}
b.line{
	color: #DF7401;
}
#container{
	width:800px;
	background :#fff;
	margin:0 auto;
}

#header{
	width : 781px;
	height : 432px;
	color: #000;
	padding: 0 0 0 20px;
	background : #345B04 url(../images/front.jpg) no-repeat;
}
#header h2{
	color: #000;
	margin: 0 50px 0 34px;
	padding: 4px 0 4px 4px;
	font-size: 2.5em;
	line-height:1;
}
#header h3{
	margin: 14px 0 1px 50px;
	font-size: 1.4em;
	line-height:1;
}
#header h4{
	margin: 14px 0 1px 50px;
	line-height:1;
}
#header strong{
	font-size: 1.2em;
}
#header p{
	color: #000;
	text-align: center;
	font-size: 0.9em;
	margin-top: 4px;
	padding: 4px 0 4px 4px;
}

#header p .italic{
	font-style:italic; 
}

#header img{
	margin:0 2px 2px 30px;
}
#media1 ,#media2 ,#media3 {
	width: 240px;
	float:left; 
	margin-right:10px;
}
#contentline {
	clear: both;
	padding: 10px 10px 0 0;
	width:800;
}
#content {
	width: 460px;
	float:left; 
	margin-right:10px;
}
#content h3, #contentline h3{
	font-size: 24px;
	color: #000;
	line-height:150%;
	background : url(../images/check.gif)  no-repeat;
	padding: 3px 0 0 44px;
	margin: 4px 0 0 14px;
}
#content h4, #contentline h4{
	font-size: 20px;
	color: #000;
	line-height:150%;
	text-align: center;
	margin: 4px 0 0 14px;
}
#content p{
	color: #666;
	font-size: 0.9em;
	margin: 14px 16px 0 44px;
}
#content p.box{
	color: #333;
	background :#ddd;
	font-size: 0.9em;
	margin: 14px 16px 0 44px;
	padding: 4px;
}
#content .redfont{
	color: red;
}
#content img{
	float:left;
	margin:3px 10px;
}
#form {
	float: right;
	width: 320px;
	margin: 10px 10px 0 0;
	padding: 0;
	font-size: 0.9em;
}
#form .contactform {
	float: right;
	margin-right:30px;
	text-align: right;
}
.borderimg {
	padding:5px;
	border: 2px solid #BFCAD5;
}

#footer {
	clear: both;
	padding: 10px 10px 20px 0;
	background: #345B04;
	color: #fff;
	width:800;
	text-align: center;
	font-size: 0.7em;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

