/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	overflow-y: scroll;
}

/**
 * Remove default margin.
 */

body,li  {
	margin: 0;
	color: #FFFFFF;
	font: 18px Verdana, Geneva, sans-serif;
	
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

b,
strong {
  font-weight: bold;
}
li {
	color: #999999;
}

h1 {
	text-align: right;
	font: bold 1.4em Verdana, Geneva, sans-serif;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #669933;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
.blurb {
	padding-right: 333px;
	padding-left: 120px;
	float: left;
	top: -30px;
	margin-top: -40px;
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: separate;
}


body {
	background-color: #333333;
}
.container {
	margin: 0 auto;
	width: 960px;
	max-width: 960px;
	padding: 0;
	line-height: 180%;
	background-image: url(images/bg_stripe3.gif);
	border-left: 10px solid #669933;
}
.header {
	position: fixed;
	width: 960px;
	background-image: url(images/ref/top_bg1.png);
	background-color: #000000;
}
.header {
	font-size: 14px;
	color: #FFFFFF;
}
.sidebar {
	width: 90px;
	float: left;
 	color: #FFFFFF;
	padding-left: 10px;
}
.header img {
	margin-left: -10px;
	float: left;
}

/**
fixes alignment with firefox for top header graphic */

@-moz-document url-prefix() { 
  .header img {
     margin-left: -10px;
  }
}


.nudgeImage {
	margin-left: 100px;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.headerTitleSpacer {
	padding-top: 30px;
	padding-right: 60px;
	width: 890px;
}
.content {
	background-color: #000000;
	float: left;
	width: 780px;
	color: #FFFFFF;
	padding-right: 60px;
	padding-left: 10px;
	padding-top: 30px;
}
.contentNarrow {
	float: left;
	width: 250px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	margin: 0px;
}
.contentMedium {
	float: left;
	width: 300px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
}
.contentWide {
	background-color: #000000;
	float: left;
	width: 560px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
}
.contentWide p img {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.contentMedium ul {
	list-style-type: none;
	background-position:100%;
	text-align: right;
}
.contentWide ul {
	list-style-type: none;
	background-position:100%;
	text-align: left;
}
.footer {
	background-color: #993333;
	clear: both;
	position: relative;
	background-image: url(images/bg_redchex.gif);
	height: 20px;
}
.sidebar img {
	margin-top: 50px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thumbImage {
	width: 240px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 40px;
}
.thumbImage a img {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
td,th {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}
table { 
    border-spacing: 20px;
    border-collapse: separate;
}
a:link {
	color: #5dc3fd;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7aa6cc;
}
a:hover {
	text-decoration: none;
	color: #008aff;
}
a:active {
	text-decoration: underline;
	color: #669933;
}

/**.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}   */
.blurb {
	padding-right: 333px;
	float: left;
	margin-right: 333px;
}
.galleryBlurb {
	float: left;
	margin: 0px;
	width: 250px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 20px;
}
.galleryPhoto {
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.gallery img {
	padding-bottom: 0px;
}
.galleryHeader {
	text-align: left;
}
.galleryHeader h1 {
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}
#gallery {
	background-color: #2B2B2B;
	margin: 0px;
	padding: 0px;
}

.galleryPhoto img {
	border: 1px solid #333333;
}
.header a {
	padding-right: 15px;
	padding-left: 5px;
	border-left: 8px solid black;
	margin: 0px;
	padding-top: 0px;
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.header a:hover:nth-child(n+2) {
	padding-right: 15px;
	border-left: 8px solid #669933;
	padding-left: 5px;
	border-left: 8px solid #669933;
	text-decoration: underline;
}
h2 {
	font-size: 1.2em;
}
