/* All */
* {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
*:focus {
    outline: none;
}
html,
body {
    margin: 0;
    padding: 0;
}
.clear {
    width: 100%;
    height: 0;
    float: none;
    clear: both;
}
.arrow-left {
    padding: 0 0 0 10px;
    background: transparent url('../images/arrow-orange-right.gif') no-repeat scroll left center;
}
.arrow-right {
    padding: 0 10px 0 0;
    background: transparent url('../images/arrow-orange-right.gif') no-repeat scroll right center;
}
/* Main */
body {
    background: #b1b0a7 url('../images/body-background.gif') repeat-y scroll center top;
}
#container {
    width: 968px;
    padding: 0;
    margin: 0 auto;
}
/* Header */
#container #header {
    height: 90px;
}
#container #header #logo-perimeter {
    display: block;
    width: 235px;
    height: 40px;
    margin: 25px 0 25px 20px;
    background: transparent url('../images/header-logo-perimeter.gif') no-repeat scroll left top;
    float: left;
    background-color: #efefef;
}

#container #header #logo-usa {
    display: block;
     height: 45px;
    margin: 25px 0 20px 40px;
    width: 154px;
    background: transparent url('../images/header-logo-usa.gif') no-repeat scroll left top;
    float: left;
}

#container #header #top-links {
    list-style: none;
    float: right;
    margin: 20px 0 0 0;
    width: 235px;
}
#container #header #top-links li {
    font: normal 11px/20px Arial, Helvetica, sans-serif;
    color: #00653a;
}
#container #header #top-links li a {
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    color: #6e6f65;
    text-decoration: none;
}
/* Navigation */
#container #navigation {
    background: transparent url('../images/navigation-background.gif') no-repeat scroll right top;
    width: 968px;
    height: 34px;
    list-style: none;
    z-index: 999;
    margin: 0 0 5px 0;
    position: relative;
}
#container #navigation .tier-1 {
    float: left;
    padding: 0 2px 0 0;
    background: transparent url('../images/navigation-divider.gif') no-repeat scroll right bottom;
    width: auto;
}
#container #navigation .tier-1.first .tier-1-link {
    padding-left: 17px;
}
#container #navigation .tier-1 .tier-1-link {
    display: block;
    padding: 11px 15px 12px 15px;
    font: normal 11px/11px Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
#container #navigation .tier-1.select .tier-1-link {
    color: #c1d72e;
}
/* Dropdowns */
#container #navigation .tier-1 .tier-1-dropdown,
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-dropdown {
    display: none;
    list-style: none;
    border-right: 1px solid #00653a;
    border-left: 1px solid #00653a;
    position: absolute;
    margin-left: -2px;
    z-index: 1000;
    background-color: #419072;
}
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-dropdown {
    left: 100%;
    margin: -21px 0 0 0;
    border-top: 1px solid #00653a;
}
#container #navigation .tier-1.first .dropdown {
    margin-left: 0;
}
#container #navigation .tier-1.select .tier-1-dropdown,
#container #navigation .tier-1.select .tier-1-dropdown .tier-2.select .tier-2-dropdown {
    display: block;
}
#container #navigation .tier-1 .tier-1-dropdown .tier-2,
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-dropdown .tier-3 {
    border-bottom: 1px solid #00653a;
    background-color: #419072;
    height: auto;
    white-space: nowrap;
}
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-link,
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-dropdown .tier-3 .tier-3-link {
    display: block;
    font: normal 10px/10px Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
}
#container #navigation .tier-1 .tier-1-dropdown .tier-2.select .tier-2-link,
#container #navigation .tier-1 .tier-1-dropdown .tier-2 .tier-2-dropdown .tier-3.select .tier-3-link {
    color: #c1d72e;
}

/* search */
#container #navigation .search-box {
    float: left;
    padding: 0 2px 0 0;
    width:160px;
    position: relative;
    margin-left:5px;
}
#container #navigation .search-box input[type=text] {
    background-color: #FFFFFF;
    border: 1px solid #CECEC8;
    color: #6E6F65;
    font: 11px Arial,Helvetica,sans-serif;
    height: 14px;
    padding: 3px;
    position: absolute;
    top:6px;
    left:0;
    width:130px;
}
#container #navigation .search-box #search-button {
    width:25px;
    border:0 none;
    cursor:pointer;
    height: 20px;
    display:block;
    position: absolute;
    top:6px;
    right:0;
    background:transparent url(../images/arrow-orange-right.gif) no-repeat scroll center;
}

/* Content */
#container #content * {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}
#container #content h1 {
    font: normal 21px/normal Arial, Helvetica, sans-serif;
    color: #00653a;
    margin: 0 0 10px 0;
}
#container #content h2 {
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: #00653a;
    margin: 0 0 10px 0;
}
#container #content p {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #6e6f65;
    margin: 0 0 10px 0;
}
#container #content a {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #f78f1e;
    text-decoration: none;
}
#container #content a:hover {
    text-decoration: underline;
}
#container #content ul {
    list-style: none;
    margin: 10px 0 5px 0;
}
#container #content ul li {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #6e6f65;
    padding: 0 0 5px 10px;
    margin: 0 0 0 5px;
    background: transparent url('../images/arrow-orange-right.gif') no-repeat scroll left 3px;
}
#container #content ol {
    margin: 10px 0 5px 0;
}
#container #content ol li {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #6e6f65;
    padding: 0 0 5px 0px;
    margin: 0 0 0 20px;
}
#container #content sup {
    font-size: 70%;
    line-height: 0;
}
#container #content strong,
#container #content b {
    font-weight: bold;
}
#container #content em,
#container #content i {
    font-style: italic;
}
#container #content u {
    text-decoration: underline;
}
#container #content td {
    padding: 5px;
    margin: 0 0 5px 5px;
}
/* Buckets */
#container #buckets {
    list-style: none;
    margin: 0 0 20px 0;
    float: right;
    height: 140px;
    width: auto;
}
#container #buckets .bucket {
    float: left;
    width: 208px;
    height: 110px;
    padding: 15px;
    margin: 0 0 0 5px;
    background: #ecece9 url('../images/promo-background.gif') repeat-x scroll left bottom;
    position: relative;
}
#container #buckets .bucket.first {
    width: 209px;
    margin: 0;
}
#container #buckets .bucket h2 {
    font: normal 20px/normal Arial, Helvetica, sans-serif;
    color: #00653a;
    margin: 0 0 10px 0;
}
#container #buckets .bucket p {
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    color: #6e6f65;
}
#container #buckets .bucket a {
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    color: #f78f1e;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
#container #buckets .bucket a:hover {
    text-decoration: underline;
}
#container #buckets .bucket img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
/* Footer */
#container #footer {
    margin: 0 0 20px 0;
}
#container #footer #copyright {
    float: left;
    width: auto;
}
#container #footer #copyright p {
    font: normal 10px/normal Arial, Helvetica, sans-serif;
    color: #6e6f65;
    margin: 0 0 10px 0;
}
#container #footer #copyright p a {
    font: normal 10px/normal Arial, Helvetica, sans-serif;
    color: #6e6f65;
    text-decoration: none;
}
#container #footer #copyright p a:hover {
    text-decoration: underline;
}
#container #footer #logo-sas70 {
    float: right;
    display: block;
    width: 61px;
    height: 42px;
    margin: 0 0 0 20px;
    background: transparent url('../images/footer-logo-sas70.gif') no-repeat scroll left top;
}
#container #footer #logo-cybertrust {
    float: right;
    display: block;
    width: 125px;
    height: 36px;
    margin: 3px 0 0 0;
    background: transparent url('../images/footer-logo-cybertrust.gif') no-repeat scroll left top;
}
/* Expanding ULs */
.expanding .more {
    display: none;
}


div.ct {
    height: 44px;
    width: 196px;
    margin:0;
    padding:0;
    background-image:url("/public/images/icons/vcs_cp_v.png");
}

div.ct a, div.ct a:link, div.ct a:visited {
    display:block;
}

div.ct img {
    width:100%;
    height:100%;
    border:0;
}

div.ct a:hover img {
    visibility:hidden;
}

div.sas70 {
    height: 42px;
    width: 61px;
    margin:0;
    padding:0;
    background-image:url("/public/images/icons/footer-logo-sas70.gif");
}

div.sas70 a, div.sas70 a:link, div.sas70 a:visited {
    display:block;
}

div.sas70 img {
    width:100%;
    height:100%;
    border:0;
}

div.sas70 a:hover img {
    visibility:hidden;
}
