html,body {
	margin:0;
	padding:0;
}

body {
/***	background:#f2eeec;
		color:#fff;
***/
	font:16px/28px;
	font-family:'Open Sans',sans-serif;
	line-height:22px;
}

h1,h2 {
	text-transform:uppercase;
	font-weight:400;
}

a {
	color:#1c8546;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

/*** Header ***/
#header {	
	width:100%;
	min-height: 100px;
 	background: white;
	position: relative;
	top:0;
	z-index:20;
}
	
#topbar{
	width:100%;
	height: 20px;
	background: #1c8546;
	position: relative;
    top:116px;
}
	
#nav-container{
	background:white; 
	width:960px; 
	margin:0 auto;
}
	
h1{
	margin:0;
	padding:0;
}
		
		
#logo{
	bottom:-15px;
	position:relative;
	float:left;
	display:block; 
	width:213px; 
	height: 77px; 
	text-indent: -9999px;
	background: url(img/logo2.png);

}

/*** Nav ***/
#nav {
	float:right;
	width:700px;
	min-height: 80px;
	margin:0 auto;
}

#nav ul {
	bottom:-65px;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-family:oswald; 
	text-transform:uppercase; 
	list-style: none;
	display:inline-block;
}
				
#nav ul li{
	float:left
}
	
#nav ul li a{
	color:#1c8546;
	padding:15px 20px;
	text-decoration:none;
}
			
/*** Slider ***/
#slider {
    width:100%;
    min-height: 120px;
    background:white;
    margin-top:0px;
	z-index: 10;
} 

#slide{
    border: 2px solid #333;
    width:800px;
	height:260px;
	margin:50px auto;
    margin-left:250px;
    background:url(img/loading.gif) no-repeat 50% 50%;
}

#slide2{
    width:800px;
	height:60px;
	margin:50px auto;
    margin-left:250px;
    }

#fakeslider {
    width:100%;
    min-height: 120px;
    background:white;
    margin-top:0px;
	z-index: 10;
} 

#extra {
	position:relative;
	min-height: 120px;
	z-index:10;
	margin:-80 auto;
	width:960px;
	background:white;
	color: #1c8546;
	top:0px;
	font-family:oswald;
/*** padding:20px; ***/
	font-size:15px;
}

/*** Content ***/
#content {
	position:relative;
	z-index:12;
	margin:130 auto;
	width:960px;
	top:-25px;
}

.boxcontent {
	float:left;
	margin:-40px 0 50px 30px;
	width:275px;

}

.boxcontent:first-child {
	margin:-40px 0 50px;
}

.boxcontent h3 {
	margin:0px 0px 0px;
	padding:20px 20px 20px 20px 70px;
	background: #1c8546;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-family:oswald;
}

.boxcontent p {
	color:#6d6b6a;
	font-size:12px;
}

.boxcontent a {
	text-transform:uppercase;
	font-weight:400;
	font-family:oswald;
}

/*** Footer ***/
#footer {
	clear:both;
	width:100%;
	min-height:130px;
	background: #1c8546;
	color:#666;
	position:relative;
}

#footer p {
	float:left;
	margin:15px 0 15px 100px;
	font-size:12px;
	color:white;
}
