html, body {
    color:#999;
    font: Normal 14px Arial;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #000;
}

input {
    border:1px solid #dadada;
    padding:5px;
    font: Normal 14px Arial;
    color: #404040;
}

textarea {
    border:1px solid #dadada;
    padding:5px;
    font: Normal 14px Arial;
    color: #404040;
}

a {
    color:#3260E3;
}

a:hover {
    color:#d9004d;
}

br {
    margin:2px 0;
}

strong {
    font-weight: bold;
}

hr {
    border:0;
    border-bottom:2px dotted #999;
    height: 0;
}

p {
    margin:1em 0 1em 0;
}

.header {
    width:980px;
    height: 82px;
    margin: auto;
    background: #000 url('/images/header.jpg') bottom center no-repeat;
}

.top-menu-bar {
    height: 48px;
    background: url('/images/top-menu-bar.png') top center repeat-x;
    vertical-align: baseline;
    width:980px;
    margin: auto;
}

.logo {
    float:left;
}

.top-menu-bar .right {
    height:48px;
    background: url('/images/top-menu-bar-right.png') top center no-repeat;
    width: 30px;
    float: right;
}

.top-menu {
    height:48px;
    float:left;
}

.top-menu li a {
    text-decoration: none;
    color:#404040;
}

.top-menu li a:hover {
    color:#3260e3;
}

.top-menu .active {
    background: url('/images/tab-selected.png') top center no-repeat;
}

.top-menu li {
    float:left;
    color:#404040;
    font: Bold 13px Arial;
    padding:16px 15px;
    border-right:1px solid #b7b7b7;
    margin-left:0;
}

.middle {
    width:980px;
    background: #fff url('/images/content-background.png') repeat-y;
    margin: auto;
}

.middle .top {
    width:980px;
    background: url('/images/content-top-background.jpg') top center no-repeat;
    margin: auto;
}

.content-top-right-photos-background-1 {
    width:980px;
    background: url('/images/content-top-right-photos-1.jpg') top right no-repeat;
}

.content-top-right-photos-background-2 {
    width:980px;
    background: url('/images/content-top-right-photos-2.jpg') top right no-repeat;
}

.content-top-right-photos-background-3 {
    width:980px;
    background: url('/images/content-top-right-photos-3.jpg') top right no-repeat;
}


.content {
    width:900px;
    margin: auto;
    color:#404040;
    font-size:14px;
    line-height: 1.5em;
}

.footer {
    background: #000 url('/images/footer.jpg') top center no-repeat;
    height: 56px;
    width:980px;
    margin:auto;
    font-size:12px;
}

.bottom-menu {
    margin: auto;
    text-align: center;
    padding-top:50px;
    font-size:12px;
}

.bottom-menu a {
    text-decoration: none;
    color:#999;
    padding: 5px;
}

.bottom-menu a:hover {
    color:#3260e3;
}

.bottom-menu li {
    display: inline;
    padding:5px;
    text-align: center;
}

.clear {
    clear: both;
    font-size:0;
    line-height: 0;
}

h1 {
    font-size:30px;
    letter-spacing: -0.08em;
    font-weight: bold;
}

h1 a {
    text-decoration: none;
    color:#404040;
}

h2 {
    font-size:24px;
    font-weight: Normal;
    letter-spacing: -0.06em;
}

h2 a {
    text-decoration: none;
    color:#404040;
}

h3 {
    font-size:20px;
    font-weight: normal;
    letter-spacing: -0.06em;
    color:#d9004d;
}

h3 a {
    text-decoration: none;
    color:#404040;
}

h3:hover {
    text-decoration: underline;
}

.spacer-5 {
    height:5px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-10 {
    height:10px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-15 {
    height:15px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-20 {
    height:20px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-30 {
    height:30px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-50 {
    height:50px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.spacer-100 {
    height:100px;
    clear: both;
    font-size:0;
    line-height: 0;
}

.page-title {
    padding:35px 0 5px 65px;
}

.hidden-link {
    color:#404040;
    text-decoration: none;
}

.zend_form dd .errors {
    color:#e40d07;
    font-size:12px;
    font-weight: bold;
}

.zend_form dd {
    padding:2px 0 10px 0;
    margin:0;
}

.contact-message {
    width:400px;
    height:150px;
}

#submit-label {
    display:none;
}

#reset-label {
    display:none;
}

#submit-element {
    float:left;
    margin-right: 5px;
}

.notice {
    color:#00a904;
    font-weight: bold;
}

/* --- Buttons --- */
button, .button {
    font-size:14px;
    font-weight: bold;
    color:#fff;
    background-color: #D9004D;
    border:0;
    cursor: pointer;
    height:30px;
}

.link-button {
    text-decoration: none;
    padding:5px 10px;
    background-color: #D9004D;
    color:white;
    font-weight: bold;
}

.send-button, .reset-button, .post-button, .cancel-button {
    width:88px;
    height:30px;
    font-size:0;
    color: white;
    line-height: 0;
    cursor:pointer;
    border:0;
}

.send-button {
    background: url('/images/send-button.png') top left no-repeat;
}

.reset-button {
    background: url('/images/reset-button.png') top left no-repeat;
}

.post-button {
    background: url('/images/post-button.png') top left no-repeat;
}

.cancel-button {
    background: url('/images/cancel-button.png') top left no-repeat;
}

.sign-up-now-xl-button {
    background: url('/images/sign-up-now-xl-button.png') top left no-repeat;
    width:150px;
    height:40px;
    font-size:0;
    cursor:pointer;
    border:0;
}

.widecolumn {
    width:900px;
}

/* transparent round light gray panel */
.light-gray-panel {
}

.light-gray-panel .lgray-top-background-1 {
    background: url('images/lgray-panel-top-background-1.png') top left no-repeat;
    width: 298px;
    height:179px;
    z-index: 100;
    position: relative;
    margin-bottom:-66px;
    margin-left:10px;
}

.light-gray-panel .top-left {
    background: #f1eeee url('images/lgray-tl-corner.png') top left no-repeat;
}

.light-gray-panel .top-right {
    background: url('images/lgray-tr-corner.png') top right no-repeat;
}

.light-gray-panel .bottom-left {
    background: url('images/lgray-bl-corner.png') bottom left no-repeat;
}

.light-gray-panel .bottom-right {
    background: url('images/lgray-br-corner.png') bottom right no-repeat;
    padding: 15px;
}

.breadcrumbs {
    font-size:12px;
    margin-left:65px;
    padding:0 4px 1px 2px;
    display: inline;
    color:#999999;
    background-color: #fff;
}

.hide {
    display:none;
}

.pink {
    color:#D9004D;
}

.pink-text {
    color:#D9004D;
}


.blue-text {
    color:#3260E3;
}

.homepage-banner img {
    float:left;
}

.compliance-table {
    border-width: 2px 0 0 2px;
    border-style: dotted;
    border-color: #999;
}

.compliance-table td {
    padding:10px;
    border-bottom:2px dotted #999;
    border-right:2px dotted #999;
}

.number-list {
    list-style-type: decimal;
    list-style-position: inside;
}

.number-list li {
    padding-left:30px;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.white-text {
    color:white;
}

.small-text {
    font-size:10px;
}

.thin-hr {
    border-width:1px;
}

.white-panel-top-left {
    background: #fff url('/images/white-tl-corner.png') top left no-repeat;
}

.white-panel-top-right {
    background: url('/images/white-tr-corner.png') top right no-repeat;
}

.white-panel-bottom-right {
    background: url('/images/white-br-corner.png') bottom right no-repeat;
}

.white-panel-bottom-left {
    background: url('/images/white-bl-corner.png') bottom left no-repeat;
    padding: 15px;
}

#disclaimer-dialog {
    width:600px;
    color:#404040;
    margin:auto;
    margin-top:50px;
    text-align: left;
}

.disclaimer-dialog-thief {
    width:179px;
    height:70px;
    background: url('/images/disclaimer-dialog-thief.png') bottom left no-repeat;
    position: relative;
    z-index:10001;
    bottom:-21px;
    left:200px;
}

#overlay {
    width:100%;
    padding:100px;
    background-color: #000;
}

.align-center {
    text-align: center;
}