.clear {
    display:block;
    *display:inline-block;
    *height:1%;
}

.clear:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

html, body {
    margin:0;
    border:none;
    padding:0;
    font-family:Helvetica, Arial, sans-serif;
    *font-family:Arial, sans-serif;
    font-size:12px;
    line-height:1.5;
    color:#404040;
}

html {
    background:#fff;
}

body {
    background:none;
}

.primary {
    float:left;
    margin-right:20px;
}

.secondary {
    float:right;
}

.wide {
    width:520px;
}

.narrow {
    width:250px;
}

.intro {
    font-family:'Times New Roman', serif;
    font-size:18px;
    line-height:1.3;
}

.navigation {
    margin:-5px 0 30px;
    padding:0;
}

.navigation li {
    margin:0;
    border-bottom:1px solid #ccc;
    padding:0;
    list-style:none;
}

.navigation li.last {
    border-bottom:none;
}

.navigation a {
    display:block;
    padding:5px 10px;
    text-decoration:none;
}

.navigation li.current a {
    color:#666;
}

.navigation a:hover {
    text-decoration:underline;
}

.sitenav {
    margin:25px -10px 0 0;
    padding:0;
}

.sitenav li {
    list-style:none;
    float:left;
    width:50%;
}

.sitenav li a {
    display:block;
    margin:0 10px 0 0;
    border:1px solid #e5e5e5;
    padding:10px;
    text-decoration:none;
    font-size:16px;
    font-family:'Times New Roman', Times, serif;
}

.sitenav li a:hover {
    text-decoration:underline;
    border-color:#ccc;
}

.slideshow {
    margin:0 0 10px 0;
}

a {
    color:#3B65AF;
    text-decoration:underline;
}

a:hover {
    color:#B03A5B;
}

p {
    margin:0 0 15px 0;
}

ol, ul, dl {
    margin:0 0 10px 0;
}

h1, h2, h3 {
    font-family:'Times New Roman', Times, serif;
    font-weight:normal;
}

h1 {
    margin:0 0 7px;
    font-size:30px;
}

h2 {
    margin:0 0 10px 0;
    font-size:18px;
}

#wrapper {
    width:790px;
    margin:0 auto 50px;
    padding:0 30px 10px;
    border-width:0 1px 2px;
    border-style:solid;
    border-color:#ccc;
    background:#fff;
}

#header {
    padding-bottom:35px;
    background:url('../graphics/divider.png') no-repeat 0 66px;
}

#header h1 {
    height:75px;
    margin:0;
    padding:0;
    text-indent:-9999em;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:50% 30px;
}

#header h1 a {
    display:block;
    height:75px;
    margin:0;
    padding:0;
    line-height:0;
    text-indent:-9999em;
}

#ryder-cup-header {
    background-image:url('../graphics/ryder-cup-header.png');
}

#tour-header {
    background-image:url('../graphics/tour-header.png');
}

#menus-header {
    background-image:url('../graphics/menus-header.png');
}

#costs-header {
    background-image:url('../graphics/costs-header.png');
}

#contact-header {
    background:url('../graphics/contact-header.png') no-repeat 50% 10px;
}

#welcome-header {
    height:60px;
    margin:0 0 0 0;
    padding:0;
    text-indent:-9999em;
    background:#fff url('../graphics/welcome-header.png') no-repeat 0 0;
}

#content {
    margin:7px 0 30px;
}

#footer {
    border-top:1px solid #ccc;
    padding:10px 0;
}

#footer p {
    margin:0;
    color:#999;
}

#address {
    margin:0;
}

#address strong {
    font-weight:bold;
}

#address em {
    text-transform:uppercase;
    font-style:normal;
}

.contact {
    margin:0 0 15px 0;
}

.narrow .contact {
    padding-left:10px;
}

.contact dt, .contact dd {
    margin:1px;
    padding:0;
}

.contact dt {
    clear:both;
    float:left;
}

.contact dd {
    float:right;
    font-weight:bold;
}

.promo {
    display:block;
    margin:0 0 30px;
}

.promo h2 {
    margin-bottom:5px;
}

.promo img {
    display:block;
    border:none;
}

#home #wrapper {
    width:520px;
    padding:20px 30px;
}

#home .slideshow {
    margin-bottom:7px;
}
