@CHARSET "UTF-8";

/* External resources */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Questrial);

/* Stop the editor from having a background */
body#page {
  font-family: Questrial, sans-serif;
  font-size: 11pt;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
}

a img {
  border: none;
}

div.clearfix {
  clear: both;
}

/* Wrapper */

.wrapper {
  width: 975px;
  margin: 0 auto;
}

/* Header */

.header {
  background: #122f51;
  color: #fff;
  height: 140px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #0f1c28;
}

.header .wrapper {
  position: relative;
  height: 140px;
}

.header>.wrapper>img {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 10;
}

div.admin-button {
  position: absolute;
  top: 0;
  left: 220px;
}

div.admin-button a {
  background: #0f1c28;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

div.admin-button a:hover {
  background: #336699;
}

.header div.font-size {
  position: absolute;
  top: -2px;
  right: 0;
  display: table;
  height: 30px;
  border-spacing: 3px;
}

.header div.font-size span.font-btn {
  width: 30px;
  height: 30px;
  display: table-cell;
  background: #0f1c28;
  color: #fff;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 3px;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.header div.font-size span.font-btn:hover, .header div.font-size span.font-btn.selected-font {
  background: #336699;
}

.font-btn[data-size="13"] {
  font-size: 12pt;
}

.font-btn[data-size="15"] {
  font-size: 15pt;
}

/* Menu bar */

.navbar {
  position: absolute;
  bottom: 50px;
  left: 220px;
  right: 100px;
  text-align: center;
  font-size: 13pt;
  text-transform: uppercase;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar li:first-child {
  margin: 0;
}

.navbar ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.navbar ul li a:hover, .selectedanchor, .navbar ul li a.current {
  color: #336699;
}

/** Drop down menus */

.menubar-menu {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 0 0;
  display: none;
  margin: 0;
  z-index: 1000000;
  background: #122f51;
  border-bottom: 2px solid #0f1c28;
  text-align: center;
  font-size: 15pt;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.menubar-menu ul {
  margin:0;
  padding: 20px;
  list-style-type: none;
}

.menubar-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  padding: 5px 0;
}

.menubar-menu a:hover{
	color: #336699;
}

.anylinkshadow {
  display: none;
}

.menu-has-submenu {
  cursor:pointer;
}

.body {
  background: #fff;
  background: -moz-linear-gradient(top,  #d1dbff 0%, #ffffff 368px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1dbff), color-stop(368px,#ffffff));
  background: -webkit-linear-gradient(top,  #d1dbff 0%,#ffffff 368px);
  background: -o-linear-gradient(top,  #d1dbff 0%,#ffffff 368px);
  background: -ms-linear-gradient(top,  #d1dbff 0%,#ffffff 368px);
  background: linear-gradient(to bottom,  #d1dbff 0%,#ffffff 368px);  
}

/* Banner */

.banner {
  position: relative;
  height: 340px;
  width: 975px;
  padding-top: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;  
}

.banner img {
  top: 5px;
  left: 0;
  position: absolute;
}

.caption {
  position: absolute;
  top: 50px;
  left: 500px;
  font-weight: bold;
}

.caption h3 {
  color: #000;
  margin: 0;
  font-size: 20pt;
}

.caption h1 {
  margin: 0;  
  color: #990000;
  font-size: 32pt;
  text-transform: uppercase;
}

.caption>div {
  color: #000;
}

.caption>div:before,
.caption>div:after {
  display: table;
  content: ' ';
  clear: both;
}

.caption>div>* {
  float: left;
}

.caption>div>span {
  margin-top: 8px;
}

.caption>div>h2 {
  text-transform: uppercase;
  font-size: 28pt;
  color: #122F51;
  margin: 0 0 0 10px;
  line-height: 100%;
}

.caption ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Questrial, sans-serif;
  font-weight: normal;
  font-size: 12pt;
}

.caption ul li {
  padding: 4px 0 4px 0;
  text-transform: uppercase;
}

.caption ul li:before {
  content: '⬩';
  font-weight: bold;
  margin-right: 20px;
}

.banner a.button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14pt;
}

a.button {
  color: #fff !important;
  text-decoration: none !important;
  font-family: Questrial, sans-serif;
  font-weight: bold;
  background-color: #990000;
  background-image: -moz-linear-gradient(top,  #c1272d 0%, #990000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1272d), color-stop(100%,#990000));
  background-image: -webkit-linear-gradient(top,  #c1272d 0%,#990000 100%);
  background-image: -o-linear-gradient(top,  #c1272d 0%,#990000 100%);
  background-image: -ms-linear-gradient(top,  #c1272d 0%,#990000 100%);
  background-image: linear-gradient(to bottom,  #c1272d 0%,#990000 100%);
  background-repeat: repeat-x;
  border-radius: 20px;
  padding: 8px 25px;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  text-transform: uppercase;
}

a.button:hover {
  background-position: 0 -10px;
}

/* Main */

div.main {
  padding: 10px 0 20px;  
}

.main a {
  color: #900;
  text-decoration: underline;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.main a:hover {
  color: #b00;
}

/* Side bar */

div.sidebar {
  float: right;
  width: 310px;
}

div.box {
  background: #e8e8e8;
  background: -moz-linear-gradient(top,  #e8e8e8 0%, #e0e0e0 6%, #d5d5d5 21%, #cecece 42%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(6%,#e0e0e0), color-stop(21%,#d5d5d5), color-stop(42%,#cecece), color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e0e0e0 6%,#d5d5d5 21%,#cecece 42%,#cccccc 100%);
  background: -o-linear-gradient(top,  #e8e8e8 0%,#e0e0e0 6%,#d5d5d5 21%,#cecece 42%,#cccccc 100%);
  background: -ms-linear-gradient(top,  #e8e8e8 0%,#e0e0e0 6%,#d5d5d5 21%,#cecece 42%,#cccccc 100%);
  background: linear-gradient(to bottom,  #e8e8e8 0%,#e0e0e0 6%,#d5d5d5 21%,#cecece 42%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cccccc',GradientType=0 );
  border-radius: 8px 0 0 8px;
  padding: 15px 10px;  
}

div.box h1 {
  margin: 0;
  color: #444;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 15pt;
}

div.box h1 span {
  color: #122f51;
}

div.box h2 {
  margin: 0;
  color: #900;
  font-size: 16pt;
}

div.box img {
  float: right;
}

div.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

div.sidebar>ul>li>h3:first-child {
  display:none;
}

div.sidebar ul li {
  
}

div.sidebar ul li a {
  display: block;
}

/* Content */

div.content {
  float: left;
  width: 645px;
  line-height: 150%;
  color: #444;
}

div.content script+link+h1 {
  display:none;
}

div.content>*:first-child,div.gallery-header>*:first-child {
  margin-top: 0;
}

div.content td>*:first-child {
  margin-top: 0;
}

div.content td>*:last-child {
  margin-bottom: 0;
}

div.content h1,div.content h2,div.content h3,div.content h4,div.content h5,div.content h6 {
  font-weight: normal;
  color: #122f51;
}

/** Footer */

div.footer {
  color: #fff;
  background: #122f51;
  padding: 10px 0;
}

div.footer .wrapper {
  position: relative;  
}

div.footer a {
  color: #fff;
  text-decoration: none;
}

div.footer a:hover {
  text-decoration: underline;
}

div.footer span {
  margin: 0 20px 0 0;
  display: inline-block;
}

div.footer p {
  margin-bottom: 0;
}

div.footer p:last-child {
  position: absolute;
  bottom: 0;
  right: 0;  
}

div.footer p:first-child {
  margin-top: 0;
}

/** gallery styles */

div.slideshow#image-gallery {
  
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#333;
  background: rgba(51,51,51,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #333;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}