/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

body {
	padding:0 0 50px 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background:#c6ce91;
}

h1 {
	padding:0 0 15px 0;
	font-size:18px;
	line-height:150%;
	color: #424242;
	font-weight:normal;
}

p,ul {
	margin:0 0 20px 0;
	font-size:80%;
	color: #424242;
}
ul {
	margin:5px 50px 15px 20px;
	padding:0 0 0 20px;
}
ul li {
	padding:0 0 5px 0;
}

.sidebar {
	margin:0 0 20px 0;
	padding:0 40px 10px 0;
	border-right:1px dotted #424242;
}

a:link, a:visited, a:hover {
	color:#418233;
	text-decoration:none;
}
a:hover {
	color:#42533e;
}
.sidebar ul {
	margin:0 0 20px 0;
	padding-left:0;
}
.sidebar ul li {
	padding:3px 0 5px 25px;
	list-style:none;
	font-weight:bold;
	background: url(diamond-grey.png) no-repeat left center;
}

.container p {
	padding:3px 0 12px 0;
line-height: 150%;
/* background: #eeeeee; */
margin:0;

}

.container {
margin-top:.1em;
padding-left: 2em;
padding-right: 4em;
}

.row {
padding:20px;
background:#fff;
width: 100%;
max-width: 920px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.body {
	border: 1px dotted #424242;
	 -moz-border-radius: 15px;
	 -webkit-border-radius: 15px;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
text-align:center;
}

.row .sidebar {
width: 30.75%;
text-align:left;
}

.row .sixcol {
width: 48.2%;
}

.row .eightcol {
width: 55.4%; /* was 65.4% */
}
.row .twelvecol img {
	margin-bottom:20px;
	border:1px solid #424242;
}
.row .footer {
	margin:30px 0 0 0;
	padding:20px 0 0 0;	
	text-align:center;
	border-top:1px dotted #424242;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}

.header {padding:0 20px;background:none}


/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 1.0em;
	line-height: 1.0em;
	}
	
	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}