/*********************************
*** Base Elements
*********************************/
body {
  font-family: 'Open sans', sans-serif;
  color: #3c3c3c;
  font-size: 14px;
}
p {
  font-size: 14px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open sans', sans-serif;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0;
  margin-bottom: 10px;
}
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 10px;
}
h1 {
  font-size: 30px;
}
h2,
h2.node-title {
  font-size: 24px;
  font-weight: 700;
}
h2.block-title {
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
h3 {
  font-size: 18px;
}
.region-sidebar-second h3 {
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a,
a:link,
a:visited {
  color: #900;
}
a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
h2 a:link,
h2 a:visited {
  color: #900;
  font-weight: 700;
  text-decoration: none;
}
h2 a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
.field-name-body h2 {
  margin-top: 25px;
  font-size: 150%;
}
.field-name-body h3 {
  margin: 15px 0 5px 0;
}
hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  height: 3px;
  background: #fff;
}
ol {
  list-style: decimal;
}
ul {
  list-style: square;
  list-style-position: outside;
}
li {
  font-size: 100%;
  margin-left: 20px;
}
.pipe {
  font-weight: 700;
}
.red-pipe {
  color: #900;
  font-weight: 700;
}
.bigish-text {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}
.bigger-text {
  display: block;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}
.co-author {
  font-style: italic;
  font-weight: 600;
  display: block;
  padding-top: 8px;
}
.float-left {
  float: left;
}
table {
  margin-top: 10px;
  border: 1px solid #fff;
}
thead {
  text-transform: uppercase;
}
tr {
  border: 3px solid #fff;
}
th {
  padding: 5px 1px;
}
td {
  padding: 5px;
  background: #eee;
  border: 3px solid #fff;
}
.seamless table {
  border: 0;
}
.seamless tr,
.seamless td {
  border: 0;
  background: none;
  vertical-align: top;
}
.seamless td {
  padding: 20px 10px;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  float: left;
  font-family: 'Open sans', sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  background: #3c3c3c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 9px;
  margin: 10px 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-decoration: none;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #cdcdcd;
  color: #3c3c3c;
}
.item-list .pager li,
.item-list .pager ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.item-list .pager {
  position: relative;
  margin: 20px 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
}
.pager li {
  color: #3c3c3c;
  text-transform: uppercase;
  font-size: 12px;
  background: #ddd;
}
.pager li a {
  display: inline-block;
}
.pager li.pager-last,
.pager li.pager-first,
.pager li.pager-previous,
.pager li.pager-next {
  display: none;
}
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  color: #3c3c3c;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 700;
}
.pager li.pager-current {
  background: #3c3c3c;
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
}
.pager li a:hover {
  background: #eee;
  color: #3c3c3c;
  font-weight: 700;
}
ul.primary {
  margin: 20px 0;
  border-bottom: 1px solid #3c3c3c;
}
ul.primary li a {
  border: 1px solid #3c3c3c;
  margin: 0;
  background: #eee;
  font-weight: 600;
}
ul.tabs li.active a {
  border: 1px solid #3c3c3c;
  border-bottom: 1px solid #fff;
  margin: 0;
}
ul.tabs li.active a:hover {
  border: 1px solid #3c3c3c;
  border-bottom: 1px solid #eee;
  margin: 0;
}
ul.primary li a:hover {
  background: #eee;
  border: 1px solid #3c3c3c;
  border-bottom: 1px solid #eee;
}
img {
	border: 1px solid #3c3c3c;
}


/*********************************
*** Zones
*********************************/
#zone-wrapper {
	padding: 20px 0;
}
.zone-inner {
	width: 960px;
	margin: 0 auto;
}
.zone-content-inner {
	padding: 20px 0 30px 0;
}
@media only screen and (max-width: 700px) {
	.zone-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#zone-footer-wrapper {
  height: 40px;
  background: #3c3c3c;
  background: -moz-linear-gradient(top,#4f4f4f 0%,#4c4c4c 49%,#3c3c3c 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(49%,#4c4c4c),color-stop(100%,#3c3c3c));
  background: -webkit-linear-gradient(top,#4f4f4f 0%,#4c4c4c 49%,#3c3c3c 100%);
  background: -o-linear-gradient(top,#4f4f4f 0%,#4c4c4c 49%,#3c3c3c 100%);
  background: -ms-linear-gradient(top,#4f4f4f 0%,#4c4c4c 49%,#3c3c3c 100%);
  background: linear-gradient(to bottom,#4f4f4f 0%,#4c4c4c 49%,#3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f',endColorstr='#3c3c3c',GradientType=0);
}
#address-box {
  padding-top: 20px;
}
#org-logo img {
  float: left;
  margin: 0;
  border: none;
  padding-bottom: 15px;
  width: 250px;
  height: 60px;
}
#org-text {
  margin: 13px 0;
  padding-top: 10px;
  border-top: 1px solid #aaa;
  clear: both;
}
#org-text p {
  font-size: 86%;
  margin-bottom: 2px;
}
@media only screen and (min-width: 700px) {
	#org-logo {
		float: left;
	}
	#org-text {
		margin: 3px 0 0 15px;
		padding: 4px 0 6px 24px;
		border-top: 0;
		border-left: 1px solid #aaa;
		float: left;
		clear:none;
	}
}

