
body {
    margin: 0;
    border: 0;
    font-family: 'Abel', sans-serif;
    min-width: 1024px;
    color: #848079;
}

#header {
    width: 100%;
    height: 200px;
    margin-top: 30px;
}

a:link {color: #848079; text-decoration: underline;}
a:visited {color: #848079; text-decoration: underline;}
a:hover {color: #ff0000; text-decoration: underline;}
a:active {color: #848079; text-decoration: underline;}

.mainnav a:link {color: #848079; text-decoration: none;}
.mainnav a:visited {color: #848079; text-decoration: none;}
.mainnav a:hover {color: #ff0000; text-decoration: none;}
.mainnav a:active {color: #848079; text-decoration: none;}

#navsearch {
    width: 220px;
}

#copyright {
    height: 67px;
    width: 1000px;
    text-align: center;
    padding-top: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#copyright p {
    padding-top: 32px;
}

.mainnav {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #848079;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.mainnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.mainnav li {
    display: inline-block;
    padding-bottom: 0;
    margin: 0;
    padding-left: 20px; 
    padding-top: 8px;
}

#contentWrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 20px 0 0 0;
    margin-top: 0;
    min-height: 1000px;
}

#content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    padding-bottom: 40px;
    font-size: 18px;
}

#content p {
    text-align: justify;
}


#media {
    background-color: #eee9e9;
    text-align: center;
    padding: 20px;
}

.popular {
    width: 954px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
}

.PopularSummary {
    display: inline-block;
    width: 187px;
    text-align: center;
    background-color: #fff;
    height: 350px;
    vertical-align: top;
    margin: 2px 0 0 0;
}

.PopularThumb {
    padding-top: 5px;
    height: 150px;
}

.columnheading {
    font-weight: bold;
}

.RelatedMediaItem {
    display: inline-block;
    width: 187px;
    height: 245px;
    text-align: center;
    vertical-align: top;
}

table {width: 100%;}

#DetailImage {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.DetailContent {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.DetailContent h2 {
    width: 100%;
    display: block;
    clear: both;
}

.RelatedThumbnail {
    height: 160px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.RelatedInfo {
    height: 140px;
    padding-top: 20px;
    width: 670px;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

.Record {
    width: 100%;  
    height: 110px;
}

.thumbnail {
    height: 100px;
    width: 300px;
    display: inline-block;
}

.summary {
    height: 100px;
    width: 570px;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

#loginform {
    width: 100px;
}

.loginlabel {
    display: inline;
    width: 100px;
}

.lightboxtile {
    text-align: center;
    height: 350px;
    max-width: 316px;
    vertical-align: top;
}

.lightboximg {
    min-height: 150px;
}

#AdvancedSearch {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#AdvancedSearch form {
    width: 100%;
}

.AdvancedSearchRow {
    padding-bottom: 18px;
}

.AdvancedSearchLabels {
    display: inline-block;
    width: 200px;
}

.AdvancedSearchField {
    width: 240px;
}


h1 {
    width: 1000px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    color: #fff;
    font-size: 46px;
}

h2 {
    padding-top: 25px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 7px;
}
