

@import url(//fonts.googleapis.com/css?family=Oswald:300,700,400|Source+Sans+Pro:400,600,700,400italic);

body, #login-page {
  margin: 0;
  padding: 12px;
  background: #164f7b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #164f7b 0%, #1b6299 23%, #1b6299 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #020001), color-stop(23%, #1b6299), color-stop(100%, #1b6299));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #164f7b 0%, #1b6299 23%, #1b6299 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #164f7b 0%, #1b6299 23%, #1b6299 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #164f7b 0%, #1b6299 23%, #1b6299 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #164f7b 0%, #1b6299 23%, #1b6299 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color7', endColorstr='@color2', GradientType=0);
  /* IE6-9 */
  background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #030001;

}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 10px;
}
p, a, table, tr, td, span, font, ol, ul, li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
a:link, a:visited, a:focus {color:#164F7B;}
a:hover {color: #777;}

/* Mobile Site Buttons
------------------------------------------------------------------- */
.mobile-button-wrapper {margin:auto;box-sizing: border-box;box-sizing: border-box;padding:auto;}
.mobile-button-wrapper a {text-decoration: none;}
.mobile-button-wrapper a:hover .large-mobile-button {background-color: #1B6299;color:#ffffff;}
.large-mobile-button {background-color: #3B7000;color:#ffffff;box-sizing: border-box;padding: 30px 0px;font-size: 60pt;text-align: center;font-weight: bold;font-family:'Source Sans Pro', sans-serif;border-radius: 30px; margin: 0px 0px 20px;width:auto;}
#footer-mobile-button {background-color: #3B7000;color:#ffffff !important;padding: 3px 7px;text-align: center;font-size: 11px;font-family:'Source Sans Pro', sans-serif;border-radius: 4px;}
#footer-mobile-button:hover {background-color: #1B6299;color:#ffffff;}

#wrapper {
  width: 90%;
  min-width: 960px;
  margin: 0 auto;
  background: #59a800;
  padding: 8px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* main content areas */
#wrapTable {
  margin: 8px 0;
  padding: 0;
  height:100%;
  display: flex;
}
#headerTD {
  position: relative;
  background: #baaaa7 url('images/header_bg.jpg') no-repeat center center;
  border-radius: 7px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  height: 220px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#headerLogo {
  position: absolute;
  top: 72px;
  left: 0;
  padding: 12px 20px 12px 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 12px 12px 0;
}
#headerIMG img {
  position: absolute;
  top: 8px;
  right: 40px;
  width: 267px;
  height: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: 9px;
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.5);
}
#menuTD {
	position:relative;
  display: block;
  background: #164f7b;
  border: 2px solid #fff;
  border-radius: 7px;
  margin-right: 8px;
  width:220px !important;
  min-height: 420px;
}
#contentTD {
  margin: 0 0 4px 8px;
  padding: 0;
  background: #fff;
  border-radius: 7px;
  width: 100%;
}
#footerTable {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  background: #164f7b;
  border-radius: 7px;
  border: 2px solid #fff;
  color: #ccc;
}

/* Vertical Flyout Menu */
div#listmenu {
position: absolute;
top: 0;
transition: all .3s linear;
font-size: 16px;
margin-top: 12px;
z-index: 5;
width: 160px;
float: none;
background: transparent;
border-bottom: medium none;
border-right: medium none;
}
.sticky {
	position: fixed !important;
	top:8px !important;
}
div#listmenu ul {
	position:relative;
  margin: 0;
  padding: 0;
}
div#listmenu li {
  position: static;
  text-align: left;
  list-style-type: none;
  float: none;
  background-color: transparent;
  border-right: none;
  color: #026;
  line-height: 8px;
}
div#listmenu li:hover {
background: none;
}
div#listmenu li a {
transition: all .25s linear;
		color:#fff;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
font-weight: 300;
padding: 0 8px;
line-height: 28px;
width:145px;
}
div#listmenu li a:hover {
    color: #fff !important;
    background: #59A800;
}
body div#listmenu ul li ul {
    padding-bottom: 0;
}
div#listmenu ul li ul {
		position: absolute;
    top:0;
    z-index: 10;
    width: 240px;
    min-height:100%;
    border: 0;
    padding-bottom:0;
    overflow:hidden;
    margin: -3px 0px 0px 154px;
    border-radius: 0 12px 12px 0;
}
div#listmenu ul li ul li:first-child {
    border-top: 0;
    }
div#listmenu li:first-child {
    border-left: none;
}
div#listmenu ul li ul li, div#listmenu ul li ul li:hover {
    background: transparent;
    padding: 1px;
    width: 180px;
    border: none;
    height: 26px;
    text-align: left;
}
div#listmenu ul li ul li:hover {
    background: transparent;
}
div#listmenu ul li ul li a {
    padding: 0px 8px;
    background:#fff;
    color:  #164f7b;
    width: 220px;
margin: 2px 0 0 0;
line-height: 22px;
border-left: 0;
}
div#listmenu li ul li a:hover {
color: #fff !important;
}
div#listmenu li ul li a:after {
content: " ";
}
html > body div#listmenu ul li ul li ul {
    left: 25px;
    top: 22px;
    border: 0;
}
/* End Menu */
.user-actions A {
  color: #ffffff;
}
.ahn-bottom-box {
  color: #ffffff;
}
DIV#committee-wrapper {
  width: 98%;
}
DIV#amenities-wrapper {
  width: 98%;
}
.ahn-category-edit a {
  color: #ffffff;
}
.ahn-feature-title-bar h2 {
  font-weight: 300;
  line-height: 1.1em;
  font-size: 2em;
}
#main-content {
  width: 100%;
}
#main-content-left {
  width: 500px;
  float: left;
  text-align: justify;
  padding: 0 0 0 15px;
  font: 12pt #362520;
}
#main-content-right {
  width: 274px;
  float: right;
  padding: 15px 15px 15px 0px;
  text-align: justify;
}
#resources ul {
  list-style-type: circle;
}
#clear {
  clear: both;
}
.image {
  padding-right: 10px;
}
.our-community {
  padding: 5px 0 0 10px;
  text-align: justify;
}
.feedback {
  float: left;
}
.italic {
  font-style: italic;
}
.map {
  border: 5px solid #e2e2e2;
}
#footerTable p {
  text-align: center;
  color: #fff;
}
#footerTable a {
color:#fff;
text-decoration:none;
}
#footerTable a:hover {
color:#aaa;
}
.style1 {
  font-size: 10px;
}
.ahn-feature-action-bar div a {
  color: #fff;
}
#maincontent {
  margin-left: 0;
  margin-right: 0;
}
table {
  border-collapse: collapse;
}
img.border {
  border: 4px solid #59a800;
  margin: 12px 20px;
  border-radius: 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ahn-gallery-panel,
.ahn-galleryview {
  width: 492px !important;
}
.ahn-galleryview img {
  padding: 0;
  margin: 0;
}
.ahn-gallery-panel img {
  margin: 0;
  width: 492px;
}
.ui-state-default a {
color: #fff;
}
.ui-state-default.ui-state-active a {
color: #003;
}
#ahn-bottom-content {background: transparent;}
#slideWrap {
  width: 420px;
  height: 336px;
  position: relative;
  background: #ffffff url(slides/slide_bg.jpg) no-repeat;
}
/* Cycle2 slideshow */
.cycle-slideshow {
  top: 92px;
  left: 28px;
  margin: 0;
  width: 365px !important;
  height: 216px;
}
/* if positioning the slideshow is an issue, then this is generally the problem */
.cycle-slide {
  top: 0;
  /* Change this to your needs */
  left: 0;
  /* Change this also */
  border-radius: 18px;
}
  
.ui-tabs .ui-state-default a:link {
  background: #164F7B;
  color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background: #fff;
  color: #164F7B;
}
