/* zero off the defaults to get a clean starting point*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 100.01%;
    /* fix for IE scaling error at small font sizes*/
    
    text-align: center;
    /* centers the wrapper in IE 5.x*/
    
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #003366;
    background-image: url(header_bg.png);
    background-repeat: repeat-x;
    color: #FFF;
}
a {
    color: #CCC;
    text-decoration: none;
}
td img {
    display: block;
}

p,
pre {
    margin: 1em 0;
}


.testimonial {
    font-size: 0.9em;
    margin-bottom:2em;
}

.testimonial em{
    color: dodgerblue;
}
/***** Begin laying out the wrappers *****/

#wrapper {
    margin: 0 auto 20px auto;
    /*centers the wrapper in compliant browsers*/
    
    width: 960px;
    text-align: left;
    position: relative;
    /*set for the positioning of the nav*/
}
#left_col {
    float: left;
    margin-top: 20px;
    width: 190px;
}
#right_col {
    width: 700px;
    margin: 0 0 0 220px;
    padding-top: 20px;
}
/***** Ends the wrappers *****/

.smltext {
    font-size: 75%;
    color: #FFF;
}
#navigation {
    width: 150px;
    margin-left: 40px;
}
#description {
    margin-top: 30px;
    width: 150px;
    margin-left: 40px;
    font-size: 80%;
}
#nhbclogo {
    padding-top: 2px;
    width: 150px;
    margin-left: 40px;
}
#nhbclogo_contact {
    padding-top: 2px;
    width: 150px;
}
.master_trade {
    margin-top: 10px;
}
.about_text {
    color: #CCC;
    font-size: 90%;
    line-height: 130%;
}
.about_text_heading {
    color: #FFF;
}
#flash_warning {
    color: #CCC;
    font-size: 75%;
    line-height: 130%;
}
/***** footers *****/

#footer {
    width: 880px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    text-align: right;
    margin: 40px;
    padding-top: 5px;
    color: #39C;
}
#footer a {
    color: #39C;
}
#footer a:hover {
    color: #CCC;
}
/***** Ends the footers ********/

.brclear {
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0px;
}