    @font-face {
      font-family: 'archermedium';
      src: url("archer-medium-pro-webfont.ttf"); 
    }
    @font-face { 
      font-family: 'archerbold';
      src: url("archer-bold-pro-webfont.ttf");
    }
    @font-face { 
      font-family: 'trade_gothic_lt_stdBdCnno.20';
      src: url("tradegothicltstd-bdcn20-webfont.ttf");
    }


* {
    margin: 0px;
    padding: 0px;
}
body {
    /* background: url(../images/bg.gif) repeat-x #fff top; */
    color: #7b705e;
    font-family: MuseoSans-700;
    font-family: 'MuseoSans-700', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}
.clear {
    clear: both;
    height: 1%;
}
a {
    color:#000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.wrapper {

}
.wrapper-inner {
    width: 960px;
    margin: 0 auto;
}
section {
    border-bottom: 1px solid #cecdcc;
    margin: 0 auto;
    overflow: hidden;
    width: 910px;
    padding: 46px 0 66px 0;
}
header {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    height: 189px;
    position: fixed;
    border-bottom:4px solid #eb7526;
    top: 0;
}
#g-scott {
    background: url(../images/g-scott.png) no-repeat;
    position: static;
    margin: 45px auto 0 auto;
    width: 188px;
    height: 190px;
    text-indent: -9999px;
    z-index: 100;
} 
h2 {
    font-size: 28px;
    color: #eb7526;
    font-family: 'EB Garamond', Georgia, serif;
    padding: 0 0 26px 0;
}
h3 {
    font-size: 16px;
    color: #a1b01c;
    padding: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 {
    color: #eb7526;
}
nav {
    width: 960px;
    position: absolute;
    z-index: 90;
    top: 132px;
}
nav ul {
    border-top: 2px solid #cac9c8;
    border-bottom: 2px solid #cac9c8;  
    height: 36px;
    line-height: 36px;
}
nav ul.nav-left {
   float: left;
   padding: 0 0 0 40px; 
   width: 370px;
}
nav ul.nav-right {
    float: right;
    width: 388px;
    padding: 0 0 0 20px;
}
nav ul li {
    float: left;
    padding: 0 33px 0 0;
}
nav ul li.spacer {
    width: 180px;
    padding: 0;
}
nav ul li.last {
    padding-right:0;
}
nav ul li a {
    font-size: 13px;
    font-weight: bold;
    color: #4e4b49;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.0625em;
}
nav ul li a:hover {
    color: #eb7526;
    text-decoration: none;
}
.top {
    width: 100%;
    padding: 15px 0;
    border: none;
}
.social {
    float: right;
    width: 65px;
    height: 19px;
    position: static;
    margin: -165px 0 0 0;
}
.social li {
    float:left;
    height: 24px;
    width: 24px;
    margin: 0 5px 0
}
.social li.last {
    margin: 0;
}
.social li a {
    background: url(../images/sprite.png) no-repeat;
    display:block;
    height: 24px;
    width: 24px;
}
.social li a.facebook {
    background-position: 0 0;
    margin: 0 10px 0 0;
}
.social li a.twitter {
    background-position: -28px 0px;
}
.tagline {
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #eb7526;
    width: 394px;
}
.tagline span.text {
    margin-top: 2px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
span.horseshoe-icon {
   background: url(../images/sprite.png) no-repeat -78px 5px; 
   float:left;
   display: inline-block;
   width: 23px;
   height: 21px;
   text-indent: -9999px;
   padding: 5px 10px;
}

/* section home */
section.home {
    width: 100%;
    background: #504d4b;
    margin-top: 189px;
    padding: 0;
}
#hero {
    background: url(../images/hero.jpg) no-repeat;
    width: 960px;
    height: 415px;
}
.overlay {
    /* position: absolute; */
    color: #fff;
    background: #eb7526;
    width: 100%;
    bottom: 0;
    height: 130px;
}
.overlay p {
    color: #fff;
    text-align: center;
    font-family: 'EB Garamond', Georgia, serif;
}
.title {
    border-bottom: 1px solid #eee;
    margin:0 0 10px 0;
    padding: 0 0 10px 0;
}

/* section philosophy */
.philosophy {
    background: #f4f2f0;
    width: 100%;
    padding: 0;
    height: 328px;
}
section.philosophy .left-column {
    float: left;
    width: 568px;
    padding: 25px 10px 25px 25px;
}
section.philosophy .right-column {
    float: right;
    width: 260px;
}
.philosophy h2 {
    color: #4e4b49;
}
.philosophy .title {
    border-bottom: 1px solid #ccc;
    width: 150px;
}
.philosophy h4 {
    padding: 20px 0 0 0;
}

/* section about */
#about-section p {
    padding: 0 0 25px 0;
}
section.about .left-column {
    float: left;
    width: 400px;
}
section.about .right-column {
    float: right;
    width: 400px;
}
.text-box {
    float: left;
    width: 248px;
    margin:0 35px 0 0;
}
.text-box .last {
    margin: 0;
}

/* section servies */
.services ul {
    list-style-type: disc;
    margin: 25px 0;
    padding: 0 0 0 15px;
}
.services .bottom {
    padding: 25px 0 0 0;
}
.services .text-box.last {
    margin: 0;
}
.services .text-box {
    width: 268px;
}
.services dl {
    width: 240px
}
.services dl dt, 
.services dl dd {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.services dl dt.last, 
.services dl dd.last {
    border:none;
}
.services dl dt {
    width: 138px;
    float: left;
}
.services dl.wide dd {
    width: 285px;
}

/* section gallery */
.gallery .box {
    width: 281px;
    float: left;
    margin: 0 32px 26px 0;
}
.gallery .box.last {
    margin: 0;
}
.gallery h3 {
    font-size:16px;
    padding: 7px 0 2px 0;
    letter-spacing: 1px;
}

/* section sponsors */
section.sponsors {

}
section.sponsors .sponsor-block {
    float: left;
    padding: 0 20px 0 0;
}
section.sponsors .sponsor-block p {

}
section.sponsors .sponsor-block p a {
    color: #a1b01c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

/* section results */
.results h3 {
    margin:20px 0 0 0;
}

/* section contact */
.contact a {
    text-transform: uppercase;
    color: #eb7526;
    text-decoration: underline;
}
.contact img {
    margin: 40px 0 0 0;
}
.contact .text-box {
    width: 290px;
    margin: 0 20px 0 0;
}
.contact .text-box.last { 
    margin: 0;
}


/* footer */
footer {
    background: #eb7526;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
footer a,
footer p {
    color: #fff;
}