/* 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,figure{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   */
/* ==================================================================================================================== */


.row {
width: 100%;
margin: 0;
overflow: hidden;
}

.onecol, .twocol, .twocol_sec, .threecol, .fourcol, .fivecol, .sixcol, .sixcol_sec,.sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 1%; /* 10px */
float: left;
min-height: 1px;
}

.onecol {
width: 4.85%;
}

.twocol {
width: 170px; /*170px*/   
}

.twocol_sec {
width: 24.7%; /*235px*/ float:right; 
}

.threecol {
width: 26.56%; /*255px*/
}


.fourcol {
width: 32.28%;
}

.fivecol {
width: 44%;
}


.sixcol {
width: 49%;
}

.sixcol_sec {  /*500px, zj changed to 490px */
width: 490px; margin: 0 15px 0 35px; 
}
.sevencol {
width: 53.0%;
}

.eightcol {
width: 65.4%;
}

.ninecol {
width: 74.05%;
}

.ninecol_sec {  
width: 74.05%; margin: 10px 15px 0 35px;  float:left;
}
.tencol {
/*width: 82.3%;*/ /*795px*/
width: 81.1%; /*780px*/
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

/* CAUSING ISSUES IN IE8
img, object, embed {
 max-width: 100%;
}*/

/* REMOVED AT REQUEST OF CLIENT
img {
	height: auto;
}
*/

/* Smaller screens */

/*@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	}

*/
/* 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;
	}

}*/