@charset "utf-8";
/*reset code*/
wrapper, body, div, p, h1, h2, h3, ul, li, form, fieldset {margin:0;padding:0;}
html {
    color:#000;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
}
#wrapper {
    width: 975px;
    margin:0 auto;
    position:relative;
}
/* BEGIN HEADER STYLES*/
#interior_header .logo {
    float: left;
    height: 66px;
    width: 213px;
    border: none;
}
/* BEGIN INTERIOR CONTENT STYLES */
#content_wrapper {
    width:975px;
    background-color: #DFDFDF;
    background-image: url(design/content_wrapper.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}
#content {
    padding:24px 20px 20px 20px;
    color: #262626;
}
#subNav {
    width: 220px;
    height: 167px;
    padding: 15px 0 0 16px;
    background-image: url(design/subNav.jpg);
    background-repeat: no-repeat;
}
#subNav ul {
    list-style-type: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.2em;
}
#subNav ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
#subNav ul li a:hover {
    color: #CCCCCC;
}
#content p {
    margin-bottom:20px;
    font-size: 13px;
    color: #262626;
    line-height: 1.7em;
}    
#content h1 {
    font-size: 24px;
    line-height: 1em;
    color: #969696;
    margin-bottom: 10px;
    font-weight: normal;
}
#content h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #004685;
    line-height: 1.2em;
    border-bottom: solid 1px #CFCFCF;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#content h3 {
    font-size: 15px;
    color: #333333;
    margin-bottom:5px;
}
#content h4 {
    font-size: 15px;
    color: #333333;
    margin:0 0 5px 0;
    padding:0;
}
#content h5 {
    font-size: 14px;
    color: #333333;
    margin:0 0 5px 0;
    padding:0;
}
#content h6 {
    font-size: 14px;
    color: #333333;
    margin:0 0 5px 0;
    padding:0;
}
#content ul {
    margin: 0 0 15px 18px;
    list-style-type: square;
}
#content ul li {}
#content ol {
    margin: 0 0 15px 18px;
    padding: 0;
}
#content blockquote {
    margin: 15px 20px;
    padding: 10px 15px;
    background-color: #E7E7E7;
    border: solid 1px #CACACA;
    font-size: 11px;
    line-height: 1.3em;
}
#content blockquote a {
    color:#000;
    text-decoration:underline;
}
#content blockquote a:hover {
    text-decoration:none;
}
.iconspan {
    float: right;
    cursor:pointer;
    font-weight: normal;
    font-size: 11px;
    color: #696A6C;
}
#footer, #left_column, #mainNav, #topNav, #splash_flash, #alert_box, #splash_features {visibility:hidden;width:0;height:0;}