/* Mixins */
.palatino {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
}
.helvetica {
  font-family: Helvetica, Arial, sans-serif;
}
/* Layout Helper Classes */
.col {
  display: block;
  padding: 0 10px;
}
.spans3col {
  width: 940px;
}
.full-width {
  width: 960px;
}
.center-block {
  margin: 0 auto;
}
/* New  9 April 2011 */
.button-column {
	float:left;
	margin-left:20px;
	padding-top:6px;
	width:300px;
}
.button-column:first-child {
	margin:0;
}
/* End New */
/* Default Styles */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
nav a {
  text-decoration: none;
}
/* Page Header */
.page-header {
  border-top: 4px solid #ffcc00;
  overflow: hidden;
  max-width: 100%;
  min-width: 960px;
}
.page-header .inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
.logo-and-tag {
  display: inline-table;
  /* Webkit requires "inline" table. */

  float: left;
  margin: 13px 0 15px 0;
}
.logo-and-tag div {
  display: table-cell;
  vertical-align: middle;
}
.logo-and-tag .logo {
  border-right: 2px solid #022c4f;
  padding: 15px 24px 15px 0;
}
.logo-and-tag .tag {
  color: #aad8fb;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 225px;
}
.search-etc {
  float: right;
  margin-right: 10px;
  padding-top: 26px;
  text-align: right;
  width: 250px;
}
.search-etc ul {
  display: block;
  margin-bottom: 6px;
}
.search-etc li {
  display: inline;
  padding-left: 10px;
}
.search-etc a {
  color: #8ab5d6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.search-etc a:hover {
  color: #ffcc00;
}
.search-form {
  height: 32px;
  float: right;
  overflow: hidden;
}
.search-input {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url("../images/icon-magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  border: 0;
  color: #8ab5d6;
  display: block;
  float: left;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding: 7px 10px 7px 35px;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
  width: 130px;
}
.no-rgba .search-input {
  background-color: #264a68;
}
.search-input:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #01172c;
}
.no-rgba .search-input:focus {
  background-color: #b3bfc9;
}
.search-submit {
  background: url("../images/icon-arrows.png") no-repeat 0 0 #01172c;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 32px;
  line-height: 0;
  overflow: hidden;
  width: 32px;
}
.search-submit.focus {
  background-position: 0 -32px;
}
.search-submit:hover {
  background-position: 0 -64px;
}
/* Primary Nav */
.page-nav {
  background: url("../images/shadow.png") repeat-x;
  background: url("../images/noise.png"), url("../images/shadow.png") repeat-x;
  overflow: hidden;
  max-width: 100%;
  min-width: 960px;
}
.page-nav ul {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 20;
}
.page-nav li {
  float: left;
}
.page-nav a {
  display: block;
  float: left;
  padding-bottom: 4px;
}
.page-nav .current-menu-item a, .page-nav a:hover {
  border-bottom: 4px solid #ffcc00;
  padding-bottom: 0;
}
.page-nav a span {
  /* We're using border image to enable a slight fade at the top of the nav dividers. */

  border-left: 2px solid #151a1a;
  /* Browsers without support for border-image see this. */

  -moz-border-image: url("../images/vertical-stripe-black-gray.png") 0 0 0 2;
  -webkit-border-image: url("../images/vertical-stripe-black-gray.png") 0 0 0 2;
  border-image: url("../images/vertical-stripe-black-gray.png") 0 0 0 2;
  color: #ebefef;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  padding: 18px 0 14px;
  letter-spacing: 0.075em;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 1px #000;
  text-transform: uppercase;
  width: 157px;
  z-index: 1;
}
.page-nav li:first-child a span {
  width: 160px;
}
.page-nav li.last a span {
  border-right: 2px solid #151a1a;
  -moz-border-image: url("../images/vertical-stripe-black-gray.png") 0 2 0 2;
  -webkit-border-image: url("../images/vertical-stripe-black-gray.png") 0 2 0 2;
  border-image: url("../images/vertical-stripe-black-gray.png") 0 2 0 2;
  width: 158px;
}
/* We're overriding the default border for browsers that don't support border-image with these extra Modernizr-enabled rules. */
.no-borderimage .page-nav a span {
  border-left: 1px solid #425050;
  border-right: 1px solid #151a1a;
}
.no-borderimage .page-nav li:first-child a span:before, .no-borderimage .page-nav li.last a span:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.no-borderimage .page-nav li:first-child a span {
  border-left: 1px solid #151a1a;
}
.no-borderimage .page-nav li:first-child a span:before {
  border-left: 1px solid #425050;
}
.no-borderimage .page-nav li.last a span {
  border-right: 1px solid #425050;
}
.no-borderimage .page-nav li.last a span:before {
  border-right: 1px solid #151a1a;
}
.no-borderimage .page-nav li:first-child a span, .no-borderimage .page-nav li.last a span {
  width: 159px;
}
.no-borderimage .page-nav li:first-child a span {
  padding-left: 1px;
}
.no-borderimage .page-nav li.last a span {
  padding-right: 1px;
}
/* Page Body */
.page-body {
  background: url("../images/vertical-gradient-gray-to-trans.png") repeat-x #ced0d0;
  background: url("../images/noise.png"), url("../images/vertical-gradient-gray-to-trans.png") repeat-x #ced0d0;
  border-color: #7b9090;
  border-style: solid;
  border-width: 4px 0;
  margin-top: -4px;
  overflow: hidden;
  max-width: 100%;
  min-width: 960px;
  z-index: 10px;
}
/* Page Footer */
.page-footer {
  background: url("../images/shadow.png") repeat-x #2e3636;
  border-bottom: 4px solid #ffcc00;
  font-size: 11px;
  padding: 28px 0 18px;
  overflow: hidden;
  max-width: 100%;
  min-width: 960px;
}
.page-footer .col {
  border-left: 1px solid #545f5f;
  border-right: 1px solid #283030;
  display: table-cell;
  padding-left: 30px;
  width: 278px;
}
.page-footer .col:first-child {
  border-left: 0;
  width: 279;
}
.page-footer .col:last-child {
  border-right: 0;
  width: 279;
}
.page-footer h1 {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow: 0 1px 1px #000;
}
.faux-table {
  display: inline-table;
}
.page-footer ul {
  float: left;
}
.page-footer .long {
  width: 158px;
}
.page-footer .short {
  width: 120px;
}
.page-footer li {
  line-height: 12px;
  padding: 2px 0;
}
.page-footer li a {
  color: #fff;
  text-decoration: none;
}
.page-footer li a:hover {
  color: #ffcc00;
}
.page-footer .social-media li {
  float: left;
  margin-right: 32px;
}
.page-footer .social-media a {
  background: url("../images/social-media-icons.png") no-repeat left top;
  display: block;
  float: left;
  height: 49px;
  overflow: hidden;
  text-indent: -999em;
  width: 49px;
}
.page-footer .social-media .facebook a:hover {
  background-position: 0 -100px;
}
.page-footer .social-media .twitter a {
  background-position: -50px 0;
}
.page-footer .social-media .twitter a:hover {
  background-position: -50px -100px;
}
.page-footer .social-media .youtube a {
  background-position: -100px 0;
}
.page-footer .social-media .youtube a:hover {
  background-position: -100px -100px;
}
.page-footer .vcard {
  color: #fff;/* 090b0b */
  line-height: 16px;
  margin: 0 auto;
  overflow: hidden;
  padding: 45px 0 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);/* 255,255,255,0.2*/
  width: 340px;
}
.page-footer .vcard .fn {
  display: block;
  margin: 0 auto;
}
.page-footer .vcard .adr {
  float: left;
  padding: 16px 0 0 5px;
  width: 175px;
}
.page-footer .vcard .tel {
  float: left;
  padding: 16px 0 0 10px;
  width: 150px;
}
