/*	Adapted from SimpleGrid by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/
 
body {
	background-image: url('../imagebank/design/background.jpg');
	background-repeat:repeat-x
	}

/* Font Sizes */
body { font-size: 1.0em; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

/* Containers */
.grid, .grid-bkg { width: 1200px; padding: 0 0px 0 0px; /* top, right, bottom, left */}

.row { clear:left; }

/* Special Adjustments */
	
	a {line-height: 0.5em;}
	img.flexpicHL {	height: auto; width: 100%; max-width: 400px; }
	img.flexpicHR1 { height: auto; width: 100%; max-width: 700px; }
	img.flexpicHR2 { height: auto; width: 100%; max-width: 100px; }
	img.flexpicSP {	height: 200px; width: auto; }
	img.flexpicTM {	height: auto; width: 150px; }

/* Slots Setup */
.slot-0-hm, .slot-1-hm, .slot-2-hm, .slot-3-hm, .slot-4-hm, .slot-5-hm { width: 190px; display: inline; float:left; margin-left: 10px; }
.header-menu { margin-top: 100px; }
.header-announcement { margin-top: 60px; margin-bottom: 10px; align: left; }

.slot-0, .slot-1, .slot-2, .slot-3, .slot-4, .slot-5, .slot-0-1, .slot-0-1-2, .slot-0-1-2-3, .slot-0-1-2-3-4, .slot-0-1-2-3-4-5, .slot-1-2, .slot-1-2-3, .slot-1-2-3-4, .slot-1-2-3-4-5, .slot-2-3, .slot-2-3-4, .slot-2-3-4-5, .slot-3-4, .slot-3-4-5, .slot-4-5 
{ display:inline; float:left; margin-left: 10px; }

/* 6-Col Grid Sizes */
.slot-0, .slot-1, .slot-2, .slot-3, .slot-4, .slot-5 { width: 190px; } /* Sixths */
.slot-0-1, .slot-1-2, .slot-2-3, .slot-3-4, .slot-4-5 { width: 380px; } /* Thirds */
.slot-0-1-2, .slot-3-4-5 { width: 590px; } /* Halfs */
.slot-0-1-2-3, .slot-1-2-3-4, .slot-2-3-4-5 { width: 790px; } /* Two-Thirds */
.slot-0-1-2-3-4, .slot-1-2-3-4-5 { width: 990px; } /* Five-Sixths */
.slot-0-1-2-3-4-5 { width: 1190px; } /* Whole-width */