@import url("reset.css");
@import url("links.css");
@import url("nav-main.css");
@import url("list-pdf.css");

/*@import url("form.css");
@import url("list.css");*/

HTML, BODY
{
    margin: 0 auto 0 auto;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    background: #013470;
    font-size: 11px;
    line-height: 14px;
    color: #484747;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    /*background: #F4F4F2;*/
}

legend
{
    font-size: 1.1em;
    font-weight: bold;
    color: #484747;
}

/*completes the structure of the body for the extended backgrounds*/
#pg-container-top
{
    width: 100%;
    height: 155px;
    background-color: #013470;
}

#pg-container-top2
{
    width: 100%;
    height: 155px;
    background-color: #013470;
    background: url('../_images/btm-grad-hdr.jpg') 100% 100% repeat-x;
}

#pg-container-middle
{
    width: 100%;
    background: #ffffff url(../_images/bg-content-bottom.jpg) repeat-x left bottom;
}

#pg-container-bottom
{
    width: 100%;
    height: 155px;
    background-color: #013470;
}


/*specific to content regions*/
.directoryheader
{
    font-size: 16px;
    color: #7f96b0;
    padding-bottom: 10px;
}
.dirlist
{
    list-style-type: none;
    text-indent: 0px;
    margin-left: 5px;
    padding-left: 5px;
}
#header
{
    margin: 0 auto 0 auto;
    width: 950px;
    height: 150px;
    background: #ffffff url(../_images/bg-hd.jpg) no-repeat;
}

#header2
{
    margin: 0 auto 0 auto;
    width: 950px;
    height: 150px;
    background: transparent url(../_images/bg-hd2.jpg) no-repeat;
}
#nav-main
{
    width: 950px;
    position: absolute;
    top: 120px;
}

#content-wrapper-middle
{
    margin: 0 auto 0 auto;
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#col-left
{
    width: 540px;
    float: left;
    margin-right: 10px;
}
#col-right
{
    width: 400px;
    float: right;
}
#col-left-wide
{
    width: 630px;
    float: left;
    margin-right: 10px;
}
#col-left-narrow
{
    width: 130px;
    float: left;
    margin-right: 10px;
}
#col-left-narrow ul li
{
    list-style-type: none;
    list-style: none;
}
#col-right-wide
{
    width: 750px;
    float: right;
}
#col-right-narrow
{
    width: 260px;
    float: right;
}

#footer
{
    margin: 0 auto 0 auto;
    width: 950px;
    height: 160px;
    background: #013470 url(../_images/bg-footer.jpg) no-repeat;
}

#footer-links
{
    text-align: right;
    margin-right: 30px;
    color: #ffffff;
}

/*for small news type boxes*/
.silver-box-sm-outer
{
    padding: 1px;
    border-top: 1px solid #013470;
    border-right: 1px solid #013470;
    border-bottom: 1px solid #013470;
    border-left: 1px solid #013470;
}

.silver-box-sm-inner
{
    padding: 2px;
    padding-bottom: 2px;
    background-image: url(../_images/bg-box-bottom.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.silver-box-hd
{
    background-image: url(../_images/bg-box-top.jpg);
    background-position: top;
    background-repeat: repeat;
    border-bottom: 1px solid #013470;
    text-align: center;
    font-size: 14px;
}

/*specific page elements*/

.clear
{
    clear: both;
}
.clear2
{
    clear: both;
    border-bottom: 1px dashed #C6C2B1;
    margin-bottom: 3px;
}


#ss-wrapper
{
    width: 530px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #013470;
    z-index: 1;
}

#news-box-left
{
    float: left;
    width: 260px;
}
#news-box-right
{
    float: right;
    width: 260px;
}
#news-box-normal
{
    width: 260px;
    margin-bottom: 15px;
}
.testimonials
{
    font-size: 10px;
    color: #7f96b0;
}


.normal
{
    color: #013470;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

H1
{
    font-size: 14px;
    font-weight: bold;
}
H2
{
    font-size: 12px;
    font-weight: bold;
}


#news
{
    padding: 10px;
    color: #7f96b0;
    font-size: 10px;
}

.bold_bl16
{
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 16px;
    color: #00336f;
    font-weight: bold;
}
.b12
{
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 12px;
    color: #484747;
}

.font-silver
{
    color: #ccc;
    font-weight: bold;
}
.font-white
{
    color: #fff;
    font-weight: bold;
}
.font-black
{
    color: #000;
    font-weight: bold;
}
.font-black-sec
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.font-red
{
    color: #990000;
    font-weight: bold;
}
.font-maroon
{
    color: #660000;
    font-weight: bold;
}
.font-blue
{
    color: #2E5D91;
    font-weight: bold;
}

.news-hd
{
    color: #7f96b0;
    font-size: 12px;
    font-weight: bold;
}


/* Modal Pop style */
.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #E52324;
    padding: 3px;
    width: 250px;
}
.modalPopup img
{
    float: right;
    padding: 5px 5px 5px 5px;
    border-style: none;
}
.modalBackground
{
    background-color: #013470;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalLink
{
    text-decoration: none;
    color: #ccc;
}

a:hover.modalLink
{
    text-decoration: underline;
}


.buttons
{
    float: right;
    display: inline;
    margin: 0px 0;
}

.buttons a
{
    text-decoration: none;
    font-size: 80%;
    margin-right: 15px;
}

.buttons a:hover
{
    text-decoration: underline;
}

/* Attribute selector doesn't work in IE
input[type=button] {
}
*/

.buttons input
{
    color: #fff;
    padding: 4px;
    font-size: 85%;
    border: 1;
    background: url(../_images/buttonback.gray.jpg) repeat-x right top;
}

.buttons input.red
{
    background: url(../_images/buttonback.red.jpg) repeat-x right top;
}

.buttons input.info
{
    background: url(../_images/info.jpg) right top;
    width: 30px; /* HACK to accommodate IE 7 and IE 8  */
    height: inherit;
    min-height: 13px;
}

.buttons input.blue
{
    background: url(../_images/button.blue.jpg) repeat-x right top;
}

.buttons input.default
{
    font-weight: bold;
    padding-right: 20px;
    background: url(../_images/button.nextwide.jpg) no-repeat right center;
}

.required
{
    color: #cb0001; /*font-style:italic;*/
}

/* Content */
.content-main-header
{
    background: url(../_images/titleBar.gif) no-repeat;
    height: 25px;
    margin: 0 0 15px 0;
}

.content-main-header .title
{
    font-family: Helvetica, Segoe UI Semibold, Arial, Sans-Serif;
    font-size: 16px;
    color: #00336F;
    text-align: left;
    padding: 0 0 0 8px;
}

.content-main
{
    margin: 15px 0 0 0;
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 12px;
    color: #484747;
    padding: 10px 0 0 0;
}


