/* CSS Resets */

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


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.container {width: 1000px; margin: 0 auto;}

.row {
width: 100%;
margin: 0;
overflow: hidden;
}


.maincol, .rightcol, .widecol, .adcol, .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 25px;
float: left;
min-height: 1px;
}


.maincol {width: 64.6%;}
.rightcol {width: 31.6%; margin-right: 0;}
.widecol {width: 73.7677%}
.onecol {
width: 4.85%;
}

.twocol {
width: 13.45%;
}

.adcol {width: 16%; margin-top: 3%;}
.threecol {
width: 22.05%;
}

.fourcol {
width: 32.55814%; /* used */
}

.wide .fourcol { width: 21.4141%}

.fivecol {
width: 39.45%;
}

.sixcol {
width: 47.2222%; /* used */
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 62%; /* used */
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82.7%;
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}

.wide {width: 100%;}
.last {
margin-right: 0;
}

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

img {
	height: auto;
}

/* Smaller screens */

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

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	.container {width:90%;margin: 0 auto;}
	.sixcol, .form-wrapper .fivecol {float: none; width: 100%;}
	}


/* 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: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}
	
	.maincol,.adcol, .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .rightcol, .widecol, .wide .fourcol {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	}
	[class*=col] [class*=col] {padding: 0;} /* any column within a column doesn't get double padding */

}