/*
 * STYLES FOR GRID STRUCTURE ONLY
 * DO NOT ADD ANY OTHER STYLES IN THIS STYLESHEET
 */

.container {
	width: 100%;
}

.row {
	width: 1140px;
	margin: 0 auto;
}
.row:after {
	content:"";
	clear: both;
	display: block;
}
.row.of-override {
	overflow: visible;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 24px;
	float: left;
	min-height: 1px;
}
.grid-desc {
	text-align: center;
	font-size: 1.3em;
	background: #000;
	
}
.row .onecol {
width: 73px;
}

.row .twocol {
width: 170px;
}

.row .threecol {
width: 267px;
}

.row .fourcol {
width: 364px;
}

.row .fivecol {
width: 461px;
}

.row .sixcol {
width: 558px;
}

.row .sevencol {
width: 655px;
}

.row .eightcol {
width: 752px;
}

.row .ninecol {
width: 849px;
}

.row .tencol {
width: 946px;
}

.row .elevencol {
width: 1043px;
}

.row .twelvecol {
width: 1140px;
float: left;
}

.last {
margin-right: 0px;
}

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

img {
	height: auto;
}


/* Smaller screens */
