﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font: 14px/1.231 verdana,arial,helvetica,clean,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #336666;
    cursor:default;
}

a:link, a:visited
{
    color: #006666;
}

a:hover
{
    color: #009999;
    text-decoration: none;
}

a:active
{
    color: #33cccc;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    margin: 0px;
    padding: 0px;
    background: #EFFAFA;
    width: 100%;
    height:110px;
}

.header h1
{
    background-image: url("/css/mfa/images/mfa_157x88.png");
    background-position:99% top;
    background-repeat:no-repeat;
    font-weight: 700;
    margin: 0px;
    padding: 25px 160px 25px 25px;
    color: #336666;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.cite
{
   position:relative;
   width:90%;
   left:5%;
   font-style:italic;
   font-size:1.5em;
   font-family:Times, 'Times New Roman', Serif;
   }

.main
{
    position:absolute;
    top:150px;
    left:0px;
    right:0px;	
	border: solid 0px red;
    padding: 0px 0px;
    margin: 10px 8px 0px 8px;
    overflow-x:hidden;
}

#accordion h3
{
   font-size:1em;
   padding:0px 0px 0px 0px;
   }
   
#accordion div
{
   line-height:.7em;
   font-size:1em;
   padding:0px 20px 0px 20px;
   }
   
.bill{
    border: solid 1px #99cccc;
    background: #EFFAFA;
    width:80%;
    left:10%;
    float:left;
    margin:0px 0px 0px 9%;
    padding:15px;
    font-size:14px;
}
.bill h1
{
   
   font-family:'Old English Text MT', Garamond, 'Trajan Pro', 'Times New Roman';
      margin-top:0px;
      color:#336666;
      font-weight: 700;
      font-size:3.5em;
      line-height:.9em;
      text-align:center;
   }
  .bill h2
   {
      color:#336666;
      font-size:2.5em;
      font-variant:small-caps;
      text-align:center;
      }
.tweetList
{
    clear:both;
    }
#tweets p
{margin:0px;
 margin-top:0px;}

.twitter-follow-button
{
    float:right;
    }
.twitter-share-button
{
    float:right;
    }
#tweets tr:nth-child(odd)
{
     background:#FAFEFE;
   }
.article
{
    border: solid 1px #99cccc;
    background: #EFFAFA;
    width:80%;
    left:5%;
    float:left;
    margin:0px 0px 0px 9%;
    padding:15px;
    font-size:14px;
   }
   .article h1
   {
      font-family:Garamond, Times, Serif;
      margin-top:0px;
      color:#336666;
    font-weight: 700;
      font-size:3.5em;
      line-height:.9em;
      }

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    position:fixed;
    bottom:0px;
    width:100%;
    color: #99cccc;
    padding: 8px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}
.footer a
{
    color: #33cccc;
    text-decoration:none;
    }

/* Slider
----------------------------------------------------------*/
#slider {
  width: 100%;
  margin: 0 0;
}

#content-scroll {
  height: 250px;
  margin: 0px;
  overflow: hidden;
    border: solid 1px #99cccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#content-holder 
{
    position:relative;
    height: 252px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.content-item {
  height: 250px;
  padding: 0px;
  float: left;
  border: solid 0px #99cccc;
  overflow:hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#guide_key
{
    position:relative;
    bottom:0px;
    right:0px;
    margin-right:15px;
    margin-bottom:25px;
    left:0px;
    width:100%;
    }

.indicator
{
    float: right;
    margin:5px;
    cursor:pointer;
    }
/* panel buttons
----------------------------------------------------------*/
#lm
{
    position:absolute;
    left:20px;
    font-size:large;
    bottom:20px;
    width:12%;
    color:#000000;
    }
/* main section buttons
----------------------------------------------------------*/



.secbutton
{
    border: solid 1px #99cccc;
    background: #EFFAFA;
    color:#000000;
    width:19%;
    float:left;
    margin:4%;
    margin-top:0px;
    font-size:large;
    height:150px;
    padding:10px;
    cursor:pointer;
    }

#why_now{
    background-image: url("/css/mfa/images/hour_off_120.png");
    background-position:95% 85%;
    background-repeat:no-repeat;
    margin-right:0px;
    margin-left:2%;
    }
    
#why_now:hover{
    background-image: url("/css/mfa/images/hour_on_120.png");
    background-position:95% 85%;
    background-repeat:no-repeat;
    margin-right:0px;
    margin-left:2%;
    }

#questions_and_answers{
    background-image: url("/css/mfa/images/questions_off_120.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-right:2%;
    }
    #nav
    {
        margin:5px;
        vertical-align:top;
        text-align:center;
        font-size:1em;
        width:99%;
        }
#nav a
{
        vertical-align:middle;
        width:13%;
        color:#000000;
        cursor:pointer;
    }
    
#questions_and_answers:hover{
    background-image: url("/css/mfa/images/questions_on_120.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-right:2%;
    }
    
#compliance_help{
    background-image: url("/css/mfa/images/guage_off.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-left:2%;
    }
    
#compliance_help:hover{
    background-image: url("/css/mfa/images/guage_on.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-left:2%;
    }
#mfa_news{
    background-image: url("/css/mfa/images/news_off.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-left:0px;
    margin-right:0px;
    }
    
#mfa_news:hover{
    background-image: url("/css/mfa/images/news_on.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-left:0px;
    margin-right:0px;
    }



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
li
{
    margin:5px;
    }
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}