﻿*  {margin:0; padding:0;}

#wrap {background: #f3f1e7 url('images/bg_body.jpg') repeat-y center; width:996px; margin:0 auto; padding:0 14px}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 130px;}  /* must be same height as the footer */

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.center {width:996px;
    margin:0 auto;}
hr {
    width: 100%;
    margin: 15px 0;
    background-color: #D9D9D9;
    height:1px;
    color: #D9D9D9;
    border:none;
    padding: 0;
}
.clear {
    clear:both;
    height:0;
    font-size:0;
}
.divider {
    width: 100%;
    margin:15px 0;
    border-bottom:1px solid #D9D9D9;
    height:1px;
    overflow:hidden;
}
img {
    border:0;
}

/* ---- HEADER ---- */
.flash {position:relative; 
    z-index:1; 
    width:996px; 
    padding:77px 0 20px 0;
    height:293px;}
.flashRedDot {position:relative; 
    z-index:1; 
    width:996px; 
    padding:77px 0 20px 0;
    height:320px;}
.flash table
{
    display:none; visibility: hidden;
}
.flashprint table
{
    display:none; visibility: hidden;
}
.flashRedDot table
{
    display:none; visibility: hidden;
}
.header {border-top:10px solid #ffd204;
    background:url('images/bg_head.png') no-repeat;
    width:996px;
    height:145px;
    position:absolute;
    z-index:99;
    top:0;}
.logo {width:126px; 
    padding:10px 10px 0 24px; 
    float:left}
input.search {border:1px solid #b1a4c9;
    padding: 0px 2px 3px 2px;
    font-size:10px;
    font-family:"Times New Roman", Times, serif;
    color:#522f91;
    height:11px;
    width: 140px;
    text-transform:uppercase;
    text-align:right;}
input.arrow {
    width:11px;
    height:11px;
    border:none;}
    
/* ---- CONTENT AREA ---- */
body {font-size:12px; 
    color:#666; 
    line-height:1.5; 
    background-color: #f3f1e7;
    font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3 {
    font-family: "Times New Roman", Times, serif; 
    font-weight:normal;}
h1 {text-transform:uppercase; font-size:21px; color:#333;}
h2 {font-size:16px; color:#444}
h3 {font-size:14px; color:#666;}
p {margin-bottom: 16px}

.content {
    width:465px;
    padding:0px 45px 10px 40px;
    float:left;
}

.content hr {border:none; background:url(img_hrgif) center; height:13px; clear:both; overflow:hidden;}
.content dt {margin:5px 0 0 0; text-decoration: none; color:#004b85;}
.content dd {padding: 0 0 4px 10px;}
.content ul {list-style:none url(<img src="images/bullet.gif">) outside; margin:7px 0 7px 30px; padding:0;}
.content ol {list-style-position:outside; margin-top:7px; margin-bottom:7px; padding:inherit}
.content li {margin: 7px 0; line-height:18px;}

.listItem {
    width:465px;
    position:relative;
}
.listItemImg {
    padding: 10px 16px 32px 10px; 
    float: left;
}
.imgFrame {
    position:absolute;
    top: 0;
    left: 0;
    background:url(images/frame.png) no-repeat;
    width: 240px;
    height:195px;
}
a.textArrow:link, a.textArrow:visited {
    background:url(images/arrow_link.gif) no-repeat right 4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    display:block;
    color:#666;
    text-decoration:none;
    padding: 0 8px 0 0;
    float:left;}

.reddot {
    color:#FF0000;
    text-transform:lowercase;
}

a:link, a:visited {text-decoration:none; color:#522f91;}
    
/* ---- SIDE BAR ---- */
.sidebar {width:240px;
    float:left;
    padding: 10px 0 0 0;
}
/* ---- FOOTER ---- */
#footer {position: relative;
    height: 130px;
    clear:both;
    color: #666;
    background:url('images/bg_foot.jpg') no-repeat bottom center; 
    width:996px; 
    margin:-130px auto 0 auto;  /* negative value of footer height */
    padding:0 14px} 
.footerLogos {
    width:245px;
    float:left;
    padding: 30px 0 30px 30px;
}
.footerLogos img {
    margin: 0 5px 0 0;
}
.foot {
    width:585px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    margin: 10px 25px 25px 0;
}
.footer {
    width:400px;
    float: left;
}
.terms {
    width:185px;
    float: left;
    text-align:right;
}
.terms p, .footer p {
    margin:0 0 8px 0;
    padding:0;
    line-height:11px;
}
.dnc {width:75px; 
    float:left; 
    padding:25px 0 0 0;}

/* ---- BREADCRUMB ---- */
.breadcrumb{
    color:#522f91;
    font-family: "Times New Roman", Times, serif;
    font-size:11px;
    font-variant:small-caps;
    margin:0;
    padding:0;
}
.breadcrumb a:hover
{
    color:#808080;
}
.breadcrumb a {
    color:#522f91;
}
.breadcrumb ul{
    margin: 0;
    padding:0;
    text-indent:0;
}
.breadcrumb ul li {
    display:inline;
    list-style:none;
    line-height:100%;
    //background:url() no-repeat left;
    padding: 0 4px 0 16px;
    margin:0;
}
.breadcrumb ul li.first {
    background:none;
    padding-left:0;
}
.breadcrumb ul li a:link, .breadcrumb ul li a:visited {
    color:#800080;
    text-decoration:none;
}
.breadcrumb ul li a:hover {
    color:#808080;
}
