
/*--- Elements ---*/
html, body {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    color: #f2ede3;
    height:  100%;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p,
h1, h2, h3, h4, h5, h6 {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: tex;
    user-select: text;
}
a,
a:visited {
    color: #211f1f;
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 18px;  /* used to be 20 */
    font-weight: normal;
    text-decoration: underline;
}
a:hover,
a:active {
    color:  #c94a00;
    text-decoration: none;
}
#main {
    height:  100%;
    width: 100%;
}
p {
    font-size: 12px;
}

h1 {
    line-height: 1em;
   	font-family: 'Shadows Into Light', cursive, Arial;
    font-size: 35px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #78604b;
}
h2 {
    font-size: 55px;
    font-weight: normal;
}
h3 {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 27px;
    font-weight: normal;
}
h4 {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 30px;
    font-weight: normal;
}
h5 {
   	font-family: 'Shadows Into Light', cursive, Arial;
    font-size: 24px;  /* used to be 20 */
    font-weight: normal;
    line-height: 2em;
}
h6 {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: -2px;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    display: inline;
}
::-moz-selection {
    background: #F6861E; color: #fff; text-shadow: none;
}
::selection {
    background: #F6861E; color: #fff; text-shadow: none;
}
/*--- End Elements ---*/




/* --- Navs --- */
#nav {
    height: 100px;
    position: relative;
}
.darkNav {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 16px;
}
.darkNav li {
    margin-right: 20px;
}
.darkNav li:last-child {
    margin-right: 0;
}
.darkNav a,
.darkNav a:visited {
    color: #ffffff;
}
.darkNav a:hover,
.darkNav a:active {
    color: #999999;
}
.lightNav {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-size: 12px;
}
.lightNav li {
    float: left;
    margin-right: 25px;
}
.lightNav li:last-child {
    margin-right: 0;
}
.lightNav li.animateArrowParent {
    margin-top: -5px;
}
.lightNav a:visited,
.lightNav a {
    color: #211f1f;
}
.lightNav a:hover,
.lightNav a:active {
    color: #c94a00;
}
.lightNav li.animateArrowParent a,
.lightNav li.animateArrowParent a:visited,
.lightNav li.animateArrowParent a:hover,
.lightNav li.animateArrowParent a:active {
    color: #c94a00;
}
.lightNav li.socialIcons {
    margin-top: -11px;
}
.inverted a:visited,
.inverted a {
    color: #f2ede3;
}
.inverted a:hover,
.inverted a:active {
    color: #c94a00;
}
.inverted li.animateArrowParent a,
.inverted li.animateArrowParent a:visited,
.inverted li.animateArrowParent a:hover,
.inverted li.animateArrowParent a:active {
    color: #c94a00;
}
#footerInfo a:visited,
#footerInfo a {
    color: #665C5C;
}
#footerInfo a:hover,
#footerInfo a:active {
    text-decoration: underline;
    color: #665C5C;
}

/* --- End Navs ---*/




/* --- Arrow Animations --- */

.no-touch .animateArrow {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
    /* Required to prevent flicker in Safari */
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
.no-touch .animateArrowParent:hover .animateArrow {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
}
/* --- End Arrow Animations --- */


/* --- COLORS --- */
.white {
    color: #FFFFFF;
}
.yellow {
    color: #F6A71E;
}
.blue {
    color: #557B7F;
}
.red {
    color: #C94A00;
}
.brown {
    color: #78604b;
}
.tan {
    color: #6e6558;
}
.orange {
    color: #d87d25;
}
.green {
    color: #91A072;
}
.purple {
    color: #BF93B0;
}
.grey {
    color: #876a37;
}
.lgrey {
    color: #999999;
}
.warning {
    color: #EEEEEE;
    font-size: 15px;
    font-weight: normal;
}
/* --- END COLORS --- */


/* --- Misc --- */
.disabled {
    visibility: hidden;
}
.relative {
    position: relative;
}
.noBold {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
}
.bold {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
}
.demi {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    font-weight:normal;
}
.toUpper {
    text-transform: uppercase;
}
.clear_fix {
    overflow: hidden;
    display: inline-block;
    display: block;
}
.noSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.twentyOne {
    font-size: 21px;
}
a.isLocation,
a.isLocation:visited,
a.isLocation:hover,
a.isLocation:active {
    text-decoration: underline;
}

/* --- End Misc ---*/




/* --- Logos ---*/

.logoFooter {
    position: absolute;
    left: 0;
    top: 120px;
    width: 275px;
    height: 50px;
    background: url("../img/ha1_footer-blue.png") no-repeat;
}

/*--- End Logos ---*/



#navLinks {
    position: absolute;
    top: 33px;
    right: 0;
}

.section {
    min-height: 723px;
}
.section2 {
    min-height: 230px;
}
.sized {
    overflow: visible;
    position: relative;
    height: 100%;
    width: 890px;
    margin: 0 auto;
}
.sectionHead {
    position: relative;
    height: 63px;
    width: 890px;
    margin: 0 auto;
    border-bottom: 1px solid #e2d9b6;
}
.sectionLeft {
    float: left;
    width: 50%;
    height: 100%;
}
.sectionRight {
    float: left;
    width: 50%;
    height: 100%;
}




/*--- Dark Pages ---*/

.darkBody a,
.darkBody a:visited {
    color: #f2ede3;
    text-decoration: underline;
}
.darkBody a:hover,
.darkBody a:active {
    color:  #f2ede3;
    text-decoration: none;
}
.darkFooterBlue {
    width: 100%;
    height: 375px;
    background: url("../img/ha1_footer_background.jpg") repeat;
    background-color: #635040;
    color: #f2f2f2;
}
.darkFooterGrey {
    width: 100%;
    height: 375px;
    background-color: #3c3c3c;
    color: #f2f2f2;
}
.darkFooterBrown {
    width: 100%;
    height: 375px;
    background-color: #4a3826;
    color: #f2f2f2;
}
.darkFooterTan {
    width: 100%;
    height: 375px;
    background-color: #60584e;
    color: #f2f2f2;
}
.darkFooterRed {
    width: 100%;
    height: 375px;
    background-color: #301717;
    color: #f2f2f2;
}
.darkFooterPurple {
    width: 100%;
    height: 375px;
    background-color: #1d284d;
    color: #f2f2f2;
}
.darkFooterGreen {
    width: 100%;
    height: 375px;
    background-color: #263431;
    color: #f2f2f2;
}
.darkFooterAqua {
    width: 100%;
    height: 375px;
    background-color: #1e3f43;
    color: #f2f2f2;
}
.darkFooterOrange {
    width: 100%;
    height: 375px;
    background-color: #573824;
    color: #f2f2f2;
}
.upperFooter {
    margin-bottom: 20px;
    border-bottom: 2px solid #7e6747;
    height: 50%;
}
.lowerFooter {
    height: 50%;
}
.darkNav {
    margin-top: 148px;
}
/*--- End Dark Pages ---*/




/*--- Footers ---*/
.upperFooter .sectionLeft {
    width: auto;
}
.upperFooter .sectionRight {
    float: right;
    width: auto;
}
.lowerFooter .sectionLeft {
    width: auto;
}
.lowerFooter .sectionRight {
    float: right;
    width: 915px;
}


.footerNav ul {
    width: 445px;
}
.footerNav li {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    margin-right: 17px;
}
.footerNav li:last-child {
    margin-right: 0;
}
.footerNav li:hover,
.footerNav li:active {
    color: #c94a00;
}
#footerInfo {
    color: #e2d9b6;
    width: 100%;
    float: left;
}
#footerInfo p {
    width: 100%;
    font-size: 15px;
    margin: 0;
    text-align: left;
}
#footerInfo p span.links {
    margin-left: 3em;
}
#footerInfo p:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* --- End Footer ---*/
