
html {
    /* Force scrollbar on every page */
    height: 100.1%;
}
body {
    background: #ddf3f0 url(../images/background.png) repeat-x top;
    font-size: 71%;
    margin-bottom: 1px;
    font-family: "Verdana", "Arial", sans-serif;
}
#container {
    margin-right: auto;
    margin-left: auto;
    width: 814px;
}
#header {
    height: 87px;
    font-family: "Lucida Grande", sans-serif;
}
#nav {
    clear: both;
    height: 173px;
    font-family: "Lucida Grande", sans-serif;
}
#page {
    margin-top: 50px;
    background-color: #ddf3f0;
}
h1 {
    height: 43px;
    width: 190px;
    margin: 26px 0 0 5px;
    background-image: url(../images/logo.gif);
    float: left;
}
h1.flashed { 
    width: 190px;
    margin: 10px 0 0 0;
}
h1 em {
    display: block;
    text-indent: -5000px;
}
h2 { 
    margin-top: 28px;
    margin-left: 15px;
    float: left;
    font-size: 1.5em;
    color: #696e71;
    width: 490px;
}

#nav ul {
    text-align: right;
    width: 190px;
    padding-top: 16px;
}
#nav li {
    border-top: 1px solid #ccc;
    padding: 5px 10px 5px 0;
    font-size: 1.3em;
}
#nav li.first {
    border-top: none;
}
#nav li.selected { 
    /* This is JK's calculated color */
    /*background-color: #204559; */
    background-color: #113549; 
}

a {
    text-decoration: none;
}
#nav a:link {
    color: #fff;
}
#nav a:visited {
    color: #fff;
}
#nav .hover, #nav li:hover {
    background-color: #2d6d90;
}

h3 {
    font-family: "Lucida Grande", sans-serif; 
}


/* HOME PAGE */

#home h3 {
    text-transform: uppercase;
    color: #036079;
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 0.3em;
}

#home h3 a {
    color: #036079;
}

#home h3 a:hover {
    color: #aaa;
}

#home .section {
    background-color: #fff;
    float: left;
    width: 226px;
    padding: 17px;
    line-height: 1.3;
    /* Gonna have trouble with IE here. total width of white box is 260*/
    margin-right: 15px;
    margin-bottom: 15px;
    height: 160px;
}

#home .right {
    margin-right: 0px;
}

#home .s2 {
    clear: both;
    background-color: #fff;
    line-height: 1.3;
    padding: 17px;
    width: 776px;
}

#home .s2 div.content {
    float: left;
    width: 503px;
}

#home .s2 div.link {
    float: right;
    text-align: left;
    width: 226px;
    margin-top: 24px;
}

#home .s2 div.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

#home .s2 p {
    clear: both;
    margin-top: 0.3em;
}

.smark {
    line-height: 0;
    position: relative;
    bottom: 0.7em;
    font-size: 70%;
    font-weight: normal;
}

/* INTERNAL PAGES */

#sidebar {
    float: left;
    width: 200px;
    margin-left: -10px;
    text-align: right;
    font-family: "Georgia", "Times New Roman", serif;
    color: #55575a;
    font-size: 1.4em;
}
#sidebar blockquote {
    margin-top: 2em;
    line-height: 1.2;
}
#f-and-i #sidebar blockquote p {
    margin-left: 15px;
}

#sidebar .credit {
    margin-top: 1em;
    font-size: 0.7em;
    line-height: 1.3;
}
#sidebar .navigation {
    text-align: right;
}
#sidebar .navigation li {
    border-top: 1px solid #bac7c7;
    padding: 4px 10px 3px 0;
}
#sidebar .navigation li.selected { 
    background-color: #D6E1DF;
}
#sidebar .navigation li.first {
    border-top: none;
}
#sidebar .navigation a:link {
    text-decoration: none;
    color: #55575a;
}
#sidebar .navigation a:visited {
    text-decoration: none;
    color: #55575a;
}
#sidebar .navigation a:hover {
    color: #55575a;
}
#sidebar .navigation a:active {
    color: #55575a;
}
#sidebar a:link {
    text-decoration: underline;
    color: #55575A;
}
#sidebar a:visited {
    text-decoration: underline;
    color: #55575A;
}

#content {
    width: 498px; /* FF likes 500px, but IE6 needs is eating 2px somewhere. */
    margin-left: 208px;
    background-color: #fff;
    /* 1px top margin keeps the margins from collapsing */
    padding: 1px 60px 50px 45px;
}
#copyright {
    clear:both;
    padding-top:20px;
    margin-left: 208px;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 0.8em;
    color: #55575a;
}


#content h3 {
    color: #036079;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top: 1.5em;
    width: 505px;
}

#content p {
    line-height: 1.5;
    margin-bottom: 0.8em;
}
.vcard {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 0.9em;
}
.vcard .org {
    display: none;
}

input, textarea {
    border: 2px solid #d1d2d4; /* grey */
    padding-left: 3px;
    font-family: "Verdana", "Arial", sans-serif;
}
textarea {
    width: 24em;
    height: 9em;
}
label {
    float: left;
    width: 8.2em;
    margin-top: 0.1em; 
    padding-right: 0.3em;
    text-align: right;
}
form li {
    margin-top: 0.5em;
}
#comment-submit {
    margin-left: 8.8em;
}

.asterisk { 
    color: #036079;
}

#content .biglink {
    color: #036079; /* blue */
    font-size: 1.15em;
    margin-bottom: 0.5em;
    font-family: "Lucida Grande", sans-serif;
    text-decoration: none;
}
#content .biglink a:visited {
    color: #036079;
    text-decoration: none;
}
#outside-resources #content a:visited { 
    color: #a3a5a8;
    text-decoration:underline;
}
.first.biglink {
    margin-top: 1.5em;
}

a.button {
    border: 2px solid #d1d2d4;
    display: block;
    margin-top: 1.5em;
    width: 13em;
    padding: 0.5em;
    color: #036079;
    font-family: "Lucida Grande", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

#content ul {
    list-style: square inside;
    line-height: 1.5;
}
#content ol {
    list-style: decimal inside;
    line-height: 1.5;
}
#content form ol {
    list-style: none;
}
strong {
    font-weight: bold;
}

#articles-news p {
    margin-top: 1em;
}
.date {
    float: left;
    color: #036079;
}
.title {
    margin-left: 5.5em;
    width: 450px;
}

.title a { line-height: 1.2em; }
.date { line-height: 1.2em }

#content a {
    color: #55575A;
    text-decoration: underline;
}
#content a:visited {
    color: #a3a5a8;
}
#f-and-i .advantages li, #dealership .advantages li {
    margin-bottom: 5px;
    list-style-type:none;
}
#f-and-i .resolution li, #dealership .resolution li {
    margin-left: 20px;
    list-style:disc outside;
}

#compare-plans #content ol {
    color: teal;
    list-style-type: none;
}
#compare-plans #content ul {
    color: black;
    margin-left: 20px;
    list-style: none;
}

#compare-plans .bullets li {
    background: url(/media/images/bullet.png) no-repeat;
    padding-left: 10px;
}

#home #nav {
    background: url(../images/home.jpg) no-repeat right top;
}
#program-offerings #nav, #dealership #nav, #f-and-i #nav {
    background: url(../images/programs.jpg) no-repeat right top;
}
#about-us #nav {
    background: url(../images/contactus.jpg) no-repeat right top;
}
#about-identity-theft #nav, #articles-news #nav, #compare-plans #nav, #outside-resources #nav {
    background: url(../images/aboutid.jpg) no-repeat right top;
}
#contact-us #nav {
    background: url(../images/contactus.jpg) no-repeat right top;
}
