﻿body {
    margin: 0px;
    padding: 0px;
    font: 14px Georgia, "Times New Roman", Serif;
    background: #000000 url(../Images/body_bkgnd.jpg) repeat-x top left;
    color: #361F0F;
    text-align: center; /* IE6 hack to center the wrapper */
    cursor: default;
}

a, img {
    outline: 0px;
    border: none;
}

a:link, a:visited {
    color: #A58045;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:hover, a:active {
}

th {
    padding: 2px 4px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.success {
    color: #658222;
    font-weight: bold;
    font-style: italic;
}

.error {
    color: #910000;
    font-weight: bold;
    font-style: italic;
}

.note {
    color: #666666;
    font-style: italic;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ImageMask {
    float: right;
    position: relative;
    width: 380px;
    height: 307px;
}

.ImageMask img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 307px;
    margin: 0px;
}

.ImageMask .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 307px;
    background: url(../images/pictureMask.png) no-repeat top left;
}

.login {
    width: 400px;
    margin: 0px auto;
}

.login .loginForm {
    margin: 0px auto 10px;
}

#wrapper {
    width: 972px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

#header {
    float: left;
    width: 972px;
    height: 161px;
    margin: 0px;
    padding: 0px;
}

#header .topBar {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 972px;
    height: 69px;
    border-bottom: 1px solid #23140A;
    background-color: #361F0F;
    color: #FFFFFF;
}

#header .topBar h1 {
    position: absolute;
    top: 17px;
    left: 37px;
    width: 164px;
    height: 76px;
    margin: 0px;
    padding: 0px;
    background: url(../Images/NPR_logo.png) no-repeat top left;
}

#header .topBar h1 span {
    visibility: hidden;
}

#header .topBar .menu {
    position: absolute;
    bottom: 12px;
    left: 195px;
    width: 757px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#header .topBar .menu ul {
    margin: 0px;
    padding: 0px;
}

#header .topBar .menu li {
    display: inline;
    margin: 0px 10px;
    padding: 0px;
}

#header .topBar .menu a span {
    visibility: hidden;
}

#header .topBar .menu a.home {
    width: 38px;
    height: 12px;
    background: url(../Images/HomeOff.png) no-repeat top left;
}

#header .topBar .menu a.home:hover {
    background: url(../Images/HomeOn.png) no-repeat top left;
}

#header .topBar .menu a.horses {
    width: 42px;
    height: 12px;
    background: url(../Images/HorsesOff.png) no-repeat top left;
}

#header .topBar .menu a.horses:hover {
    background: url(../Images/HorsesOn.png) no-repeat top left;
}

#header .topBar .menu a.breeding {
    width: 62px;
    height: 12px;
    background: url(../Images/BreedingOff.png) no-repeat top left;
}

#header .topBar .menu a.breeding:hover {
    background: url(../Images/BreedingOn.png) no-repeat top left;
}

#header .topBar .menu a.offspring {
    width: 112px;
    height: 12px;
    background: url(../Images/OffspringOff.png) no-repeat top left;
}

#header .topBar .menu a.offspring:hover {
    background: url(../Images/OffspringOn.png) no-repeat top left;
}

#header .topBar .menu a.history {
    width: 190px;
    height: 12px;
    background: url(../Images/HistoryOff.png) no-repeat top left;
}

#header .topBar .menu a.history:hover {
    background: url(../Images/HistoryOn.png) no-repeat top left;
}

#header .topBar .menu a.aboutus {
    width: 62px;
    height: 12px;
    background: url(../Images/AboutOff.png) no-repeat top left;
}

#header .topBar .menu a.aboutus:hover {
    background: url(../Images/AboutOn.png) no-repeat top left;
}

#header .middleBar {
    float: left;
    height: 36px;
    width: 972px;
    margin: 0px;
    padding: 0px;
    background-color: #A58045;
}

#header .bottomBar {
    position: relative;
    float: left;
    height: 55px;
    width: 972px;
    margin: 0px;
    padding: 0px;
    background: #FBF9F0 url(../images/gradientHoriz.jpg) no-repeat top left;
}

#header .bottomBar h2 {
    position: absolute;
    top: -10px;
    left: 25px;
    margin: 0px;
    padding: 0px;
}

#main-wrapper {
    float: left;
    width: 972px;
    margin: 0px;
    padding: 0px;
    background: url(../images/main-wrapper_bkgnd.jpg) repeat-y top left;
}

#main-wrapper .main {
    position: relative;
    float: left;
    width: 972px;
    margin: 0px;
    padding: 0px;
    background: no-repeat bottom left;
}

#main-wrapper .main .sidebar {
    position: relative;
    float: left;
    min-height: 312px;
    width: 239px;
    margin: 0px;
    padding: 0px;
}

#main-wrapper .main .sidebar .quote {
    width: 199px;
    margin: 30px 20px 340px;
    padding: 0px;
    background: url(../Images/lquote.png) no-repeat top left;
}

#main-wrapper .main .sidebar .quote .body {
    margin: 0px;
    padding: 10px 20px;
    background: url(../Images/rquote.png) no-repeat bottom right;
    color: #EEEEEE;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}

#main-wrapper .main .SideImgMask {
    position: absolute;
    float: none;
    bottom: 0px;
    left: 0px;
    width: 239px;
    height: 312px;
}

#main-wrapper .main .SideImgMask img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 239px;
    height: 312px;
    margin: 0px;
}

#main-wrapper .main .SideImgMask .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 239px;
    height: 120px;
    margin: 0px;
    padding: 0px;
    background: url(../images/top_down_mask.png) no-repeat top left;
}

#main-wrapper .main .content {
    float: left;
    min-height: 272;
    width: 673px;
    margin: 0px;
    padding: 20px 30px;
}

#main-wrapper .main .content .NPRTitle {
    margin: -20px 0px 0px -30px;
}

#footer {
    position: relative;
    float: left;
    width: 972px;
    height: 49px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #23140A;
    background-color: #361F0F;
    color: #FFFFFF;
}

#footer .logoCopyright {
    position: relative;
    margin: 0px;
    padding: 2px 0px 0px 15px;
    font: 10px Arial, Verdana, Sans-Serif;
}

#footer .logoCopyright h1 {
    position: absolute;
    top: 2px;
    left: 12px;
    width: 95px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background: url(../Images/NPR_MiniLogo.png) no-repeat top left;
}

#footer .logoCopyright h1 span {
    visibility: hidden;
}

#footer .logoCopyright span {
    position: absolute;
    top: 31px;
    left: 110px;
    width: 300px;
    height: 20px;
}

#footer .crossLinking {
    position: absolute;
    top: 1px;
    left: 495px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

#footer .crossLinking a {
    vertical-align: -10px;
}

#footer .menu {
    position: absolute;
    top: 12px;
    right: 20px;
}

#footer .menu ul {
    margin: 0px;
    padding: 0px;
}

#footer .menu li {
    display: inline;
    margin: 0px 10px;
    padding: 0px;
}

#footer .menu a span {
    visibility: hidden;
}

#footer .menu a.links {
    width: 62px;
    height: 12px;
    background: url(../Images/LinksOff.png) no-repeat top left;
}

#footer .menu a.links:hover {
    background: url(../Images/LinksOn.png) no-repeat top left;
}

#footer .menu a.contactus {
    width: 62px;
    height: 12px;
    background: url(../Images/ContactOff.png) no-repeat top left;
}

#footer .menu a.contactus:hover {
    background: url(../Images/ContactOn.png) no-repeat top left;
}

/* Page styles */
#links {
    float: left;
    width: 673px;
}

#links a:link, #links a:visited {
    color: #361F0F;
}

#links a:hover, #links a:active {
    color: #361F0F;
}

#links .logo {
    float: left;
    width: 201px;
}

#links .logo img {
    width: 191px;
    margin: 0px 5px 5px;
}

#links .URL-Desc {
    float: left;
    width: 461px;
    padding-left: 10px;
}

#links .URL-Desc .desc {
    margin: 10px 0px;
}

#links .regLink {
    float: left;
    width: 673px;
    margin: 10px 0px;
    padding: 5px 0px 0px;
    border-top: 1px solid #361F0F;
    border-bottom: 1px solid #361F0F;
    background-color: #A58045;
    color: #FCF9F0;
}

#links .regLink .URL-Desc {
    border-left: 1px dotted #361F0F;
}

#links .altLink {
    float: left;
    width: 673px;
    margin: 10px 0px;
    padding: 5px 0px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #361F0F;
    color: #FCF9F0;
}

#links .altLink a:link, #links .altLink a:visited {
    color: #A58045;
}

#links .altLink a:hover, #links .altLink a:active {
    color: #A58045;
}

#links .altLink .URL-Desc {
    border-left: 1px dotted #A58045;
}

#offspring {
    float: left;
    width: 673px;
}

#offspring img {
    float: left;
    width: 150px;
    margin: 0px 20px 20px 0px;
    padding: 0px;
    border: 1px solid #361F0F;
}

#offspring h1 {
    display: inline-block;
    clear: right;
    margin: 0px 0px 5px;
    color: #A58045;
    font-size: 15px;
}

#offspring .reg {
    float: left;
    margin: 10px 0px;
    padding: 10px;
}

#offspring .alt {
    float: left;
    margin: 10px 0px;
    padding: 10px;
    background-color: #EEEEEE;
}

#horses {
    float: left;
    width: 673px;
}

#horses .horse, #horses .altHorse {
    float: left;
    margin: 10px 0px;
    padding: 10px;
}

#horses h1 {
    display: inline-block;
    margin: 0px 0px 5px;
    color: #A58045;
    font-size: 18px;
}

#horses h1 a:link, #horses h1 a:visited {
    color: #A58045;
    text-decoration: none;
}

#horses .horse h1 {
    clear: right;
}

#horses img {
    width: 225px;
    padding: 0px;
    border: 1px solid #361F0F;
}

#horses .horse img {
    float: left;
    margin: 0px 30px 10px 0px;
}

#horses .altHorse {
    text-align: right;
}

#horses .altHorse h1 {
    clear: left;
    text-align: right;
}

#horses .altHorse img {
    float: right;
    margin: 0px 0px 10px 30px;
}

#viewHorse {
    float: left;
    width: 673px;
}

#viewHorse .imageGallery {
    float: left;
    width: 152px;
    margin: 0px 15px 0px 0px;
    padding: 10px;
    border: 1px solid #23140A;
    background-color: #361F0F;
}

#viewHorse .imageGallery h1 {
    margin: 0px 0px 15px;
    color: #FCF9F0;
    font-size: 15px;
}

#viewHorse .imageGallery .gallery {
    width: 152px;
    max-height: 330px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    text-align: center;
}

#viewHorse .imageGallery img {
    width: 80%;
    margin: 5px 0px 0px;
    border: 1px solid #A58045;
}

#viewHorse .imageGallery img:hover {
    border: 1px solid #FCF9F0;
    background-color: #FFFFFF;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
}

#viewHorse .movieBackgroundInfo {
    float: left;
    width: 484px;
    margin: 0px;
    padding: 0px;
}

#viewHorse .movieBackgroundInfo h1 {
    margin: 0px 0px 10px;
    font-size: 20px;
}

#viewHorse .movie {
    float: right;
    width: 484px;
    height: 362px;
    margin: 0px 0px 20px;
    padding: 0px;
}

#viewHorse .backgroundInfo {
    margin: 0px 0px 10px;
    padding: 0px;
}