/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 12px/17px Lucida Grande, Lucida Sans Unicode, sans-serif;
  color: #333;
  height: auto;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  /* Myriad Pro */
	font-family: Tahoma, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #FFF;
	line-height: 37px;
	margin: 0;
}

body.front h1 {
	line-height: 41px;
}

h2 {
  /* Myriad Pro */
	font-family: 'myriad-pro', Geneva, sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #FFF;
}

body.front h2 {
	margin: 10px 0 15px 0;
	line-height: 23px;
}

body.front #title-overlay {
	margin-left: 35px;
}

h3 {
  /* Myriad Pro */
	font: 22px/22px 'myriad-pro', Geneva, sans-serif;
	font-weight: 600;
	color: #000;
	margin: 0 0 5px 0;
}

h4 {
  /* Myriad Pro */
	font-family: 'myriad-pro', Geneva, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 5px 0 12px 0;
}

h4.red {
	color: #B80000;
}

h5 {
	font-family: 'myriad-pro', Geneva, sans-serif;
  font-size: 14px;
  font-weight: 600;
	color: #000;
	margin: 5px 0;
}

h6 {
  font-size: 10px;
  font-weight: 400;
	color: #000;
  margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #B80000;
}

.weight_400 {
	font-weight: 400 !important;
}

.weight_600 {
	font-weight: 600 !important;
}

.small_margin_bottom {
	margin-bottom: 5px;
}

.size_18 {
	font-size: 18px !important;
}

.center {
	text-align: center;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

ul li {
	margin: 10px 0 0 15px;
}

ul {
	padding-left: 0;
}