* {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    behavior: url("/highview/csshover.htc");
    font-family: Geneva, sans-serif;
    font-size: 11px;
    color: #2f2f2f;
}

#header h1,
#nav,
#main,
#footer {
    width: 760px;
    margin: 0 auto;
}

#header {
    background-color: #eef2f5;
    zoom: 1;
}

    #header h1 {
        height: 140px;
        background-image: url(/titles/news.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        border-bottom: 10px solid #092797;
    }
    
        #header h1 span {
            display: none;
        }

#nav {
    height: 30px;
}

    #nav ul {
        list-style: none;
        height: 30px;
    }
    
        #nav li {
            display: block;
            float: left;
            padding-left: 16px;
            border-left: solid #d7dfe7 1px;
            padding-right: 15px;
            height: 30px;
            position: relative;
            z-index: 209;
        }
        
        #nav li:hover {
            background-color: #c1cae2;
        }
        
            #nav li.home {
                padding-left: 19px;
                border-left: none;
            }
        
            #nav li a {
                display: block;
                float: left;
                height: 22px;
                padding-top: 8px;
                text-decoration: none;
                font-size: 12px;
                color: #666;
            }
        
            #nav li:hover a {
                color: #062192;
            }
            
            #nav li ul {
                display: none;
                position: absolute;
                top: 30px;
                left: 0;
                width: 150px;
                z-index: 9;
                float: none;
                background-color: #c1cae2;
                border-bottom: 3px solid #092797;
                height: auto;
            }
            
            #nav li ul li a,
            #nav li ul li {
                height: auto;
                zoom: 1;
            }
            
            #nav li:hover ul {
                display: block;
            }

            #nav li li {
                float: none;
                border: none;
                line-height: 22px;
            }
            
                #nav li li a {
                    padding-top: 4px;
                    line-height: 16px;
                    padding-bottom: 4px;
                    float: none;
                }
    
                #nav li li:hover {
                    background-color: #eef2f5;
                }

    /* hide the editability of the inline navigation */
    .cms-template #nav li .cms-navigation,
    .cms-edit #nav li .cms-navigation {
        display: none;
        top: 30px;
        left: 0;
        position: absolute;
    }
    
    .cms-template #nav li .cms-navigation ul,
    .cms-edit #nav li .cms-navigation ul {
        position: relative;
        top: 0px;
    }
    
    .cms-template #nav li:hover .cms-navigation,
    .cms-edit #nav li:hover .cms-navigation {
        display: block;
    }
    
    .cms-edit #nav li .cms-navigation {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
    
    .cms-edit #nav li .cms-navigation-display {
        border: 0;
    }
    
    .cms-edit #nav li .cms-navigation .move-button,
    .cms-edit #nav li .cms-navigation .edit-button {
        display: none;
    }

body.home #header h1 {          background-image: none; height: 250px; }
body.about #header h1 {         background-image: url(/titles/about.jpg); }
body.news #header h1 {          background-image: url(/titles/news.jpg); }
body.stallions #header h1 {     background-image: url(/titles/stallions.jpg); }
body.sales #header h1 {         background-image: url(/titles/sales.jpg); }
body.foals #header h1 {         background-image: url(/titles/foals.jpg); }
body.fame #header h1 {          background-image: url(/titles/fame.jpg); }
body.investments #header h1 {   background-image: url(/titles/investments.jpg); }
body.contact #header h1 {       background-image: url(/titles/contact.jpg); }

body.home #nav li.home,
body.about #nav li.about,
body.news #nav li.news,
body.stallions #nav li.stallions,
body.sales #nav li.sales,
body.foals #nav li.foals,
body.fame #nav li.fame,
body.investments #nav li.investments,
body.contact #nav li.contact {
    background-color: #c1cae2;
}

body.home #nav li.home a,
body.about #nav li.about a,
body.news #nav li.news a,
body.stallions #nav li.stallions a,
body.sales #nav li.sales a,
body.foals #nav li.foals a,
body.fame #nav li.fame a,
body.investments #nav li.investments a,
body.contact #nav li.contact a {
    color: #062192;
}

#main {
    clear: both;
    overflow: visible;
    background: url(/images/sidebar-news-background.png) repeat-y top right;
}

body.home #main {
    background: none;
}

    #main h3,
    #main h4,
    #main h5,
    #main .cms-heading-content,
    #main .cms-heading-content input {
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    
    #main h3,
    #main h4,
    #main .cms-heading-content,
    #main .cms-heading-content input {
        color: #e50506;
        font-size: 18px;
        padding: 5px 2px;
        margin-bottom: 15px;
    }
    
    #main a {
        color: #06195e;
    }
    
    body.home #main h3,
    body.home #main h4,
    body.home #main .cms-heading-content,
    body.home #main .cms-heading-content input {
        color: #06195e;
    }
    
    #main p {
        line-height: 18px;
    }

#content {
    float: left;
    width: 510px;
    padding: 10px 10px 30px 20px;

}

    #content a {
        color: #e50506;
    }
    
    body.home #content a {
        color: #06195e;
    }


#sidebar {
    float: right;
    width: 200px;
    padding: 0 10px 0 10px;
    color: #b0b1b3;
}
    
    #sidebar h3,
    #sidebar h4,
    #sidebar .cms-heading-content,
    #sidebar .cms-heading-content input {
        color: #0a259a;
        margin-bottom: 10px;
        font-weight: normal;
        font-size: 15px;
    }
    
    .search {
        padding: 13px 0 12px 0;
        background: white;
    }
    
        .search input.text {
            width: 130px;
            height: 20px;
        }
    
    #sidebar #news {
        border-top: 3px solid #092797;
        background-color: #edf1f4;
        padding: 15px 25px;
    }
        
        #news li {
            margin-top: 7px;
            margin-bottom: 7px;
        }

body.home #main h3,
body.home #main h4,
body.home #main .cms-heading-content,
body.gome #main .cms-heading-content input {
    padding-bottom: 2px;
}

body.home #news {
    float: left;
    width: 190px;
    color: #b0b0b0;
    padding-top: 10px;
}

    body.home #news h3,
    body.home #news h4,
    body.home #news .cms-heading-content,
    body.home #main .cms-heading-content input {
        color: #0c288b;
    }

body.home #content {
    float: left;
    width: 300px;
}

#stallions {
    float: right;
    width: 200px;
    padding-top: 10px;
}

    body.home #stallions h3,
    body.home #stallions h4,
    body.home #stallions .cms-heading-content,
    body.home #stallions .cms-heading-content input {
        color: #e50506;
    }
    
    #stallions ul {
        list-style: none;
        line-height: 18px;
    }


#footer {
    clear: both;
    border-top: 1px solid #ccc;
    color: #909090;
    line-height: 16px;
    font-size: 10px;
    
    width: 740px;
}
    
    #footer a {
        color: #666;
    }

    #footer ul {
        list-style: none;
        float: right;
        padding-bottom: 40px;
        width: 200px;
        padding-left: 10px;
        position: relative;
        zoom: 1;
    }
    
        #footer li.newsletter {
            position: relative;
            top: -1px;
            background-color: #e40203;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px;
            zoom: 1;
        }
        
        #footer li.search {
            font-size: 11px;
            display: none;
        }
        
        body.home #footer li.search {
            display: block;
        }
    
        #footer li.newsletter a {
            display: block;
            color: white;
            text-decoration: none;
        }
        
        #footer li.gillovic {
            position: relative;
            margin-top: 10px;
            height: 31px;
        }
        
        #footer li.gillovic img {
            position: absolute;
            left: -37px;
            top: 0px;
        }

#searchresults li {
    margin: 10px 20px;

}

table {
    width: 100%;
}

th {
    text-align: left;
}

/* page summariser */
.cms-summariser-item {
    margin: 15px 0;
    padding: 0;
}
.cms-summariser-item .thumbnail {
    float: left;
    margin-right: 10px;
}
.cms-summariser-item h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.cms-navigation-display ul {
    list-style: none;
}


.cms-summariser-item .cms-summariser-small {
    display: none;
}

#news .cms-summariser-item .cms-summariser-small,
#sidebar .cms-summariser-item .cms-summariser-small {
    display: block;
}

#news .cms-summariser-item .cms-summariser-large,
#sidebar .cms-summariser-item .cms-summariser-large {
    display: none;
} 




