/* Fonts */

@font-face {
    font-family: 'DessauProRegular';
    src: url('fonts2/dessaupro-webfont.eot');
    src: url('fonts2/dessaupro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/dessaupro-webfont.woff') format('woff'),
         url('fonts2/dessaupro-webfont.ttf') format('truetype'),
         url('fonts2/dessaupro-webfont.svg#DessauProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End Fonts */

body {
    margin: 0;
    /*background: url(images2/homepage/bg-body.png) repeat-x #484a4d;  jc */
    font-family: Arial;
    color: #58595b;
    min-width: 960px;
}

.clear {
    clear: both;
}

#page-wrapper {
    padding: 0 181px 0 217px;
    min-width: 867px;
}

/* Sprint 8 Styles */

#public-wrapper {
    width: 1023px;                /* was 860px - AJ */
    margin: 0 auto;
    background: #fff;
    color: #56585a;
}

#public-wrapper #public-header {
    height: 60px;
    padding: 14px 24px 0;
    border-bottom: 4px solid #f7941e;
}

#public-wrapper #logo {
    float: left;
}

#public-wrapper #search {
    float: right;
    position: relative;
    width: 303px;
    left: 0;
    top: 0;
    font-size: 12px;
    text-align: right;
}

#public-wrapper #search a {
    font-weight: bold;
    color: #0072bc;
    text-decoration: none;
}

#public-wrapper #search input.search-field {
    background: url(images2/homepage/bg-search-public.png);
    border: medium none;
    height: 22px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    width: 303px;
}

#public-wrapper #search input[type=submit] {
    background: none;
    border: medium none;
    height: 13px;
    padding: 0;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 5px;
    width: 13px;
    cursor: pointer;
}

#public-content {
    background: #fff url(images2/homepage/bg-content-public.png) repeat-y;
}

#public-left {
    float: left;
    width: 206px;
    padding: 20px 0 0 24px;
}

#public-left a {
    display: block;
    font-size: 16px;
    color: #56585a;
    text-decoration: none;
    line-height: 1.5em;
}

#public-right {
    float: left;
    width: 582px;
    padding: 20px 0 0 24px;
    font-size: 13px;
}

#public-right h2 {
    font-family: 'DessauProRegular';
    font-size: 21px;
    color: #f26522;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#public-right p span {
    color: #0072bc;
    font-weight: bold;
}

#public-right-bottom {
    background: url(images2/homepage/img-public-right-divider.png) 0 top repeat-x;
    padding: 15px 0 0 0;
}

#public-right-bottom .col {
    float: left;
    width: 289px;
}

#public-right-bottom div {
    width: 210px;
    margin: 0 0 20px 0;
}

#public-right-bottom .col h3 {
    font-size: 17px;
    font-weight: normal;
    color: #0072bc;
    margin: 0 0 10px 0;
}

/* End Sprint 8 */

/* Start Home */

#home-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #56585A;
    margin: 0 auto;
    width: 1023px;
}

#home-wrapper #home-header {
    border-bottom: 2px solid #F7941E;
    height: 73px;
    padding: 24px 24px 0;
}

#home-wrapper #logo {
    float: left;
}

#home-wrapper #home-login {
    float: right;
    position: relative;
    width: 375px;
    left: 0;
    top: 0;
    font-size: 12px;
    text-align: right;
}

#home-login img {
    border: none;
}    

#home-wrapper #home-login input {
    background: url('images2/homepage/sprint8/header-fields.png') no-repeat 0 0 transparent;
    height: 20px;
    margin: 10px 0 0 10px;
    padding: 0 0 0 5px;
    width: 129px;
    border: #fff 0px solid;
    background-color: none;
}

#home-wrapper #home-login input[type=submit] {
    background-image: url(images2/homepage/sprint8/btn-signin-onoff.png);
    border: medium none;
    height: 18px;
    padding: 0;
    text-indent: -9999px;
    width: 68px;
    cursor: pointer;
}

#home-wrapper #home-login input[type=submit]:hover {
    background-position: 0 -22px;
}

#home-wrapper #top-right input {
    background: url("images2/homepage/sprint8/field-9-bg.png") no-repeat scroll 0 0 transparent;
    border: 0 solid #FFFFFF;
    height: 23px;
    margin: 6px 0 0;
    padding: 0 0 0 5px;
    width: 357px;
}

#home-wrapper #top-right input[type=submit] {
    background-image: url(images2/homepage/sprint8/btn-9-signup.png);
    border: medium none;
    height: 18px;
    padding: 0;
    text-indent: -9999px;
    width: 68px;
    cursor: pointer;
    float: right;
    margin-top: 8px;
    color: #bfbfbf;
}

#home-wrapper #top-right input[type=submit]:hover {
    background-position: 0 -19px;
}

#home-content {
    font-size: 13px;
    font-family: Arial;
}

#top-wrapper {
    background: url("images2/homepage/sprint8/top-9-bg.png") no-repeat scroll 21px -2px transparent;
    height: 330px;
    width: 100%;
}

#top-left {
    float: left;
    padding: 14px 0 0 50px;
    width: 473px;
}

#top-right {
    float: left;
    font-size: 13px;
    padding: 13px 58px 0;
    width: 363px;
}

#top-right p {
    font-size: 17px;
    margin: 11px 0 10px;
}

#top-right p strong {
    font-weight: normal;
    color: #007CC4;
}

#middle-left, #middle-middle, #middle-right {
    float: left;
    width: 307px;
}

#middle-left img, #middle-middle img, #middle-right img {
    border: none;
}

#middle-left {
    margin: 0 0 0 30px;
}

#middle-left, #middle-middle {
    margin-right: 21px;
}

#spacer {
    height: 100px;
    margin: 0 30px;
    border-top: solid 7px #f8f8f8;
}

#home-footer {
    background: url("images2/homepage/sprint8/footer-9-bg.png") no-repeat scroll 0 0 transparent;
    height: 108px;
}

#home-footer #footer-social {
    float: right;
    margin: 15px 30px 0 0;
}

#home-footer #footer-social a {
    background: url(images2/homepage/sprint8/btn-9-footer.png) no-repeat;
    display: block;
    float: left;
    margin: 0 4px 0 0;
    height: 27px;
    width: 31px;
}

#home-footer #footer-social a.tw {
    background-position: -32px 0;
}

#home-footer #footer-social a.yt {
    background-position: -64px 0;
}

#home-footer #footer-social a.other {
    background-position: -97px 0;
}

#home-footer ul {
    list-style-type: none;
    float: right;
    margin: 22px 50px 0 0;
}

#home-footer ul li {
    float: left;
    color: #999;
}

#home-footer ul li a {
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
    margin: 0 5px;
    font-size: 12px;
}

#home-footer ul li a:hover {
    color: black;
}

.footer-copyright {
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;    /* removed position relative - AJ */
    top: 862px;
    width: 100%;
    clear: both;
}

#forgot a {
    font-size: 10px;
    color: #F26522;
    text-decoration:none;
}

#forgot a:hover {
    color: black;
}

/* End Sprint 9 */