/* 978 grid system - http://978.gs */
div.layout-978 { width:978px; margin:0px auto; }
div.row { height:1%; }
div.row-end { clear:both; font:1px/1px sans-serif; height:1px; overflow:hidden; }
div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float:left; margin-left:30px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left:0px; }
div.col1.first, div.col2.first, div.col3.first, div.col4.first, div.col5.first, div.col6.first, div.col7.first, div.col8.first, div.col9.first, div.col10.first, div.col11.first, div.col12.first { margin-left:0px; }
div.col1 { width:54px; }
div.col2 { width:138px; }
div.col3 { width:222px; }
div.col4 { width:306px; }
div.col5 { width:390px; }
div.col6 { width:474px; }
div.col7 { width:558px; }
div.col8 { width:642px; }
div.col9 { width:726px; }
div.col10 { width:810px; }
div.col11 { width:894px; }
div.col12 { width:998px; }
/*div.col12 { width:978px; } Changed to make room for Army University Link */


/*media queries for mobile, anything less than the 978px width of the grid system*/
/*
@media only screen and (max-width:978px) {
	div.layout-978 { width:100%; margin:0px auto; }
	div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float:left; margin-left:2.4%; }
	div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left:0; }
	div.col1.first, div.col2.first, div.col3.first, div.col4.first, div.col5.first, div.col6.first, div.col7.first, div.col8.first, div.col9.first, div.col10.first, div.col11.first, div.col12.first { margin-left:0; }
	div.col1 { width:6.133%; }
	div.col2 { width:14.66%; }
	div.col3 { width:23.2%; }
	div.col4 { width:31.73%; }
	div.col5 { width:40.26%; }
	div.col6 { width:48.8%; }
	div.col7 { width:57.33%; }
	div.col8 { width:65.86%; }
	div.col9 { width:74.4%; }
	div.col10 { width:82.93%; }
	div.col11 { width:91.46%; }
	div.col12 { width:100%; }
}
*/