/* 
    Document   : custom
    Created on : May 20, 2013, 11:23:36 AM
    Author     : Eric
    Description:
        Purpose of the stylesheet follows.
*/


.no-touch .show-no-touch, .touch .show-touch {
    display:block;
}



.touch .show-no-touch, .no-touch .show-touch  {
    display:none;
}



.slideshow {
    min-width:300px;
    min-height:200px;
}
h1{
    font-size: 2em;
    color: #332e2e;
}

h1.script {
    font-family: 'Kaushan Script', cursive;
}

h2{
    font-size: 1.3em;
    color: #332e2e;
}

h3{
    font-size: 1.1em; 
    color: #332e2e;
    font-weight: normal;
}

.light {
    color: #fff;
}

.balinks {
    margin:10px 0;
}

.balinks a {
    font-size:.8em;
    text-transform:capitalize;
    color:#067D40;
}

table tr th, table tr td {
    padding: 0.3em 0.3em;
}

.balinks a:hover {
    font-size:.8em;
    color:#992178;
}
.fileName {
    
}

.ui-tooltip
	{
    font-size:10pt!important;
    
}

dl ol {
    margin:10px 30px;
}

dl dd {
    margin:5px 20px;
}

dl dt {
    margin-top: 20px;
}

.valign-bottom {
    padding-top:15px; 
}

.valign-bottom img {
    position: relative;
    top: -10px;
}

.valign-bottom{
    font-size: .7em;
}

#header,#nav,#contentArea,#footer,#fb { 
    display: block;
}

#header{ 
    background-color: #b0fd8a;
    background-image: url('/Content/images/layout/headerBG.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#header .socialIcons{
    margin: 10px 0 0 0;
}

#header .socialIcons-large ul{
    text-align: right;
}
#header .socialIcons-large li{
   display: inline;
   text-align: right;
   margin-right:2px; 
      
}

#header .logon {
        font-size:.8em;
        margin-bottom:10px;
        text-align:right;
}

#nav{
    background-color: #b0fd8a;
    height: 31px;
   
    background-image: url('/Content/images/layout/navBG.png');
    background-position: 0 50%;
    background-repeat: repeat-x;
}
.top-bar {
    height: 31px;
    line-height: 31px;
    background: none;
    margin-bottom: .3em; 
}

.top-bar .name {
   height: 31px;  
}

.top-bar-section ul{
   background: none; 
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]{
   height: 31px; 
}
.top-bar-section li a:not(.button){
    line-height: 31px;
    background: none;        
}

.top-bar-section ul li > a {
    color: #000;
}

.top-bar-section ul li > a:hover{
    color:#fff;
    background:none!important;
}

.top-bar .toggle-topbar.menu-icon a{
    color: #000; 
}

.top-bar-section .has-dropdown > a:after {
   
    border-color: rgba(0, 0, 0, 0.8) transparent transparent;   
    top: 15.5px;
    
}

.top-bar-section .dropdown {
    background-color:#B0FD8A;
}

.top-bar-section .dropdown li {
    color:#000;
}
.top-bar-section .dropdown li a{
    color:#000;
}
.top-bar-section ul.dropdown li > a:hover{
    color:#fff;
    background-color:#000!important;
}

.expanded .top-bar-section ul li > a:hover{
    color:#e97e1b;
    background:none!important;
}

.expanded .top-bar .toggle-topbar.menu-icon a{
    color: #000; 
}

.top-bar .toggle-topbar.menu-icon a span {         
    -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
    box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black; 
}

.top-bar.expanded .title-area {
    background: none;
}

nav.expanded .top-bar-section ul {
  background-color: #e2e3e7;  
}


#contentArea{
  
}

#contentArea .button {
    top:8px;
}

#contentArea legend {
    font-size: 1em;
}

#contentArea p, #contentArea li, #contentArea dd, #contentArea dt {
    font-size:.8em;
}

#contentArea dd li {
    font-size:1em;
}

#contentArea ul {
    margin: 10px;
}

#contentArea #compareContainer img {
    max-width:none;
}
.tc-left {
    margin-bottom:5px;
}
.tc-left, .tc-right,.tc-internal-left, .tc-internal-right{
   
   display: table-column;
   height: 100%;
}

.tc-right,.tc-internal-left{
    background-image: url('/Content/images/layout/homeRightBG.jpg');
    border-top: 5px solid #007bc1;
    padding-top: 10px;
    padding-bottom: 12px;
    
}

tc-internal-right {
    border-top: 5px solid #007bc1;
    padding-top: 10px;
    padding-bottom: 12px;
}

.tc-right p{
    color: #fff;
    font-size: .8em;
}


#mobilefooter{
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%; 
   background-color: #fff;
}




