﻿@charset "utf-8";

body {
    margin: 0px;
    background-color: #fff;
    /*color: #006584;*/
    color:#111b63;
    
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
}
h1 {font-size: 3em; color:#900;}
img {border: 0px;}
ul li {margin-bottom:10px;}
ol li {margin-bottom:10px;}
ol li a {font-weight:bold;}
/*table, th, td {   border: 1px solid black; }*/
a {font-weight:bold;}
a.button {}
.headline {font-size:3em; font-weight:bold; text-align:center; border-bottom:2px solid #900; border-top:2px solid #900;}
.HelpHeader {font-weight:bold; text-align:center; font-size:1.2em; color:#060; border-bottom:1px solid #060;}
.smallprint {font-size:0.8em;}
.help_Button {border:2px solid #900; border-radius:5px; padding:3px;}
#main {
    max-width: 900px;
    margin: auto;
    border: 1px solid #006584;
    border-radius: 10px 10px 10px 10px;
}

#header {
    margin-top: 0px;
    height: 100px;
    font-size: 3em;
    border-bottom: 1px solid #2e402f;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

#head_logo {width: 15%; float: left;}
#head_logo img {width: 100%;}

#head_title {
    float: right;
    margin-left: 20px;
    max-width: 80%;
    text-align: right;
}
#head_sub {clear:both; text-align:center; font-size:0.85em; font-weight:bold; border-bottom: 1px solid #2e402f; color:#fff; background-color: #006584;}

#sub_title {font-size:0.55em;}

#main_body {padding: 20px;}

#main_body img {max-width: 100%;}

#MailingForm {
    width: 400px;
    margin: auto;
     border: 1px solid #090;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
}

#Latest { width:95%; margin:20px auto;
          border: 1px solid #006584;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 0.9em;
}

.disclaimer {font-size:0.6em; color:#333; text-align:center;}
.highlight {font-weight:bold; color:#900;}
.quotes {background-color:lavender; border-radius:10px; padding:10px;}
p.address_label {background-color:#e1e4fc; border-radius:5px; padding:3px;}
p.P_Large {font-size:1.2em;}
.Info_Box { width:95%; margin:20px auto;
          border: 1px solid #006584;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 0.9em;
}
.Privacy {font-size: 0.8em;}

.Highlight_Box { width:90%; margin:20px auto;
          border: 2px solid #090;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 1.1em;
    font-weight:bold;
}
.Survey_Box {width:95%; margin:20px auto;
          border: 1px solid #b200ff;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 0.9em;
}

.Survey_Box_NP {width:95%; margin:20px auto;
          border: 2px solid #060;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 0.9em;
}

.Quote_Highlight {width:50%; margin:20px auto;
          border: 2px solid #060;
    border-radius: 10px 10px 10px 10px;
    background-color:#85d672;
    padding:10px;
    font-size: 0.9em;
}

#NP_Survey {visibility:hidden;}

.Survey_Form {max-width:400px; margin:10px auto;
          border: 1px solid #b200ff;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    font-size: 0.9em;
}
.sub_title {font-size: 1.2em; font-weight:bold; border-bottom:1px solid #ccc;}
.tb_input {width:200px; border:1px solid #009900; border-radius: 5px 5px 5px 5px;}
.tb_captcha {width:40px; border:1px solid #009900; border-radius: 5px 5px 5px 5px;}

.Info_Box td {height:20px; border-bottom:1px solid #ccc;}
.Info_Box th {border-bottom:1px solid #666;}
.tr_alt {background-color:#fff;}
#KeyPoints {border-spacing: 0; border-collapse: collapse;}
#KeyPoints td {border:1px solid #666; padding:3px;}
.mediabox {float:left; margin-right:30px; text-align:center; font-weight:bold;}
#quote {border-top: 1px solid #ccc; border-top: 1px solid #ccc; text-align:center; font-style:italic; font-weight:bold; font-size:0.9em; color:#900;}

#footer {text-align:center; font-size:0.75em; border-top:1px solid #ccc; margin-top:20px; padding:5px; 0px 0px 0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; }

#feed_panel {
    border-top: 1px solid #808080;
    margin-top: 10px;
    /*padding: 10px;*/
}
#twitter_feed {
    max-width: 340px;
    float: right;
}
#facebook_feed {
    max-width: 340px;
}

@media all and (max-width: 770px) {
    #feed_panel {padding: 0px;}
    #twitter_feed {float:none; margin-bottom:10px; border-bottom:1px solid #808080;}
}

@media all and (max-width: 600px) {
    #header {
        font-size: 2em;
    }
    /*#head_logo {width:80px; }*/
    #head_title {
        margin-left: 10px;
    }
}

@media all and (max-width: 480px) {
    #header {
        font-size: 1.5em;
    }
    /*#head_logo {width:80px; }*/
    #head_title {
        margin-left: 5px;
    }
     #twitter_feed { float:none;}
}
