body {
    
    width: 960px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #fff;
    
}

.clear {
    
    clear: both;
    
}

a {

/*    color: #22365d; */
    color: #018393;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;

}


img {

    border: 0px;
    
}

div#container {
    
    background-image: url('../images/background-tile.jpg');
    background-repeat: repeat-y;
    border: 1px solid #de300e;
    margin: 10px 0px;
}

div#header {
    
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

div#content-left {
    
    width: 640px;
    margin-right: 10px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

div#content-right {
    
    width: 245px;
    float: left;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    font-size: 1em;

}

div#content-subpage h1, div#content-subpage h2, div#content-subpage h3, div#content-subpage h4, div#content-subpage h5, div#content-subpage h6 {

    font-size: 1em;

}

div.sidebox {
    
    border: 1px solid #d6d6d6;
    padding: 0px;
    margin-bottom: 20px;
}

div.sidebox h1, div.sidebox h2, div.sidebox h3, div.sidebox h4, div.sidebox h5, div.sidebox h6 {

    font-size: 1em;
    font-weight: bold;
    margin: 10px 5px;

}

div.sidebox ul {

    margin: 0px 5px;
    padding-left: 25px;

}

div.sidebox ul > li {

    margin: 1px 0px;
    padding-left: 0px;

}

div.sidebox div.sidebox-content {
    
    padding: 10px;
    
}

div.sidebox div.sidebox-content p {
    
    margin: 5px;
    
}

div.sidebox h2 {
    
    padding: 5px;
    margin: 0px;
    background-color: #999;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    
}

/*

div#pull-quote {
    
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 20px;

}


 
div#pull-quote p {
    
    margin: 0px;
    
}

div#pull-quote p#quote-text {
    
    font-weight: bold;
    text-align: center;

    min-height: 55px;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 0px;
    
}

div#pull-quote p#quote-source {
    
    font-style: italic;
    text-align: right;
    font-size: 0.8em;
    font-weight: normal;
    
}

*/

div#footer {
    
    border-top: 1px solid #de300e;
    font-size: 0.7em;
    padding: 10px;
    background-color: #fff;
    
}

div#footer img#logo {
    
    vertical-align: middle;
}

div#footer p {
    
    display: inline;
    color: #999;
}

div#footer a {
    
    text-decoration: none;
    color: #999;
    
}

div#footer div#share-icons {

    margin-top: 15px;
    float: right;
    
}

.align-center {

    text-align: center;

}

div#content-right-foot {

    text-align: center;

}

div#container-subpage h1#title {

    font-size: 175%;
    color: rgb(6, 85, 118);

}

h1.title {

    margin: 0 0 5px 0;
    color: rgb(6, 85, 118);

}

h1.title a {

    color: rgb(6, 85, 118);

}

div.onwriting-post {

    border-bottom: 1px solid #999;
    padding: 10px 0;
    margin: 0 0 10px 0;

}

p.onwriting-date {

    color: #999;

}

p.nav-prev,
p.nav-next {

    width: 49%;
    display: inline-block;

}

p.nav-prev {

    text-align: right;

}

p.nav-next {

    text-align: left;

}

div.onwriting-post:last-of-type {

    border-bottom: 0;

}

div.sidebox h2 {

    font-family: Arial, Helvetica, sans-serif;

}

div.sidebox ul {

    list-style-type: none;
    margin-left: 0;
    padding-left: 0;

}

div.sidebox ul li {

    margin-bottom: 5px;

}

#promo {

    border: 1px solid #DE300E;
    padding: 10px;

}

#promo p.bodytext {

    margin: 0px;

}

div#pull-quotes-text-outer {

    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    text-align: center;
    background-image: url('../images/quote-left.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

div#pull-quotes-text-inner {

    background-image: url('../images/quote-right.jpg');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 5px 15px 5px 0px;
}

div#pull-quotes-text-outer p {

    margin: 15px 0px; 


}

div#pull-quotes-text-outer span.quote {

    display: block;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;

}

div#pull-quotes-text-outer span.source {

    display: block;
    text-align: right;
    font-style: italic;
/*    color: #de300e; */
    color: #c2413d;
    font-size: 90%;
    padding-right: 40px;
}

div#pull-quotes-text-outer span.source:before {

    content:"\2014";

}

div#signup-sidebox form {

    padding: 5px;

}

div#signup-sidebox label {

    font-weight: bold;

}

div#signup-sidebox input[type=submit] {

    margin-top: 5px;

}
