section, article, aside, header, footer, nav, figure { display : block; }

@font-face {
    font-family: 'BallparkWeiner';
    src: url('../ballpark_weiner-webfont.eot');
    src: url('../ballpark_weiner-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ballpark_weiner-webfont.woff') format('woff'),
         url('../ballpark_weiner-webfont.ttf') format('truetype'),
         url('../ballpark_weiner-webfont.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	color: black;
}

#header h1{
	

	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#content ul{
	list-style: square;
	color:#435609;
	padding: 0 0 15px 1em;
}

#content{
	margin-bottom: 10px;
	overflow: none;
}


html{
	background: #93B825;
}

body{
	background: url(../images/head-bg.png) no-repeat top center;
	font-family: arial, helvetica, san-serif;
	font-size:13px;
	line-height: 18px;
}
.drop{
	-moz-box-shadow: 4px 4px 5px #4a661e;
	-webkit-box-shadow: 4px 4px 5px #4a661e;
	box-shadow: 4px 4px 5px #4a661e;
}

.rc{
	-webkit-transform: rotate(2deg); 
	-moz-transform: rotate(2deg);
}
.rcc{
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);
}

#container{
	margin: 0 auto;
	width: 910px;
	height: 570px;

}
#header{
	height:200px;

}
#header ul{
	font-family: 'BallparkWeiner', arial;
	font-size:25px;
	float: right;
	width: 420px;
	clear: both;
	margin: 40px 0 0 0;
	list-style: none;

}
#header ul li{
	display: inline;
}
#header ul li a{
	text-decoration:none;
	color:#49630d;
	display: block;
	float: left;
	margin: 0 16px;
}
#header ul li a:hover{

	color:black;
}

#header ul li a.selected{
	color: black;
}

#header p.contact{
	float: right;
	font-size: 18px;
	margin-top: 32px;
	margin-right: 20px;
	clear: both;
}
h1, h2{
	font-family: 'BallparkWeiner', arial;
	font-size:30px;
	margin-bottom: 20px;
}
p{
	color:#435609;
	padding-bottom:20px;
}
p.quote{
	font-family: 'BallparkWeiner', arial;
	font-size:20px;
	width: 500px;
	clear: both;
	padding-top: 30px;
	color: black;
}
p.quoteby{
	text-align: right;
}


#content .lcol{
	width:323px;
	float:left;
}
#content .rcol{
	width:550px;
	float:right;
	padding-top: 15px;

}
/* CONTENT SERVICES */
.services #content .lcol{
	width:463px;
	float:left;
}
.services #content .rcol{
	width:410px;
	float:right;
	padding-top: 15px;

}


/* CONTENT CONTACT */
.contact #content .lcol{
	width:463px;
	float:left;
}
.contact #content .rcol{
	width:410px;
	float:right;
	padding-top: 15px;

}




#content .rcol .stack1{
	float: left;
	width: 270px;
	padding-right: 7px;
	
}
#content .rcol .stack1 img{
	margin-bottom: 8px;
}
#content .rcol .stack2{
	float: left;
	width: 270px;
}

#content ul span{
	font-family: 'BallparkWeiner', arial;
	font-size:22px;
	line-height: 26px;
}
.gallery #content img{
	margin: 0 10px 15px 0;
}
#footer{
	margin-top: 20px;
	padding-top: 12px;
	border-top: solid 1px black;
	clear: both;
	font-size: 11px;
}
.social{
	float: right;
	margin-bottom: 5px;
	margin-right: 20px;
}