/*	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, p { font-size: 0.9em; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }

/* Containers */
.grid, .grid-bkg { width: 990px; padding: 0 10px 0 10px; /* 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; }

/* 6-Col Header Menu Items */
.slot-0-hm, .slot-1-hm, .slot-2-hm, .slot-3-hm, .slot-4-hm, .slot-5-hm { width: 140px; display: inline; float:left; margin-left: 10px; }
.header-menu { margin-top: 100px; margin-bottom: 5px; align: left; }
.header-announcement { margin-top: 60px; margin-bottom: 10px; align: left; }
	
/* Slots Setup */
.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, 
.slot-6, .slot-7, .slot-8, .slot-9, .slot-6-7, .slot-6-7-8, .slot-6-7-8-9, .slot-7-8, .slot-7-8-9, .slot-8-9{ display:inline; float:left; margin-left: 10px; }

/* 6-Col Grid Sizes */
.slot-0, .slot-1, .slot-2, .slot-3, .slot-4, .slot-5{ width: 140px; } /* Sixths */
.slot-0-1, .slot-1-2, .slot-2-3, .slot-3-4, .slot-4-5{ width: 280px; } /* Thirds */
.slot-0-1-2, .slot-3-4-5 { width: 440px; } /* Halfs */
.slot-0-1-2-3, .slot-1-2-3-4, .slot-2-3-4-5{ width: 590px; } /* Two-Thirds */
.slot-0-1-2-3-4, .slot-1-2-3-4-5{ width: 740px; } /* Five-Sixths */
.slot-0-1-2-3-4-5{ width: 990px; } /* whole width */