/*
 * intro.css
 * Home module theme
 *
 */
 
 div#header, div#content, div#footer,
 table.form-primary thead th {
    background: #b2353f;
 }
 div#header div#header-sections ul#hs-list li#hs-home a {
    border-bottom: 1px solid #b2353f;
 }
 
 div#footer {
    border-top-color: #b2353f;
 }
 
 /* Sublist nav indicator */
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a {
    border-bottom-color: #b2353f;
 }
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a.current,
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a:hover
 {
    border-bottom-color: red;
 }
 
 /* Sidebar (second shade) */
 div.sidebar h3 {
     background: #773f47;
 }
 
 /* Form Colors */
 table.form-primary {
    border-color: #b2353f;
 }
 
 /* Steps */
 dt#step1 {
     background: url(steps-s1.png) top left no-repeat;
 }
 dl.steps dt {
    clear: both;
    margin-top: .6em;
    
    font-weight: bold;
    font-style: italic;
 }
 dl.steps dd {
    margin-top: -1.3em;
    margin-left: 4em;
 }

 /* Front page Section Guide */
 div.intro-front {
     display: block;
     float: left;
     width: 40%;
     min-height: 14em;
     margin: 0 2% 2% 0;
     padding: 0;
     
     border: 2px solid black;
     background: white;
     
    -moz-border-radius: 1em;
 }
 div.intro-front h3 {
     margin: 0;
     padding: .4em;
     color: white;
     background: #c3c3c3;
     
     font-size: 1em;
     text-align: center;
     -moz-border-radius: .9em .9em 0 0;

 }
 div.sub-content div.intro-front p,
 div.sub-content div#intro-home p,
 div.sub-content div#intro-portfolio p,
 div.sub-content div#intro-funds p,
 div.sub-content div#intro-articles p
 {
     margin: .1em;
     padding: .3em;
 }
 
 div#intro-home {
     border-color: #b2353f;
 }
 div#intro-home h3 {
     background:  #b2353f;
 }
 
 div#intro-portfolio {
     border-color: #2d4488;
 }
 div#intro-portfolio h3 {
     background:  #2d4488;
 }
 
 div#intro-funds {
     border-color: #266;
 }
 div#intro-funds h3 {
     background:  #266;
 }
 
 div#intro-articles {
     border-color: #6c6d6c;
 }
 div#intro-articles h3 {
     background:  #6c6d6c;
 }
 

