
body, html {
    height: 100%;
}

body, td, a {
    color: #383b3e;
}

a {
    outline: none;
    -moz-outline-style: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

body {
    font-family: "Lucida Grande", "Lucida", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
    outline: none;
    -moz-outline-style: none;
}

.relative {
    position: relative;    
}

#p {
    width: 600px;
}

#p #NewRel {
    
}

#p-splash .block {
    margin-bottom: 45px;
}

.page {
    margin: 0 auto;
    width: 600px;
}

#p-splash .column {
    width: 285px;
}

.options span {
    display: inline-block;
    width: 10px;
    width: 10px;
    border: 1px solid #3aaeb8;
    margin-left: 2px;
}

.options span b {
    background: white;
    width: 8px;
    height: 8px;
    margin: 1px;
    display: inline-block;
    cursor: pointer;
}

.options span.selected b {
    background: #3aaeb8;
    cursor: default;
}

.hidden {
    visibility: hidden;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

table td {
    vertical-align: top;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    color: #3aaeb8;
}

hr {
    clear: both;
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

table td {
    vertical-align: top;
}

.dotted {
    background: url(../img/common/dotted_600.png) no-repeat;
    height: 3px;
    width: 100%;
}

.dotted_v {
    background: url(../img/common/dotted_v_600.png) no-repeat;
    height: 100%;
    width: 3px;
}

.page .page-content {
    margin-top: 25px;
}

.teaser-text p a {
    color: #3aaeb8;
}