/* ==================================================================================================================== */
/* ! The 960px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {}
a[href^="tel"] { color:#464646;}
.row {width: 100%; max-width:960px; margin: 0 auto; overflow: hidden;}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 1.15%;float: left;min-height: 1px;}
.onecol {width: 7.28%;}
.twocol {width: 15.7%;}
.threecol {width: 24.13%;}
.threecol.width-other {width: 25%;}
.fourcol {width: 32.56%;}
.fivecol {width: 40.77%;}
.sixcol {width: 49.42%;}
.sevencol {width: 58.02%;}
.eightcol {width: 66.2%;}
.ninecol {width: 74.71%;}
.ninecol.width-second {width: 73.31%; padding-bottom:0px;}
.tencol {width: 83.1%;}
.elevencol {width: 91.52%;}
.twelvecol {width: 100%;float: left;}
.last {margin-right: 0px;}
img, object, embed {max-width: 100%;}
img {height: auto;}
.float-r { float:right;}
.alpha { margin-left:0px;}
/* Mobile */

/*
@media handheld, only screen and (max-width:959px) {
.row, body, .container {width:97%; min-width: 0;margin-left:0;margin-right:0; padding-left:1%;padding-right:1%;}
}

@media handheld, only screen and (max-width:767px) {
body {-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;}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
width:97%;float: none;margin-left: 0px;margin-right: 0px;padding-left:1.5%; padding-right:1.5%;}
}
*/


