@font-face {
    font-family:din;
    src: url(din.ttf);
}
body{
	margin:0px;
	padding:0px;
	background: #666 url(../images/bg1.jpg) repeat-x center top;
	width:100%;
	font-family:"Trebuchet MS";
}
br
{   content: "A" !important;
    display: block !important;
    margin-bottom: .6em !important;
}
.clear{
clear:both;
}
#main{
	max-width:962px;
	background:#FFF;
	height:auto;
	margin:0 auto;
	padding:0;

}
header {
	width:100%;
	margin:0 auto;
	padding:0;
}
.top-links{
	background: url(../images/top-bg.jpg) repeat-x;
	height:44px;
	width:99%;
	padding:1% 1% 0 0;
	text-align:right;
	font-family:din "Trebuchet MS";
	font-size:16px;
	color:#919191;
}
.top-links a:link{ 
	color:#919191;
	text-decoration:none;
}
.top-links a:hover{
	color:#000;
	text-decoration:underline;
}
.logo{
	width:60%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	font-family:din "Trebuchet MS";
	font-size:18px;
	color:#919191;
}
#slider{
	width:100%;
	height:auto;
	margin:10px auto;
}
section {
	width:100%;
	background-color:#FFFFFF ;
	height:80%;
	padding:0;
	font-family:din "Trebuchet MS";
	font-weight:100;
	color:#919191;
	text-align:center;
}
.heading1 {
	color:#666;
	font-size:43px;
	line-height:45px;
	margin:20px 0 10px 0;
	padding:0px;
}

.heading2 {
	color:#769b53;
	font-size:43px;
	line-height:45px;
	margin:0 0 20px 0;
	padding:0px;
}

.below-text {
	color:#666;
	font-size:18px;
	margin:0 140px 20px 140px;
	padding-bottom:20px;
	
}
.container{
	width:100%;
	background:#fff;

}
.col-left{
	width:43%;
	float:left;
	text-align:left;
	font-size:12px;
	padding:0 3% 0 4%;
	line-height:16px;
	font-family:"Trebuchet MS";

}
.col-right{
	width:50%;
	float:left;
	text-align:left;
	padding:0 0% 0 0%;

}
.green-text{
color:#769b53;
}

.col2{
width:50%;
padding:0px;
margin:0px 0%;
float:left;
}

.footer{
margin:0px;
padding:40px;
text-align:center;
font-size:20px;
font-family:din, "Trebuchet MS";
color:#919191;
}
.footer a:link{
color:#919191;
text-decoration:none;
}
.footer a:hover{
color:#000;
text-decoration:underline;
}

@media only screen and (max-width: 800px) {
.top-links{
	background: url(../images/top-bg.jpg) repeat-x;
	height:34px;
	width:96%;
	padding:10px 2% 0 0;
	text-align:right;
	font-family:din, "Trebuchet MS";
	font-size:13px;
	color:#919191;
}
.logo{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	font-family:din, "Trebuchet MS";
	font-size:16px;
	color:#919191;
}
.col-left{
	width:96%;
	float:left;
	text-align:left;
	font-size:12px;
	padding:0 2% 4px 2%;
	line-height:16px;

}
.col-right{
	width:96%;
	float:left;
	text-align:left;
	padding:0 2% 0 2%;

}
.heading1 {
	color:#666;
	font-size:30px;
	line-height:35px;
	margin:10px 0 10px 0;
	padding:0px;
}

.heading2 {
	color:#769b53;
	font-size:30px;
	line-height:35px;
	margin:0 0 20px 0;
	padding:0px;
}

.below-text {
	color:#666;
	font-size:18px;
	margin:0 50px 20px 50px;
	padding-bottom:20px;
	
}
.footer{
	margin:0px;
	padding:20px;
	text-align:center;
	font-size:16px;
	font-family:din, "Trebuchet MS";
	color:#919191;
}
}