/*
--------------------------------------------------------------------------------
CLIENT: SOE (U.S. Standards of Excellence in Short-Term Mission)
AUTHOR: Houseal Creative - housealcreative.com
----------------------------------------------------------------------------- */

/* IE5/Win Only Styles
Uses the Mid Pass Filter:
http://tantek.com/CSS/Examples/midpass.html */
@media tty {
    i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
} /* */

/*  STRUCTURE
----------------------------------------------------------------------------- */

#nav ul, #sidebar ul, .form ul, dl, div, html, body {
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    color: #333;
    font: 11px/18px "Lucida Grande", Helvetica, Arial, sans-serif;
    background: #fff url("/images/bg_main.gif") top center repeat-x;
}

#wrap {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#access-bar {
    width: 750px;
    height: 45px;
    background: transparent url(/images/bg_account-access.gif) top center no-repeat;
}

#access-bar-logged-in {
    width: 750px;
    height: 45px;
    background: transparent;
}

#search {
    height: 45px;
    float: left;
    margin-top: 12px;
}

#login {
    height: 45px;
    float: right;
    text-align: right;
    margin-top: 12px;
}

#access-bar-logged-in #login {
    margin-top: 0;
}

#header {
    width: 750px;
    height: 82px;
    background: transparent url(/images/bg_header.gif) top center no-repeat;
}

#banner {
    width: 750px;
    height: 149px;
    background: transparent url(/images/bg_banner.gif) top center no-repeat;
    margin-bottom: 10px;
    clear: both;
}

#member-scroll {
    z-index: 100;
    visibility: visible;
    padding: 8px 30px 8px 280px;
    width: 440px;
    height: 18px;
    background: transparent url(/images/bg_member-scroll.gif) top center no-repeat;
    margin-bottom: 10px;
}

#member-scroll-content {
    position: relative;
    width: 300px;
}

#main {
    width: 750px;
    border-top: solid 1px #999;
}

#nav {
    width: 185px;
    float: left;
    margin-top: 20px;
    z-index: 1000;
}

#content {
    width: 527px;
    float: left;
    margin: 10px 0 35px 35px;
}

#content-index {
    width: 330px;
    float: left;
    margin: 10px 35px 35px 35px;
}

#sidebar {
    width: 165px;
    float: right;
    margin-top: 20px;
    background: transparent url(/images/bg_news.gif) bottom repeat-x;
    border-bottom: dotted 1px #ccc;
}

* html #sidebar {
    width: 163px;
}

img.seal {
    padding: 0px 13px;
    margin: -125px 0 20px 0;
    float: right;
    vertical-align: bottom;
    clear: both;
}

* html img.seal {
    margin: -90px 0 20px 0;
}

#news {
    padding-bottom: 20px;
}

#footer {
    width: 750px;
    border-top: solid 1px #999;
    font: 9px/18px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #999;
    clear: both;
    margin-top: 25px;
}

/*  NAVIGATION
----------------------------------------------------------------------------- */

#nav ul#primary-nav {
    width: 185px;
    list-style: none;
    background: transparent url(/images/bg_nav.gif) top left repeat-y;
    margin-bottom: 20px;
}

#nav ul#primary-nav li {
    height: 22px;
    padding-left: 15px;
    border-bottom: dotted 1px #ccc;
    position: relative;
    float: none;
}

#nav ul#primary-nav li a {
    font: 11px/22px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #05508c;
    font-weight: bold;
    text-decoration: none;
}

#nav ul#primary-nav li:hover {
    background: #ccc;
}

#nav ul#primary-nav li ul {
    width: 225px;
    list-style: none;
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    background: #eee;
    border-left: solid 1px #fff;
    z-index: 1001;
}

#nav ul#primary-nav li ul li {
    border-bottom: dotted 1px #ccc;
    padding-left: 10px;
    background: #eee;
}

#nav ul#primary-nav li:hover ul, #nav ul#primary-nav li.over ul {
    display: block;
}

#nav ul#secondary-nav {
    width: 185px;
    list-style: none;
    background: transparent url(/images/bg_nav.gif) top left repeat-y;
    margin-bottom: 20px;
}

#nav ul#secondary-nav li {
    height: 22px;
    padding-left: 15px;
    border-bottom: dotted 1px #ccc;
    position: relative;
    float: none;
}

#nav ul#secondary-nav li a {
    font: 10px/22px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

#nav ul#secondary-nav li:hover {
    background: #ccc;
}

#nav ul#secondary-nav li ul {
    width: 250px;
    list-style: none;
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    background: #eee;
    border-left: solid 1px #fff;
}

#nav ul#secondary-nav li ul li {
    border-bottom: dotted 1px #ccc;
    padding-left: 10px;
    background: #eee;
}

#nav ul#secondary-nav li:hover ul, #nav ul#secondary-nav li.over ul {
    display: block;
}

/*  HEADLINES
----------------------------------------------------------------------------- */

#header h1.none { display: none; }

h2 {
    font: 20px/22px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #996;
}

h3.news {
    background: transparent url(/images/h3_news.gif) top left no-repeat;
    height: 30px;
    text-indent: -99999px;
}

h3 {
    font: 20px/22px "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 15px 0 5px 0;
    color: #993;
    font-size: 13px;
    line-height: 16px;
    margin: 9px 0 5px 0;
    clear: both;
    border-bottom: #993 dotted 1px;
}

h4 {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    letter-spacing: 1px;
    margin: 9px 0 5px 0;
    clear: both;
}

/*  LISTS
----------------------------------------------------------------------------- */

#banner ul {
    margin: 0 !important;
    padding: 0 !important;
}

#banner ul li {
    list-style: none;
    text-indent: -99999px;
}

ol.steps {
    border-top: solid 1px #996;
    border-bottom: solid 1px #996;
    margin: 1em 0 0 0 !important;
    padding: 0 !important;
    height: 3em;
    background: #f4f7e8;
}

ol.steps li {
    float: left;
    margin: 0.75em 0 0.75em 0;
    padding: 0 50px 0 0;
    color: #B76B1B;
    font-weight: bold;
    letter-spacing: -0.05em;
    background: transparent url('/images/arrow-step.gif') right 1px no-repeat;
}

ol.steps li.disabled {
    color: #aaa;
}

ol.steps li.first {
    float: left;
    margin: 0.75em 0 0.75em 36px;
}

ol.steps li.last {
    background: transparent !important;
    padding: 0 !important;
}

#content ul {
    margin: 0 0 10px 0;
}

#content ul li {
    margin: 2px 0 3px 20px;
    padding: 0 0 0 12px;
}

#member-scroll ul {
    height: 18px;
    margin: 0 !important;
    padding: 0 10px !important;
    width: 300px;
}

#member-scroll ul li {
    margin: 0 !important;
    list-style: none;
    padding-right: 20px;
}

ul.news li {
    list-style: none;
}

#content ul.news li {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

#sidebar ul.news li {
    margin: 12px 8px 0 8px;
}

ul.news li p {
    margin: 6px 0 0 0 !important;
}

/*  IMAGES
----------------------------------------------------------------------------- */

#content img {
    margin: 15px 0 15px 15px;
}

/*  LINKS
----------------------------------------------------------------------------- */

a {
    outline: none;
}

#login a {
    font: 9px/12px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    text-decoration: none;
    border-bottom: dotted 1px #999;
    line-height: 17px;
}

#login a.forgot {
    margin-left: 12px;
}

#login a:hover {
    color: #05508c;
}

#header a.backhome {
    display: block;
    float: left;
    width: 480px;
    height: 45px;
    margin-top: 15px;
    border: 0;
    background: none;
}

#banner ul li a.banner-discover {
    width: 550px;
    height: 149px;
    float: left;
}

#banner ul li a.banner-adopt {
    width: 200px;
    height: 74px;
    float: right;
    clear: right;
}

#banner ul li a.banner-browse {
    width: 200px;
    height: 74px;
    float: left;
    clear: right;
}

#content a, #content-index a {
    color: #05508c;
    text-decoration: none;
    border-bottom: dotted 1px #999;
    padding: 0 1px 0 1px;
}

#content a:hover, #content-index a:hover {
    color: #fff;
    background: #05508c;
}

a.more-news {
    color: #05508c;
    text-decoration: none;
    border-bottom: dotted 1px #999;
}

a.more-news:hover {
    color: #999966;
}

/*  TEXT
----------------------------------------------------------------------------- */

#header span {
    display: none;
}

#content p, #content-index p {
    font: 11px/18px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 15px 0 0 0;
}

#content p.minor {
    font: 9px/15px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #999;
    margin: 4px 0 0 0 !important;
}

#sidebar p {
    font: 9px/13px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #999;
    margin: 8px 15px 0 15px;
}

.news-date {
    font: 9px/12px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #999966;
    font-weight: bold;
}

#footer p {
    margin: 8px 0 25px 0;
}

div.billing, div.shipping, div.payment {
    float: left;
    width: 28%;
    margin: 0 23px 15px 0;
    font-size: 11px;
    line-height: 16px;
}

blockquote.confirm {
    border-top: solid 1px #996;
    border-bottom: solid 1px #996;
    margin: 1em 0 0 0 !important;
    padding: 0 1em 0 1em !important;
    height: 3em;
    background: #f4f7e8;
}

/*  FORMS
----------------------------------------------------------------------------- */

button.submit,
a.submit,
dl.form a.submit-button-link {
    color: #666;
    padding: 2px 4px 2px 4px;
    background: transparent url(/images/bg_btn.gif) top repeat-x;
    border: solid 1px #999 !important;
}

* html button.submit {
    display: inline;
}

* html .ie-hide {
    display: none !important;
}

button.submit:hover {
    background: transparent url(/images/bg_btn-hover.gif) top repeat-x;
}

a.submit-button-link {
    display: none;
}

a.submit-button-link,
a.submit {
    padding: 3px 6px 3px 6px !important;
    line-height: 18px !important;
}

button, input, select, textarea {
    font: 10px/12px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
    border: solid 1px #999;
    padding: 3px 3px 3px 3px;
}

button:focus, input:focus, select:focus, textarea:focus {
    background: #fff;
}

dl.form {
    margin: 10px 0 10px 0;
    font-size: 11px;
    line-height: 16px;
}

dl.form dt {
    clear: both;
}

dl.form dt span {
    text-transform: none;
    color: #999;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 15px;
}

dl.form dd {
    margin: 0 0 3px 0;
    vertical-align: baseline;
}

dl.form dd p {
    margin: 3px 0 3px 0 !important;
}

dl.form dt table.inline-table {
    margin: 0 0 3px 0;
}

dl.form dt table.inline-table td {
    padding-right: 10px;
}

dl.form table.form-list-table div.form-container {
    display: inline;
}

dl.form dl dt {
    font-weight: normal;
    text-transform: none;
    color: #666;
    letter-spacing: normal;
}

form#form-renewal-stats dl.form dt {
    clear: both !important;
    float: left;
    text-transform: none;
    letter-spacing: inherit;
    border-bottom: solid 1px #ccc;
    width: 250px;
    padding-bottom: 2px;
}

dl.form .buttons, ul.button {
    border: none !important;
    margin: 0 !important;
}

dl.form .buttons li, ul.button li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

form#form-renewal-stats dl.form dd {
    clear: none;
    float: left;
}

dl.form dt label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #B76B1B;
    letter-spacing: 1px;
    vertical-align: baseline;
}

form#form-member-login dl.form dt,
form#form-member-login dl.form dd,
form#form-member-login dl.form br.clear {
    float: left;
    clear: none;
    vertical-align: top;
}

form#form-member-login dl.form input.spin-form-input-text {
    width: 85px;
}

form#form-member-login dl.form button.submit {
    margin-left: 10px;
}

form#form-member-login dl.form a.submit {
    margin-left: 5px;
}

form#form-member-login dl.form {
    margin: 0;
}

form#form-member-login dl.form dt label {
    font: 9px/18px "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    margin-left: 8px;
    text-transform: none;
    letter-spacing: 0px;
    padding-right: 6px;
}

form#form-member-login dl.form p.spin-auto-error {
    display: none;
}

.error {
    color: #c00 !important;
}

.inline {
    display: inline;
}

.clear {
    clear: both;
}

a#form-member-login-error-link {
    cursor: hand;
}

/* Tables */

table.items td, table.items th {
    vertical-align: top;
    padding: 1px 2px;
}

table.items th, table.items tr.head td {
    background: #05508c;
    padding: 5px 5px 5px 2px;
}

table.items th a, table.items tr.head td a {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
}

table.items th a:hover {
    text-decoration: underline !important;
}

table.items tr.odd {
    background: #f4f4f4;
}

ul.inline li {
    display: inline;
}

.right {
    float: right;
}

/*  SIFR
----------------------------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}

.sIFR-replaced {
    visibility: visible !important;
}

span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    z-index: -1000;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
    display: none !important;
}

.sIFR-hasFlash h2 {
    visibility: hidden;
    letter-spacing: -5px;
    font-size: 26px;
    line-height: 32px;
    margin-top: 25px;
    position: static;
    z-index: -1000;
}
