/* ________________ global ________________ */

body
	{
	margin: 0;
	padding: 10px 0;
	background: #28333a;
	font: small/1.5em Trebuchet, "Trebuchet MS", sans-serif;
	color: #646060;
	text-align: center;
	}

#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: #ecf0f2;
	border: 4px solid #b1b3b4;
	}

.clear {
	height: 0;
	clear:both;
}


/* ________________ header ________________ */
#header
	{
	display: block;
	margin: 0;
	width: 900px;
	padding: 432px 0px 0px 0px;
	overflow: hidden;
	background: transparent url('images/theme.jpg') top left no-repeat;
	height: 0px !important;
	text-indent: -5000px;
	}

#header h2 {
	display: none;
}

#header h1 {
	display: none;
}


/* ________________ content ________________ */
#contentArea {
	width: 880px;
	padding: 30px 10px;
}

#leftCol, #rightCol {
	width: 214px;
	float: left;
}

div.blockCon {
	background: #f9f5e5;
	border: 3px solid #28333a;
	padding: 7px;
}

h3 { margin:3px 0;}

/* Disable image replacement for section headers, to facilitate ease of modification.
#leftCol h3, #rightCol h3  {
	display: block;
	margin: 0;
	width: 214px;
	padding: 22px 0px 0px 0px;
	overflow: hidden;
	background: transparent;
	height: 0px !important;
	text-indent: -5000px;
}

#leftCol h3.past { background: transparent url(images/blockHead_past.gif) top left no-repeat; }
#rightCol h3.logistics { background: transparent url(images/blockHead_logistics.gif) top left no-repeat; }
#rightCol h3.register { background: transparent url(images/blockHead_register.gif) top left no-repeat; }
#rightCol h3.featuring { background: transparent url(images/blockHead_featuring.gif) top left no-repeat; }
*/

#content {
	float: left;
	width: 380px;
	margin: 0 30px;
}

ul.staffList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.staffList li {
	margin-bottom: 12px;
	padding-left: 60px; 
	height: 57px;
}

ul.staffList li.dale { background: transparent url(images/headshot_dale.gif) top left no-repeat; }
ul.staffList li.westley { background: transparent url(images/headshot_westley.gif) top left no-repeat; }
ul.staffList li.aaron { background: transparent url(images/headshot_aaron.gif) top left no-repeat; }
ul.staffList li.geoff { background: transparent url(images/headshot_geoff.gif) top left no-repeat; }
ul.staffList li.scot { background: transparent url(images/headshot_scot.gif) top left no-repeat; }
ul.staffList li.chuck { background: transparent url(images/headshot_chuck.gif) top left no-repeat; }
ul.staffList li.cole { background: transparent url(images/headshot_cole.gif) top left no-repeat; }

#footer {
	clear: left;
}

	
/* //-- ________ Typography ________ --// */
a
	{
	color: #28A6D5;
	text-decoration: none;
	}

a img {
	border: none;
	}
	
a:hover
	{
	color: #B71326;
	text-decoration: underline;
	}

a img:hover {
	text-decoration: none;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyond summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
  font-size: 140%;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
p, p p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
input, label {
	font-size: 0.8em;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}