@charset "utf-8";
/* CSS Document */

body {
	box-sizing: border-box;
}

h1 {
	font-family:Impact, Charcoal, sans-serif;
	font-size:1.75em;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-decoration:underline;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	margin:0.5em 0 0.25em 0;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	margin: 0.5em 0 0.5em 0;
}
h5 {
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	margin: 1em 0 0 0;
}

h6 {
	font-size:1.5em;
	font-weight:bold;
	margin:0.5em 0.5em 0.5em -1.75em;
}

p {
	margin: 0.7em 0;
}

a:link, a:active {
	color:#ff0033;
}

a:visited, a:hover {
	color:#009900;
}

#wrapper {
	margin: 0 auto;
	padding:0;
}

#header {
	width: 960px;
	font: Georgia, "Times New Roman", Times, serif 14px;
	margin: 0 auto;
	padding: 0.5em;
}

#nav {
	margin: 0 auto;
    text-align:center;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline-block;
	padding: 0 0.75em;
}

#content {
	width:960px;
	margin: 1em auto;
}

#nav a:link, #nav a:visited, #nav a:active {
	color:#000000;
	text-decoration:underline;
}

#nav a:hover {
	color:#333333;
	text-decoration:none;
}

#color_blocks {
	display:inline-table;
	margin:1em auto;
}

.color_blk {
	width:290px;
	height:1em;
	margin:0.25em .75em;
}

#black_blk {
	float:left;
	background:#000000;
}

#red_blk {
	float:left;
	background:#FF0033;
}

#grn_blk {
	float:left;
	background:green;
}

.small {
	font-size:.7em;
}

.center {
	text-align:center;
}

.title {
	font-family:Impact, Charcoal, sans-serif;
	font-size:2.75em;
	text-align: center;
	margin: 0 auto;
}

.caption {
	font-style:italic;
	font-size:1em;
}

.img-right {
	float:right;
	margin: 1em;
}

.img-left {
	float:left;
	margin: 1em;
}

.news-item {
	border-top:2px solid #000;
	padding: 0.25em;
	min-height:180px;
}

.blue {
	text-align:center;
	border:1px solid #000;
	padding: 0.5em;
	max-width:500px;
}

.beige {
	background:#eaf1dd;
}

.steps {
	height:150px;
}

.tbl {
	display:table;
	margin:0 auto;
}

.tbl-r {
	display:table-row;
}

.tbl-c {
	display:table-cell;
	margin: 0.1em auto;
	padding: 0.1em 0.75em;
	float:left;
}

.quotebox {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#DDD;
	text-align:center;
	background:#000;
	width: 100%;
	padding: 0.5em 0.75em;
	margin:0.75em auto;
	width:850px;
}

.title .black,
.title .red,
.title .green {
	padding:0 0.15em;
}

.black {
	color:#000000;
}

.red {
	color:#FF0033;
}

.green {
	color:green;
}

.full-width {
	width: 100%;
}

.clear {
	clear: both;
}

.column-container {
	clear: both;
}

.col-left, .col-right {
	box-sizing: border-box;
	width: 50%;
	padding: 1em;
	float: left;
}

.left {
	float: left;
}

.right {
	float:right;
}

.no-style {
	list-style: none;
}

.padded {
	padding: 1em;
}

ul.list-spacing li {
	margin-bottom:3em;
}

.box.note {
	left:0;
	right:0;
	font-weight:bold;
	padding: 1em;
	text-align: center;
	margin-top: 1em;
}

.box.note a {
	color: white;
}

.box.note a:visited {
	color: white;
}

.header-md,
.header-sm,
.header-xs {
	font-family:Impact, Charcoal, sans-serif;
	font-weight:lighter;
}

a.header-md,
a.header-sm,
a.header-xs {
	color: white;
	text-decoration: none;
}

a.header-md:hover,
a.header-sm:hover,
a.header-xs:hover {
	text-decoration: underline;
}

a.header-md.highlight,
a.header-sm.highlight,
a.header-xs.highlight {
	color:yellow;
}

a.header-md.dark,
a.header-sm.dark,
a.header-xs.dark {
	color:black;
}

.header-md {
	font-size: 1.75em;
}

.header-sm {
	font-size: 1.25em;
}

.header-xs {
	font-size= 1em;
}

.highlight {
	color:yellow;
}

.tbl.links a {
	color: #FF0033;
	font-weight: bold;
	text-decoration: none;
}

.tbl.links a:hover {
	text-decoration: underline;
}

.tbl-c.highlight.primary {
	background: #fff2cc;
	color: black;
}

.tbl-c.highlight.secondary {
	background: #e2efd9;
	color: black;
}

.col3 {
	width: 33%;
	height: 100%;
	box-sizing: border-box;
}

.col6 {
	width: 66%;
	height: 100%;
	box-sizing: border-box;	
}

.image-max img {
	max-width: 100%;
}

.box {
	color: white;
}

.box.green {
	background: green;
}

.box.red {
	background: #FF0033;
}

.box.black {
	background: black;
}